/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./project_src/assets/css/components/blocks/close.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* breaks and gaps */
/* Font sizes and weight user friendly callers */
/* Animations defaults */
.close .list__item-title h1, .close .list__item-title h2, .close .list__item-title h3, .close .list__item-title h4, .close .list__item-title h5, .close .list__item-title h6, .close .title h6, .close .title h5, .close .title h4, .close .title h3, .close .title h2, .close .title h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.close .list__item-title h1, .close .list__item-title h2, .close .list__item-title h3, .close .list__item-title h4, .close .list__item-title h5, .close .list__item-title h6, .close .title h6, .close .title h5, .close .title h4, .close .title h3, .close .title h2, .close .title h1 {
  margin: 0;
}
.close .list__item-title h1 *, .close .list__item-title h2 *, .close .list__item-title h3 *, .close .list__item-title h4 *, .close .list__item-title h5 *, .close .list__item-title h6 *, .close .title h6 *, .close .title h5 *, .close .title h4 *, .close .title h3 *, .close .title h2 *, .close .title h1 * {
  text-decoration: none;
}

.close .title h1 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .close .title h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .close .title h1 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .close .title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .close .title h1 {
    font-size: 30px;
  }
}
.close .title h2 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .close .title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .close .title h2 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .close .title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .close .title h2 {
    font-size: 30px;
  }
}
.close .title h3 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .close .title h3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .close .title h3 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .close .title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .close .title h3 {
    font-size: 30px;
  }
}
.close .title h4 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .close .title h4 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .close .title h4 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .close .title h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .close .title h4 {
    font-size: 30px;
  }
}
.close .title h5 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .close .title h5 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .close .title h5 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .close .title h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .close .title h5 {
    font-size: 30px;
  }
}
.close .title h6 {
  font-size: 64px;
}
@media only screen and (max-width: 1500px) {
  .close .title h6 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1300px) {
  .close .title h6 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1050px) {
  .close .title h6 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .close .title h6 {
    font-size: 30px;
  }
}

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://www.cssmojo.com/hide-content-from-sighted-users/
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important; /* 3 */
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.close {
  overflow: hidden;
}
.close__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.close__content {
  margin-top: 40px;
}
.close .slider-arrows {
  display: flex;
  align-items: center;
  gap: 28px;
}
.close .slider-arrows .slider-arrow-left,
.close .slider-arrows .slider-arrow-right {
  display: block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.close .slider-arrows .slider-arrow-left {
  background-image: url(../../../../../../themes/krzywoustego/assets/images/icons/icon-slider-arrow-left.svg);
}
.close .slider-arrows .slider-arrow-right {
  background-image: url(../../../../../../themes/krzywoustego/assets/images/icons/icon-slider-arrow-right.svg);
}
.close .slider .swiper {
  overflow: visible;
}
.close .slider .swiper-slide {
  width: 280px;
}
.close .list__item-title h1 {
  font-size: 24px;
}
.close .list__item-title h2 {
  font-size: 24px;
}
.close .list__item-title h3 {
  font-size: 24px;
}
.close .list__item-title h4 {
  font-size: 24px;
}
.close .list__item-title h5 {
  font-size: 24px;
}
.close .list__item-title h6 {
  font-size: 24px;
}
.close .list__item-image {
  margin-top: 20px;
}
.close .list__item-image img {
  width: 100%;
}
.close .list__item-text {
  margin-top: 20px;
}
.close .list__item-text * {
  font-size: 16px;
  letter-spacing: 0;
}

/*# sourceMappingURL=close.min.css.map*/