/*
 ** DCD MICROSITE TEMPLATE version 2.0
 ** Created by DCD Publishing & Marián Rehák
*/

/* Brand-specific classes */
.brand-color {
  color: #b1b1b1;
}

.brand-bg {
  /* use very light color
  ** can be generated from the main brand color using https://mycolor.space/
  ** if unsure, leave at #f2f2f2
  */
  background-color: #f2f2f2;
}

/* LOAD FONTS */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-300.woff2') format('woff2'),
    url('fonts/poppins/poppins-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-300-Italic.woff2') format('woff2'),
    url('fonts/poppins/poppins-300-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-400.woff2') format('woff2'),
    url('fonts/poppins/poppins-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-400-Italic.woff2') format('woff2'),
    url('fonts/poppins/poppins-400-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-600.woff2') format('woff2'),
    url('fonts/poppins/poppins-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-600-Italic.woff2') format('woff2'),
    url('fonts/poppins/poppins-600-Italic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}


/* GENERIC FORMATTING */
body,
html {
  max-width: 100vw !important;
  overflow-x: hidden !important;
  ;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* Fonts formatting */
html,
body,
h1,
h2,
h3,
h4,
h5,
p,
a,
a:hover,
ul,
li,
.regular,
.regular p,
.panel-title,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
label,
button,
input,
select,
textarea {
  color: #202124;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a {
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
}

h1,
h1 a,
.hero,
.hero a {
  font-size: 3.052rem;
}

h2,
h2 a,
.highlight,
.highlight span,
.highlight div,
.highlight p,
.highlight a,
.highlight strong,
.highlight ul,
.highlight ol,
.highlight li,
h2 .btn {
  font-size: 2.441rem;
}

h3,
h3 a,
h3 .btn {
  font-size: 1.953rem;
}

h4,
h4 a,
h4 .btn {
  font-size: 1.563rem;
}

h5,
h5 a,
h5 .btn,
.larger,
.larger span,
.larger div,
.larger p,
.larger a,
.larger li,
.larger strong,
.larger ul,
.larger ol {
  font-size: 1.25rem;
}

.bit-smaller,
.bit-smaller span,
.bit-smaller div,
.bit-smaller p,
.bit-smaller a,
.bit-smaller li,
.bit-smaller strong,
.bit-smaller li,
.bit-smaller ul,
.bit-smaller ol,
.icons p,
.icons li,
.icons a,
.icons span,
.icons div {
  font-size: 14px;
}

.smaller,
.smaller span,
.smaller div,
.smaller p,
.smaller a,
.smaller li,
.smaller strong,
.smaller li,
.smaller ul,
.smaller ol {
  font-size: 12px;
}

.smaller p,
.bit-smaller p {
  margin-bottom: 16px;
}

p.smaller {
  margin-bottom: 16px;
}

p {
  margin-bottom: 24px;
  word-break: keep-all;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

#intro {
  padding-top: 164px;
  padding-bottom: 64px;
}

.vanta-canvas {
  opacity: 0.4;
  transform: scaleY(-1);
  margin-top: -100px;
  max-height: 70%;
  max-width: 70%;
  margin-left: 30%;
  z-index: 1;
}

@media (max-width: 991px) {
  .vanta-canvas {
    display: none;
  }
}

/* Bootstrap formatting */
.container {
  max-width: 1232px;
  width: 100%;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 64px;
  padding-right: 64px;
}

.container.full,
.container.full.brand-bg {
  max-width: 1920px;
  width: 100%;
}

.container.small {
  max-width: 700px;
}

.container.large,
.container.large.brand-bg {
  width: calc(100% - 32px);
  max-width: 1300px;
}

.container.brand-bg {
  width: calc(100% - 32px);
}

.row {
  margin-left: -32px;
  margin-right: -32px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 32px;
  padding-right: 32px;
}

.tab-pane .row {
  margin-left: -24px;
  margin-right: -24px;
}

.tab-pane .col {
  padding-left: 24px;
  padding-right: 24px;
}

.tighter .col {
  padding-left: 16px;
  padding-right: 16px;
}

.tighter.row {
  margin-left: -16px;
  margin-right: -16px;
}

.paddingless {
  padding-left: 0;
  padding-right: 0;
}

html .border {
  border: 1px solid #eaeaea !important;
}

input[type="checkbox"],
input[type="radio"] {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  border: solid 1px #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 0;
}

input[type="checkbox"]:checked {
  background-image: url("img/icons/check.png") !important;
  background-size: 75% 75% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.checkbox label {
  max-width: calc(100% - 32px);
}

label,
label a {
  font-size: 13px !important;
  vertical-align: top;
  line-height: 1.4 !important;
}

label a {
  text-decoration: underline;
}

label a:hover {
  text-decoration: none;
}

/* END BOOTSTRAP */

/* Buttons */
.custom-button {
  padding: 8px 32px;
  font-size: 16px;
  line-height: 1;
  box-shadow: none;
  color: #202124;
  border: 2px solid #202124;
  border-radius: 16px;
  background: transparent;
  display: inline-block;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  background-color: #fff;
}

.custom-button:hover {
  background: #202124;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.custom-button.secondary {
  border: none;
  text-decoration: underline;
  padding: 6px 16px;
  background-color: transparent;
}

.custom-button.secondary:hover {
  text-decoration: none;
  background: transparent;
  color: #202124;
}

.custom-button.white {
  border: 1px solid #fff;
  background: #fff;
  color: #202124;
}

.custom-button.white:hover {
  background: #202124;
  color: #fff;
}

.button-container a {
  margin: 0 16px 16px 0;
}

.button-container a:last-child {
  margin: 0;
}

/* End buttons */



/* List styles */
dl,
ul,
ol {
  padding-left: 30px;
  position: relative;
}

ul li {
  list-style: none;
  margin-bottom: 8px;
}

ul li::before {
  content: "—";
  position: absolute;
  left: 5px;
}

ol li {
  margin-bottom: 8px;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

/* Videos & iframes */
iframe {
  width: 100%;
  max-width: 100%;
}

video {
  object-fit: cover;
  background-position: center;
  width: 100%;
  margin-bottom: -5px;
}

.video h2 {
  position: absolute;
  text-align: center;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

video:hover {
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.2% !important;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

.video-with-text {
  position: relative;
}

.video-with-text::after,
.player::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}

.player::after {
  background-color: rgba(217, 217, 217, 0.8);
}

.player.active::after {
  opacity: 0;
}

.video-with-text .text,
.player .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-with-text .text *,
.player .text * {
  margin-bottom: 0;
}

/* Video player */
.player {
  position: relative;
}

.controls {
  position: absolute;
  bottom: 32px;
  left: 24px;
  z-index: 3;
}

.controls div {
  display: block;
  height: 48px;
  width: 48px;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}

.controls div:hover {
  cursor: pointer;
  opacity: 0.5;
}

.controls .play,
.play {
  display: block;
  background-image: url("img/icons/play.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.controls .pause,
.pause {
  display: none;
  position: relative;
  left: -5px;
  background-image: url("img/icons/pause.png");
}

.controls .unmute {
  background-image: url("img/icons/unmute.svg");
}

.controls .unmute.active {
  background-image: url("img/icons/unmute.svg");
}

.after-text-play {
  margin: 32px auto auto auto;
  height: 64px;
  width: 64px;
  cursor: pointer;
}


/* Custom ready-made classes */
.border-radius {
  border-radius: 32px;
  overflow: hidden;
}

.tighter .border-radius {
  border-radius: 16px;
}

.space-between {
  justify-content: space-between;
}

.flex-center {
  align-items: center;
}

.image-flex {
  position: relative;
  height: 100%;
}

.image-flex img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
}

.video-flex video {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.automargin {
  margin-left: auto;
  margin-right: auto;
}

.marginless {
  margin-bottom: 0;
}

.section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.double {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section.half {
  padding-top: 64px;
  padding-bottom: 64px;
}

.white-bg {
  background-color: #fff;
}

.top-12 {
  padding-top: 12px;
}

.top-16 {
  padding-top: 16px;
}

.top-24 {
  padding-top: 24px;
}

.top-32 {
  padding-top: 32px;
}

.top-48 {
  padding-top: 48px;
}

.top-64 {
  padding-top: 64px;
}

.top-96 {
  padding-top: 96px;
}

.top-128 {
  padding-top: 128px;
}

.bottom-16 {
  padding-bottom: 16px;
}

.bottom-24 {
  padding-bottom: 24px;
}

.bottom-32 {
  padding-bottom: 32px;
}

.bottom-48 {
  padding-bottom: 48px;
}

.bottom-64 {
  padding-bottom: 64px;
}

.bottom-96 {
  padding-bottom: 96px;
}

.bottom-128 {
  padding-bottom: 128px;
}

.right-32 {
  padding-right: 32px;
}

.box-64 {
  padding: 64px;
}

.box-64 *:last-child {
  margin-bottom: 0;
}

.gray-bg {
  background-color: #f2f2f2;
}

.mezera {
  height: 64px;
}

.mezera.extra-small {
  height: 16px;
}

.mezera.small {
  height: 32px;
}

.mezera.large {
  height: 128px;
}

.max-64 {
  max-width: 64px;
}

.max-100 {
  max-width: 100px;
}

.max-200 {
  max-width: 200px;
}

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

.max-700 {
  max-width: 700px;
}

.max-800 {
  max-width: 800px;
}

.with-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.with-bg::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

.reveal {
  visibility: hidden;
}

.loga-na-pul {
  display: flex;
  justify-content: center;
}

.loga-na-pul img {
  margin: 16px;
  max-width: 36%;
}

.min-screen {
  min-height: 70vh;
}

/* End custom ready-made classes */

/* Header */
#header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  background: transparent;
  transition: .3s;
}

#header.shrink {
  background: #fff;
}

#header .logo img {
  max-width: 100px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#header.shrink {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#header .menu {
  text-align: right;
}

#header .menu a {
  margin-left: 10px;
  padding: 5px 5px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  text-align: right;
}

#header .menu a:hover::after {
  display: block;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #202124;
}

#header .kontakt {
  background: #eaeaea;
  color: #202124;
  padding: 5px 12px !important;
  text-align: center;
  border-radius: 4px;
}

#header .kontakt:hover,
#header .kontakt:focus {
  background: #202124;
  color: #fff;
  text-decoration: none;
}

#header .kontakt:hover::after {
  display: none !important;
}

.mobile-menu {
  display: none;
  padding-top: 32px;
  padding-bottom: 26px;
  text-align: center;
}

.mobile-menu a {
  display: block;
  margin: 24px 0;
  margin-left: auto;
  margin-right: auto;
}

.phone,
.email {
  display: inline-block;
  width: 24px;
  height: 16px;
  top: 4px;
  background-image: url("img/icons/telefon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.email {
  background-image: url("img/icons/mail.png");
  ;
}

.phone:hover,
.email:hover {
  text-decoration: none;
  opacity: 0.5;
  border: none;
}

.phone:hover::after,
.email:hover::after {
  display: none !important;
}

.menu-toggle {
  display: inline-block;
  border-top: 2px solid #202124;
  width: 32px;
  height: 20px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  position: relative;
  top: 2px;
}

.menu-toggle:hover {
  cursor: pointer;
}

.menu-toggle.active {
  transform: rotate(45deg);
  border-color: transparent;
}

.menu-toggle::after {
  display: block;
  content: " ";
  height: 2px;
  width: 100%;
  background: #202124;
  transition: .3s;
  top: 7px;
  position: absolute;
}

.menu-toggle.active::after {
  transform-origin: center;
  top: 10px;
  background: #202124;
}

.menu-toggle::before {
  display: block;
  position: absolute;
  content: " ";
  height: 2px;
  width: 100%;
  background: #202124;
  top: 16px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.menu-toggle.active::before {
  transform: rotate(90deg);
  top: 11px;
  background: #202124;
}

/* Produkty */
.single-produkt .procesor {
  position: absolute;
  right: 16px;
  top: -8px;
  height: 48px;
  width: auto !important;
}

.produkty .procesor {
  position: relative;
  margin-bottom: 16px;
  margin-right: 3px;
  height: 48px;
  width: auto !important;
}

.single-produkt h3 {
  max-width: calc(100% - 64px);
}

.image-right-full-width {
  left: 0;
  width: calc(100% + 32px);
  max-width: calc(100% + 32px);
}

.image-left-full-width {
  left: -32px;
  width: calc(100% + 32px);
  max-width: calc(100% + 32px);
}


/* NAV TABS */
.custom-tabs {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

.custom-tabs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, #eaeaea, #fff);
  border-radius: 64px;
}

.custom-tabs nav {
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.custom-tabs .container {
  max-width: 1400px;
}

.custom-tabs .tab-content p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.nav-tabs {
  border-bottom: 2px solid #949494;
}

.nav-tabs .nav-link {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  padding: 8px 24px 8px 4px;
  margin-bottom: -2px;
  border: 2px solid transparent;
  color: #949494;
  font-size: 14px;
  line-height: 1.2;
}

.nav-tabs .nav-link:hover {
  color: #202124;
  border-color: #202124;
}

.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #202124;
  background: transparent;
  color: #202124;
}

.tab-content .product-image {
  margin-bottom: 24px;
}

.tab-content .product-image img {
  border-radius: 16px;
}

/* END NAV TABS */



/* Icons block */
.icons img {
  max-height: 70px;
  width: auto;
  display: block;
}

.icons h3,
.icons h4,
.icons h5 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.icons .col {
  margin-bottom: 48px;
}

.icons-container {
  padding: 96px 64px 48px 64px;
}

.icons p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* Kontakt block */
.profile-photo {
  height: 140px;
  width: 140px;
  position: relative;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.profile div {
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
}

/* Carousel swiper slider */
.swiper-slide {
  background-color: #f2f2f2;
  border-radius: 32px;
  overflow: hidden;
  opacity: 0.1;
  transition: all 500ms ease-in-out !important;
  -webkit-transition: all 500ms ease-in-out !important;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide .text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 32px);
  z-index: 2;
}

.swiper-slide img {
  border-radius: 32px;
}

.swiper-slide .text-below {
  padding: 24px;
}

.swiper-slide .text-below *:last-child {
  margin-bottom: 0;
}

.swiper-slide.with-text::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}

.swiper {
  overflow: visible !important;
}

html .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #d2d2d2;
  opacity: 1;
}

html .swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -16px !important;
}

/* End carousel */












/* ACCORDION */
.accordion {
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.card-header {
  padding: 0;
  border: none !important;
  background-color: #f2f2f2 !important;
}

.card-header * {
  margin-bottom: 0;
}

html .card-header .btn {
  color: #1b1b1b;
  text-align: left;
  padding: .75rem 50px .75rem 1.25rem;
}

.card-header .btn::after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 20px;
  top: 16px;
  background: url("./img/icons/sipka-dolu.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .5s;
}

.card-header .btn[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.card-header .btn:focus {
  text-decoration: none;
}

.card {
  border: none;
}

.card-body {
  position: relative;
  padding-top: 32px;
  padding-bottom: 64px;
}

/* END ACCORDION */



/* Footer */
#footer {
  background-color: #f2f2f2;
  padding: 48px 0;
  margin-top: 128px;
}

#footer p,
#footer a,
#footer span,
#footer div,
#footer li {
  font-size: 12px;
  line-height: 1.4;
}

#footer .row *:last-child {
  margin-bottom: 0;
}

/* Contact form */
#ajax-contact input,
#ajax-contact textarea {
  width: 100%;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  transition: .3s;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
  margin-bottom: 5px;
  background-color: transparent;
  opacity: 1;
}

#ajax-contact input:hover,
#ajax-contact input:focus,
#ajax-contact textarea:hover,
#ajax-contact textarea:focus {
  background: #1b1b1b;
  color: #fff;
  outline: none;
  box-shadow: none;
}

#ajax-contact input::placeholder,
#ajax-contact textarea::placeholder {
  color: #1b1b1b;
  font-size: 13px;
}

#ajax-contact input:hover::placeholder,
#ajax-contact input:focus::placeholder,
#ajax-contact textarea:hover::placeholder,
#ajax-contact textarea:focus::placeholder {
  color: #fff;
}

#ajax-contact button {
  padding: 6px 32px;
  width: 100%;
  text-align: center;
  background: transparent;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  border-radius: 4px;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}

#ajax-contact button:hover {
  background: #1b1b1b;
  color: #fff;
}

#ajax-contact input[type="checkbox"],
#ajax-contact input[type="radio"] {
  width: 16px;
  height: 16px;
  padding: 0;
}

#ajax-contact input[type="checkbox"]:hover,
#ajax-contact input[type="radio"]:hover {
  background-color: transparent !important;
}

#ajax-contact input[type="radio"]:checked {
  background: #1b1b1b !important;
}

#ajax-contact .checkbox {
  margin: 8px 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .laptop-top-64 {
    margin-top: 64px;
  }
}

@media (max-width: 1100px) {
  #header .menu a {
    margin-left: 5px;
  }

  #header .menu .kontakt {
    padding: 5px 10px;
  }
}

@media (max-width: 991px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.full {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-margin {
    margin-top: 32px;
  }

  .tablet-margin-64 {
    margin-top: 64px;
  }

  .tablet-margin-96 {
    margin-top: 96px;
  }

  .flex {
    display: block;
  }

  .right-32 {
    padding-right: 16px;
  }

  .box-64 {
    padding: 48px 32px;
  }

  .icons-container {
    padding: 96px 48px 48px 48px;
  }

  .border-radius {
    border-radius: 16px;
  }

  .custom-tabs::before {
    border-radius: 32px;
  }

  /* Fonts formatting */
  h1,
  h1 a,
  .hero,
  .hero a {
    font-size: 2.141rem;
  }

  h2,
  h2 a,
  .highlight,
  .highlight span,
  .highlight div,
  .highlight p,
  .highlight a,
  .highlight strong,
  .highlight ul,
  .highlight ol,
  .highlight li,
  h2 .btn {
    font-size: 1.653rem;
  }

  h3,
  h3 a,
  h3 .btn,
  h4,
  h4 a,
  h4 .btn {
    font-size: 1.25rem;
  }

  h5,
  h5 a,
  h5 .btn,
  .larger,
  .larger span,
  .larger div,
  .larger p,
  .larger a,
  .larger li,
  .larger strong,
  .larger ul,
  .larger ol {
    font-size: 1.1rem;
  }

  /* Buttons */
  .custom-button,
  .custom-button:hover {
    font-size: 14px;
    padding: 8px 24px;
  }

  .custom-button.secondary:hover {
    padding: 6px 16px;
  }

  /* Header */
  #header,
  #header.shrink {
    padding: 12px 0;
  }

  #header .logo img,
  #header.shrink .logo img {
    max-width: 70px;
  }

  .phone,
  .email {
    display: inline-block !important;
    margin: 8px 12px !important;
    height: 18px;
  }

  /* Tabs */
  .custom-tabs.container {
    padding: 48px 32px 64px 32px;
    max-width: calc(100% - 32px);
  }

  .tab-content .col-md-6 {
    margin-bottom: 96px;
  }

  .tab-content .col-md-6:last-child {
    margin-bottom: 0;
  }

  /* Carousel */
  html .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 6px;
  }
}

@media (max-width: 767px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.full {
    padding-left: 0;
    padding-right: 0;
  }

  .container.brand-bg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  /* Fonts formatting */
  h1,
  h1 a,
  .hero,
  .hero a {
    font-size: 1.85rem;
  }

  h2,
  h2 a,
  .highlight,
  .highlight span,
  .highlight div,
  .highlight p,
  .highlight a,
  .highlight strong,
  .highlight ul,
  .highlight ol,
  .highlight li,
  h2 .btn {
    font-size: 1.4rem;
  }

  h5,
  h5 a,
  h5 .btn,
  .larger,
  .larger span,
  .larger div,
  .larger p,
  .larger a,
  .larger li,
  .larger strong,
  .larger ul,
  .larger ol {
    font-size: 1rem;
  }

  .icons {
    text-align: center;
  }

  .icons img {
    margin: auto;
  }

  /* Custom */
  .section.half {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .right-32 {
    padding-right: 0;
  }

  .mobile-margin {
    margin-top: 64px;
  }

  .mobile-margin-32 {
    margin-top: 32px;
  }

  .mobile-margin-64 {
    margin-top: 64px;
  }

  .mobile-margin-96 {
    margin-top: 96px;
  }

  .image-flex img {
    position: relative;
  }

  .image-left-full-width,
  .image-right-full-width {
    left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }

  .produkty .procesor,
  .single-produkt .procesor {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 0;
    margin-bottom: 24px;
  }

  .nav-tabs {
    border-bottom: none;
  }

  .custom-tabs nav {
    display: block;
    left: 0;
    transform: none;
  }

  .nav-tabs .nav-link {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .nav-tabs .nav-link:last-child {
    margin-bottom: 0;
  }
}