/*---------------------------------------------
-- 
---------------------------------------------*/
/* treba pro "scroll to top", kdyz potrebuju sipku placatejsi" */
/*---------------------------------------------
-- 
---------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("../socials/socials.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-tgl {
  opacity: 0;
}

/*.cookies-settings-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
}*/
.is-svg img.common {
  display: none;
}
.is-svg img.svg {
  display: inline-block;
}

.svg-pair {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}
.svg-pair img {
  max-width: 100%;
}
.svg-pair img.svg {
  display: none;
}
.is-svg .svg-pair.svg-is.img-is img.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.is-svg .svg-pair.svg-is.img-is img.not-svg {
  opacity: 0;
}
.is-svg .svg-pair.img-is-not img.svg {
  display: inline-block;
  position: static;
}
.is-svg .svg-pair.img-is-not img.not-svg {
  display: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.flex {
  display: flex;
}
.flex--spread {
  justify-content: space-between;
}
.flex--bottom {
  align-items: flex-end;
}
.flex--top {
  align-items: flex-start;
}
.flex--middle {
  align-items: center;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  color: #cc0000;
  /*font-weight: bold;*/
}

.success {
  /*	font-weight: bold;
  	color: green;*/
}

.right {
  text-align: right !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
/*form .required label {
	position: relative;

	&:after {
		content: '*';
		color: #ff0000;
		position: absolute;
		right: -8px;
		top: 0px;
	}
}*/
/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-nav:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

/*---------------------------------------------
-- stripe
---------------------------------------------*/
.stripe .stripe-container {
  transition: all 0.5s;
  position: relative;
  display: flex;
}
.stripe .stripe-container > * {
  transition: all 0.5s;
}
.stripe .stripe-container .hide {
  display: block !important;
  opacity: 0;
}

html {
  color: #0a0a0a;
  font-family: "Montserrat", Arial;
  font-size: 14px;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  html {
    font-size: 14.2px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  html {
    font-size: 14.4px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  html {
    font-size: 14.6px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  html {
    font-size: 14.8px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  html {
    font-size: 15.2px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  html {
    font-size: 15.4px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  html {
    font-size: 15.6px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  html {
    font-size: 15.8px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  html {
    font-size: 16px;
  }
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  color: #0a0a0a;
  transition: color 0.3s;
  text-decoration: none;
}

sup {
  font-size: 0.75em;
  position: relative;
  top: -0.5em;
}

sub {
  font-size: 0.75em;
  position: relative;
  top: 0.5em;
}

p {
  line-height: 1.7em;
}
p a {
  position: relative;
}
p a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
p a:hover:after {
  width: 100%;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1 {
  margin-top: 0;
  font-size: 2rem;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 1.75rem;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 1.5rem;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 1.2rem;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1rem;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1rem;
  font-weight: bold;
}

.read-more-wswg-separator {
  background: red;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}
.mceContentBody table th, .mceContentBody table td, .mce-content-body table th, .mce-content-body table td {
  border: 1px dotted #ddd;
}

.mceContentBody a, .mce-content-body a, .wysiwyg-content a {
  color: #cc00de;
}
.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody p, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p {
  line-height: 1.7em;
}
.wysiwyg-wrapper .read-more__link {
  margin-top: 1.7em;
}

.wysiwyg-content .read-more-wswg-separator {
  display: none;
}
.wysiwyg-content .read-more-wswg-separator ~ * {
  display: none;
}
.read-more--open .wysiwyg-content .read-more-wswg-separator ~ * {
  display: block;
}
.wysiwyg-content strong, .wysiwyg-content b {
  font-weight: 600;
}

.colored-table {
  margin-bottom: 1em;
  width: 100%;
}
.colored-table th {
  font-weight: 500;
}
.colored-table td, .colored-table th {
  text-align: left;
  padding: 18px 21px;
}
.colored-table td.center, .colored-table th.center {
  text-align: center;
}
.colored-table tr {
  border-bottom: 1px solid #f2f2f2;
}
.colored-table tbody tr:nth-child(2n+1) {
  background: #f7f7f7;
}

* {
  outline: 0;
  box-sizing: border-box;
}

.highlight {
  color: #cc00de;
}

.image img {
  width: 100%;
  height: auto;
}
.image img {
  display: block;
}
.image a {
  display: block;
}
.image.video a {
  position: relative;
}
.image.video a:after {
  border-radius: 16px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 10, 0.6) url(../images/layout/icon-play.svg) no-repeat center center;
}

.fancybox-nav {
  top: 25%;
  height: 50%;
  width: 30%;
}

.fancybox-skin .fancybox-close {
  background: #cc00de;
  border-radius: 50%;
  color: #fff;
  width: 22.5px;
  height: 22.5px;
  height: 36px;
  width: 36px;
}
.fancybox-skin .fancybox-close:before, .fancybox-skin .fancybox-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: currentColor;
  transform-origin: center center;
}
.fancybox-skin .fancybox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-skin .fancybox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-layout {
  padding: 2rem;
}

.popup-info-title {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.3px;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 500;
}

.popup-info-text {
  line-height: 1.7em;
}
.popup-info-text a {
  position: relative;
  color: #cc00de;
}
.popup-info-text a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.popup-info-text a:hover:after {
  width: 100%;
}

.popup-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #f2f2f2;
  font-size: 0.8em;
  text-align: center;
}

.fancybox-inner > form {
  padding: 2rem;
}
@media (min-width: 820px) {
  .fancybox-inner > form {
    min-width: 620px;
  }
}
.fancybox-inner .error {
  color: #cc00de;
}

.scroll-top {
  display: none;
  color: #0a0a0a;
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 90;
}
.scroll-top:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 2px 2px 0;
  height: 30px;
  width: 30px;
  transform: rotate(-135deg);
  transform-origin: center center;
  vertical-align: middle;
}
.scroll-top:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: 0;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.button {
  font-size: 0.875rem;
  /*font-weight: 700;*/
  line-height: 1em;
  text-transform: uppercase;
  background: none;
  border: 1px solid #cc00de;
  color: #cc00de;
  cursor: pointer;
  display: inline-block;
  padding: 1em 2em;
}
.button:hover {
  background: #f2f2f2;
}

.more-link, .more-link:visited, .more-link:focus {
  color: #0a0a0a;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
  padding-right: 1rem;
  /*	&:after {
  		background: url(../images/layout/icon-more.svg) no-repeat 0 0;
  		content: '';
  		display: inline-block;
  		margin-left: 1em;
  		height: 11px;
  		width: 67px;
  	}

  	&:hover {
  		color: $colorMain;
  		text-decoration: none;

  		&:after {
  			background-image: url(../images/layout/icon-more-hover.svg);
  		}
  	}*/
}
.more-link:before, .more-link:visited:before, .more-link:focus:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  transform-origin: center center;
  vertical-align: middle;
}
.more-link:before, .more-link:visited:before, .more-link:focus:before {
  position: absolute;
  right: 0;
  top: 0.3rem;
}
.more-link:hover, .more-link:visited:hover, .more-link:focus:hover {
  color: #cc00de;
}
.more-link i, .more-link em, .more-link:visited i, .more-link:visited em, .more-link:focus i, .more-link:focus em {
  font-style: normal;
}
.more-link em, .more-link:visited em, .more-link:focus em {
  display: none;
}
.read-more--open .more-link em, .read-more--open .more-link:visited em, .read-more--open .more-link:focus em {
  display: inline-block;
}
.read-more--open .more-link i, .read-more--open .more-link:visited i, .read-more--open .more-link:focus i {
  display: none;
}
.read-more--open .more-link:after, .read-more--open .more-link:visited:after, .read-more--open .more-link:focus:after {
  transform: rotate(180deg);
}

.common-link {
  /*color: darken($colorMain, 20);*/
  position: relative;
}
.common-link:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.common-link:hover:after {
  width: 100%;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
input.text, textarea, select, body .nice-select {
  border: 1px solid #e6e6e6;
  font-family: "Montserrat", Arial;
  font-size: 1rem;
  padding: 1em;
  width: 100%;
}

.control label {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.control label > input {
  opacity: 0.01;
  position: absolute;
}
.control label span {
  border: 1px solid #e6e6e6;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  width: 24px;
  transform: translateY(-50%);
}
.control label.checkbox.input-checked em {
  border: 1px solid #cc00de;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 70%;
  transform: translate(7px, 0) rotate(45deg);
  width: 40%;
}
.control label.radio {
  padding-right: 0;
  padding-left: 30px;
}
.control label.radio span {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  right: auto;
  left: 0;
}
.control label.radio.input-checked em {
  background: currentColor;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

form .captcha-question {
  display: none;
}

.captcha-question .text {
  margin-bottom: 1rem;
}

.form-pair {
  margin-bottom: 1rem;
  position: relative;
}
.form-pair:not(.form-pair--horizontal) .label {
  position: absolute;
  top: 1em;
  left: 1em;
  transition: all 0.3s;
}
.form-pair:not(.form-pair--horizontal).focused .label {
  top: -1.2em;
  font-size: 0.75em;
}
.form-pair--bigger-error .error {
  border: 1px solid #cc00de;
  background: rgba(204, 0, 222, 0.1);
  padding: 0.75rem 1rem;
  font-size: 0.8em;
}
.form-pair--horizontal {
  display: flex;
}
@media (max-width: 619px) {
  .form-pair--horizontal {
    flex-wrap: wrap;
  }
}
.form-pair--horizontal .label {
  flex: 0 0 170px;
  padding-top: 1em;
}
.form-pair--horizontal.input-type--radiolist .label {
  padding-top: 0;
}
.form-pair--horizontal .control {
  flex-grow: 2;
}
.form-pair--horizontal .control label {
  margin-bottom: 0.5em;
  display: inline-block;
}
.form-pair--horizontal.with-error {
  flex-wrap: wrap;
}
.form-pair--horizontal.with-error .error {
  flex: 0 0 100%;
}
.form-pair small {
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
  text-align: right;
}
.form-pair a {
  position: relative;
}
.form-pair a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.form-pair a:hover:after {
  width: 100%;
}
.form-pair .error {
  margin-top: 5px;
  display: block;
}
.form-pair .missing-info {
  color: #cc00de;
}
.form-pair.multi {
  padding-top: 2rem;
  text-align: center;
}
.form-pair.multi .label {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.stripe .stripe-container {
  transition: all 0.5s;
  position: relative;
}
.stripe .stripe-container.swiping {
  transition: none;
}
.stripe .stripe-container > * {
  transition: all 0.5s;
  user-select: none;
}
.stripe .stripe-container .hide {
  display: block !important;
  opacity: 0;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.socials .icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat center center;
}
.socials .icon-facebook {
  background-image: url(../images/sharing/icon-facebook.svg);
}
.socials .icon-instagram {
  background-image: url(../images/sharing/icon-instagram.svg);
}
.socials .icon-youtube {
  background-image: url(../images/sharing/icon-youtube.svg);
}
.socials .icon-pinterest {
  background-image: url(../images/sharing/icon-pinstagram.svg);
}
.socials .icon-twitter {
  background-image: url(../images/sharing/icon-twitter.svg);
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.box {
  border: 1px solid #f2f2f2;
}
.box .box__header {
  background: #f2f2f2;
  padding: 1rem;
}
.box .box__content {
  padding: 1rem;
}
.box .box__content p {
  margin-bottom: 2rem;
}
@media (min-width: 620px) {
  .box .box__header {
    padding: 2rem;
  }
  .box .box__content {
    padding: 2rem;
  }
}

.responsive-table-wrapper {
  overflow: auto;
}

.menu-switcher {
  color: #0a0a0a;
  box-sizing: content-box;
  display: inline-block;
  padding: 13px 10px 5px;
  position: absolute;
  width: 25px;
  top: 12px;
  right: -7px;
  height: 23px;
}
.fixed .menu-switcher {
  color: #0a0a0a !important;
}
.menu-switcher:after, .menu-switcher:before {
  content: "";
  transform-origin: left top;
}
.menu-switcher:after {
  content: "";
  transform-origin: left bottom;
}
.menu-switcher span, .menu-switcher:after, .menu-switcher:before {
  border-top: 2px solid currentColor;
  display: block;
  margin-bottom: 5px;
  transition: all 0.5s;
  width: 100%;
}
.menu-open .menu-switcher {
  color: #cc00de !important;
}
.menu-open .menu-switcher:after, .menu-open .menu-switcher:before {
  margin-bottom: 0;
}
.menu-open .menu-switcher:before {
  transform: rotate(45deg);
  margin-bottom: 9px;
}
.menu-open .menu-switcher:after {
  transform: rotate(-45deg);
}
.menu-open .menu-switcher span {
  width: 1px;
  opacity: 0;
}

.header-placeholder {
  display: none;
}

.show-header .header-placeholder {
  display: block;
}
@media (min-width: 1200px) {
  .show-header.is-home .header-placeholder {
    display: block;
  }
}
.show-header header {
  position: fixed !important;
  background: #fff;
  top: 0;
  width: 100%;
}

header {
  z-index: 101;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
}
header .logo {
  width: 220px;
}

.main-menu {
  flex-grow: 2;
  text-align: center;
  display: none;
  padding-bottom: 1rem;
}
.menu-open .main-menu {
  display: block;
}
.main-menu li {
  padding: 0 0.75rem;
}
.main-menu a {
  font-size: 0.875rem;
  /*font-weight: 700;*/
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 0.33rem 0;
}
.main-menu a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.main-menu a:hover:after {
  width: 100%;
}

.user-area {
  text-align: center;
  margin-top: 1rem;
}
.user-area .user-drop {
  margin-top: 0.5rem;
}
.user-area .user-drop div {
  display: none;
}
.user-area .user-drop hr {
  display: none;
}
.user-area .user-drop a {
  display: block;
  padding: 0.5em 0;
  white-space: nowrap;
  position: relative;
}
.user-area .user-drop a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.user-area .user-drop a:hover:after {
  width: 100%;
}

@media (min-width: 1200px) {
  .menu-switcher {
    display: none;
  }
  .nav-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-menu {
    padding: 2.25rem 0;
    text-align: right;
    display: block;
  }
  .main-menu ul {
    display: inline-block;
  }
  .main-menu li {
    display: inline-block;
  }
  .user-area {
    position: relative;
    border-left: 1px solid #0a0a0a;
    display: inline-block;
    margin-left: 2rem;
    margin-top: 0;
    padding-left: 2rem;
  }
  .user-area:hover .user-drop {
    display: block;
  }
  .user-area .user-drop {
    position: absolute;
    background: #fff;
    margin-top: 0;
    padding: 1rem 2rem;
    top: 100%;
    right: -2rem;
    z-index: 101;
    display: none;
    min-width: 100%;
  }
  .user-area .user-drop a {
    padding: 0.8em 0;
  }
}
/*---------------------------------------------
-- 
---------------------------------------------*/
.slideshow__position {
  padding-top: 75%;
}
@media (min-width: 820px) {
  .slideshow__position {
    padding-top: 50%;
  }
}
.slideshow .slide {
  background-size: cover;
  background-position: center center;
  /*margin-left: 25%;*/
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.slideshow .slide:first-child {
  opacity: 1;
}
.slideshow .slide:before {
  background: rgba(0, 0, 0, 0.65);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow .content {
  position: absolute;
  padding-left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media (min-width: 820px) {
  .slideshow .content {
    padding-left: 100px;
  }
}
.slideshow .title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .slideshow .title {
    font-size: 22px;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .slideshow .title {
    font-size: 24px;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .slideshow .title {
    font-size: 26px;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .slideshow .title {
    font-size: 28px;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .slideshow .title {
    font-size: 30px;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .slideshow .title {
    font-size: 32px;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .slideshow .title {
    font-size: 34px;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .slideshow .title {
    font-size: 36px;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .slideshow .title {
    font-size: 38px;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .slideshow .title {
    font-size: 40px;
  }
}
.slideshow__pager {
  margin-bottom: 1rem;
}
.slideshow__pager > * {
  vertical-align: middle;
}
.slideshow__counter {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0.5rem;
}
.slideshow__counter em {
  font-style: normal;
}
.slideshow .btn {
  cursor: pointer;
  transition: all 0.3s;
}
.slideshow .btn:hover {
  color: #cc00de;
}
.slideshow .btn.btn-prev {
  position: relative;
  padding-right: 16px;
}
.slideshow .btn.btn-prev:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 4px 4px 0;
  height: 16px;
  width: 16px;
  transform: rotate(-225deg);
  transform-origin: center center;
  vertical-align: middle;
}
.slideshow .btn.btn-prev:after {
  border-top: 4px solid currentColor;
  content: "";
  position: absolute;
  display: inline-block;
  width: 32px;
  top: 50%;
}
.slideshow .btn.btn-prev:after {
  left: -2px;
}
.slideshow .btn.btn-next {
  position: relative;
  padding-left: 16px;
}
.slideshow .btn.btn-next:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 4px 4px 0;
  height: 16px;
  width: 16px;
  transform: rotate(-45deg);
  transform-origin: center center;
  vertical-align: middle;
}
.slideshow .btn.btn-next:after {
  border-top: 4px solid currentColor;
  content: "";
  position: absolute;
  display: inline-block;
  width: 32px;
  top: 50%;
}
.slideshow .btn.btn-next:after {
  right: -2px;
}

.contact-form form {
  margin-left: -2%;
}
.contact-form .form-pair {
  margin-left: 2%;
  margin-bottom: 2%;
}
@media (min-width: 820px) {
  .contact-form .form-pair.input-name--name, .contact-form .form-pair.input-name--phone, .contact-form .form-pair.input-name--email {
    width: 31.333%;
    float: left;
  }
  .contact-form .form-pair.input-name--text {
    clear: both;
  }
}
.contact-form textarea {
  height: 8em;
}

footer .footer-cols {
  display: flex;
}
footer .footer-cols .col {
  flex: 0 0 33.333%;
}
footer .footer-cols .title {
  /*font-weight: 700;*/
  margin-bottom: 1em;
  text-transform: uppercase;
}
footer .footer-map {
  height: 300px;
}

.credits {
  border-top: 1px solid #e6e6e6;
  font-size: 0.9rem;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.section {
  padding: 60px 0;
}
.section.blue {
  background: #f2f2f2;
}
.section.no-padding-top {
  padding-top: 0;
}

.vertical-space {
  padding-top: 60px;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 1em;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .section-title {
    font-size: 1.9rem;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .section-title {
    font-size: 2.1rem;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .section-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .section-title {
    font-size: 2.3rem;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .section-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .section-title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .section-title {
    font-size: 2.7rem;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .section-title {
    font-size: 2.8rem;
  }
}

.page-title {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}
@media (min-width: 466px) and (min-height: 408.4px) {
  .page-title {
    font-size: 1.9rem;
  }
}
@media (min-width: 592px) and (min-height: 476.8px) {
  .page-title {
    font-size: 2rem;
  }
}
@media (min-width: 718px) and (min-height: 545.2px) {
  .page-title {
    font-size: 2.1rem;
  }
}
@media (min-width: 844px) and (min-height: 613.6px) {
  .page-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 970px) and (min-height: 682px) {
  .page-title {
    font-size: 2.3rem;
  }
}
@media (min-width: 1096px) and (min-height: 750.4px) {
  .page-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1222px) and (min-height: 818.8px) {
  .page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1348px) and (min-height: 887.2px) {
  .page-title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1474px) and (min-height: 955.6px) {
  .page-title {
    font-size: 2.7rem;
  }
}
@media (min-width: 1600px) and (min-height: 1024px) {
  .page-title {
    font-size: 2.8rem;
  }
}
.page-title small {
  font-size: 0.9rem;
}
.page-title.with-sub {
  margin-bottom: 1.5rem;
}
.page-title:not(:first-child) {
  margin-top: 3rem;
}

.breadcrumbs {
  margin-bottom: 3rem;
  margin-top: -1rem;
}
.breadcrumbs li {
  opacity: 0.5;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  margin-right: 0.7rem;
}
.breadcrumbs li:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  height: 5px;
  width: 5px;
  transform: rotate(-45deg);
  transform-origin: center center;
  vertical-align: middle;
}
.breadcrumbs li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.breadcrumbs .sep {
  display: none;
}

.page-subtitle {
  font-weight: 700;
  margin-bottom: 3rem;
}

.page-intro {
  max-width: 900px;
  margin-bottom: 3rem;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.sign-boxes .box {
  margin-bottom: 1rem;
}
@media (min-width: 820px) {
  .sign-boxes {
    display: flex;
    gap: 2rem;
  }
  .sign-boxes > * {
    flex: 0 1 50%;
    margin-bottom: 0;
  }
}

.league-links {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #f2f2f2;
}
.league-links a {
  position: relative;
}
.league-links a:after {
  border-bottom: 1px solid currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.league-links a:hover:after {
  width: 100%;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.actualities {
  display: flex;
  margin-left: -3%;
}
.actualities .actuality, .actualities .articles .article, .articles .actualities .article, .actualities .services .service, .services .actualities .service {
  flex: 0 0 22%;
  margin-left: 3%;
}

.actuality .image, .articles .article .image, .services .service .image {
  margin-bottom: 1.5rem;
}
.actuality .title, .articles .article .title, .services .service .title {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.3px;
  margin-bottom: 1rem;
}
.actuality .date, .articles .article .date, .services .service .date {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.actuality .buttons-group, .articles .article .buttons-group, .services .service .buttons-group {
  margin-top: 1rem;
}

.common-detail {
  max-width: 900px;
}
.common-detail .media {
  margin-top: 3rem;
}

.zig-zag-sections {
  margin-bottom: 60px;
}
.zig-zag-sections .section {
  display: flex;
  gap: 5%;
}
.zig-zag-sections .section:nth-child(2n) .image {
  order: 2;
}
.zig-zag-sections .image {
  flex: 0 0 60%;
}
.zig-zag-sections .text {
  flex: 0 0 35%;
}

/*---------------------------------------------
-- rostliny
---------------------------------------------*/
.services {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.services .service {
  flex: 0 0 22%;
  margin-left: 3%;
  margin-bottom: 3%;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.articles {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.articles .article {
  flex: 0 0 47%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.media--more-images {
  display: flex;
}
.media--more-images .image {
  flex: 0 0 25%;
  padding: 0 1px 1px 0;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.main-contact {
  display: flex;
}
.main-contact label {
  display: inline-block;
  width: 80px;
}
.main-contact .text {
  flex: 0 0 50%;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.contacts .contact-item {
  flex: 0 0 22%;
  margin-bottom: 3%;
}
.contacts .contact-item .image {
  margin-bottom: 1.5rem;
}

.media.masonry {
  margin: 2rem 0;
}
.media.masonry .image {
  padding: 0 1px 1px 0;
  width: 100%;
  float: left;
}
@media (min-width: 420px) {
  .media.masonry .image {
    width: 50%;
  }
}
@media (min-width: 620px) {
  .media.masonry .image {
    width: 33.33333%;
  }
}
@media (min-width: 820px) {
  .media.masonry .image {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .media.masonry .image {
    /*width: 20%;*/
  }
}

.mycontainer {
  max-width: 1200px;
  margin: 0 24px;
  position: relative;
}
@media (min-width: 1248px) {
  .mycontainer {
    margin: 0 auto;
  }
}

@media print {
  footer {
    display: none;
  }
  header .main-menu, header .menu-switcher {
    display: none;
  }
  .button, .more-link, .no-print {
    display: none;
  }
}

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