@media (max-width: 420px) {
	.minidach {
	transform: scale(0.55) ;
		}
	.zwyklydach {
	transform: scale(.95) ;
}
}
	
	.minidach {
	transform: scale(0.8) ;
		}
	.zwyklydach {
	transform: scale(1);
}

.cookie-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	flex-wrap: wrap;
	bottom: 0;
background: #0958b1;
z-index: 99999;
width: 100%;
padding: 20px;
}

.cookie-bar.hide {
	display: none;
}

.cookie-bar p {
	float: left;
	font-family: 'Poppins', sans-serif;
font-size: 14px;
/* margin-bottom: 20px; */
	color: white;
	width: 65%;
}

.cookie-bar button {
	float: left;
	background: #fff;
color: #111;
font-size: 14px;
border: none;
padding: 6px 12px;
}

a#accept-btn {
	vertical-align: middle;
	float: left;
	background: transparent;
color: #FFF;
font-family: 'Poppins';
margin-left: 10px;
font-weight: bold;
font-size: 16px;
}

@media (max-width: 768px){
	.cookie-bar {
	display: flex;
	align-items: center;
	position: fixed;
	bottom: 0;
background: #0958b1;
z-index: 99999;
width: 100%;
padding: 20px;
}

.cookie-bar p {
	float: none;
	width: 100%;
	font-family: 'Poppins', sans-serif;
font-size: 14px;
margin-bottom: 20px;
	color: white;
}

.cookie-bar button {
	background: #fff;
color: #111;
font-size: 14px;
border: none;
padding: 6px 12px;
	float: none;
}

a#accept-btn {
	float: none;
	vertical-align: middle;
	background: transparent;
color: #FFF;
font-family: 'Poppins';
margin-left: 10px;
font-weight: bold;
font-size: 14px;
}
}

@media (max-width: 358px) {
	a#accept-btn {
		margin-top: 20px ;
		margin-left: 0 !important;
	}
}

.about {
  margin: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .about-text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 50px;
}

.about .about-text h3 {
  font-size: 22px;
}

.about .about-text p {
  font-size: 18px;
  font-weight: 300;
}

.about .about-text .btn {
  margin-top: 30px;
}

.about .about-image {
  display: none;
}

@media (min-width: 768px) {
  .about .about-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about .about-image {
    display: block;
    overflow: hidden;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 400px;
    height: 550px;
    position: relative;
    -webkit-box-shadow: 15px 15px 0 0px #0958b1;
            box-shadow: 15px 15px 0 0px #0958b1;
  }
  .about .about-image.front {
    margin-top: 50px;
  }
  .about .about-image img {
    -o-object-position: -375px;
       object-position: -375px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .about {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .about .about-text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .about .about-text h3 {
    font-size: 24px;
  }
  .about .about-text p {
    font-size: 20px;
  }
  .about .about-image {
    width: 400px;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
  .about .about-image.front {
    margin-top: 0px;
  }
}

.about .about-image.center img {
  -o-object-position: 0px !important;
     object-position: 0px !important;
}

.info-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 75px;
  margin-right: 75px;
}

@media (min-width: 768px) {
  .info-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info-cards .card {
  -ms-flex-item-align: normal;
      align-self: normal;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px 10px rgba(246, 246, 246, 0.5);
          box-shadow: 0 0 10px 10px rgba(246, 246, 246, 0.5);
  border: 2px solid #e2e2e2;
  padding: 30px 30px;
  margin: 0 auto;
  width: calc(100% - 25px);
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .info-cards .card:first-of-type {
    margin-left: 0;
  }
  .info-cards .card:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .info-cards .card:first-of-type {
    margin-left: 15px;
  }
  .info-cards .card:last-of-type {
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .info-cards .card {
    width: 400px;
    margin: 0 25px;
  }
}

.info-cards .card .icon {
  border-radius: 10px;
  padding: 25px;
  background-color: #0958b1;
  display: inline-block;
  margin: 0 auto;
}

.info-cards .card .icon svg {
  width: 60px;
  height: 60px;
  fill: white;
}

.info-cards .card img {
  background-color: none;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
  width: 125px;
  padding: 0;
}

.info-cards .card h3 {
  text-align: center;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
}

.info-cards .card p {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  margin: 25px 0;
}

.info-cards .card .btn {
  display: inline-block;
}

.doprava-cards {
  margin-bottom: 100px;
}

.nabidka-offer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.testimonials {
  margin: 100px 0 0;
  background-position: center;
  background-size: 100%;
  padding: 75px 0 135px;
}

.testimonials h2 {
  margin-right: 25px;
  margin-left: 25px;
  text-align: center;
  color: #ffffff !important;
}

.testimonials h4 {
  margin-right: 25px;
  margin-left: 25px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 50px;
}

.testimonials .line {
  background-color: #3a79c1;
  margin-left: auto;
  margin-right: auto;
}

.testimonials .references-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .testimonials .references-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.testimonials .references-cards .rc-card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #ffffff;
  padding: 50px;
  margin: 0 25px;
  position: relative;
}

.testimonials .references-cards .rc-card:first-of-type {
  margin-bottom: 105px;
}

.testimonials .references-cards .rc-card::before {
  z-index: 99 !important;
  content: "";
  position: absolute !important;
  left: 10px;
  top: 10px;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='50' height='50'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M19.417 6.679C20.447 7.773 21 9 21 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311-1.804-.167-3.226-1.648-3.226-3.489a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179zm-10 0C10.447 7.773 11 9 11 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311C4.591 12.322 3.17 10.841 3.17 9a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179z' fill='rgbA(9, 88, 177,0.8)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.testimonials .references-cards .rc-card p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}

.testimonials .references-cards .rc-card h3 {
  font-size: 24px;
  margin-top: 15px;
}

.testimonials .references-cards .rc-card img {
  border-radius: 10px;
  bottom: -50px;
  right: 50px;
  position: absolute;
  width: 100px;
}

@media (min-width: 768px) {
  .testimonials .references-cards {
    margin-right: 25px;
    margin-left: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .testimonials .references-cards .rc-card:first-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .testimonials .references-cards {
    margin-right: 75px;
    margin-left: 75px;
  }
  .testimonials .references-cards .rc-card {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .testimonials .references-cards {
    margin-right: 125px;
    margin-left: 125px;
  }
}

@media (min-width: 1600px) {
  .testimonials .references-cards {
    margin-right: 175px;
    margin-left: 175px;
  }
}

footer {
  background-color: #111111;
}

footer a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  padding: 100px 25px 25px;
}

footer .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 50px;
  margin-bottom: 25px;
  width: 250px;
}

footer .cards .card svg {
  fill: #e2e2e2;
}

footer .cards .card .social-media-list {
  margin-top: 25px;
}

footer .cards .card .social-media-list li a svg {
  width: 40px;
  height: 40px;
}

footer .cards .card .social-media-list li a:hover svg {
  fill: #0958b1;
}

footer .cards .card img {
  width: 250px;
  margin-bottom: 25px;
}

footer .cards .card .secondary-btn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  text-decoration: underline;
}

footer .cards .card .secondary-btn:hover {
  color: #0958b1;
}

footer .cards .card .secondary-btn:hover svg {
  fill: #0958b1;
}

footer .cards .card h3 {
  color: #ffffff;
  font-size: 24px;
}

footer .cards .card p,
footer .cards .card li,
footer .cards .card a {
  font-size: 18px;
  color: #e2e2e2;
}

footer .cards .card .list li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .cards .card .list li:hover {
  color: #0958b1;
}

footer .cards .card .list li:hover a {
  color: #0958b1;
}

footer .cards .card .list li svg {
  margin-right: 5px;
}

footer .cards .card:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .cards {
    padding-left: 0;
    padding-right: 0;
  }
  footer .cards .card {
    width: 300px;
    max-width: 350px;
    margin: 0 auto;
    width: normal;
  }
}

@media (min-width: 992px) {
  footer .cards {
    margin-right: 50px;
    margin-left: 50px;
  }
  footer .cards .card {
    margin: 0 auto;
    width: auto;
    max-width: 250px;
    width: normal;
  }
}

@media (min-width: 1200px) {
  footer .cards {
    margin-right: 100px;
    margin-left: 100px;
  }
  footer .cards .card {
    margin: 0 auto;
    width: auto;
    max-width: 350px;
    width: normal;
  }
}

@media (min-width: 1600px) {
  footer .cards {
    margin-right: 200px;
    margin-left: 200px;
  }
  footer .cards .card {
    margin: 0 auto;
    width: auto;
    max-width: 350px;
    width: normal;
  }
}

footer .copy {
  width: 100%;
  border-top: 2px solid #969696;
  padding-top: 25px;
  margin: 25px 50px 0;
  color: #e2e2e2;
}

footer .copy .secondary-btn {
  color: #ffffff;
  text-decoration: underline;
}

footer .copy .secondary-btn:hover {
  color: #0958b1;
}

@media (min-width: 768px) {
  footer .copy {
    margin: 25px auto 0;
  }
}

@media (min-width: 992px) {
  footer .copy {
    margin: 25px 0 0;
  }
}

@media (min-width: 1200px) {
  footer .copy {
    margin: 25px 0 0;
  }
}

@media (min-width: 1600px) {
  footer .copy {
    margin: 25px 40px 0;
  }
}

.fotogalerie {
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.fotogalerie .gallery {
  margin: 75px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fotogalerie .gallery .gallery-card {
  margin: 10px;
  display: block;
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png");
}

ul {
  list-style: none;
}

strong {
  font-weight: 500;
}

i {
  font-size: 16px;
}

h2 {
  font-size: 36px;
}

p,
h3,
h4,
h2 {
  color: #111111;
}

svg {
  width: 30px;
}

.mx-layout {
  margin-left: 25px;
  margin-right: 25px;
}

@media (min-width: 576px) {
  .mx-layout {
    margin-left: 75px;
    margin-right: 75px;
  }
}

@media (min-width: 768px) {
  .mx-layout {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media (min-width: 992px) {
  .mx-layout {
    margin-left: 125px;
    margin-right: 125px;
  }
}

.px-layout {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 576px) {
  .px-layout {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 768px) {
  .px-layout {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .px-layout {
    padding-left: 125px;
    padding-right: 125px;
  }
}

.py-layout {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  .py-layout {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) {
  .py-layout {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}

@media (min-width: 992px) {
  .py-layout {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}

.my-layout {
  margin: 15px 0;
}

@media (min-width: 576px) {
  .my-layout {
    margin: 75px 0;
  }
}

@media (min-width: 768px) {
  .my-layout {
    margin: 125px 0;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.btn {
  background-color: #0958b1;
  color: #ffffff;
  padding: 12px 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn:hover {
  color: #ffffff;
  background-color: #111111;
}

.btn svg {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  fill: white;
  width: 24px;
  height: 24px;
}

.header-title {
  font-size: 36px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header-title {
    font-size: 42px;
  }
}

.header-title .last-word {
  color: #0958b1;
}

.line {
  margin: 25px 0;
  width: 75px;
  height: 3px;
  display: block;
  background-color: #0958b1;
}

@media (max-width: 576px) {
  p,
  b,
  a {
    font-size: 16px;
  }
  h1 {
    font-size: 32px;
  }
  .header-title {
    font-size: 28px;
  }
}

.scroll-up {
  display: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #0958b1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .scroll-up {
    bottom: 35px;
    right: 35px;
  }
}

.scroll-up svg {
  margin-top: -2.5px;
  display: inline-block;
  fill: white;
  width: 35px;
  height: 35px;
}

.info-bar {
  background-color: #111111;
  width: 100%;
}

.info-bar .box {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

.info-bar .box .btn {
  font-weight: 500;
  width: 100%;
  background-color: #111111;
}

.info-bar .box .btn:nth-of-type(2) {
  display: none;
}

.info-bar .box .btn:last-of-type {
  background-color: #0958b1;
}

@media (min-width: 576px) {
  .info-bar .box .btn {
    width: auto;
  }
  .info-bar .box .btn:last-of-type {
    background-color: #111111;
    padding-left: 0;
  }
  .info-bar .box .btn:first-of-type {
    background-color: #0958b1;
  }
}

@media (min-width: 768px) {
  .info-bar .box .btn:nth-of-type(2) {
    display: inline-block;
  }
}

nav.mobile {
  width: calc(100% - 25px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.mobile .logo {
  overflow: hidden;
  max-width: 225px;
  width: 225px;
}

nav.mobile .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

nav.mobile .nav-icon {
  height: 100px;
  width: 50px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  cursor: pointer;
}

nav.mobile .nav-icon .ni-line {
  width: 100%;
  height: 3px;
  background-color: #0958b1;
  display: block;
}

nav.mobile .nav-icon .ni-line:nth-of-type(2) {
  margin: 5px 0;
}

@media (min-width: 576px) {
  nav.mobile {
    width: calc(100% - 100px);
  }
  nav.mobile .logo {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  nav.mobile {
    display: none;
  }
}

.full-menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  z-index: 999999;
  position: fixed;
  width: 100%;
  right: -100%;
  height: 100%;
  top: 0;
  background-color: #ffffff;
}

.full-menu.show {
  right: 0;
}

.full-menu.hide {
  right: -100%;
}

.full-menu .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.full-menu .box .exit-btn {
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
  right: 40px;
  position: absolute;
}

.full-menu .box .exit-btn svg {
  width: 50px;
  height: 50px;
}

.full-menu .box ul.menu {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.full-menu .box ul.menu li {
  overflow: hidden;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.full-menu .box ul.menu li:hover a {
  color: #0958b1;
}

.full-menu .box ul.menu li:hover .sub-menu {
  height: 100%;
}

.full-menu .box ul.menu li:hover .sub-menu li a {
  color: #111111;
}

.full-menu .box ul.menu li:hover .sub-menu li a:hover {
  color: #0958b1;
}

.full-menu .box ul.menu li a {
  margin-left: 25px;
  color: #111111;
  font-weight: 500;
  font-size: 21px;
  padding: 15px 0;
}

.full-menu .box ul.menu li a svg {
  display: inline-block;
  vertical-align: -5px;
}

.full-menu .box ul.menu li .sub-menu {
  position: relative;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.full-menu .box ul.menu li .sub-menu li {
  background-color: white;
}

.full-menu .box ul.menu li .sub-menu li::before {
  display: none;
  position: absolute;
  clear: both;
  content: "";
  top: 5px;
  background-color: #0958b1;
  width: 8px;
  height: calc(100% - 5px);
}

.full-menu .box ul.menu li .sub-menu li a .minus {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-right: 10px;
  background-color: #0958b1;
  vertical-align: middle;
}

nav.desktop {
  max-width: 1300px;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 150px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  nav.desktop {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

nav.desktop .logo {
  margin-left: 0;
  margin-right: auto;
}

nav.desktop .logo img {
  width: 250px;
}

nav.desktop .menu {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav.desktop .menu li {
  float: left;
  display: inline-block;
  position: relative;
}

nav.desktop .menu li:nth-of-type(2) a {
  padding-right: 8px;
}

nav.desktop .menu li:hover a {
  background-color: #0958b1;
  color: #ffffff;
}

nav.desktop .menu li:hover a svg {
  fill: #ffffff;
}

nav.desktop .menu li.dropdown:hover .sub-menu {
  display: block;
}

nav.desktop .menu li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #111111;
  display: inline-block;
  font-size: 18px;
  padding: 35px 15px;
}

nav.desktop .menu li a svg {
  fill: #0958b1;
  display: inline-block;
  vertical-align: -5px;
}

nav.desktop .menu li .sub-menu {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
  position: absolute;
}

nav.desktop .menu li .sub-menu li:hover a {
  background-color: #0958b1;
  color: #ffffff;
}

nav.desktop .menu li .sub-menu li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

nav.desktop .menu li .sub-menu li::before {
  position: absolute;
  clear: both;
  content: "";
  top: 5px;
  background-color: #0958b1;
  width: 8px;
  height: calc(100% - 5px);
}

nav.desktop .menu li .sub-menu a {
  margin-top: 5px;
  background-color: #ffffff;
  color: #111111;
  padding: 15px;
  padding-left: 18px;
  width: 250px;
}

header {
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

header .black-bg {
  padding: 50px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 576px) {
  header .black-bg {
    padding: 100px;
  }
}

header .black-bg .dot {
  width: 9px;
  height: 9px;
  background-color: #0958b1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

header .black-bg h3 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
}

@media (min-width: 576px) {
  header .black-bg h3 {
    font-size: 24px;
  }
}

header .black-bg h1 {
  letter-spacing: 0.5px;
  color: #ffffff;
  font-size: 28px;
  max-width: 1000px;
  margin: 25px 25px;
}

@media (min-width: 576px) {
  header .black-bg h1 {
    margin: 40px auto 50px;
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  header .black-bg h1 {
    font-size: 48px;
  }
}

nav .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .logo a img {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.adventages {
  margin: 100px 0 70px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.adventages .content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.adventages .content p {
  font-size: 20px;
  font-weight: 300;
}

.adventages .content .content-list li {
  margin-bottom: 10px;
  width: 100%;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adventages .content .content-list li p {
  width: calc(100% - 24px);
  font-size: 18px;
  font-weight: 400;
}

.adventages .content .content-list li svg {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  fill: #0958b1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.adventages .content .content-list li svg path:nth-of-type(2) {
  width: 24px;
  height: 24px;
}

.adventages .content .content-list li svg:nth-of-type(4) path:nth-of-type(2) {
  width: 30px;
}

.adventages .img-box {
  display: none;
}

@media (min-width: 768px) {
  .adventages .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .adventages .content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adventages .content .content-list li {
    margin-bottom: 10px;
    width: calc(100% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adventages .content .content-list li:nth-of-type(1), .adventages .content .content-list li:nth-of-type(2), .adventages .content .content-list li:nth-of-type(3) {
    margin-right: 30px;
  }
  .adventages .content .content-list li p {
    font-size: 20px;
    font-weight: 400;
  }
  .adventages .content .content-list li svg {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
    fill: #0958b1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .adventages .content .content-list li svg path:nth-of-type(2) {
    width: 24px;
    height: 24px;
  }
  .adventages .content .content-list li svg:nth-of-type(4) path:nth-of-type(2) {
    width: 30px;
  }
  .adventages .img-box {
    display: block;
    overflow: hidden;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 450px;
    width: 150px;
    height: 700px;
    position: relative;
    -webkit-box-shadow: 15px 15px 0 0px #0958b1;
            box-shadow: 15px 15px 0 0px #0958b1;
    margin-bottom: 50px;
  }
  .adventages .img-box img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .adventages {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding: 0px;
  }
  .adventages .content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .adventages .img-box {
    margin-right: 100px;
    height: 600px;
    width: 400px;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}

.maps {
  -webkit-filter: grayscale(1) contrast(1.25);
          filter: grayscale(1) contrast(1.25);
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 1400px;
  margin-right: 25px;
  margin-left: 25px;
}

@media (min-width: 992px) {
  .maps {
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px auto;
  max-width: 1400px;
}

.contact .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 50px);
  max-width: 1400px;
  margin: auto;
}

.contact .form .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.contact .form .columns input {
  width: calc(50% - 8px);
}

.contact .form .columns input:first-of-type {
  margin-right: 10px;
}

.contact .form .input {
  outline: none;
  font-size: 18px;
  padding: 25px;
  border: 2px solid #e2e2e2;
}

.contact .form .input::-webkit-input-placeholder {
  color: #969696;
}

.contact .form .input:-ms-input-placeholder {
  color: #969696;
}

.contact .form .input::-ms-input-placeholder {
  color: #969696;
}

.contact .form .input::placeholder {
  color: #969696;
}

.contact .form textarea {
  outline: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact .form .btn {
  max-width: calc(50% - 8px);
  display: block;
  border: none;
}

.contact .c-list {
  width: calc(100% - 50px);
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .contact .c-list {
    margin-left: auto;
    margin-right: auto;
  }
}

.contact .c-list .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 2px solid #e2e2e2;
  margin-bottom: 15px;
}

.contact .c-list .c-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0958b1;
  height: 105px;
  width: 100px;
}

.contact .c-list .c-box .box svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.contact .c-list .c-box .text-box {
  padding: 25px;
}

.contact .c-list .c-box .text-box p {
  word-break: break-all;
  font-size: 18px;
}

@media (min-width: 992px) {
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
  }
  .contact .form {
    width: 70%;
    margin-right: 25px;
  }
  .contact .form .columns {
    margin-bottom: 25px;
  }
  .contact .form .columns input {
    width: calc(50% - 13px);
  }
  .contact .form .columns input:first-of-type {
    margin-right: 25px;
  }
  .contact .form textarea {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .contact .c-list {
    width: calc(30% - 25px);
    margin-top: 0;
  }
  .contact .c-list .c-box {
    margin-bottom: 20px;
  }
  .contact .c-list .c-box .box {
    width: 86px;
    height: 86px;
    min-width: 86px;
  }
  .contact .c-list .c-box .text-box {
    padding: 13px;
  }
}

.nabidka-about {
  overflow: hidden;
  margin: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin-left: 25px;
  margin-right: 25px;
}

.nabidka-about .about-text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0px;
}

.nabidka-about .about-text h3 {
  font-size: 22px;
}

.nabidka-about .about-text p {
  font-size: 18px;
  font-weight: 300;
}

.nabidka-about .about-text .btn {
  margin-top: 30px;
}

.nabidka-about .about-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.nabidka-about .about-image img {
  height: 400px;
/*   -o-object-position: 10px; */
/*      object-position: 10px; */
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}

.nabidka-about .about-image img.viackomorova {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

@media (min-width: 400px) {
  .nabidka-about .about-image img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
/*     -o-object-position: 16px; */
/*        object-position: 16px; */
       object-position: 0px;
  }
  .nabidka-about .about-image img.viackomorova {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (min-width: 768px) {
  .nabidka-about {
    margin-left: 100px;
    margin-right: 100px;
  }
  .nabidka-about .about-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 50px;
  }
  .nabidka-about .about-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 450px;
    height: 450px;
    position: relative;
  }
  .nabidka-about .about-image img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -o-object-position: center;
       object-position: center;
/*     -o-object-fit: cover; */
/*        object-fit: cover; */
    height: 100%;
/*     width: 100%; */
  }
  .nabidka-about .about-image img.viackomorova {
    margin-top: -75px;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .nabidka-about .about-image.last-image img {
    margin-bottom: -50px;
    max-width: 500px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .nabidka-about {
    margin-right: 50px;
    margin-left: 100px;
    margin-right: 100px;
  }
  .nabidka-about .about-text {
    -ms-flex-preferred-size: calc(100% - 475px);
        flex-basis: calc(100% - 475px);
  }
  .nabidka-about .about-image {
    -o-object-position: center;
       object-position: center;
    width: 300px;
    -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
    height: 300px;
  }
  .nabidka-about .about-image img {
/*     -o-object-position: -60px; */
/*        object-position: -60px; */
  }
  .nabidka-about .about-image img.viackomorova {
    -o-object-position: 0px;
       object-position: 0px;
    margin-top: 0px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .nabidka-about {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .nabidka-about .about-text {
    -ms-flex-preferred-size: calc(100% - 475px);
        flex-basis: calc(100% - 475px);
  }
  .nabidka-about .about-image {
    width: 300px;
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
    height: 350px;
  }
  .nabidka-about .about-image img.viackomorova {
    margin-top: 0px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.nabidka-about .about-image.center img {
  -o-object-position: 150px !important;
     object-position: 150px !important;
}

.nabidka-images {
  max-width: calc(100% - 50px);
  margin: -50px auto 100px;
}

.nabidka-images .gallery {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nabidka-images .gallery .gallery-card {
  margin: 10px;
  display: block;
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .nabidka-images .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nabidka-images .gallery .gallery-card {
    width: 375px;
    height: 375px;
  }
}

@media (min-width: 1200px) {
  .nabidka-images .gallery .gallery-card {
    width: 425px;
    height: 425px;
  }
}

.table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  width: calc(100% - 50px);
  max-width: 1325px;
  border-collapse: collapse;
}

.table tr td,
.table tr th {
  font-size: 18px;
  padding: 25px 0;
  border: 2px solid #e2e2e2;
}

.table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.table tr:first-of-type {
  background-color: #0958b1;
  color: white;
}

.table tr:first-of-type th {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}

.table tr td {
  text-align: center;
  border: 2px solid #e2e2e2;
  font-size: 18px;
}

@media (min-width: 768px) {
  .table tr td,
  .table tr th {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .table {
    width: calc(100% - 100px);
  }
}

@media (min-width: 1200px) {
  .table {
    width: calc(100% - 200px);
  }
}

.products {
  width: calc(100% - 50px);
  max-width: 1400px;
  margin: 100px 25px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products .content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.products .content h3 {
  font-size: 24px;
  text-align: left;
}

.products .content p {
  font-size: 20px;
  font-weight: 300;
}

.products .content ul {
  margin-left: 21px;
}

.products .content ul li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 400;
}

.products .img-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  max-width: 400px;
  max-height: 400px;
}

.products .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 768px) {
  .products {
    margin: 100px 50px 70px;
    width: calc(100% - 100px);
  }
  .products .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .products .img-box {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 450px;
    width: 150px;
    height: 300px;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 50px;
  }
  .products .img-box img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .products {
    width: calc(100% - 100px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .products .content {
    -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
  }
  .products .img-box {
    margin-bottom: 0;
    margin-right: 50px;
    height: 350px;
    width: 400px;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}

@media (min-width: 1200px) {
  .products {
    max-width: 1325px;
    margin: 100px auto 70px;
    width: calc(100% - 125px);
  }
}

@media (min-width: 576px) {
  .offer {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.offer .header-title {
  text-align: center;
}

.offer .line {
  margin-right: auto;
  margin-left: auto;
}

.offer .offer-cards {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offer .offer-cards .card {
  background-color: #ffffff;
  border: 2px solid #e2e2e2;
  margin: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 10px rgba(246, 246, 246, 0.5);
          box-shadow: 0 0 10px 10px rgba(246, 246, 246, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.offer .offer-cards .card:hover::after {
  background-color: #0958b1;
}

.offer .offer-cards .card::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 0;
  content: "";
  position: absolute;
  width: 500px;
  height: 800px;
  -webkit-transform: rotate(-25deg) translate(-52%, -30%);
          transform: rotate(-25deg) translate(-52%, -30%);
  top: 0;
  left: 0;
  background-color: #f6f6f6;
}

@media (min-width: 1200px) {
  .offer .offer-cards .card {
    width: 500px;
  }
}

.offer .offer-cards .card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}

.offer .offer-cards .card .content .img-box {
  z-index: 999;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.offer .offer-cards .card .content .img-box img {
  width: 200px;
}

.offer .offer-cards .card .content .text {
  z-index: 999;
  margin-top: 25px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.offer .offer-cards .card .content .text h3 {
  font-size: 24px;
}

.offer .offer-cards .card .content .text p {
  font-size: 20px;
  margin: 25px 0;
  font-weight: 300;
}

@media (min-width: 992px) {
  .offer .offer-cards .card .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .offer .offer-cards .card .content .text {
    margin-top: 0;
    margin-left: 25px;
    margin-right: auto;
  }
  .offer .offer-cards .card .content .img-box {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .offer .offer-cards .card {
    width: 450px;
  }
  .offer .offer-cards .card::after {
    background-color: #0958b1;
  }
  .offer .offer-cards .card .content .img-box img {
    width: 125px;
  }
  .offer .offer-cards .card .content .text {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .offer .offer-cards .card {
    width: 600px;
  }
  .offer .offer-cards .card .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 75px;
  }
  .offer .offer-cards .card .content .img-box img {
    width: 200px;
  }
  .offer .offer-cards .card .content .text {
    margin-left: 60px;
  }
}

@media (min-width: 1600px) {
  .offer .offer-cards .card {
    width: 650px;
  }
  .offer .offer-cards .card .content .img-box img {
    width: 225px;
  }
}

.doprava-offer {
  margin-bottom: 100px;
}

.blog-section-title {
  margin-top: 100px;
}

.blog-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}

.blog-section .post-content {
  border: 2px solid #e2e2e2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.blog-section .post-content .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.blog-section .post-content .image img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-section .post-content .content {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-section .post-content .content h2,
.blog-section .post-content .content p,
.blog-section .post-content .content a {
  text-align: center;
}

.blog-section .post-content .content a {
  margin: 0 auto;
  max-width: 300px;
}

.blog-section .post-content .content h2 {
  font-size: 24px;
  margin-top: 25px;
}

.blog-section .post-content .content p {
  font-weight: 300;
  font-size: 20px;
  margin: 25px auto;
}

@media (min-width: 992px) {
  .blog-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 100px;
    width: calc(100% - 25px);
  }
  .blog-section .post-content {
    -ms-flex-preferred-size: calc(30%);
        flex-basis: calc(30%);
    margin: 25px auto 20px;
  }
  .blog-section .post-content:nth-of-type(2) {
    margin: 0 auto 20px;
  }
  .blog-section .post-content:nth-of-type(1), .blog-section .post-content:nth-of-type(3) {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .blog-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1600px;
  }
}

.blog-section-title h2 {
  margin-top: -25px;
  text-align: center;
}

.blog-section-title .line {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: 100px 25px;
}

.post .wp-block-post-featured-image {
  display: none;
}

.post h2,
.post h3,
.post h4,
.post h5 {
  margin-top: -20px;
  margin-bottom: 50px;
  font-size: 36px;
  text-align: left;
  position: relative;
}

.post h2::after,
.post h3::after,
.post h4::after,
.post h5::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  margin: 0 auto;
  background-color: #0958b1;
}

.post .line {
  margin-left: auto;
  margin-right: auto;
}

.post p {
  letter-spacing: 0.7px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}

.post img {
  width: 100%;
  max-height: 500px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.post img:first-of-type() {
  display: none;
}

.post a {
  color: #0958b1;
  font-weight: regular;
}

@media (min-width: 992px) {
  .post {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    margin: 100px auto;
    width: calc(100% - 100px);
  }
}

.table-kraje {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  width: calc(100% - 50px);
  max-width: 1325px;
  border-collapse: collapse;
}

.table-kraje tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-kraje tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.table-kraje tr td .btn-2 {
  font-weight: 500;
  padding: 10px 0;
  color: #111111;
  text-align: left;
}

.table-kraje tr td .btn-2:hover {
  color: #0958b1;
}

.table-kraje tr td .btn-2 svg {
  vertical-align: middle;
  display: inline-block;
  fill: #0958b1;
}

.table-kraje tr td:nth-of-type(2) {
  margin: 25px 0;
}

@media (min-width: 768px) {
  .table-kraje tr td {
    width: 33%;
  }
  .table-kraje tr td:nth-of-type(2) {
    margin: 0;
  }
}

.table-kraje tr td ul li {
  margin-bottom: 10px;
}

.table-kraje tr td ul li a {
  display: block;
}

@media (min-width: 992px) {
  .table-kraje {
    width: calc(100% - 100px);
  }
}

@media (min-width: 1200px) {
  .table-kraje {
    width: calc(100% - 200px);
  }
}

.calculator-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculator-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1450px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.calculator-section .content h2 {
  margin-left: 25px;
  max-width: 1500px;
  margin-right: 25px;
  text-align: center;
}

.calculator-section .content .line {
  margin-left: auto;
  margin-right: auto;
}

.calculator-section .content p {
  text-align: center;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 300;
  max-width: 1500px;
}

.calculator-section .calculator-box {
  max-width: 1325px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calculator-section .calculator-box .calculator {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.calculator-section .calculator-box .calculator input {
  text-align: center;
  font-size: 18px;
  border: 2px solid #e2e2e2;
  font-weight: 500;
  width: 100%;
  padding: 20px 15px;
}

.calculator-section .calculator-box .calculator input:nth-of-type(2) {
  margin: 25px 0;
}

.calculator-section .calculator-box .calculator button {
  border: none;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 20px;
  width: 100%;
}

.calculator-section .calculator-box .calculator .result-box {
  margin-top: 50px;
}

.calculator-section .calculator-box .calculator .result-box p {
  font-weight: 600;
  font-size: 22px;
}

@media (min-width: 992px) {
  .calculator-section .calculator-box .calculator {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    max-width: 50%;
    padding-right: 25px;
  }
  .calculator-section .calculator-box .calculator input {
    width: 30%;
  }
  .calculator-section .calculator-box .calculator input:nth-of-type(2) {
    margin: 0 auto;
  }
}

.calculator-section .calculator-box .text {
  margin-top: 50px;
  width: 100%;
}

@media (min-width: 992px) {
  .calculator-section .calculator-box .text {
    margin-top: 0px;
    padding-left: 25px;
    max-width: 50%;
    width: 50%;
  }
}

.calculator-section-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculator-section-2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1450px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.calculator-section-2 .content h2 {
  margin-left: 25px;
  max-width: 1500px;
  margin-right: 25px;
  text-align: center;
}

.calculator-section-2 .content .line {
  margin-left: auto;
  margin-right: auto;
}

.calculator-section-2 .content p {
  text-align: center;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 300;
  max-width: 1500px;
}

.calculator-section-2 .content img {
  margin-top: 25px;
  width: calc(100% - 25px);
}

@media (min-width: 992px) {
  .calculator-section-2 .content img {
    max-height: 700px;
    width: auto;
  }
}

.calculator-section-2 .calculator-box {
  margin-left: 25px;
  width: calc(100% - 50px);
  max-width: 1325px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calculator-section-2 .calculator-box .calculator {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.calculator-section-2 .calculator-box .calculator h4 {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.calculator-section-2 .calculator-box .calculator h4:first-of-type {
  margin-top: 0;
}

.calculator-section-2 .calculator-box .calculator .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calculator-section-2 .calculator-box .calculator .check-list .check {
  font-weight: 500;
  margin-top: 25px;
}

.calculator-section-2 .calculator-box .calculator .check-list .check:first-of-type {
  margin-top: 0;
}

.calculator-section-2 .calculator-box .calculator .check-list .check input {
  font-weight: 500;
  font-size: 22px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: -5px;
}

@media (min-width: 992px) {
  .calculator-section-2 .calculator-box .calculator .check-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .calculator-section-2 .calculator-box .calculator .check-list .check {
    margin-top: 0;
    margin-right: 25px;
  }
  .calculator-section-2 .calculator-box .calculator .check-list .check:last-of-type {
    margin-right: 0;
  }
}

.calculator-section-2 .calculator-box .calculator input[type="number"] {
  text-align: center;
  font-size: 18px;
  border: 2px solid #e2e2e2;
  font-weight: 500;
  width: 100%;
  padding: 20px 15px;
}

.calculator-section-2 .calculator-box .calculator button {
  border: none;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 40px;
  width: 100%;
  max-width: 400px;
}

.calculator-section-2 .calculator-box .calculator .result-box-2 {
  margin-top: 50px;
}

.calculator-section-2 .calculator-box .calculator .result-box-2 p {
  font-weight: 500;
  font-size: 18px;
}

.calculator-section-2 .calculator-box .calculator .result-box-2 p b {
  font-size: 18px;
}

@media (min-width: 992px) {
  .calculator-section-2 .calculator-box .calculator {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .calculator-section-2 .calculator-box .calculator input[type="number"] {
    max-width: 800px;
  }
}

.garden-show {
  display: none;
}

.garden-show.true {
  display: block;
}

#garden.hide {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */