/*OBECNÉ*/

img {
    max-width: 100%;
    vertical-align: middle;
}


body {
    font-size: 16px;
}

#signature a.image img {
    margin-bottom: 6px;
}

#signature {
    align-items: center;
}

.remedio-signature {
    display: inline-flex;
    align-items: center;
    margin-right: 11px;
}

.remedio-logo {
    margin: 0 7px 0 8px;
}

.remedio-spaceman {
    margin-right: 10px;
}


/*HEADER*/

@media (min-width: 992px) {
    .menu-helper {
        font-weight: 500;
        text-transform: uppercase;
    }
}

/*CAROUSEL*/

#carousel {
    max-width: 1920px;
    margin: 0 auto;
}

#carousel .extended-banner-texts {
    background: var(--color-tertiary);
    border: 4px solid var(--color-secondary);
    position: absolute;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin: 0 0 0 -400px;
    bottom: auto;
    right: auto;
    padding: 90px 40px;
    min-width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#carousel .extended-banner-texts .extended-banner-title {
    font-size: var(--size-h1);
    font-weight: 700;
    line-height: 1.11;
    text-align: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0 auto 20px;
    border: none;
    display: block;
    max-width: 320px;
    color: #fff;
    font-family: var(--template-headings-font);
}

#carousel .extended-banner-texts .extended-banner-text {
    max-width: 291px;
    font-size: var(--size-bigger);
    letter-spacing: .5px;
    line-height: 2;
    text-align: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: block;
    border: none;
    color: #fff;
    margin: 0 auto;
}

/*HP PRODUKTY*/

.index-content-wrapper {
    margin-top: 60px;
}

.in-index #tab-content > .tab-pane {
    display: block;
    opacity: 1;
    margin-bottom: 60px;
}

.shp-tabs-wrapper.homepage-tabs-wrapper > .shp-tabs-row {
    display: none;
}

.products-block > div .p .name {
    font-family: var(--template-headings-font);
    font-size: 18px;
    font-weight: 700;
}

.products-block > div .p .p-bottom > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-block > div .p .p-bottom > div::before, .products-block > div .p .p-bottom > div::after {
    content: none;
}

.products-block > div .p .p-bottom.single-button .prices strong {
    font-weight: 500;
}

.products-block > div .p .p-bottom.single-button .prices {
    font-size: var(--size-bigger);
    color: #000;
}

.products-block .p-bottom .pr-list-unit {
    color: #000;
    font-size: var(--size-bigger);
}

.products-block > div .p .p-bottom > div .p-tools {
    width: auto;
}

.myproducts-swiper .swiper-button-prev {
    left: 0;
}

.myproducts-swiper .swiper-button-next {
    right: 0;
}

.myproducts-swiper .swiper-button-prev, .myproducts-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
}

.products-block > div .p .availability {

}

.myproducts-swiper .swiper-button-prev::after, .myproducts-swiper .swiper-button-next::after {
    content: none;
}

.myproducts-swiper .swiper-button-prev::before, .myproducts-swiper .swiper-button-next::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-image: url("/user/documents/upload/kodovani/chevron-right-white.svg");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-secondary);
    transform: translate(-50%, -50%);
}

.myproducts-swiper .swiper-button-prev:not(.swiper-button-disabled):hover::before, .myproducts-swiper .swiper-button-next:not(swiper-button-disabled):hover::before {
    background-color: var(--color-secondary-hover);
}

.myproducts-swiper .swiper-button-prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.products-block > div {
    padding: 22px;
}

.myproducts-swiper {
    margin-bottom: 80px;
}

.swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.myproducts-swiper .swiper-pagination-bullet {
    position: relative;
    border-radius: 0;
    width: 60px;
    height: 3px;
    padding: 4px 10px;
    background: transparent;
    opacity: 1;
}

.myproducts-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: var(--color-secondary);
}

.myproducts-swiper .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 3px;
    background: var(--color-tertiary);
}

.myproducts-swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::before {
    background: var(--color-secondary-hover);
}

/*MIDDLE BANNER*/

.banners-content a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .footer-banner a:hover img, .banner-category a:hover img {
    transform: none;
}

.banners-content.body-banners .extended-banner-texts {
    position: absolute;
    left: 66px;
    top: 0;
    right: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
}

.banners-content.body-banners .extended-banner-texts > * {
    display: block;
    position: relative;
    background: transparent;
    box-shadow: none;
    border: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    max-width: 100%;
    padding: 0;
}

.banners-content.body-banners .extended-banner-texts > .extended-banner-title {
    font-family: var(--template-headings-font);
    font-size: var(--size-h2);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 9px;
}

.banners-content.body-banners .extended-banner-texts > .extended-banner-title::before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto 27px;
    width: 110px;
    height: 90px;
    background-image: url("/user/documents/upload/kodovani/cow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.banners-content.body-banners .extended-banner-texts > .extended-banner-text {
    font-size: var(--size-bigger);
    letter-spacing: .5px;
    color: var(--color-tertiary);
    line-height: 1.6;
    margin: 0 0 22px;
    max-width: 185px;
}

.banners-content.body-banners .extended-banner-texts > .extended-banner-link {
    font-size: 18px;
    color: var(--color-tertiary);
    line-height: 1.25;
    padding: 8px 24px;
    background: var(--color-secondary);
    transition: all ease 300ms;
    display: inline-table;
}

.banners-content.body-banners .extended-banner-texts > .extended-banner-link:hover {
    background: var(--color-tertiary);
    color: #fff;
}

.banners-content.body-banners {
    margin: 20px 0;
}

/*USP*/

.container--bannersBenefit {
    position: relative;
}

.in-index .container--bannersBenefit {
    padding: 90px 0;
    width: 100%;
}

.in-index .container--bannersBenefit::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100vw - var(--scrollbar-width));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-tertiary);
    max-width: 1920px;
}

.benefitBanner {
    position: relative;
    margin: 0;
}

.benefitBanner__item {
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.benefitBanner__picture {
    flex: 0 0 70px;
    max-width: 70px;
    margin: 0 0 10px;
}

.benefitBanner__title {
    font-size: var(--size-bigger);
    line-height: 1.1;
    text-align: center;
}

/*FOOTER BANNER*/

.footer-banner .extended-banner-texts {
    position: absolute;
    right: 66px;
    top: 0;
    left: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 400px;
    padding: 40px 15px;
}

.footer-banner .extended-banner-texts > * {
    display: block;
    position: relative;
    background: transparent;
    box-shadow: none;
    border: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    max-width: 100%;
    padding: 0;
}

.footer-banner .extended-banner-texts > .extended-banner-title {
    font-family: var(--template-headings-font);
    font-size: var(--size-h2);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 9px;
}

.footer-banner .extended-banner-texts > .extended-banner-title::before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto 27px;
    width: 110px;
    height: 100px;
    background-image: url("/user/documents/upload/kodovani/hotel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-banner .extended-banner-texts > .extended-banner-text {
    font-size: var(--size-bigger);
    letter-spacing: .5px;
    color: var(--color-tertiary);
    line-height: 1.6;
    margin: 0 0 22px;
    max-width: 268px;
}

.footer-banner .extended-banner-texts > .extended-banner-link {
    font-size: 18px;
    color: var(--color-tertiary);
    line-height: 1.25;
    padding: 8px 24px;
    background: var(--color-secondary);
    transition: all ease 300ms;
    display: inline-table;
}

.footer-banner .extended-banner-texts > .extended-banner-link:hover {
    background: var(--color-tertiary);
    color: #fff;
}
.footer-banners .footer-banner {
    padding: 0;
}

/*FOOTER*/

#footer {
    padding-top: 18.8vw;
    background-image: url("/user/documents/upload/kodovani/footer-bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    border: none;
    background-color: var(--color-secondary);
    margin-top: 120px;
    padding-bottom: 0;
}

.custom-footer > .custom-footer__contact {
    display: none;
}

.custom-footer > div {
    width: auto;
}

.custom-footer {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.container.footer-rows, .container.footer-bottom {
    max-width: 100%;
}

#footer h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 36px;
}

#footer .custom-footer .banner-wrapper {
    margin: 0;
}

#footer .banner-wrapper, #footer a, #footer {
    color: var(--color-tertiary);
}

#footer ul li::before {
    content: none;
}

#footer ul li {
    padding: 0 0 15px;
}

#footer ul li:last-child {
    padding-bottom: 0;
}

.myfooter-contact p:not(:last-child) {
    margin-bottom: 15px;
}

#footer ul {
    padding-left: 0;
}

.myfooter-socials span {
    margin-bottom: 23px;
    display: block;
}

.myfooter-socials span a {
    display: flex;
    align-items: center;
}

.myfooter-socials span:last-child {
    margin-bottom: 0;
}

.myfooter-socials span img {
    margin-right: 10px;
}

.custom-footer > .custom-footer__banner6 {
    align-self: center;
}

#footer .banner {
    margin-bottom: 0;
}

.footer-bottom {
    border-color: var(--color-tertiary);
}

/*DETAIL PRODUKTU*/

.breadcrumbs a, .breadcrumbs {
    color: #1E1E1E;
    font-weight: 300;
}

.breadcrumbs {
    border: none;
    padding-top: 10px;
}

.breadcrumbs>span>a::before {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: transparent;
}

.breadcrumbs>span>a::after {
    content: none;
}

.breadcrumbs>span>a, .breadcrumbs>span>span {
    padding: 10px 15px 10px 7px;
}

.breadcrumbs > span:last-child > span {
    font-weight: 500;
}

.p-short-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.p-param-block {
    display: none;
}

.p-to-cart-block .add-to-cart-button.btn-conversion::before {
    content: none;
}

.wide .p-final-price-wrapper {
    display: flex;
    align-items: center;
}

.p-final-price-wrapper>strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
}

.pr-list-unit {
    color: #000;
}

.wide .image360::after, .wide .p-image::after {
    content: none;
}

.detail-loader {
    margin: 40px auto 0;
}

/*O NÁS*/

.id-714 header h1, .id-726 header h1, .id-723 header h1 {
    text-align: center;
    margin: 80px 0 8px;
    text-transform: uppercase;
}

.subtitle {
    font-size: var(--size-h3);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 27px;
    font-family: var(--template-headings-font);
}

.subpage {
    max-width: 900px;
    margin: 0 auto;
}

.subpage p {
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 25px;
}

.aboutus-history {
    margin-top: 55px;
}

.aboutus-history h2 {
    text-align: center;
    margin: 40px 0 10px;
    font-size: 34px;
}

/*DOPRAVA A PLATBA*/

.logistic-part h3 {
    margin-bottom: 10px;
}

.logistic img {
    margin: 20px 0;
}

/*O MASE*/

.meat {
    text-align: center;
}

.ico-holders {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 40px;
}

/*SBĚR NEWSLETTERU*/

.formhere > p {
    display: none;
}

.mynewsletter {
    background: var(--color-tertiary);
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.nextto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.nextto label {
    display: none;
}

.nextto input {
    max-width: 100% !important;
}

.mynewsletter input {
    border: 1px solid #fff;
    box-shadow: none;
    background: transparent;
    color: #fff;
    border-radius: 18px;
    font-weight: 300;
}

.mynewsletter ::placeholder {
    color: #fff;
    font-weight: 300;
}

.mynewsletter > .container > p {
    font-family: var(--template-headings-font);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 20px;
}

#footer .mynewsletter a {
    color: #fff;
}

.mynewsletter input[type="submit"].btn {
    background: var(--color-secondary);
    color: var(--color-tertiary);
    height: 48px;
    padding: 5px 30px;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    border-color: var(--color-secondary);
}

.mynewsletter input[type="submit"].btn:hover {
    text-decoration: underline;
}

.mynewsletter .consents.form-group label {
    font-weight: 300;
}

.mynewsletter .form-control:focus, .mynewsletter select:focus {
    color: #fff;
}

.myempty {
    color: #ff1b1b;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

/*GALERIE*/

.plus-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
    overflow: hidden;
}

.plus-gallery-wrap > div:first-child {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: unset;
}

.plus-gallery-wrap > div {
    width: calc(20% - 22px) !important;
    margin: 11px;
    padding: 0;
    max-width: 100%;
    border: none;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    height: auto !important;
}

.plus-gallery-wrap > .plus-gallery-item:not(:first-child) img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: unset;
}

/*O UBYTOVÁNÍ NA STATKU*/

.id-789 article header > h1 {
    text-align: center;
    margin: 40px 0 10px;
}

.accomodation {
    max-width: 900px;
    margin: 0 auto;
}

.accomodation .subtitle {
    margin-bottom: 40px;
}

.like-home {
    margin-top: 40px;
    text-align: center;
}

.accomodation > p {
    text-align: center;
}

.like-home > p {
    max-width: 750px;
    margin: 0 auto;
    line-height: 2;
}

.find {
    text-align: center;
    margin-top: 60px;
}

.ico-text-wrapper {
    display: grid;
    flex-wrap: wrap;
    gap: 80px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 40px 0 0;
}

.ico-text {
    padding: 0;
}

.ico-text h4 {
    font-size: var(--size-h3);
    max-width: 105px;
    margin: 13px auto 0;
}

.grill {
    margin-top: 60px;
    text-align: center;
    line-height: 2;
}

.grill > h2 {
    margin: 0 0 8px;
}

.ensure {
    text-align: center;
    margin-top: 40px;
}

.ensure .ico-text h4 {
    max-width: 200px;
}

.accomodation hr {
    margin: 50px 0;
}

.structure h2 {
    margin: 0 0 8px;
}

.structure p {
    margin-bottom: 30px;
}

.structure ul {
    list-style: none;
    padding-left: 0;
}

.structure ul {
    margin-top: 8px;
}

.structure ul:not(:last-child) {
    margin-bottom: 40px;
}

.structure ul li {
    position: relative;
    margin-bottom: 5px;
}

.structure ul li::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    margin-right: 8px;
}

.apartmans > h2 {
    text-align: center;
    margin: 0 0 15px;
}

.apartmans .plus-gallery-wrap {
    margin: 0 0 12px;
    gap: 7px;
}

.apartmans .plus-gallery-wrap > div:first-child, .apartmans .plus-gallery-wrap > div {
    width: calc(33.333% - 5px) !important;
    margin: 0;
    aspect-ratio: 328 / 219;
}

.apartman {
    line-height: 2;
    margin-bottom: 40px;
}

.apartman + h2 {
    margin-top: 70px;
}

.reservation-form {
    background-color: var(--color-tertiary);
    padding: 25px 100px 70px;
}

.reservation-form > p {
    display: none;
}

.reservation-form form {
    background-color: #fff;
    padding: 40px 70px 30px;
}

.reservation-form h2 {
    margin: 0 0 28px;
    text-align: center;
    color: #fff;
}

.reservation-form label {
    font-family: var(--template-headings-font);
    font-size: var(--size-h4);
    color: #3F3631;
    font-weight: 700;
    width: auto;
    float: none;
    padding: 0;
    line-height: 1;
}

.added-labels .form-group::before, .added-labels .form-group::after {
    content: none;
}

.added-labels .form-group {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 28px;
    align-items: center;
}

.added-labels .form-group input {
    width: 50%;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 0;
    border: 1px solid #C2C2C2;
}

.added-labels .form-group.kitchen-wrapper {
    justify-content: flex-start;
}

.added-labels .form-group.kitchen-wrapper input {
    width: auto;
}

.together-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.kitchen-wrapper {
    margin: 40px 0;
}

.reservation-form .form-group:has(input#fullName) input {
    width: 100%;
    max-width: 100%;
}

.reservation-form ::placeholder {
    color: #000;
}

.reservation-form input[type="submit"] {
    position: relative;
    font-family: var(--template-headings-font);
    color: var(--color-tertiary);
    font-size: var(--size-h4);
    padding: 12px 55px;
    line-height: 1;
    font-weight: 700;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    display: inline-flex;
    align-items: center;
}

.reservation-form input[type="submit"]::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 15px;
    -webkit-mask-image: url("/user/documents/upload/kodovani/arrow-right.svg");
    mask-image: url("/user/documents/upload/kodovani/arrow-right.svg");
    background-color: #3F3631;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.reservation-form input[type="submit"]:hover {
    border-color: var(--color-secondary);
}

.reservation-form .submit-wrapper {
    margin-top: 30px;
    text-align: center;
}

.reservation-form label[for="consents40"] {
    font-size: var(--size-smaller);
    text-align: center;
}

.price-list {
    max-width: 720px;
    margin: 160px auto 0;
}

.price-list h2 {
    text-align: center;
    margin: 0 0 60px;
}

.price-list table {
    width: 100%;
    font-family: var(--template-headings-font);
    margin-bottom: 60px;
}

.price-list tr > td:first-child {
    background-color: var(--color-tertiary);
    color: #fff;
}

.price-list tr > td {
    border: 8px solid #fff;
    padding: 12px;
    text-align: center;
}

.price-list tr > td {
    font-size: var(--size-h5);
    font-weight: 600;
}

.price-list tr > td:first-child strong {
    font-size: var(--size-h3)
}

.price-list > p {
    line-height: 2;
}

.another-info > h2 {
    text-align: center;
}

.another-info__wrapper {
    display: flex;
    align-items: center;
    gap: 170px;
    font-size: var(--size-h5);
}

.another-info__wrapper .img-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    align-self: stretch;
}

.another-info__wrapper .img-holder img {
    flex-shrink: 0;
    width: 112px;
}

.another-info__text strong {
    display: block;
    font-family: var(--template-headings-font);
    font-size: var(--size-h3);
    color: #3F3631;
}

.another-info__text ul {
    margin: 0 0 25px;
}

.another-info__text p:not(:last-child) {
    margin-bottom: 25px;
}

.another-info {
    max-width: 720px;
    margin: 0 auto;
}

hr + .another-info {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.myphotogallery .plus-gallery-wrap > div:not(:first-child) {
    width: calc(33.333% - 5px) !important;
    margin: 0;
    aspect-ratio: 328 / 219;
}

.myphotogallery .plus-gallery-wrap {
    gap: 7px;
}

.myphotogallery .plus-gallery-wrap > div:first-child {
    margin: 0;
}

.myphotogallery .plus-gallery-wrap.hidden-photos > div:nth-child(n + 5) {
    display: none;
}

.plus-gallery-wrap:not(.hidden-photos) .more-photos {
    display: none;
}

.more-photos {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 115px;
    height: 115px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-family: var(--template-headings-font);
    font-size: var(--size-h2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

    /*DRBKY*/

.btn.btn-conversion:hover, a.btn.btn-conversion:hover, .btn.btn-cart:hover, a.btn.btn-cart:hover {
    background-color: var(--color-tertiary);
    color: #fff;
    border-color: var(--color-tertiary);
}

.btn, a.btn {
    text-transform: none;
}

.id-720 h1 {
    text-align: center;
}

.id-720 h2 {
    text-align: center;
    margin: 70px auto 35px;
}

/*RESPO*/

@media (max-width: 1600px) {
    :root {
        --size-h1: 42px;
    }
    #carousel .extended-banner-texts {
        padding: 60px 40px;
        min-width: 410px;
        margin-left: -340px;
    }
    #carousel .extended-banner-texts .extended-banner-title {
        max-width: 280px;
    }
    .footer-banners {
        margin: 140px auto 80px;
    }
}

@media (max-width: 1439px) {
    :root {
        --size-h1: 38px;
        --size-h2: 28px;
        --size-bigger: 18px;
    }
    #carousel .extended-banner-texts {
        min-width: 380px;
    }
    .in-index .container--bannersBenefit {
        padding: 60px 0;
    }
    .footer-banners {
        margin: 100px auto 80px;
    }
}

@media (max-width: 1199px) {
    #carousel .extended-banner-texts {
        margin-left: -220px;
    }
    #carousel .extended-banner-texts .extended-banner-title {
        font-size: var(--size-h2);
        max-width: 190px;
    }
    #carousel .extended-banner-texts .extended-banner-text {
        font-size: 16px;
        max-width: 215px;
    }
    #carousel .extended-banner-texts {
        min-width: 310px;
        padding: 40px;
    }
    .banners-content.body-banners .extended-banner-texts > .extended-banner-title::before {
        width: 100px;
        height: 80px;
    }
    .banners-content.body-banners .extended-banner-texts {
        min-width: 330px;
        left: 50px;
    }
    .benefitBanner__picture {
        max-width: 70px;
        flex: 0 0 70px;
        margin-bottom: 15px;
    }
    .footer-banner .extended-banner-texts > .extended-banner-title::before {
        width: 90px;
        height: 80px;
    }
    .custom-footer > .custom-footer__banner6 {
        order: -1;
        width: 100%;
        text-align: center;
    }
    .custom-footer > .custom-footer__banner7 {
        order: -2;
        width: 100%;
        text-align: center;
    }
    .custom-footer {
        flex-wrap: wrap;
    }
    .myfooter-socials {
        display: flex;
        justify-content: center;
    }
    .myfooter-socials span:not(:last-child) {
        margin: 0 25px 0 0;
    }
    .custom-footer {
        padding: 20px 0;
    }
    .myfooter-logo img {
        max-width: 200px;
    }
    .myfooter-socials {
        margin-bottom: 40px;
    }
    #footer h4 {
        margin-bottom: 20px;
    }
    .banners-content.body-banners .extended-banner-texts > .extended-banner-link, .footer-banner .extended-banner-texts > .extended-banner-link {
        font-size: 14px;
    }
    .id-714 header h1, .id-726 header h1, .id-723 header h1 {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
    :root {
        --size-bigger: 16px;
    }
    #carousel .extended-banner-texts .extended-banner-text {
        line-height: 1.5;
    }

    .navigation-buttons>a {
        border: none;
    }
    .navigation-window-visible .navigation-buttons a[data-target="navigation"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 37px;
        height: 37px;
        background: url("/user/documents/upload/kodovani/x_1.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: invert(1);
        transform: translate(-50%, -50%);
    }
    .navigation-close {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: url("/user/documents/upload/kodovani/x_1.svg");
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }
    #carousel .extended-banner-texts {
        padding: 20px;
        min-width: 260px;
    }
    .index-content-wrapper {
        margin-top: 30px;
    }
    .myproducts-swiper .swiper-pagination-bullet {
        width: 30px;
    }
    .myproducts-swiper .swiper-pagination-bullet::before {
        width: 30px;
    }
    .banners-content.body-banners .extended-banner-texts > .extended-banner-title::before, .footer-banner .extended-banner-texts > .extended-banner-title::before {
        height: 48px;
        margin-bottom: 15px;
    }
    .banners-content.body-banners .extended-banner-texts {
        min-width: 280px;
    }
    .footer-banner .extended-banner-texts {
        min-width: 300px;
    }
    .benefitBanner__item {
        flex: 0 0 25%;
        width: 25%;
    }
    .benefitBanner__picture {
        max-width: 60px;
        flex: 0 0 60px;
        margin-bottom: 10px;
    }
    .in-index .container--bannersBenefit {
        padding: 35px 0;
    }
    .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .subpage p {
        margin-bottom: 15px;
    }
    .reservation-form {
        padding: 25px 30px 50px;
    }
    .price-list {
        margin-top: 80px;
    }
    .price-list h2 {
        margin-bottom: 30px;
    }
    .price-list table {
        margin-bottom: 30px;
    }
    .ico-text .img-holder img {
        max-width: 75px;
    }
    .ico-text h4 {
        font-size: var(--size-h4);
    }
    .ico-text-wrapper {
        gap: 50px 20px;
    }
}

@media (max-width: 767px) {
    :root {
        --size-bigger: 14px;
    }
    #carousel .extended-banner-texts {
        margin-left: 0;
    }
    #carousel .extended-banner-texts .extended-banner-text {
        font-size: 14px;
    }
    #carousel .extended-banner-texts .extended-banner-title {
        font-size: 22px;
        max-width: 140px;
        margin-bottom: 8px;
    }
    #carousel .extended-banner-texts {
        padding: 0;
        min-width: unset;
    }
    .banners-content.body-banners {
        margin: 20px -20px;
    }
    .banners-content.body-banners .extended-banner-texts > .extended-banner-title::before, .footer-banner .extended-banner-texts > .extended-banner-title::before {
        height: 40px;
    }
    .banners-content.body-banners .extended-banner-texts > .extended-banner-title {
        font-size: 22px;
    }
    .banners-content.body-banners .extended-banner-texts {
        min-width: unset;
        left: 0;
    }
    .benefitBanner__picture {
        width: 70px;
        flex: 0 0 70px;
    }
    .benefitBanner__item {
        flex: 0 0 50%;
        width: 50%;
        padding: 20px;
    }
    .in-index .container--bannersBenefit {
        padding: 15px 0;
    }
    .footer-banner .extended-banner-texts > .extended-banner-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .footer-banner .extended-banner-texts > .extended-banner-text {
        max-width: 190px;
    }
    .footer-banner .extended-banner-texts {
        min-width: unset;
        right: 0;
    }
    #footer .banner {
        min-height: unset;
    }
    .custom-footer > div {
        width: 100%;
    }
    #footer .footer-bottom {
        display: flex;
        flex-direction: column;
    }
    .footer-bottom span {
        width: auto;
        margin-bottom: 0;
    }
    #signature {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .wide .p-final-price-wrapper {
        margin-right: 20px;
    }
    .ico-holders {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }
    .mynewsletter > .container > p br {
        display: none;
    }
    .mynewsletter > .container > p {
        font-size: 18px;
    }
    .mynewsletter .form-control {
        height: 40px;
        border-radius: 16px;
        font-size: 14px;
    }
    .mynewsletter input[type="submit"].btn {
        height: 40px;
    }
    .nextto {
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        max-width: 300px;
        margin-bottom: 20px;
    }
    .id-720 h2 {
        margin: 50px auto 15px;
    }
    .plus-gallery-wrap > div {
        width: calc(33.3333% - 10px) !important;
        margin: 5px;
    }
    .plus-gallery-wrap {
        margin: 0 -5px;
    }
    .ico-text-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px 20px;
    }
    .apartmans .plus-gallery-wrap > div:first-child, .apartmans .plus-gallery-wrap > div {
        width: calc(50% - 5px) !important;
    }
    .reservation-form form {
        padding: 40px 20px;
    }
    .reservation-form label {
        font-size: var(--size-h5);
    }
    .together-inner {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
    .together-inner input {
        max-width: 100% !important;
    }
    .price-list tr > td:first-child strong {
        font-size: var(--size-h5);
    }
    .price-list tr > td {
        font-size: unset;
    }
    .another-info__wrapper {
        gap: 30px;
        flex-direction: column;
    }
    .another-info__wrapper .img-holder {
        flex-direction: row;
        gap: 30px;
        justify-content: center;
    }
    .more-photos {
        width: 70px;
        height: 70px;
        font-size: var(--size-h4);
    }
}

@media (max-width: 499px) {
    #footer {
        margin-top: 60px;
    }
    .in-index .tab-content {
        padding: 0;
    }
    .swiper-pagination {
        margin-top: 0;
    }
    .banners-content.body-banners .extended-banner-texts {
        display: block;
        position: relative;
        left: auto;
        padding: 40px 15px;
        text-align: center;
    }
    .banners-content.body-banners .extended-banner-texts > .extended-banner-text {
        max-width: 100%;
    }
    .benefitBanner {
        display: flex;
        flex-wrap: wrap;
    }
    .benefitBanner__content {
        text-align: center;
    }
    .footer-banner .extended-banner-texts {
        right: auto;
        display: block;
        position: relative;
        left: auto;
        padding: 20px 10px;
        text-align: center;
    }
    .footer-banner .extended-banner-texts > .extended-banner-text {
        max-width: 100%;
    }
    .myfooter-logo img {
        max-width: 120px;
    }
    .myfooter-socials {
        margin-bottom: 20px;
    }
    .myfooter-socials > span:not(:last-child) {
        margin-right: 12px;
    }
    .myfooter-socials > span:last-child {
        margin-left: 12px;
    }
    .navigation-close {
        width: 40px;
        height: 40px;
        background-image: none;
    }
    #carousel .extended-banner-texts {
        min-width: 220px;
    }
    .in-index #tab-content > .tab-pane {
        margin-bottom: 30px;
    }
    .myproducts-swiper {
        margin-bottom: 60px;
    }
    .id-720 h2 {
        margin: 40px auto 15px;
    }
    .plus-gallery-wrap > div {
        width: calc(50% - 10px) !important;
        margin: 5px;
    }
    .ico-text-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .apartmans .plus-gallery-wrap > div:first-child, .apartmans .plus-gallery-wrap > div {
        width: 100% !important;
    }
    .reservation-form {
        margin-left: -20px;
        margin-right: -20px;
    }
    .reservation-form {
        padding: 25px 5px 50px;
    }
    .added-labels .form-group {
        gap: 10px;
        flex-direction: column;
        margin-bottom: 15px;
        align-items: flex-start;
    }
    .added-labels .form-group input {
        width: 100%;
    }
    .added-labels .form-group.kitchen-wrapper {
        gap: 0;
    }
    .price-list table {
        white-space: nowrap;
    }
    .another-info__wrapper .img-holder img {
        width: 90px;
    }
    .myphotogallery .plus-gallery-wrap > div:not(:first-child) {
        width: 100% !important;
    }
}
