/* Generated by less 2.5.1 */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Myriad Pro";
  font-weight: 400;
}
body {
  min-width: 320px;
}
.kontakt main a {
  color: #3B3B3B;
}
.wrapper {
  max-width: 1070px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.wrapper.slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -5px;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  display: flex;
  justify-content: space-between;
  margin: 0px;
}
header .logo {
  padding: 15px 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 280px;
}
header .nav {
  display: inline-block;
  padding-top: 51px;
  vertical-align: top;
  width: calc(100% - 285px);
  text-align: right;
}
header .nav .social {
  display: inline-block;
  float: right;
}
header .nav ul {
  text-align: right;
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .nav ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}
header .nav ul li a {
  display: block;
  color: #182522;
  text-decoration: none;
}
header .nav ul li:hover a,
header .nav ul li.current_page_item a {
  color: #030000;
}
header .nav ul li:hover::before,
header .nav ul li.current_page_item::before {
  content: "";
  position: absolute;
  top: -51px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #030000;
}
.tape {
  margin: 17px 0;
}
.slider_top {
  background: #030000;
  overflow: hidden;
}
.slider_top .owl-carousel-item-imgoverlay,
.slider_top .owl-controls {
  display: none !important;
}
.main {
  color: #000;
  background: #eeeff3;
  overflow: hidden;
  font-size: 13px;
}
.main p {
  font-size: 13px;
}
.main a {
  color: #FFF;
}
.main .wrapper {
  padding-left: 135px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../img/bg_main.png) no-repeat left 15px top 80px;
}
.main .wrapper h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
.main .wrapper h1::after {
  content: "";
  display: block;
  width: 87px;
  height: 3px;
  background: #000;
  margin-top: 30px;
}
.ikony {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.ikony .ikony_all {
  display: flex;
  justify-content: space-between;
}
.ikony .item {
  width: 171px;
  display: inline-block;
  text-align: center;
}
.ikony .item .ikonka {
  width: 171px;
  height: 171px;
  background: #e5e1e5 no-repeat center;
  border-radius: 25px;
  overflow: hidden;
}
.ikony .item span {
  color: #e5e1e5;
  font-size: 16px;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ikony .item a {
  text-decoration: none;
}
.ikony .item:nth-child(2) .ikonka,
.ikony .item:hover .ikonka {
  background-color: #030000;
}
.ikony .item:nth-child(2) span,
.ikony .item:hover span {
  color: #030000;
}
.footer {
  background-color: #8d8d8e;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 70px;
}
.footer .footer_col {
  width: 33.33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  color: #FFF;
}
.footer .footer_col h3 {
  color: #1a1a1a;
  margin: 0;
}
.footer .footer_col > div {
  line-height: 32px;
}
.btn_mobile {
  display: none;
}
#fancybox-left,
#fancybox-right {
  display: block !important;
  visibility: visible !important;
}
#fancybox-right span {
  left: auto;
  right: 20px;
}
#fancybox-left span {
  right: auto;
  left: 20px;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/myriad-pro/myriad-pro-regular.eot');
  src: url('../fonts/myriad-pro/myriad-pro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad-pro/myriad-pro-regular.woff2') format('woff2'), url('../fonts/myriad-pro/myriad-pro-regular.woff') format('woff'), url('../fonts/myriad-pro/myriad-pro-regular.ttf') format('truetype'), url('../fonts/myriad-pro/myriad-pro-regular.otf') format('opentype'), url('../fonts/myriad-pro/myriad-pro-regular.svg#Myriad Pro Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB04;
}
@media only screen and (max-width: 790px) {
  header {
    margin: 0;
  }
  header .logo {
    max-width: 150px;
  }
  header .nav {
    width: calc(100% - 155px);
  }
  .ikony .ikony_all {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 650px) {
  .footer .footer_col {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  header .nav ul {
    display: none;
    position: absolute;
    top: 86px;
    z-index: 9999;
    background: #FFF;
    padding: 15px 0;
    width: 160px;
    float: right;
    right: 0;
  }
  header .nav ul li {
    font-size: 21px;
    line-height: 30px;
    display: block;
  }
  header .nav ul li.current_page_item::before,
  header .nav ul li:hover::before {
    display: none !important;
  }
  header .nav .btn_mobile {
    display: block;
    width: 37px;
    height: 33px;
    overflow: hidden;
    background: url(../img/bg_mobile.png) no-repeat center;
    float: right;
    cursor: pointer;
  }
  .main .wrapper h1 {
    font-size: 32px;
  }
  .main .wrapper h1::after {
    margin-top: 15px;
  }
  .main .wrapper {
    background-size: 35px;
    padding-left: 70px;
    background-position: left 15px top 75px;
  }
}
