@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.ie.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
  content: "";
}

.fa-remove:before {
  content: "";
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-v13-latin-ext-700.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v13-latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v13-latin-ext-700.woff2") format("woff2"), url("../fonts/montserrat-v13-latin-ext-700.woff") format("woff"), url("../fonts/montserrat-v13-latin-ext-700.ttf") format("truetype"), url("../fonts/montserrat-v13-latin-ext-700.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/poppins-v6-latin-ext-300.eot");
  src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/poppins-v6-latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v6-latin-ext-300.woff2") format("woff2"), url("../fonts/poppins-v6-latin-ext-300.woff") format("woff"), url("../fonts/poppins-v6-latin-ext-300.ttf") format("truetype"), url("../fonts/poppins-v6-latin-ext-300.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-v6-latin-ext-regular.eot");
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/poppins-v6-latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v6-latin-ext-regular.woff2") format("woff2"), url("../fonts/poppins-v6-latin-ext-regular.woff") format("woff"), url("../fonts/poppins-v6-latin-ext-regular.ttf") format("truetype"), url("../fonts/poppins-v6-latin-ext-regular.svg#Poppins") format("svg");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "codropsicons";
  src: url("../fonts/codropsicons/codropsicons.eot");
  src: url("../fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("../fonts/codropsicons/codropsicons.woff") format("woff"), url("../fonts/codropsicons/codropsicons.ttf") format("truetype"), url("../fonts/codropsicons/codropsicons.svg#codropsicons") format("svg");
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #333e48;
  font-size: 100%;
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  text-align: center;
}

html, body {
  height: 100%;
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 568px) {
  .container {
    padding: 0 30px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, Lato, Poppins, Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 46px;
  margin: 0.67em 0;
  text-transform: uppercase;
  letter-spacing: -2px;
}

h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-transform: lowercase;
}

h3 {
  font-size: 28px;
  text-align: left;
  margin: 15px 0 25px 0;
  color: #281a17;
}

h4 {
  font-size: 23px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0px;
}

h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin: 40px 0 15px 0;
  color: rgba(40, 26, 23, 0.8);
}

h6 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin: 40px 0 15px 0;
  color: rgba(40, 26, 23, 0.8);
}

p {
  font-size: 19px;
  text-align: left;
  color: rgba(40, 26, 23, 0.6);
  letter-spacing: 0.01em;
  line-height: 1.7em;
}

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a:active,
a:hover {
  outline-width: 0;
}

a[href^=http]:empty::before {
  content: attr(href);
}

input[type=text],
input[type=number],
select,
textarea {
  font-size: 16px;
}

.antispam{
	display: none;
	visibility: hidden;
}

header {
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  outline: 2px solid #5dcbeb;
}
@media screen and (min-width: 568px) {
  header {
    height: 60px;
  }
}

main {
  margin-top: 50px;
}
@media screen and (min-width: 568px) {
  main {
    margin-top: 60px;
  }
}

.mobileLogoText {
  text-indent: -9999px;
}

.mobileLogo {
  float: left;
  width: 250px;
  height: 40px;
  margin-top: 1px;
  background-image: url("../img/home_logo4.png");
  background-size: cover;
  background-position: -76px 4px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 568px) {
  .mobileLogo {
    width: 280px;
  }
}
@media screen and (min-width: 568px) {
  .mobileLogo {
    background-image: url("../img/home_logo5.png");
    margin-top: 5px;
    margin-left: 5px;
    background-position: 5px 4px;
  }
}
@media screen and (min-width: 1366px) and (orientation: landscape) {
  .mobileLogo {
    background-position: 5px 4px;
    margin-left: 18px;
  }
}

.menu {
  float: right;
}
.menu a {
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
.menu .fa-bars {
  font-size: 25px;
  color: #1eb0d5;
  padding: 12.4px;
}
.menu .fa-bars:hover {
  color: #487fa6;
}
@media screen and (min-width: 568px) {
  .menu .fa-bars {
    padding-top: 19.4px;
  }
}

.menu_overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  right: 0px;
  background: black;
  z-index: 1000;
  display: none;
}

.close-offcanvas {
  position: fixed;
  top: 0.6875em;
  right: 1.375em;
}
.close-offcanvas a {
  text-decoration: none;
}
.close-offcanvas i {
  font-size: 1.6875em;
  color: #428bca;
}
.close-offcanvas i:hover {
  color: white;
}
@media screen and (min-width: 568px) {
  .close-offcanvas {
    top: 1.0625em;
  }
}

.overlay_visible {
  text-align: center;
  margin: 50vh auto;
}
.overlay_visible ul {
  margin-top: -33vh;
  padding-left: 0px;
}
.overlay_visible ul li {
  list-style-type: none;
  padding-top: 0.3125em;
}
@media screen and (max-height: 350px) and (orientation: landscape) {
  .overlay_visible ul li {
    padding-top: 0px;
  }
}
.overlay_visible ul a {
  display: block;
  font-family: "GothamRoundedBook", sans-serif;
  text-decoration: none;
  color: #428bca;
  font-size: 2.5em;
  font-weight: 300;
}
@media screen and (max-height: 430px) and (orientation: landscape) {
  .overlay_visible ul a {
    font-size: 30px;
  }
}
@media screen and (max-height: 300px) and (orientation: landscape) {
  .overlay_visible ul a {
    font-size: 24px;
  }
}
.overlay_visible ul a:hover {
  color: white;
}

@media screen and (min-width: 1366px) and (orientation: landscape) {
  .special_container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1366px) and (orientation: portrait) {
  .special_container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0px;
  }
  .special_container a {
    margin-left: 0;
  }
}

#home {
  width: 100%;
  height: 100vh;
  background-color: lightgrey;
  background: url("../img/bg.jpeg") left top no-repeat;
  background-size: cover;
  background-position: 30% 0;
}
#home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
#home .container {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 100%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home a {
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #428bca;
  border-radius: 30px;
}
#home a:hover {
  background-color: #629fd3;
}
@media screen and (min-width: 1024px) {
  #home h1 {
    font-size: 50px;
    line-height: 55px;
  }
  #home h1 span {
    display: block;
  }
}

#about, #skusenosti {
  margin-top: 37px;
  padding-top: 40px;
  margin-bottom: 30px;
}

#about .top {
  grid-area: top;
}
#about .left {
  grid-area: left;
  margin-bottom: 30px;
}
#about .right {
  grid-area: right;
}
#about .grid {
  max-width: 700px;
}
@media screen and (min-width: 1024px) {
  #about .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "top top" "left right" "left right";
    grid-column-gap: 60px;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  #about .special_container {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1366px) {
  #about .special_container {
    padding: 0;
  }
}

#skusenosti {
  margin-bottom: 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  #skusenosti {
    padding-top: 0;
  }
}

.skusenost1 {
  grid-area: skus1;
}

.skusenost2 {
  grid-area: skus2;
}

.skusenost3 {
  grid-area: skus3;
}

@media screen and (min-width: 1024px) {
  #skusenosti .grid {
    padding-top: 40px;
    border-top: 1px solid rgba(40, 26, 23, 0.3);
  }
}
#skusenosti .grid h5 {
  margin-top: 0;
  padding-top: 40px;
  border-top: 1px solid rgba(40, 26, 23, 0.3);
  grid-area: onas;
}
@media screen and (min-width: 1024px) {
  #skusenosti .grid h5 {
    border: none;
    text-align: center;
    margin-bottom: 0px;
  }
}
#skusenosti .grid h3 {
  margin-bottom: 50px;
  grid-area: referencie;
}
@media screen and (min-width: 1024px) {
  #skusenosti .grid h3 {
    text-align: center;
    margin-top: 0;
  }
}
#skusenosti .grid figure {
  margin: 0;
  margin-top: 20px;
  padding-bottom: 40px;
}
#skusenosti .grid figure blockquote {
  margin: 0;
  font-style: italic;
  font-size: 19px;
  text-align: left;
  color: rgba(40, 26, 23, 0.6);
  letter-spacing: 0.01em;
  line-height: 1.7em;
}
#skusenosti .grid figure blockquote:before {
  content: ' " ';
  font-size: 36px;
  line-height: 18px;
  color: #999;
  position: relative;
  top: 4px;
}
#skusenosti .grid figure figcaption {
  padding-top: 0.5em;
  text-align: left;
  text-transform: uppercase;
  line-height: 3em;
  letter-spacing: 0.09em;
  font-size: 13px;
  font-weight: 500;
  color: rgba(40, 26, 23, 0.6);
}
@media screen and (min-width: 1024px) {
  #skusenosti .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "onas onas onas" "referencie referencie referencie" "skus1 skus2 skus3";
    grid-column-gap: 40px;
    max-width: 900px;
  }
}

.button {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1eb0d5;
  padding: 13px 20px;
  border: 2px solid #1eb0d5;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  float: left;
  clear: both;
}
.button:hover {
  background-color: #1eb0d5;
  color: #fff;
  transition: all 500ms ease-in-out 0s;
}

.line {
  color: grey;
}

#referencie {
  margin-top: 37px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

#referencie .container {
  max-width: 950px;
}
@media screen and (min-width: 1024px) {
  #referencie .container {
    padding-top: 40px;
    border-top: 1px solid rgba(40, 26, 23, 0.3);
  }
}
#referencie .container h5 {
  text-align: center;
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 0px;
  border-top: 1px solid rgba(40, 26, 23, 0.3);
  grid-area: onas;
}
@media screen and (min-width: 1024px) {
  #referencie .container h5 {
    padding-top: 0px;
    border: none;
    text-align: center;
    margin-bottom: 0px;
  }
}
#referencie .container h1 {
  margin-top: 0;
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #referencie .container h1 {
    text-align: center;
    margin-top: 0;
  }
}
#referencie .container figure {
  margin: 0;
  margin-top: 20px;
  padding-bottom: 40px;
}
#referencie .container figure blockquote {
  margin: 0;
  font-style: italic;
  font-size: 19px;
  text-align: left;
  color: rgba(40, 26, 23, 0.6);
  letter-spacing: 0.01em;
  line-height: 1.7em;
}
#referencie .container figure blockquote:before {
  content: ' " ';
  font-size: 36px;
  line-height: 18px;
  color: #999;
  position: relative;
  top: 4px;
}
#referencie .container figure figcaption {
  padding-top: 0.5em;
  text-align: left;
  text-transform: uppercase;
  line-height: 3em;
  letter-spacing: 0.09em;
  font-size: 13px;
  font-weight: 500;
  color: rgba(40, 26, 23, 0.6);
}
#referencie .container .nova_skusenost {
  margin: 0 calc(50% - 102.4415px);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1eb0d5;
  margin-bottom: 50px;
  padding: 8px 15px;
  border: 2px solid #1eb0d5;
  border-radius: 35px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  float: left;
  clear: both;
}
@media screen and (min-width: 1024px) {
  #referencie .container .nova_skusenost {
    float: none;
  }
}
#referencie .container .nova_skusenost:hover {
  background-color: #1eb0d5;
  color: #fff;
  transition: all 500ms ease-in-out 0s;
}

@media screen and (min-width: 1024px) {
  .nove {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.nove aside {
  display: none;
}

.description {
  position: relative;
  top: -30px;
}
.description h1 {
  font-size: 28px;
  text-align: left;
  margin: 0;
}
.description h5 {
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .description h5 {
    margin-top: 0;
  }
}
.description p {
  font-size: 19px;
  line-height: 28px;
  text-align: left;
}
.description ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 12px;
}
.description ul li {
  text-align: left;
  font-size: 19px;
  color: rgba(40, 26, 23, 0.6);
  letter-spacing: 0.01em;
}

.description2 {
  padding-bottom: 100px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1eb0d7;
}

.text_continue {
  display: none;
}

#gallery {
  display: none;
  width: 510px;
}
#gallery ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
#gallery li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
#gallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
#gallery .description3 {
  display: none;
}

@media screen and (min-width: 1024px) {
  #gallery {
    display: block;
    grid-area: gallery;
    margin-left: 30px;
    margin-top: 5px;
  }
  #gallery .description3 {
    display: block;
  }

  #nove {
    margin-top: 100px !important;
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "gallery main_text" "gallery main_text";
    grid-column-gap: 40px;
    margin: 0 auto;
  }
  #nove .main_photo {
    grid-area: main_photo;
    padding-left: 30px;
    display: none;
  }
  #nove .description1 {
    grid-area: main_text;
  }
  #nove .slideshow {
    display: none;
  }
  #nove .description {
    top: 0;
  }
  #nove .description2 {
    grid-area: secondary_text;
    position: relative;
    top: -120px;
    display: none;
  }
}
#nove_produkty {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  #nove_produkty {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 100px;
  }
}
#nove_produkty .grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-areas: "produkt";
}
@media screen and (min-width: 768px) {
  #nove_produkty .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
}

.produkty_popis {
  position: relative;
}
.produkty_popis h5 {
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 23px;
}
.produkty_popis h3 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .produkty_popis h3 {
    font-size: 28px;
  }
}
.produkty_popis p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 22px;
}

.produkt {
  transition: all 0.3s ease-in-out;
}
.produkt a {
  text-decoration: none;
}
.produkt a h6 {
  text-decoration: none;
  text-align: left;
  margin-top: 30px;
}
.produkt:hover {
  transform: scale(1.1);
}

#realizacie {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  #realizacie {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#realizacie .grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-areas: "produkt";
}
@media screen and (min-width: 768px) {
  #realizacie .grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
  }
}

#materialy {
  background-color: #212529;
  margin-top: 50px;
  padding: 20px;
  padding-bottom: 100px;
}
#materialy .container {
  text-align: left;
  padding: 0;
}
#materialy .container h3, #materialy .container h6 {
  color: #fff;
}
#materialy .container h3 {
  margin-bottom: 10px;
}
#materialy .container h6 {
  margin-top: 60px;
}
#materialy .container p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
#materialy .container .grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "vzorka";
}
@media screen and (min-width: 425px) {
  #materialy .container .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 620px) {
  #materialy .container .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  #materialy .container .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  #materialy .container .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  #materialy .container .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

#vzorkovnik {
  background-color: #212529;
  padding: 20px;
  padding-bottom: 100px;
}
#vzorkovnik .container {
  text-align: left;
  padding: 0;
}
#vzorkovnik .container a, #vzorkovnik .container h3, #vzorkovnik .container h5 {
  color: #fff;
  text-decoration: none;
}
#vzorkovnik .grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "vzorka";
}
@media screen and (min-width: 425px) {
  #vzorkovnik .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 620px) {
  #vzorkovnik .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  #vzorkovnik .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  #vzorkovnik .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  #vzorkovnik .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.vzorka {
  margin: 0;
}
.vzorka a {
  text-decoration: none;
}
.vzorka img {
  background-size: cover;
}
.vzorka figcaption {
  font-size: 16px;
  padding: 20px;
  text-align: left;
  background-color: #fff;
  color: #444;
}

.back i {
  font-size: 18px;
  margin-right: 10px;
}
.back h5 {
  display: inline-block;
}

#contact_page {
  min-height: 100vh;
  background-color: #212529;
}
#contact_page .container {
  padding: 0;
}
@media screen and (min-width: 576px) {
  #contact_page .container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  #contact_page .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "contact form";
  }
}
@media screen and (min-width: 992px) {
  #contact_page .grid_skusenost {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "form contact";
  }
}
@media screen and (min-width: 576px) {
  #contact_page .company, #contact_page .contact_form {
    padding: 3rem;
  }
  #contact_page .grid {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  #contact_page .contact_form {
    max-width: 460px;
    top: 0;
  }
  #contact_page .grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #contact_page .company, #contact_page .contact_form {
    max-width: 624px;
    padding: 3rem 5rem;
  }
}

.company {
  grid-area: contact;
  color: #fff;
  padding: 2rem;
  min-width: 300px;
  max-width: 624px;
  margin: 0 auto;
}
.company h3, .company h5, .company p {
  color: #fff;
}
.company p {
  font-size: 19px;
  font-weight: 400;
  margin: 0;
  font-style: italic;
}
.company p span {
  font-size: 23px;
}
.company h3 {
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  margin-top: 35px;
  margin-bottom: 10px;
}
.company h5 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.company address {
  text-align: left;
  font-size: 19px;
}
.company .contact_hover {
  color: #fff;
  text-decoration: none;
}
.company .contact_hover:hover {
  text-decoration: underline;
}

.contact_form {
  grid-area: form;
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
  position: relative;
  top: 15px;
  min-width: 300px;
  max-width: 624px;
  margin: 0 auto;
}
.contact_form p {
  line-height: 1.4em;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
}
.contact_form h3 {
  text-align: center;
  margin-bottom: 0;
}
.contact_form .suhlas {
  font-weight: 500;
}
.contact_form .suhlas a {
  color: #438bca;
  text-decoration: none;
}
.contact_form .suhlas a:hover {
  text-decoration: underline;
}

input[type=text], input[type=email],
input[type=password], textarea {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding: 8px 10px;
  margin-bottom: 15px;
  border: 2px solid #f1f1f1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

textarea {
  margin-bottom: 5px;
}

#message {
  resize: none;
}

input::placeholder, textarea::placeholder {
  color: #333e486b;
  opacity: 1;
}

input:focus, textarea:focus {
  outline: 0px;
  border: 2px solid #487fa6;
}

.form-btn {
  background: #487fa6;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
  border: none;
  margin-top: 30px;
  margin-bottom: 0px;
  box-shadow: 0px 5px 20px -10px black;
}

.form-btn:hover {
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.8);
}

.error_messages p {
  color: red;
  font-size: 18px;
  font-weight: bold;
}
.error_messages p.er_success {
  color: #05c105;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 0px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: #487fa6;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

/* style 2 */
.inputfile-2 + label {
  color: #487fa6;
  border: 2px solid #487fa6;
  border-radius: 5px;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #609bc3;
}

.grid_skusenost .contact_form {
  top: -20px;
}

#contact {
  position: relative;
  width: 100%;
  background-color: #3a7ab1;
  padding: 20px 0;
}
#contact p {
  color: white;
  margin: 0;
  font-size: 17px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #contact .special_container {
    margin: 0 auto;
    padding: 0 45px;
  }
}

.gdpr {
  display: block;
}
.gdpr a {
  cursor: pointer;
  text-decoration: underline;
  color: white;
  cursor: pointer;
}
.gdpr a:hover {
  text-decoration: none;
}
.gdpr a:active {
  text-decoration: none;
}
.gdpr a:link {
  color: #fff;
}

@media screen and (min-width: 568px) {
  .copy {
    float: left;
  }

  .gdpr {
    float: right;
  }

  footer .special_container {
    padding: 0 30px;
  }
}
#gdpr {
  padding-top: 5px;
  max-width: 850px;
}
@media screen and (min-width: 568px) {
  #gdpr {
    padding: 0 45px;
    padding-top: 40px;
  }
}
#gdpr ol {
  list-style-type: lower-alpha;
}
#gdpr ol li {
  text-align: left;
  color: rgba(40, 26, 23, 0.6);
}
#gdpr h3 {
  font-size: 22px;
  color: rgba(40, 26, 23, 0.8);
  text-align: left;
}
@media screen and (min-width: 568px) {
  #gdpr h3 {
    font-size: 28px;
    text-align: center;
  }
}
#gdpr h5 {
  font-size: 17px;
}
#gdpr p {
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */
