/* MAIN */
body {
    font-family: constantin;
}

@font-face {
    font-family: constantin;
    src: url("Constantine.ttf");
}

main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.main-content {
}

.content {
    max-width: 1460px;
    position: relative;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    align-items: flex-start;
    justify-content: flex-start;
}

.content.margin-top {
    margin-top: -200px;
    background-color: #fff;
    padding-top: 100px;
    margin-bottom: -70Px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1.8;
}

li {
    list-style-type: none;
    line-height: 2;
}

hr {
    margin: 35px 0px;
    background: #1B4D4A;
    width: 20%;
    border: none;
    height: 1px;
    opacity: 1;
}

/* TEXT */
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.4;
    text-transform: uppercase;
}

h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 15px;
    font-size: 34px;
}

h2 small {
    font-size: 18px;
    margin-bottom: 5px;
    color: #7c7c7c;
}

h3 {
    margin-bottom: 15px;
    font-size: 32px;
}

p {
    line-height: 2;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #7c7c7c;
}

.headline {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 45px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.headline p {
    font-size: 16px;
    width: 60%;
}

/* BUTTONS */
button {
    padding: 12px 30px;
    background-color: #1B4D4A;
    border: none;
    box-shadow: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
}
form button {
    padding: 12px 30px !important;
    background-color: #1B4D4A !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin-top: 15px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
}
button.light {
    background-color: #fff;
    color: #000;
}

button img {
    filter: invert(1);
}

button:focus {
}

button:hover {
}

.button-box {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.button-box button {
    margin-right: 6px;
}

/* HEADER */
header {
    position: relative;
    min-height: 735px;
    background-color: #cfd0ca;
}

header.smaller {
    min-height: 300px;
}

header.smaller .header-content {
    min-height: 300px;
    padding-top: 50px;
}

header .overlay {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(13, 13, 13) 0%, rgba(13, 13, 13, 0.73) 100%);
    display: none;
}

.header-content {
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    bottom: 0;
    position: relative;
    min-height: 735px;
    max-width: 1640px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-content .text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 80px;
}

.header-content .image {
    margin-top: auto;
    margin-bottom: -2px;
}

.heaader-content .image img {
}

.header-content img {
    position: relative;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
}

.header-content h1 {
}

.header-content p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}

/* NAV */
nav {
    position: fixed;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 1011;
    top: 0;
    left: 0;
    right: 0;
    transition: all 300ms;
}
.change-lan {
    margin-left: 15px;
}
.change-lan img {
    height: 30px;
    width: 30px;
}
#nav.scrolled {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.nav-content ul.menu li.mob-cta {
    display: none;
}
.nav-content ul.menu {
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.nav-content ul.menu li {
    margin-right: 20px;
    position: relative;
}

.nav-content ul.menu li:hover ul.dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.nav-content ul.menu li ul.dropdown {
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 35px;
    background-color: #1B4D4A;
    box-shadow: 0 32px 64px 0px rgba(0, 0, 0, 0.24), 0 5px 14px 0 rgba(0, 0, 0, .18);
    color: #fff;
    transform: translateY(15%);
    visibility: hidden;
    opacity: 0;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}
.nav-content ul.menu li ul.dropdown.active {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
span.alert-nav {
        position: absolute;
    background: #1B4D4A;
    padding: 1px;
    width: 14px;
    height: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -2px;
    right: -14px;
    font-size: 10px;
    font-weight: 400;
    border-radius: 4px;
}
.nav-content ul.menu li ul.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1b4d4a;
    z-index: 2;
    transform: rotate(180deg);
    top: -6px;
    left: 50%;
    margin-left: -3px;
}

.nav-content ul.menu li ul.dropdown li {
    align-items: flex-start;
    justify-content: center;
    line-height: 3;
    margin-right: 0;
}

.nav-content ul.menu li ul.dropdown li a {
    font-size: 16px;
    font-weight: 400;
}

.nav-content ul.menu li:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #1B4D4A;
    margin-left: -2.5px;
    display: none;
    bottom: -5px;
}

.nav-content ul.menu li.active:after {
}

.nav-content ul.menu li a {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.nav-content ul.socials {
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
}

.nav-content ul.socials li {
    margin-left: 12px;
}

.nav-content ul.socials li img {
}

.nav-content ul {
    display: flex;
    margin-top: 2px;
}

.nav-content ul li {
    display: flex;
    justify-content: center;
}
nav a.btn-nav {
    padding: 7px 25px;
    background-color: #1B4D4A;
    border: none;
    box-shadow: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-left: 15px;
    color: #fff;
    font-size: 14px;
}
.nav-content ul li a {
}

nav .logo {
    position: relative;
    width: 220px;
    margin-right: 35px;
    z-index: 100;
}

nav .logo img {
    padding-right: 15px;
    padding-bottom: 10px;
}

/* FOOTER */
footer {
    background-color: #000e0e;
    padding-top: 100px;
    padding-bottom: 0px;
    background-size: contain;
}

.footer-content {
    color: #fff;
    max-width: 1640px;
}

.footer-box {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-box img.logo {
    filter: invert(1);
    margin-top: 55px;
    max-width: 250px;
}

.footer-box h3 {
    font-size: 24px;
    margin-bottom: 35px;
}

.footer-box ul {
    color: #778887;
    font-family: 'Poppins', sans-serif;
}

.footer-box ul li {
}

.footer-box ul li.big {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-decoration: underline;
}

footer img.logo {
    max-width: 400px;
    filter: invert(1); 
}
.footer-box p {
    margin-bottom: 15px;
    color: #b1b1b1;
}

footer ul.socials {
    display: flex;
    margin-bottom: 45px;
}

footer ul.socials li {
    margin-right: 12px;

}

footer ul.socials li img {
    filter: invert(1);
}

.footer-small {
    display: flex;
    color: #fff;
    border-top: 1px solid #1b4d4a;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 100px;
}

.footer-small-content {
    max-width: 1640px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
}

.footer-small p {
    color: #778887;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-small p a {
    text-decoration: underline;
}

.footer-small ul.docs {
    display: flex;
    color: #7c7c7c;
}

.footer-small ul.docs li {
    margin-right: 12px;
}

/* NEWSLETTER */
.newsletter-around {
    background-color: #1B4D4A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0px;
}

.newsletter-around .headline {
    margin-bottom: 0px;
}

.newsletter-around h2 {
    color: #fff;
}

.newsletter-around p {
    color: #778887;
    text-align: center;
}

form.newsletter {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

form.newsletter input {
    width: 100%;
    height: 60px;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #778887;
    outline: none;
    box-shadow: none;
    padding: 5px 60px 5px 15px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

form.newsletter input::placeholder {
    color: #778887;
}

form.newsletter button {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 2px;
    bottom: 2px;
    margin-top: 0;
    background-color: #000e0e !important;
    padding: 0;
    margin-top: 0px !important;
}

form.newsletter span {
    width: 100%;
    color: #778887;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

/* SERVICES */
.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 55px;
}

.services h2 {
    width: 100%;
}

.services-box {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
.services-box.right {
    flex-direction: row-reverse;
}
.services-box .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-box .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 45px;
}

.services-box.right .text {
    padding-right: 0;
    padding-left: 45px;
}

.services-box img {
    width: 100%;
}

.services-box h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

/* HOW */
.how {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
}

.how-box {
}

.how-box-inner {
}

.slider-around {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
}

.slider-around.serv {
    width: 100%;
}

.slider {
    width: 100%;
    position: relative;
}

.slider-serv .slide {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.slider-serv .slide .text {
    text-align: left;
}

.slider-serv .slide .image {
}

.slider-serv .slide .image img {
    width: 100%;
}

.slide {
    text-align: center;
}
button.slick-prev,
button.slick-next {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 32%;
}

button.slick-prev2,
button.slick-next2 {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 32%;
}

button.slick-prev {
    left: 0px;
}

button.slick-next {
    right: 0px;
    left: auto;
}

button.slick-prev2 {
    left: 0px;
}

button.slick-next2 {
    right: 0px;
    left: auto;
}

button.slick-prev img,
button.slick-next img {
    filter: invert(0);
}
button.slick-prev2 img,
button.slick-next2 img {
    filter: invert(0);
}
button.slick-next img {
}

.slide h2 {
}

.slide p {
}

.slider-indicators {
    position: relative !important;
    margin-top: 45px;
    width: 100%;
}

.slider-indicators:after {
    content: "";
    width: 70% !important;
    height: 1px;
    background-color: #c1c1c1;
    position: absolute !important;
    z-index: -1;
    top: 50px;
    left: 15%;
    right: 15%;
}

.indicator {
    margin: 0 10px;
    display: flex !important;
    cursor: pointer;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
    position: relative;
    z-index: 2;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #8a8a8a;
    transition: all 300ms ease;
}

.indicator .icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a5a5a5;
    margin-bottom: 15px;
    border: 15px solid #ffffff;
    transition: all 300ms ease;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
}

.indicator img {
    display: block;
    filter: invert(1);
    width: 40px;
    height: 40px;
}

.indicator span {
    font-size: 14px;
    display: block;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.indicator.active {
    color: #000;
}

.indicator.active .icon {
    background-color: #1B4D4A;
}

/* FAQ */
.faq {
    width: 100%;
}

.faq .headline {
    align-items: flex-start;
}

.faq .headline h1 {
    margin-bottom: 35px;
}

.accordion-around {
    padding: 0px 10px;
}

.accordion-item {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #c1c1c1 !important;
    border: none;
}

.accordion-item.active {
}

.accordion-content p {
    margin-bottom: 0;
}

.accordion-content {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.5s ease;
    height: 0;
    display: none;
}

.accordion-item.active .accordion-content {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.accordion-item h3 {
    position: relative;
    padding-right: 25px;
    margin: 0;
    line-height: 1.5;
    font-size: 24px;
}

.accordion-item .icon:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #000;
    right: 6px;
    top: 50%;
    margin-top: -7px;
    transition: transform 0.5s ease;
}

.accordion-item .icon {
    position: relative;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.accordion-item .icon:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: #000;
    right: 0px;
    top: 50%;
    transition: transform 0.5s ease;
}

.accordion-item.active .icon:after,
.accordion-item.active .icon:before {
    content: "";
    transform: rotate(90deg);
}

.accordion-item.active .icon:before {
    opacity: 0;
}

/* WHY */
.why {
    width: 100%;
    margin-bottom: 120px;
}

.why-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.why-box .text {
    padding-right: 45px;
    text-align: left;
}

.why-box .text p {
    margin-bottom: 0;
}

.why-box .text ul {
    font-family: 'Poppins', sans-serif;
    padding-left: 45px;
}

.why-box .text ul li {
    position: relative;
    color: #7c7c7c;
}

.why-box .text ul li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #1B4D4A;
    left: -25px;
    position: absolute;
    top: 10px;
}

.why-box .image {
    position: relative;
}

.why-box .image img {
    width: 100%;
}

/* Metods */
.metods {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #1B4D4A;
    color: #fff;
    padding: 120px 10px 320px;
}

.metods-box {
    text-align: center;
    border-right: 1px solid #778887;
    display: flex;
    flex-direction: column;
    padding: 15px 35px;
    align-items: center;
    justify-content: center;
}

.metods-box:last-child {
    border: none;
}

.metods-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1460px;
    align-items: center;
}

.metods-content .text {
    padding-right: 45px;
}

.metods-content .image {
    position: relative;
}

.metods-content .image img {
    width: 100%;
}

.metods-box h3 {
    font-size: 26px;
}

.metods p {
    color: #bcbcbc;
    width: 100%;
}

/* CONTACT */
.contact {
    width: 100%;
    display: flex;
    margin-bottom: 120px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact-info {
}

.contact-info img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.contact-form {
    padding: 0px 35px;
    position: sticky;
    top: 35px;
}

.contact-info {
    padding-right: 0px;
    padding-left: 10px;
}

.contact-info ul li {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
}

.contact-info ul li.small {
    color: #737373;
    font-size: 16px;
}

.contact-info ul li a {
    color: inherit;
    text-decoration: none;
}

.contact ul li.headline-li {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 25px;
    -webkit-background-clip: text;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.contact-form form {
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.contact-form form div:nth-child(2) {
    padding-right: 15px;
}

.reservation-form div:nth-child(2) {
    padding-right: 0px;
}
.reservation-form div:nth-child(3) {
    padding-right: 15px;
}
.contact-form form label {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.contact-form form select {
    margin-bottom: 15px;
    border: 1px solid #b5b5b3 !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    z-index: 1;
    position: relative;
    padding: 12px 10px !important;
    font-family: 'Poppins', sans-serif !important;
}
.header-content .headline {
    margin-bottom: 80px;
}

.contact-form form button {
    margin-top: 25px;
}

.contact-form form textarea {
    border: 1px solid #b5b5b3  !important;
    border-radius: 0px;
    background-color: transparent !important;
    z-index: 1;
    position: relative;
    padding: 12px 10px  !important;
    font-family: 'Poppins', sans-serif  !important;
}

.contact-form form input {
    margin-bottom: 15px;
    border: 1px solid #b5b5b3  !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    z-index: 1;
    position: relative;
    padding: 12px 10px  !important;
    font-family: 'Poppins', sans-serif  !important;
}

.contact-form form  input::placeholder,
.contact-form form textarea::placeholder {
    color: #000;
    opacity: 0.7;
    font-size: 12px;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #1B4D4A;
    outline: 0;
    box-shadow: none;
}

/* SMALLER DISPLAY */
@media (min-width:1000px) and (max-width:1399px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 28px;
    }
    .header-content p {
        font-size: 16px;
    }

    header {
        min-height: 550px;
    }

    .header-content {
        min-height: 550px;
    }

    nav .logo {
        width: 180px;
    }

    header.smaller {
        min-height: 200px;
    }

    header.smaller .header-content {
        min-height: 200px;
    }

    header.smaller .header-content .text {
        padding-top: 80px;
    }
}

/* MOBILE */
@media (max-width:767px) {
    li.mob-cta a {
        padding: 7px 25px;
        background-color: #1B4D4A;
        border: none;
        box-shadow: none;
        outline: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-left: 15px;
        color: #fff;
        font-size: 14px !important;
    }
    .price-box-inner {
        box-shadow: none !important;
    }
    .nav-content ul.menu li:hover ul.dropdown {
        visibility: visible;
        opacity: 1;
    }
    .services h2 {
        text-align: center;
    }

    .video {
        margin-top: 80px;
    }.office-text {
    margin-top: 35px;
    padding-left: 0px !important;
        text-align: center;
} 
    .nav-content ul.menu li ul.dropdown li {
        line-height: 2;
        align-items: flex-end;
        margin-bottom: 5px;
    }
    .nav-content ul.menu li a {
        font-weight: 600;
    }
    .nav-content ul.menu li ul.dropdown li a {
        font-size: 14px;
        font-weight: 400;
    }

    .nav-content ul.menu li ul.dropdown:after {
        display: none;
    }

    .nav-content ul.menu li ul.dropdown {
        position: relative;
        padding: 0;
        background-color: transparent;
        border-bottom: 1px solid #c7c7c7;
        transform: translateY(0);
        color: #000;
        align-items: flex-end;
        top: auto;
        box-shadow: none;
        transition: all .0s cubic-bezier(.645, .045, .355, 1);
        visibility: visible;
        opacity: 1;
        height: auto;
        display: none;
    }
    .nav-content ul.menu li ul.dropdown.active {
        display: block;
    }

    .notification {
        max-width: 280px;
    }

    .price-box h2 {
        margin-bottom: 20px !important;
    }

    .why-box {
        padding-left: 0;
        padding-right: 0;
    }

    .metods-content .text {
        padding-right: 0;
    }

    .why .headline {
    }

    .price-box p {
        width: 90% !important;
    }

    .price-box ul li {
        font-size: 14px !important;
    }

    .price-box ul {
        width: 90% !important;
    }

    .price-box h3 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .price-box {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .process-box {
    }

    .process-box:after {
        display: none;
    }

    .process-content {
    }

    button {
        padding: 8px 20px;
        font-size: 12px;
    }

    #message-form form label {
        margin-bottom: 5px !important;
    }

    #message-form form button {
        margin-top: 10px !important;
    }

    #message-form form input {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        margin-bottom: 5px !important;
    }

    #message-form {
        max-width: 280px;
    }

    .nav-content ul.socials {
        display: none;
    }

    .header-content .text {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-content p {
        font-size: 16px;
    }

    main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
    }

    p {
        font-size: 14px;
    }

    .contact-info ul li {
        font-size: 16px;
    }

    .contact ul li.headline-li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .contact {
        margin-bottom: 0;
    }

    .contact-info {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 45px;
    }

    .contact-form {
        padding: 10px;
    }

    form.newsletter {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }

    .headline p {
        font-size: 14px;
        width: 100%;
    }

    .headline {
        width: 100%;
        margin-bottom: 25px;
        justify-content: flex-start;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-box {
        margin-bottom: 45px;
    }

    .footer-small {
        margin-top: 5px;
    }

    .footer-box:nth-child(3) {
        margin-bottom: 0;
    }

    footer {
        padding-top: 50px;
    }

    .newsletter-around {
        padding: 50px 10px;
    }

    .services-box .text {
        padding-left: 0 !important;
        padding-bottom: 45px !important;
    }
    .blog-box-around {
        padding: 0px !important;
        margin-bottom: 40px;
    }
    .references-box-around {
        padding: 0px !important;
        margin-bottom: 40px;
    }
    .about-content img {
    max-width: 100%;
    height: auto;
}
    .services-box {
        flex-direction: column-reverse !important;
        margin-bottom: 0;
    }

    .services-box .text.right {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }

    .services-box .image {
        margin-bottom: 35px;
    }

    header {
        min-height: auto !important;
        padding-top: 70px;
    }
    header.smaller {
        padding-bottom: 40px;
    }
    .header-content {
        min-height: auto !important;
        padding-top: 25px !important;
    }
    .header-content .image {
        margin-top: 65px;
    }
    .contact-form form div:nth-child(2) {
        padding-right: 0px !important;
    }
    nav .logo {
        width: 145px;
        z-index: 9999;
    }

    .services-box.right {
        flex-direction: column;
    }

    .slider-around {
        width: 100%;
    }
    .process-box {
        margin-left: 0px !important;
        margin-bottom: 45px;
    }
    .process-box-around.right .process-box {
        margin-right: 0px !important;
    }
    .process-image {
        margin-left: 0px !important;
    }
    .process-box:before {
        display: none;
    }
    .slide {
        margin-bottom: 0;
    }

    .indicator {
        margin: 0 0px !important;
        padding: 0 20px !important;
        min-width: 200px;
    }

    .why-box .text {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .metods {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .metods-box {
        border-right-width: 0px;
        border-bottom: 1px solid #778887;
        padding-top: 25px;
        padding-bottom: 25Px;
    }

    .why {
        margin-bottom: 50px;
    }

    .content.margin-top {
        padding-top: 50px;
        margin-bottom: -50px;
        margin-top: 0px;
    }

    .why-box .text ul {
        padding-left: 25px;
    }

    .slider-indicators {
        margin-top: 0;
    }

    .nav-content ul.menu li:after {
        right: 0;
    }

    .nav-content ul.menu li {
        margin-bottom: 15px;
        transform: translateX(220%);
        transition: all .5s cubic-bezier(.645, .045, .355, 1);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        width:100%;
    }

    .nav-content ul.menu.toggled li {
        transform: translateX(0%);
    }

    .nav-content ul.menu li:nth-child(1) {
        transition-delay: 150ms;
    }

    .nav-content ul.menu li:nth-child(2) {
        transition-delay: 250ms;
    }

    .nav-content ul.menu li:nth-child(3) {
        transition-delay: 350ms;
    }

    .nav-content ul.menu li:nth-child(4) {
        transition-delay: 450ms;
    }

    .nav-content ul.menu li:nth-child(5) {
        transition-delay: 550ms;
    }

    .nav-content ul.menu li:nth-child(6) {
        transition-delay: 650ms;
    }

    .nav-content ul.menu li:nth-child(7) {
        transition-delay: 750ms;
    }

    .nav-content ul.menu li:nth-child(8) {
        transition-delay: 850ms;
    }

    .nav-content ul.menu li:nth-child(9) {
        transition-delay: 950ms;
    }
    .nav-content ul.menu li:nth-child(10) {
        transition-delay: 1050ms;
    }

    .nav-content ul.menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        position: fixed;
        right: -100%;
        bottom: 0;
        top: 0;
        height: 100vh;
        width: 60%;
        padding-top: 90px;
        background-color: #fff;
        z-index: 102;
    }

    form.newsletter button {
        right: 2px;
    }

    nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mob-menu {
        display: flex !important;
    }
}

/* MOB MENU */
.mob-menu {
    width: 25px;
    height: 20px;
    position: absolute;
    right: 5%;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 103;
}

.mob-menu span {
    width: 25px;
    height: 2px;
    background-color: #000;
    position: relative;
    margin-bottom: 3px;
    margin-top: 3px;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.nav-content ul.menu.toggled {
    right: 0%;
}

.mob-menu span:nth-child(1) {
}

.mob-menu span:nth-child(2) {
}

.mob-menu.toggled span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 4px;
}

.mob-menu.toggled span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 2px;
}

.main-around {
    position: relative;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.main-around.toggled {
    transform: translateX(-60%);
}

/* NOTIFIKATION BTN */
.message-button-container {
    position: fixed;
    bottom: 20px;
    z-index: 1012;
    right: 20px;
}

.message-button {
    background-color: #000e0e;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    animation: pulse 2s infinite;
}

.notification {
    background-color: #fff;
    color: #000;
    padding: 20px;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 0px;
    animation: bounce 1s;
    right: -8px;
    width: 400px;
    bottom: 70px;
    box-shadow: 0 32px 64px 0px rgba(0, 0, 0, 0.24), 0 5px 14px 0 rgba(0, 0, 0, .18);
    flex-direction: column;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    display: flex;
}

.notification.visible {
    opacity: 1;
    visibility: visible;
}

.notification::after {
    content: "";
    position: absolute;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    right: 21px;
    z-index: 2;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#message-form {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    width: 400px;
    position: absolute;
    right: -8px;
    bottom: 70px;
    background-color: #fff;
    flex-direction: column;
    z-index: 9999;
}

#message-form::after {
    content: "";
    position: absolute;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    right: 19px;
    z-index: 2;
}

#message-form  .headline {
    margin-bottom: 0px;
    padding: 15px;
    background-color: #1B4D4A;
    color: #fff;
    width: 100%;
}

#message-form h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

#message-form.visible {
    display: flex;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

#message-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

#message-form form label {
    margin-bottom: 15px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#message-form form p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.4;
}

#message-form form button {
    margin-top: 25px;
}

#message-form form textarea {
    border: 1px solid #b5b5b3;
    border-radius: 0px;
    background-color: transparent !important;
    z-index: 1;
    position: relative;
    padding: 12px 25px;
    font-family: 'Poppins', sans-serif;
}

#message-form form input {
    margin-bottom: 15px;
    border: 1px solid #b5b5b3;
    border-radius: 0px !important;
    background-color: transparent !important;
    z-index: 1;
    position: relative;
    padding: 12px 10px;
    font-family: 'Poppins', sans-serif;
}

#message-form form  input::placeholder,
#message-form form textarea::placeholder {
    color: #000;
    opacity: 0.7;
    font-size: 12px;
}

#message-form .close {
    color: #fff;
    right: 6px;
    top: 8px;
    font-weight: 300;
}

.close {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    font-size: 30px;
    line-height: 20px;
    z-index: 99;
}

/* ABOUT */
.about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    position: relative;
    width: 100%;
}

.about-content {
    padding: 0px 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 45px;
    max-width: 1040px;
}

.about-content img {
}

.about-content p.quote {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}

.about-content h1 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 35px;
}

.about-content h2 {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}

/* PRICE LIST */
.price-list {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.price-list-content {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-wrap: wrap;
}

.price-box {
    padding: 10px 20px 45px;
}

.price-box-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 45px;
    box-shadow: 0 32px 64px 0px rgba(0, 0, 0, 0.24), 0 5px 14px 0 rgba(0, 0, 0, .18);
    transition: all 400ms ease;
    height: 100%;
}

.price-box:hover .price-box-inner {
    transform: translateY(-5px);
}

.price-box h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 35px;
    padding: 25px 15px;
    text-align: center;
    background-color: #dcdcdc;
    color: #000;
}

.price-box p {
    text-align: center;
    width: 75%;
    margin-bottom: 0;
}

.price-box h3.price {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 600;
    margin-top: 35px;
}

.price-box h3.price small {
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 400;
}

.price-box ul {
    width: 75%;
    margin-bottom: 35px;
}

.price-box ul li {
    position: relative;
    padding-left: 25px;
    line-height: 2;
    font-family: 'Poppins', sans-serif;
    color: #7c7c7c;
}

.price-box ul li:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('images/icons/icons8-checked-24.png');
    background-size: contain;
    background-position: center center;
    left: 0;
    top: 8px;
}

.price-box ul li.none:after {
    background-image: url('images/icons/icons8-cross-24-red.png');
}

.price-box button {
    margin-top: auto;
}

/* PROCESS */
.process {
    width: 100%;
}

.process-content {
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.process-content:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #bfbfbf;
    top: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    z-index: -1;
}

.process-box {
    padding: 25px;
    border: 1px solid #bfbfbf;
    position: relative;
    background-color: #fff;
    margin-left: -25px;
}

.process-box h2 {
    display: grid;
}

.process-box p {
    margin-bottom: 0;
}

.process-box:after {
    content: "";
    right: -38px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 49%;
    margin-top: 0px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #bfbfbf;
    background: #fff;
}

.process-box:before {
    content: "";
    right: -38px;
    width: 14px;
    height: 14px;
    top: 49%;
    margin-top: 5px;
    margin-right: 5px;
    position: absolute;
    border-radius: 100%;
    background: #1B4D4A;
    z-index: 1;
}

.process-box-around.right .process-box:before {
    right: auto;
    left: -38px;
    margin-right: auto;
    margin-left: 5px;
}

.process-box-around.right .process-box:after {
    right: auto;
    left: -38px;
}

.process-box-around {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 55px;
}
.process-box-around.right {
    flex-direction: row-reverse;
}
.process-box-around.right .process-image {
    margin-left: -25px;
    margin-right: auto;
}
.process-box-around.right .process-box {
    margin-right: -25px;
    margin-left: auto;
}
.process-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -25px;
    margin-left: auto;
}
.process-image img {
    width: 100%;
}
/* BLOG */
.blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog-content {
    width: 100%;
}

.blog-box-around {
    padding: 20px;
}

.blog-box-around:hover .blog-box {
    box-shadow: 0 32px 64px 0px rgba(0, 0, 0, 0.24), 0 5px 14px 0 rgba(0, 0, 0, .18);
}

.blog-box {
    border: 1px solid #c1c1c1;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    height: 100%;
}

.blog-box .info {
    padding: 25px 15px;
}

.blog-box img {
    width: 100%;
}

.blog-box h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.blog-box p {
    margin-bottom: 0;
}

.blog .button-box {
    justify-content: center;
}

/* BLOG POST */
.blog-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    position: relative;
    width: 100%;
    margin-top: 80px;
}

.blog-post-content {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    max-width: 1040px;
}

.blog-post h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
}

.blog-post p {
    max-width: 80%;
    margin-bottom: 35px;
}

.blog-post img {
    max-width: 100%;
    margin-bottom: 35px;
}

.blog-post span.date {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* TOP BOXES */
.top-boxes {
    position: relative;
    background-color: #1B4D4A;
    color: #fff;
}

.top-boxes-content {
    top: 0;
    bottom: 0;
    position: relative;
    max-width: 1640px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 45px;
}

.top-box {
    padding-left: 20px;
    padding-right: 10px;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}

.top-box h2 {
    font-size: 28px;
}

.top-box p {
    color: #778887;
}

.top-box img {
    filter: invert(1);
    margin-bottom: 25px;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* REFERENCES */
.references {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.references-box-around {
    padding: 20px;
}

.references-box {
    border: 1px solid #c1c1c1;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    height: 100%;
}


.references-box img {
    max-width: 100%;
}

.references-box h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.references-box p {
    margin-bottom: 0;
}

.references-info {
    padding: 15px;
}

.references:hover .blog-box {
    box-shadow: 0 32px 64px 0px rgba(0, 0, 0, 0.24), 0 5px 14px 0 rgba(0, 0, 0, .18);
}

.img-wrapper {
    position: relative;
    display: inline-block;
}

.img-wrapper:hover .zoom-btn {
    opacity: 1;
}

.zoom-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    color: white;
    text-decoration: none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 400ms ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.zoom-btn img {
    filter: invert(1);
    width: 30px;
    height: 30px;
}

/* POP UP */
.popup-around {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 0.2s ease-in-out;
}

.popup-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fff;
    padding: 45px 25px;
    width: 95%;
    max-width: 520px;
}

.popup-content span {
    font-size: 14px;
    margin-top: 25px;
    font-weight: 300;
    margin-bottom: 0px;
}

.popup-content p {
}

/* SLIDER */
.slider-container {
            max-width: 80%;
            margin: 40px auto;
        }

        .slick-slide {
            text-align: center;
        }

        .slick-slide img {
            max-width: 100%;
        }

        .slick-next,
        .slick-prev {
            top: calc(100% + 10px);
            transform: translateY(-50%);
        }
        .slick-next2,
        .slick-prev2 {
            top: calc(100% + 10px);
            transform: translateY(-50%);
        }
        .slick-prev {
            left: 45%;
        }
        .slick-prev2 {
            left: 45%;
        }
        .slick-next {
            right: 45%;
        }
        .slick-next2 {
            right: 45%;
        }
        /* Responzivní styl */
        @media (max-width: 768px) {
            .slider-container {
                max-width: 95%;
            }
        }

.slick-slider-wrapper {
    max-width: 100%;
    margin: 0px 0px 80px;
}

.slick-slider-wrapper .slick-prev,
.slick-slider-wrapper .slick-next {
    position: absolute;
    top: 100%;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.3s ease;
}
.slick-slider-wrapper2 .slick-prev2,
.slick-slider-wrapper2 .slick-next2 {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.3s ease;
    margin: 0;
}
.slick-next:before {
    display: none;
}
.slick-prev:before {
    display: none;
}
.slick-next2:before {
    display: none;
}
.slick-prev2:before {
    display: none;
}
.slick-slider-wrapper .slick-prev {
    left: 50%;
    transform: translateX(-125%);
}

.slick-slider-wrapper .slick-prev:hover,
.slick-slider-wrapper .slick-prev:focus {
    transform: translateX(-130%);
}

.slick-slider-wrapper .slick-next {
    right: 50%;
    transform: translateX(125%);
}
.slick-slider-wrapper .slick-next img {
    transform: rotate(180deg);
}
.slick-slider-wrapper2 .slick-next2 img {
    transform: rotate(180deg);
}
.slick-slider-wrapper .slick-next:hover,
.slick-slider-wrapper .slick-next:focus {
    transform: translateX(130%);
}
.slick-slider-wrapper2 .slick-slide img {
    max-height: 80px;
}
.slick-slider-wrapper .slick-prev img,
.slick-slider-wrapper .slick-next img {
    width: 100%;
    height: auto;
    display: block;
}
.slick-slider-wrapper2 .slick-prev2 img,
.slick-slider-wrapper2 .slick-next2 img {
    width: 100%;
    height: auto;
    display: block;
}
/* VIDEO */
.video {
    position: relative;
    width: 100%;
    max-width: 760px;
    height: 450px;
    margin: 0 auto 85px;
}

.video iframe {
    width: 100%;
    height: 450px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.thumbnail {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.play-button {
    color: white;
    border: none;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #1B4D4A;
}

.play-button img {
    width: 48px;
    height: 48px;
    margin-left: 0;
}

.play-button:focus {
    outline: none;
}

/* MODAL */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 10001;

}

.modal-content {
    background-color: #fefefe;
    padding: 25px;
    border: 1px solid #888;
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-width: 710px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border-radius: 0;
    max-height: 90%;
    overflow: auto;
}

.modal-content h2 {
    font-size: 30px;
}

.modal-content img {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
}

.close {
    color: #000;
    float: right;
    font-weight: lighter;
    font-size: 32px;
    line-height: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* TABLE */
table {
    border: none;
    font-family: 'Poppins', sans-serif;
    width:100%;
}

tr {
    height: auto;
    line-height: 3;
}
td {
    border: none;
    text-indent: 15px;
}

/* RESERVATION FORM AND TABLE */
button.reserve-btn {
    padding: 0px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
td p {
    margin-bottom: 0;
    margin-right: 15px;
}
td:nth-child(3) {
    text-indent: 0;
}
.table-responsive {
    overflow-x: scroll; /* Umožní horizontální scrolling */
    -webkit-overflow-scrolling: touch; /* Vylepší posouvání na dotykových zařízeních */
}

table {
    width: 100%; /* Nastaví šířku tabulky */
    border-collapse: collapse; /* Odstraní dvojité okraje mezi buňkami */
}

table td, table th {
    white-space: nowrap; /* Zabrání zalamování textu v buňkách */
    padding: 8px; /* Přidá padding pro lepší čitelnost */
}

/* Stylování pro tlačítka, pokud je potřeba */
.reserve-btn {
    white-space: nowrap; /* Zabrání zalamování textu na tlačítku */
}
/* OFFICE */
.office {
    width: 100%;
    margin-top: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.office img {
    width: 100%;
}

.office-text {
    padding-left: 65px;
}

.office-text h2 {
    margin-bottom: 25px;
}

/* DROPDOWN */
@media (min-width: 768px) { /* Nastavte breakpoint podle vašich potřeb */
    .menu > li:hover .dropdown {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
}

/* ECO MAIL FORM */
#ec_form_1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-holder {
    width: 100% !important;
}

form p {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 15px;
}
form p a{
    color:#000;
    text-decoration: underline;
}

/* CONTACT FOOTER */
.social-icons-big {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 35px;
}
.social-icons-big h3 {
    margin-bottom: 25px;
}
.social-icons-big ul.socials {
    display: flex;
}
    
.social-icons-big ul.socials li {
    margin: 0px 7px;
}
.social-icons-big ul.socials li img {
    width:32px;
    height:32px;
}

/* NEW */
.blog-post p a {
    text-decoration: underline;
}

.sign-box {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sign-box img {
    margin-bottom: 0;
    max-width: 350px;
}

.sign-box p {
    color: #000;
    margin: 0;
}

.blog-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}

.blog-gallery:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.blog-gallery.open {
    max-height: 100%;
}

.blog-gallery-item {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-gallery-item  img {
    margin-bottom: 20px;
}

.blog-post-content.new {
    margin-bottom: 80px;
}

.blog-gallery button {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.blog-post-content.new span.quote {
    font-size: 34px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}

.logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.logo-box img {
    width: 450px;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .logo-box {
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .logo-box img {
        margin-bottom: 25px;
        width: 100%;
    }

    .blog-post-content p {
        max-width: 100%;
    }

    .blog-post-content.new span.quote {
        font-size: 24px;
    }

    .sign-box {
        width: 100%;
    }

    .sign-box img {
        max-width: 100%;
    }

    .blog-post-content.new {
        margin-bottom: 60px;
    }
}

/* PARTNERS */
.partners-around {
    padding: 45px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.partners-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.partners-box img {
max-height: 80px;
}
.partners-box-around {
    padding: 15px;
    min-height: 100px;
}