@import url("https://use.typekit.net/gny5pel.css");

.nav-wrap {max-width: 1640px;margin: auto;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}

.nav-cont {
    background: #19503D;
    padding: 19px 30px;
    position: fixed;
    width: 100%;
    box-shadow: 0px 10px 20px #00000036;
    z-index: 5;
}

.nav-wrap span {
    display: flex;
    align-items: center;
}

.nav {
    margin-left: 100px;
}

.nav a {
    font-size: 18px;
    font-weight: 500;
    color: white;
    padding: 19px;
}

body {
    font-family: 'Rustica', sans-serif;
    font-size: 15px;
}

a.button.orange {
    background: #ff9100;
    filter: saturate(1.5);
}

a.button {
    padding: 17px 66px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 10px 20px #00000036;
    display: inline-flex;
}

a.button.orange:hover {
    background: #ff6800;
}

.back-image-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

header {
    height: 90vh;
    position: relative;
    margin-bottom: 17%;
}

.claim {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    color: white;
    text-align: center;
    display: flex;
    height: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}

.claim-small {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 1%;
}

h1 {
    font-size: 80px;
    font-weight: 600;
    padding-bottom: 2%;
}

.sluzby-bar {
    position: absolute;
    /* bottom: 0; */
    top: 80%;
    width: 100%;
    /* background: #18503d; */
    max-width: 1700px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 15px;
    padding: 30px;
}

.sluzby-items {
    display: flex;
    margin-bottom: -10%;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-top: 2%;
}

a.sluzby-item {
    background: whitesmoke;
    border-radius: 10px;
    margin: 8px;
    padding: 12px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* min-width: 200px; */
    padding-top: 3%;
    width: 14.9%;
    /* max-width: 183px; */
    box-shadow: 0px 10px 15px #0000001f;
    transition: all ease 0.3s;
}

a.sluzby-item img {
    width: 70%;
    margin: auto;
}

.slzby-wrap {
    padding: 36px;
    background: #19503d;
    border-radius: 20px;
}

.sluzby-title-cont img {
    width: auto;
}

a.sluzby-item .sipka img {
    width: 20px;
}

.sipka {
    background: #ff8800;
    filter: saturate(1.5);
    width: 49px;
    border-radius: 6px;
    padding: 7px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sluzby-title-cont {
    display: flex;
    align-items: center;
    color: #18503d;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20%;
}

.sluzby-title-cont h3 {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.2vw;
}

h2 {
    font-size: 38px;
    text-align: center;
    color: white;
    font-weight: 600;
}

.seabottom {
    background: #2B2B2B;
    max-width: 1364px;
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 60px;
    align-items: flex-end;
}

footer#kontakt {
    margin-top: 4%;
    position: relative;
}

.newsletter {
    background: #19503D;
    color: white;
    max-width: 1364px;
    margin: auto;
    border-radius: 10px;
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
}

.gray-all {
    background: #F0F0F0;
    padding-top: 4.5%;
}

#kontakt h2 {
    font-size: 48px;
    color: black;
    font-weight: 600;
    text-align: left;
    padding-bottom: 30px;
}

.left-kont-col {
    text-align: left;
    width: 50%;
    min-width: 400px;
    padding-bottom: 30px;
}

.right-kont-col {
    width: 50%;
    min-width: 400px;
    margin-bottom: 30px;
}

.kont-wrap {
    display: flex;
    max-width: 1088px;
    margin: auto;
    padding-bottom: 3.4%;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.left-kont-col {
    font-size: 16px;
}

.left-kont-col p {
    max-width: 340px;
    line-height: 150%;
}

input {
    font-size: 15px;
}

input::placeholder, textarea::placeholder {
    color: black;
    font-family: inherit;
    font-size: 15px;
}

textarea {
    font-family: inherit;
}

input, textarea {
    padding: 17px;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
    border: 1px solid gray;
    border-radius: 10px;
    box-sizing: border-box;
}

textarea {
    min-height: 160px;
    max-height: 160px;
    width: 100%!important;
}

.kont-cont {
    padding-top: 10%;
}

.newsletter {}

.newsletter-wrap {
    display: flex;
    max-width: 1088px;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 20px;
}

#kontakt .newsletter h2 {
    color: white;
}

.newsletter .left-col p {
    max-width: 440px;
    line-height: 150%;
}

.left-col {
    width: 50%;
    min-width: 400px;
    margin-bottom: 30px;
}

.right-col {
    width: 50%;
    min-width: 400px;
    margin-bottom: 30px;
}

input[type="submit"] {
    background: #ff8800;
    color: white;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    appearance: none;
}

.newsletter input::placeholder {
    color: white;
}

.newsletter input {
    border-color: white;
    color: white;
}

.newsletter input[type="checkbox"] {
    display: inline;
    width: 44px;
    background: red;
}

.newsletter label {
    display: inline;
}

.newsletter input[type="submit"] {
    margin-top: 20px;
}

.super-gray {
    background: #2B2B2B;
    padding: 30px;
    padding-top: 8%;
    margin-top: -4%;
}

.foo-flex {
    max-width: 1364px;
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.left-cont a {
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.seabottom {}

.left-cont {
    display: flex;
    /* flex-wrap: wrap; */
    width: 30%;
}

.col a {
    display: block;
}

.col {
    width: 50%;
    max-width: 230px;
    line-height: 200%;
}

.socials a {
    padding: 5%;
}

.center-cont {width: 30%;text-align: center;}

.right-cont {
    width: 30%;
    text-align: right;
}

.tiraz {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.tiraz a {
    color: white;
}
header.sub {
	margin: auto;
    height: auto;
    background: whitesmoke;
    padding: 30px;
    padding-top: 150px;
}

.sub h1 {
    padding: 0;
    font-size: 48px;
    line-height: 120%;
}

.main-wrap {
    max-width: 1697px;
    margin: auto;
    /* background: red; */
    padding: 30px;
}

.text-cont {
    font-size: 16px;
    max-width: 850px;
    line-height: 150%;
    /* padding: 0px 30px; */
    padding-top: 40px;
}

li::marker {}

ul {
    list-style-image: url(/templates/images/c.svg);
}

ul li {
    margin: 15px;
    padding-left: 6px;
}

.breadcrumbs a:nth-child(1) {
    color: #ff8800;
}

.breadcrumbs img {
    margin: 0 5px;
}

.breadcrumbs {
    padding-bottom: 10px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

a.sluzby-item:hover {
    background: white;
    transform: scale(1.05);
}
.main-banner {
    position: relative;
    margin-top: -10%;
    height: 115vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.left-srafa {
    position: absolute;
    left: -10%;
    bottom: -20%;
}

.right-srafa {
    position: absolute;
    right: 0;
    z-index: -3;
    top: 0;
    overflow: hidden;
}

.main-banner {}

.banner-gray {
    background: #F0F0F0;
    position: relative;
    position: absolute;
    left: 0;
    height: 100%;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
}

.banner-text {
    color: #212423;
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    max-width: 965px;
    width: 100%;
    padding-bottom: 5vh;
}

.banner-left {
    width: 40%;
    max-width: 1000px;
    padding-left: 10%;
}

.right-banner {
    width: 60%;
    right: 0;
    height: 130%;
    position: absolute;
    top: -15%;
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0% 100%);
}

.main-banner-wrapper {
    position: relative;
    /* outline: 1px solid blue; */
    width: 100%;
    max-width: 1700px;
    margin: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.right-banner {}

.image {
    height: 100%;
    background-size: cover;
}

.gray-wrap {
    background: whitesmoke;
    max-width: 1800px;
    padding: 50px;
    margin: auto;
    padding-top: 4%;
    padding-bottom: 4%;
    border-radius: 10px;
}

div#reference {
    padding: 60px;
}

#reference h2 {
    color: #2b2b2b;
}

a.more {
    text-align: center;
    margin: auto;
    display: inherit;
    color: #ff7e00;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 20px;
    font-size: 16px;
}

.row-asy .item:nth-child(1) {
    width: 65%;
}

.row-asy .item:nth-child(2) {
    width: 34%;
}

.row-asy .item {
    height: 40vh;
    position: relative;
    display: block;
    background: gray;
    margin: 4px;
    min-width: 400px;
    border-radius: 10px;
}

.row-asy {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}

.ref-wrap {
    margin-top: 40px;
    margin-bottom: -8%;
}

.ref-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 23px;
}

.ref-bar h3 {
    font-weight: 600;
    font-size: 20px;
}

.background-image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.gradient {
    background: linear-gradient(0deg, #0000009e, transparent);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.row-half {
    display: flex;
    flex-wrap: wrap;
}

.row-half .item {
    height: 45vh;
    position: relative;
    display: block;
    background: gray;
    margin: 4px;
    width: 49.5%;
    min-width: 400px;
    border-radius: 10px;
}

.new-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1400px;
    padding: 3% 30px;
    margin: auto;
}

.news-wrap h2 {
    color: #2b2b2b;
}

.news-wrap {
    padding-top: 7%;
    padding-bottom: 7%;
    position: relative;
    z-index: 2;
}

.new-wrap .item {
    width: 30%;
    margin: 15px;
    min-width: 350px;
    margin-bottom: 50px;
}

.new-wrap .item img {
    border-radius: 10px;
    width: 100%;
}

.new-wrap .item h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
}

.kat {
    font-weight: 600;
    color: gray;
}

.new-wrap .item h3:hover {
    text-decoration: underline;
}
div#novinky {
    position: relative;
}
.novinka .main-wrap {
    max-width: 1030px;
}

header.sub.novinka {
    /*
    background: white;
    max-width: 1090px;
*/
    background: white;
    }
.main-wrap.novinka {
    max-width: 1090px;
    padding: 10px 30px;
}

.perex {
    line-height: 150%;
}

em {
    font-size: 25px;
    font-weight: 600;
    font-style: inherit;
    display: block;
    line-height: 150%;
    margin-bottom: 90px;
    margin-top: 60px;
    position: relative;
}

em:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    width: 20px;
    margin: auto;
    height: 20px;
    bottom: -40px;
    border-radius: 30px;
    background: #ff8800;
}
ul {
    /* column-count: 2; */
    margin-top: 40px;
}
img.main {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}
.novinky .main-wrap {
    max-width: 1090px;
}

.subpage .news-wrap {
    padding-top: 0;
}
.right-srafa img {
    left: 50%;
    position: relative;
}
header.sub.novinka.all {
    background: whitesmoke;
}
div#reference.subpage h2 {text-align: left;color: #18503d;}

div#reference.subpage .more {
    display: none;
}

.subpage .gray-wrap {
    background: transparent;
    padding: 0;
}

header.sub .main-wrap {
    padding: 0;
    max-width: 1640px;
}

div#reference.subpage {
    padding: 30px;
    max-width: 1705px;
    margin: auto;
}
.service-wrap {
    padding: 30px;
    max-width: 1700px;
    margin: auto;
}

.subpage .sluzby-items {
    margin: 0;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.service-wrap {
}

.subpage .ref-wrap {
    margin-bottom: 0;
}

.subpage h2 {
    color: black;
    text-align: left;
    /* padding-bottom: 30px; */
    font-size: 32px;
}

.subpage a.sluzby-item {
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 192px;
}

.subpage .sluzby-title-cont h3 {
    font-size: clamp(18px,1.2vw,1.2vw);
}
.more.center {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}
.ref-hero-wrap {
    padding: 30px;
    max-width: 1695px;
    width: 100%;
    margin: auto;
    display: flex;
}
.ref-hero-big-image img {
}

.ref-hero-thumb img {
    border-radius: 10px;
}

.ref-hero-thumb a {
    width: 25%;
    display: inline-block;
    padding: 5px;
}

.ref-hero-thumb a img {
    width: 100%;
}

.ref-hero-thumb {
    display: flex;
}

.ref-hero-big-image {
    padding: 5px;
}

.ref-hero-right {margin-top: -50px;position: relative;width: 50%;}

.ref-hero-left {
    width: 50%;
    padding-right: 10%;
}
.ref-hero-left .text-cont {
    padding-top: 0;
}

.ref-hero-left .text-cont .rok {
    padding-bottom: 20px;
    color: #18503d;
    font-weight: 600;
}

@import url("https://use.typekit.net/gny5pel.css");

.nav-wrap {max-width: 1640px;margin: auto;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}

.nav-cont {
    background: #19503D;
    padding: 19px 30px;
    position: fixed;
    width: 100%;
    box-shadow: 0px 10px 20px #00000036;
    z-index: 5;
}

.nav-wrap span {
    display: flex;
    align-items: center;
}

.nav {
    margin-left: 100px;
}

.nav a {
    font-size: 18px;
    font-weight: 500;
    color: white;
    padding: 19px;
    transition: all ease 0.3s;
}

body {
    font-family: 'Rustica', sans-serif;
    font-size: 15px;
}

a.button.orange {
    background: #ff9100;
    filter: saturate(1.5);
}

a.button {
    padding: 17px 66px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 10px 20px #00000036;
    display: inline-flex;
    transition: all ease 0.3s;
}

a.button.orange:hover {
    background: #ff6800;
}

.back-image-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

header {
    height: 90vh;
    position: relative;
    margin-bottom: 17%;
}

.claim {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    color: white;
    text-align: center;
    display: flex;
    height: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}

.claim-small {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 1%;
}

h1 {
    font-size: 80px;
    font-weight: 600;
    padding-bottom: 2%;
}

.sluzby-bar {
    position: absolute;
    /* bottom: 0; */
    top: 80%;
    width: 100%;
    /* background: #18503d; */
    max-width: 1700px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 15px;
    padding: 30px;
}

.sluzby-items {
    display: flex;
    margin-bottom: -10%;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-top: 2%;
    position: relative;
    z-index: 1;
}

a.sluzby-item {
    background: whitesmoke;
    border-radius: 10px;
    margin: 8px;
    padding: 12px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* min-width: 200px; */
    padding-top: 3%;
    width: 14.9%;
    /* max-width: 183px; */
    box-shadow: 0px 10px 15px #0000001f;
    transition: all ease 0.3s;
}

a.sluzby-item img {
    width: 70%;
    margin: auto;
}

.slzby-wrap {
    padding: 36px;
    background: #19503d;
    border-radius: 20px;
}

.sluzby-title-cont img {
    width: auto;
}

a.sluzby-item .sipka img {
    width: 20px;
}

.sipka {
    background: #ff8800;
    filter: saturate(1.5);
    width: 49px;
    border-radius: 6px;
    padding: 7px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sluzby-title-cont {
    display: flex;
    align-items: center;
    color: #18503d;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20%;
}

.sluzby-title-cont h3 {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.2vw;
}

h2 {
    font-size: 38px;
    text-align: center;
    color: white;
    font-weight: 600;
}

.seabottom {
    background: #2B2B2B;
    max-width: 1364px;
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 60px;
    align-items: flex-end;
}

footer#kontakt {
    margin-top: 4%;
}

.newsletter {
    background: #19503D;
    color: white;
    max-width: 1364px;
    margin: auto;
    border-radius: 10px;
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
}

.gray-all {
    background: #F0F0F0;
    padding-top: 4.5%;
}

#kontakt h2 {
    font-size: 48px;
    color: black;
    font-weight: 600;
    text-align: left;
    padding-bottom: 30px;
}

.left-kont-col {
    text-align: left;
    width: 50%;
    min-width: 400px;
    padding-bottom: 30px;
}

.right-kont-col {
    width: 50%;
    min-width: 400px;
    margin-bottom: 30px;
}

.kont-wrap {
    display: flex;
    max-width: 1088px;
    margin: auto;
    padding-bottom: 3.4%;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.left-kont-col {
    font-size: 16px;
}

.left-kont-col p {
    max-width: 340px;
    line-height: 150%;
}

input {
    font-size: 15px;
}

input::placeholder, textarea::placeholder {
    color: black;
    font-family: inherit;
    font-size: 15px;
}

textarea {
    font-family: inherit;
}

input, textarea {
    padding: 17px;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
    border: 1px solid gray;
    border-radius: 10px;
    box-sizing: border-box;
}

textarea {
    min-height: 160px;
    max-height: 160px;
    width: 100%!important;
}

.kont-cont {
    padding-top: 10%;
}

.newsletter {}

.newsletter-wrap {
    display: flex;
    max-width: 1088px;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 20px;
}

#kontakt .newsletter h2 {
    color: white;
}

.newsletter .left-col p {
    max-width: 440px;
    line-height: 150%;
}

.left-col {
    width: 50%;
    min-width: 400px;
    margin-bottom: 30px;
}

.right-col {
    width: 50%;
    min-width: 400px;
    margin-bottom: 30px;
}

input[type="submit"] {
    background: #ff8800;
    color: white;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    transition: all ease 0.3s;
    cursor: pointer;
}

.newsletter input::placeholder {
    color: white;
}

.newsletter input {
    border-color: white;
    color: white;
}

.newsletter input[type="checkbox"] {
    display: inline;
    width: 44px;
    background: red;
}

.newsletter label {
    display: inline;
}

.newsletter input[type="submit"] {
    margin-top: 20px;
}

.super-gray {
    background: #2B2B2B;
    padding: 30px;
    padding-top: 8%;
    margin-top: -4%;
}

.foo-flex {
    max-width: 1364px;
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.left-cont a {
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.seabottom {}

.left-cont {
    display: flex;
    /* flex-wrap: wrap; */
    width: 30%;
}

.col a {
    display: block;
}

.col {
    width: 50%;
    max-width: 230px;
    line-height: 200%;
}

.socials a {
    padding: 5%;
}

.center-cont {width: 30%;text-align: center;}

.right-cont {
    width: 30%;
    text-align: right;
}

.tiraz {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.tiraz a {
    color: white;
}
header.sub {
	margin: auto;
    height: auto;
    background: whitesmoke;
    padding: 30px;
    padding-top: 150px;
}

.sub h1 {
    padding: 0;
    font-size: 48px;
    line-height: 120%;
}

.main-wrap {
    max-width: 1697px;
    margin: auto;
    /* background: red; */
    padding: 30px;
}

.text-cont {
    font-size: 16px;
    max-width: 850px;
    line-height: 150%;
    padding-top: 40px;
}

li::marker {}

ul {
    list-style-image: url(/templates/images/c.svg);
}

ul li {
    margin: 15px;
    padding-left: 6px;
}

.breadcrumbs a:nth-child(1) {
    color: #ff8800;
}

.breadcrumbs img {
    margin: 0 5px;
}

.breadcrumbs {
    padding-bottom: 10px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

a.sluzby-item:hover {
    background: white;
    transform: scale(1.05);
}
.main-banner {
    position: relative;
    margin-top: -10%;
    height: 115vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.left-srafa {
    position: absolute;
    left: -10%;
    bottom: -20%;
}

.right-srafa {
    position: absolute;
    right: 0;
    z-index: -3;
    top: 0;
    overflow: hidden;
}

.main-banner {
}

.banner-gray {
    background: #F0F0F0;
    position: relative;
    position: absolute;
    left: 0;
    height: 100%;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
}

.banner-text {
    color: #212423;
    font-size: 46px;
    font-weight: 600;
    line-height: 130%;
    max-width: 965px;
    width: 100%;
    padding-bottom: 5vh;
}

.banner-left {
    width: 40%;
    max-width: 1000px;
    padding-left: 10%;
}

.right-banner {
    width: 60%;
    right: 0;
    height: 130%;
    position: absolute;
    top: -15%;
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0% 100%);
}

.main-banner-wrapper {
    position: relative;
    /* outline: 1px solid blue; */
    width: 100%;
    max-width: 1700px;
    margin: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.right-banner {}

.image {
    height: 100%;
    background-size: cover;
}

.gray-wrap {
    background: whitesmoke;
    max-width: 1800px;
    padding: 50px;
    margin: auto;
    padding-top: 4%;
    padding-bottom: 4%;
    border-radius: 10px;
}

div#reference {
    padding: 60px;
}

#reference h2 {
    color: #2b2b2b;
}

a.more {
    text-align: center;
    margin: auto;
    display: inherit;
    color: #ff7e00;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 20px;
    font-size: 16px;
}

.row-asy .item:nth-child(1) {
    width: 65%;
}

.row-asy .item:nth-child(2) {
    width: 34%;
}

.row-asy .item {
    height: 40vh;
    position: relative;
    display: block;
    background: gray;
    margin: 4px;
    min-width: 400px;
    border-radius: 10px;
}

.row-asy {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}

.ref-wrap {
    margin-top: 40px;
    margin-bottom: -8%;
}

.ref-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 23px;
}

.ref-bar h3 {
    font-weight: 600;
    font-size: 20px;
}

.background-image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.gradient {
    background: linear-gradient(0deg, #0000009e, transparent);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.row-half {
    display: flex;
    flex-wrap: wrap;
}

.row-half .item {
    height: 45vh;
    position: relative;
    display: block;
    background: gray;
    margin: 4px;
    width: 49.5%;
    min-width: 400px;
    border-radius: 10px;
}

.new-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1400px;
    padding: 3% 30px;
    margin: auto;
}

.news-wrap h2 {
    color: #2b2b2b;
}

.news-wrap {
    padding-top: 7%;
    padding-bottom: 7%;
    position: relative;
    z-index: 2;
}

.new-wrap .item {
    width: 30%;
    margin: 15px;
    min-width: 350px;
    margin-bottom: 50px;
}

.new-wrap .item img {
    border-radius: 10px;
    width: 100%;
}

.new-wrap .item h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
}

.kat {
    font-weight: 600;
    color: gray;
}

.new-wrap .item h3:hover {
    text-decoration: underline;
}
div#novinky {
    position: relative;
}
.novinka .main-wrap {
    max-width: 1030px;
}

header.sub.novinka {
    /*
    background: white;
    max-width: 1090px;
*/
    background: white;
    }
.main-wrap.novinka {
    max-width: 1090px;
    padding: 10px 30px;
}

.perex {
    line-height: 150%;
}

em {
    font-size: 25px;
    font-weight: 600;
    font-style: inherit;
    display: block;
    line-height: 150%;
    margin-bottom: 90px;
    margin-top: 60px;
    position: relative;
}

em:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    width: 20px;
    margin: auto;
    height: 20px;
    bottom: -40px;
    border-radius: 30px;
    background: #ff8800;
}
.novinka .text-cont {
    /*max-width: 100%;*/
}
ul {
    /* column-count: 2; */
    margin-top: 20px;
}
img.main {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}
.novinky .main-wrap {
    max-width: 1090px;
}

.subpage .news-wrap {
    padding-top: 0;
}
.right-srafa img {
    left: 50%;
    position: relative;
}
header.sub.novinka.all {
    background: whitesmoke;
}
div#reference.subpage h2 {text-align: left;}

div#reference.subpage .more {
    display: none;
}

.subpage .gray-wrap {
    background: transparent;
    padding: 0;
}

header.sub .main-wrap {
    padding: 0;
    max-width: 1640px;
}

div#reference.subpage {
    padding: 30px;
    max-width: 1705px;
    margin: auto;
}
.service-wrap {
    padding: 30px;
    max-width: 1700px;
    margin: auto;
}

.subpage .sluzby-items {
    margin: 0;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.service-wrap {
}

.subpage .ref-wrap {
    margin-bottom: 0;
}

.subpage h2 {
    color: black;
    text-align: left;
    /* padding-bottom: 30px; */
    font-size: 32px;
}

.subpage a.sluzby-item {
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 192px;
}

.subpage .sluzby-title-cont h3 {
    font-size: clamp(18px,1.2vw,1.2vw);
}
.more.center {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}
.ref-hero-wrap {
    padding: 30px;
    max-width: 1695px;
    width: 100%;
    margin: auto;
    display: flex;
}
.ref-hero-big-image img {
    border-radius: 10px;
    width: 100%;

}

.ref-hero-thumb img {
    border-radius: 10px;
}

.ref-hero-thumb a {
    width: 25%;
    display: inline-block;
    padding: 5px;
}

.ref-hero-thumb a img {
    width: 100%;
}

.ref-hero-thumb {
    display: flex;
}

.ref-hero-big-image {
    padding: 5px;
}

.ref-hero-right {margin-top: -50px;position: relative;width: 50%;}

.ref-hero-left {
    width: 50%;
    padding-right: 10%;
}
.ref-hero-left .text-cont {
    padding-top: 0;
}

.ref-hero-left .text-cont .rok {
    padding-bottom: 20px;
    color: #18503d;
    font-weight: 600;
}
.next-refs a.item {position: relative;width: 50%;height: 240px;display: block;margin-top: 40px;}

.next-refs-wrap {
    display: flex;
    padding: 30px;
    max-width: 1700px;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    padding-top: 5%;
}

a.item {}

.prev-ref {
    width: 50%;
}

.next-ref {
    width: 50%;
}

.next-ref {display: flex;flex-direction: column;align-items: flex-end;}

h3 {
}

.next-refs a.item h3 {color: #ffffff;}

.next-refs h3 {
    color: #18503d;
    text-transform: uppercase;
    font-weight: 600;
}

.white {
	background: white;
}
.gray-all.white {
    padding-top: 0;
}

header.sub.novinka .main-wrap {
    padding: 0;
    max-width: 1030px;
}
.text-cont h2 {
    color: black;
    text-align: left;
    line-height: 100%;
    padding-bottom: 30px;
    padding-top: 5%;
}
div#services.subpage {
    padding-bottom: 5%;
}
.extra-text-wrap {
    max-width: 1088px;
    margin: auto;
    padding: 30px;
    display: flex;
    border-bottom: 1px solid whitesmoke;
    justify-content: space-between;
}

.extra-text-wrap h2 {
    color: black;
    text-align: left;
    line-height: 100%;
    min-width: 390px;
    padding-right: 30px;
}

.extra-text-wrap {
    font-size: 16px;
    max-width: 1088px;
    line-height: 150%;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.up {
    cursor: pointer;
    transform: translateY(0px);
    transition: all ease 0.3s;
}

.up:hover {
    transform: translateY(-10px);
}

.col a:hover {
    text-decoration: underline;
}

.nav a:hover {color: #ff8800;}

.new-wrap a:hover {
    transform: scale(1.01);
}

.new-wrap a {
    transition: all ease 0.2s;
}

a.more:hover {
    color: black;
}

input[type="submit"]:hover {
    background: black;
}

@media screen and (max-width:1026px){
a.sluzby-item {
    width: 30%;
}

a.sluzby-item {
    width: 45%;
}

.sluzby-items {
    flex-wrap: wrap;
}

.sluzby-title-cont h3 {
    font-size: 20px;
}

.main-banner {
    margin-top: 60%;
    height: 70vh;
}

.banner-text {
    font-size: 40px;
}

header {
    height: 70%;
}
}
@media screen and (max-width:600px){
	.subpage a.sluzby-item {
    width: 43.4%;
    min-width: 180px;
}

.slzby-wrap {
    padding: 10px;
    padding-top: 30px;
}

.sluzby-items {
    padding-top: 20px;
}

div#sluzby {
    padding: 17px;
}

.cta {
    display: none;
}

a.menu-item {
    font-size: 16px;
    padding: 9px;
    display: inline-block;
}

.nav {
    margin-left: 50px;
}

h1 {
    font-size: 64px;
}

.banner-left {
    width: 100%;
    padding-right: 40px;
}

.right-banner {
    width: 100%;
    position: relative;
    height: 260px;
    clip-path: none;
    top: 40px;
}

.left-srafa {
    width: 200px;
}

.left-srafa img {
    width: 100%;
}

.right-srafa {
    width: 200px;
}

.right-srafa img {
    width: 100%;
}

.main-banner {
    margin-top: 160%;
}

.main-banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.banner-gray {
    width: 100%;
}

.banner-text {
    font-size: 30px;
}

.sipka {
}

.sipka {}

.sipka {
    padding: 7px;
    width: 40px;
}

a.sluzby-item .sipka img {
    width: 20px;
}

.sluzby-title-cont h3 {
    font-size: 18px;
}

.newsletter {padding-top: 30px;border-radius: 0;}

.gray-all {
}

.newsletter input[type="checkbox"] {
    width: 17px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 11px;
    margin-top: 12px;
}

.right-col {
    width: 100%;
}
    .ref-hero-wrap {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}

.ref-hero-left {
    width: 100%;
}

.ref-hero-right {
    width: 100%;
    margin-top: 40px;
}

.ref-hero-big-image {
    padding: 0;
}

#kontakt h2 {
    font-size: 40px;
}

.right-cont {
    display: none;
}

.left-cont a {
    margin-right: 10px;
}

.col {
    width: 140px;
}

.left-cont {
    width: 50%;
}
.extra-text-wrap {
    display: block;
}

.extra-text-wrap h2 {
    padding-bottom: 30px;
}
}

.form-success {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #004c32c2;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}