@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

div.main {
    margin: 0 auto;
}

h1 {
    font-weight: initial;
    font-size: 60px;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    color: transparent;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
}

h2.heading-page {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 56px;
}

h3 {
    margin-top: 100px;
    padding: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    height: 64px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

h4 {}

p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

input {
    border: 2px solid #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 24px;
    margin: 0;
    margin-top: 20px;
    letter-spacing: 4px;
}

input[type=text] {
    min-width: 200px;
}

input[type=button],
input[type=submit] {
    background-color: #000;
    border: 2px solid #000;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.heading-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #2d862d !important;
    border: 3px dotted #2d862d;
    padding: 10px 20px;
    margin-bottom: 16px;
}

.small-heading {
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
}

nav {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    max-width: 1280px;
    margin: 0 auto;
}

nav img {
    width: 120px;
    height: auto;
}

nav button {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    transition: all .3s;
}

nav button:hover {
    cursor: pointer;
    color: #26a9e1;
}

.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    display: inline;
}

.menu li a {
    padding: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.menu li a:hover {
    color: #26a9e1;
}

.menu-btn {
    display: none;
}

.contact-top {
    color: #666;
    padding: 20px 40px;
    text-align: right;
    background-color: #d9d9d9;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact-top-socials i {
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.contact-top-socials i:hover {
    color: #333;
}

.contact-top-socials a:nth-of-type(1) {
    margin-left: 8px;
}

.contact-top span:nth-of-type(1) {
    margin-right: 24px;
}

.in-top-pht {
    padding: 180px 40px 240px 40px;
    background-image: url('../images/th1-top.jpg');
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    max-height: 500px;
    max-width: 2000px;
    margin: 0 auto;
}

.in-top-pht-inner1 {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 100px;
}

.in-top-pht-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in-top-pht-inner i {
    margin-right: 8px;
}

.mrg-cntr {
    flex: none;
    display: block;
    color: #fff;
    height: 90px;
}

.mrg-cntr p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 200;
    margin-left: 88px;
    margin-top: -5px;
    letter-spacing: 8px;
}

.button-wht {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 24px;
    letter-spacing: 4px;
    margin-top: 20px;
}

.button-wht:hover {
    background: #fff;
    color: #000;
}

.button-blk {
    display: inline-block;
    border: 1px solid #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 24px;
    margin-top: 20px;
    letter-spacing: 4px;
}

.button-blk:hover {
    background: #000;
    color: #fff;
}

.btn-mrg {
    margin-left: 80px;
    margin-top: 40px;
}

.in-blocks {
    margin: 0 auto;
    margin-top: -100px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.in-blocks h2 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.in-blocks-s {
    background: #fff;
    z-index: 99;
    flex: 1;
    margin: 10px;
    padding: 40px 20px;
    box-shadow: 5px 5px 30px #999999;
    position: relative;
    transition: all .3s;
    border: 1px solid transparent;
}

.in-blocks-s:hover {
    box-shadow: none;
    border-color: #d9d9d9;
}

.in-blocks-s a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.in-blocks-s img {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
}

.in-blocks-m {
    height: 220px;
    background: #f2f2f2;
    z-index: 99;
    flex: 2;
    margin: 10px;
    box-shadow: 10px 10px 40px #666;
}

.in-blocks-l {
    height: 600px;
    background: #f2f2f2;
    z-index: 99;
    flex: 2;
    margin: 10px;
    box-shadow: 10px 10px 40px #666;
}

.in-blocks-break {
    flex-basis: 100%;
    height: 0;
}

.gallery {
    max-width: 1180px;
    margin: 10px auto;
    padding: 0 10px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 240px;
    grid-auto-flow: dense;
    padding: 0 10px;
}

.gallery div {
    z-index: 99;
}

.tall {
    grid-column-end: span 2;
    grid-row-end: span 2;
    box-shadow: 10px 10px 40px #666;
    background-image: url('../images/ad-img1.jpg');
    background-size: cover;
    background-position: center center;
    background-color: lightblue;
    box-shadow: 5px 5px 30px #999999;
    color: #fff;
    margin: 0;
    padding: 50px;
    position: relative;
}

.tall p {
    font-family: 'Libre Caslon Display', serif;
    font-weight: initial;
    font-size: 40px;
    letter-spacing: 2px;
    margin-top: 120px;
}

.tall a:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tall:hover a:nth-of-type(2) {
    background: #fff;
    color: #000;
}

.wide-1 {
    grid-column-start: span 2;
    grid-row-start: span 1;
    grid-column-end: span 4;
    grid-row-end: span 2;
    box-shadow: 5px 5px 30px #999999;
    padding: 40px;
    background: #fff;
    position: relative;
}

.wide-1 a:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wide-1:hover a:nth-of-type(2) {
    background: #000;
    color: #fff;
}

.wide-2 {
    grid-column-start: span 2;
    grid-row-start: span 1;
    grid-column-end: span 4;
    grid-row-end: span 4;
    box-shadow: 5px 5px 30px #999999;
    padding: 20px 40px;
    color: #fff;
    background-color: #3399ff;
    background-image: linear-gradient(45deg, #3399ff, #003d99);
}

.brands {
    background: #f2f2f2;
}

.brands-inner {
    max-width: 1400px;
    padding: 80px 100px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brands img {
    width: 180px;
    height: auto;
    margin: 0 20px;
    filter: grayscale(100%);
    transition: all .3s;
}

.brands img:hover {
    filter: grayscale(0%);
}

.payment {
    text-align: center;
    padding: 40px;
    font-size: 60px;
    background: #d9d9d9;
    color: #666;
}

.payment i {
    padding: 5px;
    transition: all .3s;
}

.payment i:hover {
    color: #333;
}

.contact {
    padding: 100px 160px 100px 100px;
}

.contact img {
    width: 200px;
    height: auto;
    margin: 0 40px 40px 40px;
}

.contact-flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: flex-start;
}

.contact-flex ul {
    list-style-type: none;
    flex: 1;
    min-width: 200px;
}

.contact-flex ul li {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.contact-flex ul li a:hover {
    color: #26a9e1;
    font-weight: 400;
}

.contact-flex ul li#heading {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

ul.ul-thin {
    list-style-type: none;
    flex: 1;
    min-width: 200px;
    padding: 0;
    margin-bottom: 24px;
}

ul.ul-thin li {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

ul.ul-thin li#heading {
    font-weight: 700;
    text-transform: uppercase;
}

.ssite-top {
    padding: 100px 40px;
    text-align: center;
    background-image: url(../images/akce-back.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff;
}

.ssite-top p {
    letter-spacing: 8px;
    text-transform: uppercase;
}

.akce-blocks {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.akce-blocks h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    text-align: left;
    height: initial;
    max-height: initial;
}

.akce-blocks p {
    text-align: justify;
    word-break: break-all;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #666666;
}

.akce-blocks div div {
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #666666;
}

.akce-blocks-s {
    background: #fff;
    width: 240px;
    z-index: 99;
    margin: 10px;
    padding: 64px 40px;
    box-shadow: 5px 5px 30px #f2f2f2;
    position: relative;
    transition: all .3s;
    border: 1px solid #f2f2f2;
}

.akce-blocks-s:hover {
    box-shadow: none;
    border-color: #666;
}

.akce-blocks-s a:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.akce-blocks-s a:nth-of-type(2) {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    letter-spacing: 4px;
    text-align: left;
}

.akce-blocks-s img {
    width: 200px;
    height: auto;
}

.akce-page-blocks {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.akce-page-blocks h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    text-align: left;
}

.akce-page-blocks div div {
    text-align: justify;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #666666;
}

.akce-page-blocks-s {
    background: #fff;
    width: 240px;
    z-index: 99;
    margin: 10px;
    flex: 1;
    padding: 64px 40px;
    position: relative;
    transition: all .3s;
}

.akce-page-blocks-s:nth-of-type(2) {
    border-left: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.akce-page-blocks-s a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 60px;
    letter-spacing: 4px;
    text-align: left;
}

.akce-page-blocks-s img {
    width: 100%;
    height: auto;
    min-width: 200px;
}

.sluzby-blocks {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.text-with-links a {
    display: initial;
    font-size: inherit;
    text-transform: initial;
    text-decoration: underline;
    letter-spacing: initial;
}

.block-odd h3 {
    text-align: right;
}

.block-odd p {
    text-align: justify;
}

.block-even h3 {
    text-align: left;
}

.block-even p {
    text-align: justify;
}

.sluzby-blocks h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.sluzby-blocks p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #666666;
}

.sluzby-blocks-s {
    background: #fff;
    width: 240px;
    z-index: 99;
    margin: 10px;
    padding: 64px 40px;
    position: relative;
    transition: all .3s;
    box-shadow: 5px 5px 30px #f2f2f2;
    border: 1px solid #f2f2f2;
}

.sluzby-blocks-s:hover {
    box-shadow: none;
    border-color: #666;
}

.sluzby-blocks-s h3 {
    text-align: left;
}

.sluzby-blocks-s a:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sluzby-blocks-s a:nth-of-type(2) {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    letter-spacing: 4px;
}

.sluzby-blocks-s img {
    width: 400px;
    height: auto;
}

.tall-page {
    display: block;
    box-shadow: 10px 10px 40px #666;
    background-image: url('../images/ad-img.jpg');
    background-size: cover;
    background-position: center center;
    background-color: lightblue;
    box-shadow: 5px 5px 30px #999999;
    color: #fff;
    margin: 0;
    padding: 20px;
    position: relative;
    min-height: 400px;
}

.tall-page p {
    font-family: 'Libre Caslon Display', serif;
    font-weight: initial;
    font-size: 40px;
    letter-spacing: 2px;
    margin-top: 120px;
    color: #fff;
}

.tall-page a {
    color: #fff;
}

.tall-page a:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.tall-page a:nth-of-type(2) {
    display: inline-block;
}

.tall-page:hover a:nth-of-type(2) {
    background: #fff;
    color: #000;
}

.produkty-blocks {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.produkty-blocks h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.produkty-blocks p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #666666;
}

.produkty-blocks p.product-name {}

.produkty-blocks p.product-price {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.produkty-blocks-s {
    background: #fff;
    width: 200px;
    z-index: 99;
    margin: 10px;
    padding: 40px 32px;
    position: relative;
    transition: all .3s;
    box-shadow: 5px 5px 30px #f2f2f2;
    border: 1px solid #f2f2f2;
}

.produkty-blocks-s:hover {
    box-shadow: none;
    border: 1px solid #f2f2f2;
}

.produkty-blocks-s a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    letter-spacing: 4px;
}

.produkty-blocks-s img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1150px) {}

@media only screen and (max-width: 1030px) {}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 850px) {
    nav {
        flex-wrap: wrap;
        border-bottom: 1px solid #f2f2f2;
    }
    .menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: none;
    }
    .menu li {
        display: inline;
    }
    .menu li a {
        padding: 20px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .menu-btn {
        display: block;
    }
}

@media only screen and (max-width: 700px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 500px) {}

.mystyle {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 25px;
    box-sizing: border-box;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
        height: 0;
    }
    45% {
        margin-bottom: 228px;
        height: 0;
    }
    46% {
        height: auto;
    }
    50% {
        transform: translateY(-20px);
        opacity: 0;
        margin-bottom: 0px;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

.mystyle li {
    display: block;
}

.mystyle li a {
    padding: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}