* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    --main-color: #99582A;
    --main-color-10:#F5EFEA;
    --border:#D9C1B0;
    --border2: #CCAB94;
    --text-color: #222222;
    --text-olor-80: rgba(34, 34, 34, 0.8);
    --text-olor-90: rgba(34, 34, 34, 0.9);
    --white-color: white;
    --white-color-90: rgba(255, 255, 255, 0.9);
    --main-color-5: #FAF6F4;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 16px;
    line-height: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(34, 34, 34, 0.9);
}

a {
    text-decoration: none;
    color: var(--main-color);
}

a:hover {
    color: var(--text-color);
}

h1 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 64px;
    line-height: 64px;
    font-weight: 500;
    color: var(--white-color);
}

h2 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 0;
}

h2::before {
    content: "";
    width: calc(100% + 40px);
    height: 3px;
    background: var(--main-color);
    opacity: 0.5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
    z-index: -1;
}

h3 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

h4 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.default-button {
    padding: 10px 25px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    font-weight: 700;
    border-radius: 9px;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.default-button:hover {
    color: var(--white-color);
    background: var(--main-color);
}

.white-border-button {
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.white-border-button:hover {
    color: var(--text-color);
    border: 2px solid var(--white-color);
    background: var(--white-color);
}

.fully-background-button {
    color: var(--white-color);
    background: var(--main-color);
}

.fully-background-button:hover {
    background: transparent;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    max-width: 1440px;
    margin: 0px auto;
    flex: 1;
    width: 100%;
}

.wrapper2 {
    max-width: 1200px;
    margin: 0px auto;
    flex: 1;
    width: 100%;
}

.wrapper3 {
    max-width: 1042px;
    margin: 0px auto;
    flex: 1;
    width: 100%;
}

.wrapper4 {
    max-width: 750px;
    margin: 0px auto;
    flex: 1;
    width: 100%;
}

.wrapper-small {
    max-width: 1100px;
    margin: 0px auto;
    flex: 1;
    width: 100%;
}






.hlavicka-menu {
    margin: 18px 0px;
}

.logo-menu {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    margin-left: -100px;
}

.logo-menu > * {
    padding-left: 100px;
}

.logo-menu .logo {
    display: flex;
    align-items: center;
    margin-left: -14px;
}

.logo-menu .logo > * {
    display: inline-block;
    padding-left: 14px;
}

.logo-menu .logo > span {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--main-color);
}

.logo-menu .logo > span > span {
    font-weight: 700;
}

.logo-menu .menu > ul {
    display: flex;
    list-style: none;
    margin: 0;
    margin-left: -30px;
    align-items: center;
    flex-wrap: wrap;
}

.logo-menu .menu ul li {
    padding-left: 30px;
    
}

.logo-menu .menu ul li:last-child a {
    padding: 10px 25px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    font-weight: 700;
    border-radius: 9px;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.logo-menu .menu ul li:last-child a:hover {
    color: var(--white-color);
    background: var(--main-color);
    opacity: 1;
}

.logo-menu .menu ul li a {
    color: rgba(50, 29, 39, 0.9);
    font-size: 17px;
    line-height: 32px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.logo-menu .menu ul li a:hover {
    opacity: 0.5;
}

.logo-menu .menu ul li a.default-button {
    color: var(--main-color);
}

.logo-menu .menu ul li a.default-button:hover {
    color: var(--white-color);
    background: var(--main-color);
    opacity: 1;
}


.hlavicka-obrazek {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    position: relative;
/*     background-image: url(../img/hlavicka-zena.jpg);
    background-size: cover;
    background-position: center; */
    min-height: 741px;
	/*aspect-ratio: 1.943; */
	-webkit-clip-path: shape(from 0% 0%,hline to 100%,vline to 88.64%,curve to 50% 100% with 100% 88.64%/74.65% 100%,curve to 0% 88.64% with 25.35% 100%/0% 88.64%,vline to 0%,close);
    clip-path: shape(from 0% 0%,hline to 100%,vline to 88.64%,curve to 50% 100% with 100% 88.64%/74.65% 100%,curve to 0% 88.64% with 25.35% 100%/0% 88.64%,vline to 0%,close);
}

.hlavicka-obrazek img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.hlavicka-obrazek::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(127, 85, 57, 0.6);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.hlavicka-obrazek-text {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 20px;
}

.hlavicka-obrazek-text span {
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 7px;
}

.hlavicka-obrazek-text h1 {
    margin: 0;
    width: 430px;
    margin: 10px 0px 40px 0px;
}

.hlavicka-obrazek-buttony {
    margin-left: -30px;
}

.hlavicka-obrazek-buttony > a {
    margin-left: 30px;
}

.nadpis {
    text-align: center;
}

.nadpis p {
    margin: 0;
    margin-top: 10px;
    font-size: 18px;
    color: rgba(34, 34, 34, 0.7)
}

.omne {
    margin-top: 73px;
}

.omne .omne-boxiky {
    display: flex;
    position: relative;
}

.omne .omne-boxiky > div {
    width: 50%;
    background: var(--main-color-10);
}

.omne-fotka {
    position: relative;
    border-radius: 9px 0px 0px 9px;
}

.omne-inner-fotka {
    height: 550px;
    position: relative;
    top: 60px;
    left: -150px;
    width: calc(100% + 150px);
}

.omne-inner-fotka img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 9px;
}

.omne-text {
    border-radius: 0px 9px 9px 0px;
    padding: 56px 56px
}

.omnee {
    margin-left: 150px;
    margin-top: 70px;
    margin-bottom: 170px;
}

.omnee .omne-unique {
    color: var(--main-color);
}

.omne-text p:last-child {
    color: var(--main-color);
}

.omne-inner-fotka .courses {
    position: absolute;
    z-index: 1;
    background: var(--main-color);
    color: var(--white-color);
    left: 90px;
    top: 0px;
    border-radius: 0px 0px 9px 9px;
    padding: 24px 19px;
    width: 136px;
}

.omne-inner-fotka .courses p {
    margin: 0;
    line-height: 24px;
    color: var(--white-color);
    margin-top: 5px;
}

.omne-inner-fotka .courses span {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
}

.poukazy .poukazy-wrapp {
    margin-top: 110px;
    margin-bottom: 140px;
}

.poukazy .poukazy-blok {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.poukazy .kolecko {
    width: 150px;
    height: 150px;
    background: var(--main-color-10);
    border: 2px dashed var(--border);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.poukazy .kolecko::after {
    content: "";
    position: absolute;
    left: 215px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/arrow.svg);
    background-repeat: no-repeat;
    width: 104px;
    height: 15px;
}

.poukazy-wrapp > div:last-child .kolecko::after {
    display: none;
}

.poukazy .step {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: var(--main-color);
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white-color-90);
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poukazy .poukaz-text {
    text-align: center;
}

.poukazy h3 {
    margin: 24px 0px 19px 0px;
}

.typy-masazi {
    padding: 100px 0px 600px 0px;
    background: var(--main-color-5);
    border-radius: 9px;
    position: relative;
    z-index: 0;
    border: 1px dashed var(--border2); 
}

.cenik .cenik-box .cenik-box-leva .telefon-30 {
    margin-bottom: 0px;
}

.typy-masazi .masaz {
    display: flex;
    margin: 110px 0px 140px 0;
}

.typy-masazi .masaz .masaz-image {
    width: 50%
}

.typy-masazi .masaz .masaz-image img {
    width: 100%;
    height: 464px;
    object-fit: cover;
    border-radius: 9px;
}

.typy-masazi .masaz .masaz-text {
    width: 50%;
    margin-top: 63px; 
}

.masaz-image-inner {
    width: calc(100% + 66px);
    border-radius: 9px;
}

.masaz-text-inner {
    width: calc(100% + 66px);
    position: relative;
    right: 66px;
    top: 0px;
    border: 3px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border-radius: 9px;
}

.masaz-text-real {
    background: var(--main-color);
    border-radius: 9px;
    padding: 58px 48px;
}

.typy-masazi .masaz .masaz-text h3, .typy-masazi .masaz .masaz-text p {
    color: var(--white-color);
}

.typy-masazi .tlacitka {
    margin-left: -21px;
    margin-top: 40px;
}

.typy-masazi .tlacitka > a {
    margin-left: 21px;
}

.typy-masazi .masaz:nth-child(odd) {
    flex-direction: row-reverse;
}

.typy-masazi .masaz:nth-child(odd) .masaz-text-inner {
    right: 0;
    border: 3px solid var(--white-color);
}

.typy-masazi .masaz:nth-child(odd) .masaz-image-inner {
    right: 66px;
    position: relative;
}

.typy-masazi .masaz:nth-child(odd) .masaz-text-real {
    background: var(--white-color);
}

.typy-masazi .masaz:nth-child(odd) h3, .typy-masazi .masaz:nth-child(odd) p {
    color: var(--text-olor-90);
}

.typy-masazi .masaz:nth-child(odd) .tlacitka a {
    background: transparent;
    border: 2px solid var(--main-color);
    color: var(--main-color);
}

.typy-masazi .masaz:nth-child(odd) .tlacitka a:hover{
    background: var(--main-color);
    border: 2px solid var(--main-color);
    color: var(--white-color);
}

.kontaktujte-mne {
    margin-bottom: 100px;
    margin-top: -561px;
    position: relative;
    z-index: 1;
}

.kontakt-leva-hlavicka {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kontakt-leva-hlavicka h3 {
    margin: 0;
}

.formular-left {
    padding: 43px 50px;
}

.kontakt form .formular-left-inside {
    display: flex;
    flex-wrap: wrap;
    margin-left: -70px;
    margin-top: 30px;
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -70px;
    margin-top: 30px;
}

.wpcf7-form > * {
    width: 50%;
    flex: 1 1 auto;
    padding-left: 70px;
    margin: 20px 0px 20px 0px;
}

.wpcf7-form label, .wpcf7-form span, .wpcf7-form input, .wpcf7-form textarea  {
    display: block;
    width: 100%;
    font-weight: 600;
    color: var(--text-olor-80);
}

.wpcf7-form input {
    padding: 12px 15px;
    border-radius: 9px;
    border: 2px solid rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    line-height: 16px;
}

.wpcf7-form textarea {
    padding: 12px 15px;
    border-radius: 9px;
    border: 2px solid rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    line-height: 16px;
    height: 115px;
}

.wpcf7-form p:last-of-type {
    width: 100%
}

.wpcf7-form input[type="submit"] {
    width: auto;
    color: #99582A;
    padding: 10px 25px;
    border: 2px solid var(--main-color);
    border-radius: 9px;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: red;
    font-size: 13px;
    font-weight: 400;
}

.wpcf7-form input[type="submit"]:hover {
    color: white;
}

.wpcf7 form .wpcf7-response-output {
    display: block;
    margin: 0;
    padding: 0;
    padding: 20px;
    width: 100%;
    margin-left: 70px;
}


.kontakt .kontakt-formular {
    width: 50%;
    flex: 1 1 auto;
    padding-left: 70px;
    margin: 20px 0px 20px 0px;
}

.kontakt .kontakt-formular input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 9px;
    border: 2px solid rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 16px;
    line-height: 16px;
}

.kontakt .kontakt-formular label {
    font-weight: 600;
    color: var(--text-olor-80);
} 

.kontakt .kontakt-formular textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 9px;
    border: 2px solid rgba(0, 0, 0, 0.65);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 16px;
    line-height: 20px;
    height: 115px;
}

.kontakt input[type="submit"] {
    cursor: pointer;
    background: none;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}

.kontakt input[type="submit"]:hover {
    background: var(--main-color);
    
}

.formular-right {
    background: var(--main-color);
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    border-radius: 0px 9px 9px 0px;
}

.formular-right h3 {
    color: white;
}

.kontakt {
    margin-top: 110px;
}

.kontakt-ikony-wrap {
    display: flex;
    align-items: center;
    margin-left: -20px;
    margin-top: 20px;
}

.kontakt-ikony-wrap img {
    flex: none;
    height: 30px;
    padding-left: 20px;
}

.kontakt-ikony-wrap p {
    margin: 0;
    color: var(--white-color);
    line-height: 24px;
    font-weight: 600;
    padding-left: 20px;
}

.kontakt-ikony {
    margin-top: 100px;
    margin-bottom: 30px;
}

.kontakt-ikony-wrap a {
    margin-left: 20px;
    color: var(--white-color);
    line-height: 24px;
    font-weight: 600;
}

.kontakt-ikony-wrap a:hover {
    text-decoration: underline;
}

.socialni-site {
    margin-left: -22px;
    position: relative;
    z-index: 1;
}

.socialni-site a {
    opacity: 0.5;
    transition: all .2s ease-in;
    margin-left: 22px;
}

.socialni-site a:hover {
    opacity: 1;
}

img.logo-overlay {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.kontakt .uk-grid {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background: var(--white-color);
    border-radius: 9px;
}

.cenik .cenik-box {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 36px;
}

.cenik .cenik-box:nth-child(odd) {
    background: var(--main-color-10);
}

.cenik .cenik-box:nth-child(2) {
    margin-top: 110px;
}

.cenik .cenik-box .cenik-box-leva {
    flex: 1;
    padding-right: 200px;
}

.cenik .cenik-box .cenik-box-prava {
    flex: none;
}

.cenik .cenik-box .cenik-box-leva p {
    margin: 14px 0px 25px 0px;
    opacity: 0.7;
}

.cenik .cenik-box .cenik-box-prava p {
    opacity: 0.9;
    margin: 0px;
    margin-bottom: 5px;
}

.cenik .cenik-box .cenik-box-prava p span {
    opacity: 1;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.cenik .cenik-box .cenik-box-leva a {
    padding: 7px 22px;

}

.cenik .wrapper3 {
    margin-top: 80px;
}

.rezervace {
    margin-top: 170px;
}

.rezervace .rezervace-inner {
    display: flex;
    margin-right: 255px;
    background: var(--main-color-10);
    margin-top: 80px;
    border-radius: 9px;
}

.rezervace .rezervace-inner .rezervace-leva {
    width: calc(50% + 255px);
    padding: 66px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rezervace .rezervace-inner .rezervace-leva p:first-of-type{
    font-weight: 600;
}

.rezervace .rezervace-inner .rezervace-leva > * {
    position: relative;
    z-index: 2;
}

.rezervace .rezervace-inner .rezervace-leva::after {
    content: "";
    position: absolute;
    background: url(../img/logo-overlay-2.svg);
    width: 795px;
    height: 830px;
    top: 232px;
    right: -320px;
}

.rezervace .rezervace-inner .rezervace-leva p.rezervace-leva-tucne {
    font-weight: 600;
}

.rezervace .rezervace-inner .rezervace-leva .linie {
    height: 3px;
    width: 68px;
    background: var(--main-color);
    opacity: 0.6;
    margin: 30px 0px;
}

.rezervace .rezervace-inner .rezervace-prava {
    width: 50%;
}

.rezervace .rezervace-inner .rezervace-prava .inside-prava {
    width: calc(100% + 255px);
}

.rezervace .doprava p {
    margin: 0px;
}

.rezervace .doprava img {
    flex: none;
    padding-left: 20px;
}

.rezervace .doprava .doprava-truck {
    padding-left: 20px;
}

.rezervace .doprava {
    display: flex;
    align-items: center;
    margin-left: -20px;
    margin-top: 115px;
}

.rezervace .doprava .doprava-truck p:first-child {
    font-weight: 600;
    line-height: 32px;
}

.rezervace .doprava .doprava-truck p {
    line-height: 25px;
}

.faq {
    margin-top: 170px;
    margin-bottom: 200px;
}

.faq .cislo {
    font-weight: 700;
    color: var(--main-color);
}

.faq .faq-content {
    margin-top: 73px;
}

.faq .uk-accordion-default .uk-accordion-icon {
    margin-left: 0;
    color: var(--main-color);
}

.faq .uk-accordion-default .uk-accordion-title{
    font-size: 22px;
    line-height: 35px;
    column-gap: 23px
}

.faq .uk-accordion-default .uk-accordion-content {
    padding-left: 62px;
    position: relative;
    margin-top: 27px;
}

.faq .uk-accordion-default .uk-accordion-content p {
    color: rgba(34, 34, 34, 0.7);
}

.faq .uk-accordion-default .uk-accordion-content::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 18px);
    background: var(--main-color);
}

.faq li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

footer {
    background: var(--main-color);
    padding: 37px 0px;
}

footer .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer p {
    color: var(--white-color);
    margin: 0;
}

.paticka-socials img {
    height: 25px;
    transition: all .2s ease-in-out;
}

.paticka-socials {
    display: flex;
    margin-left: -15px;
    justify-content: end;
}

.paticka-socials a {
    margin-left: 15px;
    transition: all .2s ease-in-out;
}

.paticka-socials a:hover img {
    opacity: 0.7;
}

.logo-menu .menu button {
    display: none;
}

.hlavicka-menu .menu-canvasik {
    list-style: none;
    padding-left: 0px; 
}

.hlavicka-menu .logo-menu .menu-canvasik li:not(:last-child) {
    padding-left: 0px;
}

.hlavicka-menu .logo-menu .menu-canvasik li:not(:last-child) a {
    color: var(--main-color);
    display: block;
    padding: 5px 0px;
    font-weight: 500;
}

.hlavicka-menu .logo-menu .menu-canvasik li:last-child {
    padding-left: 0px;
    margin-top: 10px;
}

.hlavicka-menu .uk-open>.uk-offcanvas-bar {
    background: var(--white-color);
}

#amelia-container p.am-fs-sb__step-heading {
    color: var(--white-color);
}

.amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin: 40px 0px !important;
}

.hlavicka-menu.uk-sticky-fixed {
    background: var(--white-color);
    margin: 18px 0px !important;
}

.posts-header {
    padding: 60px 0px;
    position: relative;
    text-align: center;
}

.posts-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(127, 85, 57, 0.6);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    z-index: 2;
}

.posts-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.posts-header h1 {
    position: relative;
    z-index: 2;
}

.prispevky-wrapper {
    margin: 100px 0;
}

.prispevek-obrazek {
    height: 250px;
    position: relative;
}

.prispevky-wrapper a:hover .prispevek-obrazek::after{
    background-color: rgba(127, 85, 57, 0);
}

.prispevek-obrazek::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(127, 85, 57, 0.3);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all .2s ease-in-out;
}

.prispevek-obrazek img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.prispevek-text {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 20px 40px;
}

.prispevek-text h4 {
    margin: 0;
    margin-top: 15px;
}

.prispevek-datum {
    color: var(--main-color);
    font-weight: 600;
    margin: 0;
}

.prispevek-text-detail {
    margin: 50px 0px 100px 0px;
}

.amelia-v2-booking #amelia-container .am-fs__info-form__label {
    margin-bottom: 20px !important;
}

button.am-button.am-button--text.am-button--default.am-button--secondary {
    display: none !important;
}

@media screen and (max-width: 1480px) {
    .wrapper{
        padding: 0 20px;
    }
}

@media screen and (max-width: 1300px) {
    
}

@media screen and (max-width: 1279px) {
    .logo-menu .menu > ul {
        display: none;
    }
    .logo-menu .menu button {
        display: initial;
    }
    .logo-menu .menu button.burger svg {
        width: 40px;
        height: 40px;
        fill: var(--main-color);
    }
}

@media screen and (max-width: 1200px) {
    .omne .omne-boxiky .omne-fotka {
        width: 40%
    }
    .omne .omne-boxiky .omne-text {
        width: 60%
    }
    .omne-inner-fotka {
        height: 380px;
    }
    .wrapper2 {
        padding: 0 20px;
    }
    .omnee {
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 1120px) {
    .wrapper-small {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1070px) {
    .wrapper3 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1042px) {
    .poukazy .kolecko::after {
        left: 198px;
    }
}


@media screen and (max-width: 959px) {
    .hlavicka-obrazek {
        min-height: 571px;
    }
    h1 {
        font-size: 50px;
        line-height: 52px;
    }
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
    h3 {
        font-size: 27px;
        line-height: 35px;
    }
    .omne-inner-fotka .courses span {
        font-size: 39px;
    }
    .omne .omne-boxiky .omne-fotka {
        padding: 30px 20px;
        width: 50%;
    }
    .omne-inner-fotka {
        left: initial;
        top: initial;
        width: 100%
    }
    .omnee {
        margin-left: 0;
    }
    .omne .omne-boxiky .omne-text {
        width: 50%;
        padding: 40px;
    }
    .omne-inner-fotka .courses {
        left: 20px;
    }
    .poukazy .kolecko::after {
        display: none;
    }
    .omnee {
        margin-bottom: 110px;
    }
    .masaz-image-inner {
        width: initial;
    }
    .typy-masazi .masaz .masaz-text {
        margin-top: 0px;
    }
    .masaz-text-inner {
        width: initial;
        position: static;
    }
    .masaz-text-real {
        padding: 28px 30px;
    }
    .typy-masazi .masaz:nth-child(odd) .masaz-image-inner {
        position: static;
    }
    .typy-masazi .masaz {
        margin: 110px 0;
    }
    .formular-right {
        padding: 30px;
    }
    .kontakt-ikony {
        margin-top: 30px;
    }
    .rezervace .rezervace-inner {
        flex-direction: column-reverse;
        margin-right: initial;
    }
    .rezervace .rezervace-inner .rezervace-leva {
        width: initial;
        padding: 16px;
    }
    .rezervace .rezervace-inner .rezervace-leva > * {
        display: none;
    }
    .rezervace .rezervace-inner .rezervace-leva > .doprava {
        display: flex;
        margin-top: 0;
    }
    .rezervace .rezervace-inner .rezervace-prava .inside-prava {
        width: initial;
    }
    .rezervace .rezervace-inner .rezervace-prava {
        width: 100%;
    }

}





@media screen and (max-width: 782px) {
    .wrapper4 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .omne .omne-boxiky {
        flex-direction: column;
    }
    .omne .omne-boxiky .omne-fotka, .omne .omne-boxiky .omne-text {
        width: 100%;
    }
    .omne-text {
        padding: 0px 30px;
        border-radius: 0px;
    }
    .omne .omne-boxiky .omne-fotka {
        padding: 0px;
        border-radius: 9px 9px 0px 0px;
    }
    .typy-masazi .masaz {
        flex-direction: column;
    }
    .typy-masazi .masaz .masaz-image, .typy-masazi .masaz .masaz-text {
        width: 100%;
    }
    .typy-masazi .masaz .masaz-image img {
        height: 190px;
    }
    .typy-masazi .masaz:nth-child(odd) {
        flex-direction: column;
    }
    .poukazy .poukazy-wrapp {
        margin-bottom: 80px;
    }
    .cenik .cenik-box:nth-child(odd), .cenik .cenik-box {
        flex-direction: column;
    }
    .cenik .cenik-box .cenik-box-prava {
        margin-top: 30px;
    }
    .cenik .cenik-box .cenik-box-leva {
        padding-right: 0px;
    }
    footer .footer {
        flex-direction: column;
    }
    footer .footer > img {
        height: 80px;
    }
    .paticka-socials {
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .kontaktujte-mne {
        margin-bottom: 80px;
    }
    .rezervace {
        margin-top: 80px;
    }
    .faq {
        margin-top: 90px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    .hlavicka-obrazek {
        min-height: 430px;
    }
    h1 {
        font-size: 40px;
        line-height: 45px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .omne-inner-fotka .courses {
        width: 130px;
    }
    .omne-inner-fotka .courses span {
        font-size: 30px;
    }
    .omne .omne-boxiky .omne-fotka {
        padding: 0px;
    }
    .omne .omne-boxiky .omne-text {
        padding: 0 15px;
        padding-top: 30px;
        border-radius: 9px;
    }
    .omnee {
        margin-top: 50px;
    }
    .default-button {
        padding: 6px 17px;
    }
    .formular-left {
        padding: 30px 30px;
    }
    .kontakt .kontakt-formular {
        width: 100%;
    }
    .hlavicka-obrazek-text h1 {
        width: initial;
    }
    h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .cenik .cenik-box .cenik-box-prava p span {
        font-size: 20px;
    }
    .faq .uk-accordion-default .uk-accordion-title {
        font-size: 19px;
        line-height: 27px;
    }
}