@charset "UTF-8";
:root {
  --colorBrand: hsl(19, 84%, 58%);
  --colorBrand-h: 19;
  --colorBrand-s: 84;
  --colorBrand-l: 58;
  --colorBrand-contrast: hsl(0, 0%, calc((var(--colorBrand-l) - 60) * -100%));
  --colorBrandSecondary: hsl(205, 79%, 95%);
  --colorBrandSecondary-h: 205;
  --colorBrandSecondary-s: 79;
  --colorBrandSecondary-l: 95;
  --colorBodyBg: hsl(0, 0%, 100%);
  --colorBodyBg-h: 0;
  --colorBodyBg-s: 0;
  --colorBodyBg-l: 100;
  --colorSecondaryBg: hsl(0, 0%, 91%);
  --colorSecondaryBg-h: 0;
  --colorSecondaryBg-s: 0;
  --colorSecondaryBg-l: 91;
  --colorContrastBg: hsl(203, 28%, 8%);
  --colorContrastBg-h: 203;
  --colorContrastBg-s: 28;
  --colorContrastBg-l: 8;
  --colorThemeAccent: hsl(0, 0%, 100%);
  --colorThemeAccent-h: 0;
  --colorThemeAccent-s: 0;
  --colorThemeAccent-l: 100;
  --colorBrandBg: hsl(var(--colorBrand-h), calc(var(--colorBrand-s) * 1%), calc(var(--colorBrand-l) * 1.93 * 1%));
  --colorBrandBgDark: hsla(var(--colorBrand-h), calc(var(--colorBrand-s) * 1%), calc(var(--colorBrand-l) * 1%), 0.25);
  --colorShadeBg: rgba(0,0,0,.8);
  --colorShadeBgLight: #F6F6F6;
  --colorOutlines: #CACACA;
  --colorOutlinesLight: #f5f5f5;
  --colorHighlighted: #ba0000;
  --starsColor: #fcad00;
  --colorBlack: #000000;
  --colorWhite: #ffffff;
  --colorHeaderLink: #000;
  --colorHeaderLinkUnderline: var(--colorBrand);
  --colorHeaderBackground: #fff;
  --colorHeaderGradient: transparent;
  --colorErrorsDefault: hsl(352, 100%, 43%);
  --colorErrorsDefault-h: 352;
  --colorErrorsDefault-s: 100;
  --colorErrorsDefault-l: 43;
  --colorText: hsl(0, 0%, 0%);
  --colorText-h: 0;
  --colorText-s: 0;
  --colorText-l: 0;
  --colorTextHeading: #000;
  --colorTextSubtle: #4a4a4a;
  --colorLinkText: var(--colorBrand);
  --colorLinkTextActive: var(--colorText);
  --colorInputBorder: var(--colorOutlines);
  --colorInputBackground: var(--colorThemeAccent);
  --colorInputBorderFocus: var(--colorInputBorder);
  --colorInputBackgroundFocus: var(--colorThemeAccent);
  --colorInputBackgroundInvalid: var(--colorThemeAccent);
  --colorButtonBg: var(--colorBrand);
  --colorButtonDisabledBg: gray;
  --colorButtonText: white;
  --colorBorderConfigurator: #DFE1ED;
  --colorMainDark: #363530;
  --colorConfiguratorBg: #efefef;
  --colorLightInactive: hsl(0, 0%, 52%, 0.2);
  --colorFrameHover: #f5f5f5;
  --colorLightBorders: #f5f5f5;
  --colorDarkBorders: rgb(114, 114, 114);
  --colorActiveBorderStepper: 1px solid var(--colorBrand);
  --colorInactiveTexts: hsla(186, 0%, 0%, 0.5);
  --configuratorPrimaryColor: hsl(28, 25%, 42%);
  --configuratorPrimaryColor-h: 28;
  --configuratorPrimaryColor-s: 25;
  --configuratorPrimaryColor-l: 42;
  --configuratorPrimaryColor-contrast: hsl(0, 0%, calc((var(--configuratorPrimaryColor-l) - 60) * -100%));
  --configuratorFooterBackground: hsl(197, 100%, 95%);
  --configuratorButtonHoverBackground: hsl(197, 100%, 36%);
  --stateInfo: #5895f5;
  --stateSuccess: #4dab00;
  --stateWarning: #f58c59;
  --stateError: #dc2727;
  --colorStockIn: var(--stateSuccess);
  --colorStockOut: var(--stateError);
  --colorBackgroundProductListItem: transparent;
  --colorTagRecommended: hsl(204, 70%, 53%);
  --colorTagRecommended-h: 204;
  --colorTagRecommended-s: 70;
  --colorTagRecommended-l: 53;
  --colorTagRecommended-contrast: hsl(0, 0%, calc((var(--colorTagRecommended-l) - 60) * -100%));
  --colorTagDiscounted: hsl(6, 78%, 57%);
  --colorTagDiscounted-h: 6;
  --colorTagDiscounted-s: 78;
  --colorTagDiscounted-l: 57;
  --colorTagDiscounted-contrast: hsl(0, 0%, calc((var(--colorTagDiscounted-l) - 60) * -100%));
  --colorTagNew: hsl(145, 63%, 42%);
  --colorTagNew-h: 145;
  --colorTagNew-s: 63;
  --colorTagNew-l: 42;
  --colorTagNew-contrast: hsl(0, 0%, calc((var(--colorTagNew-l) - 60) * -100%));
  --colorTagSale: hsl(37, 90%, 51%);
  --colorTagSale-h: 37;
  --colorTagSale-s: 90;
  --colorTagSale-l: 51;
  --colorTagSale-contrast: hsl(0, 0%, calc((var(--colorTagSale-l) - 60) * -100%));
  --colorTagUsed: hsl(210, 29%, 29%);
  --colorTagUsed-h: 210;
  --colorTagUsed-s: 29;
  --colorTagUsed-l: 29;
  --colorTagUsed-contrast: hsl(0, 0%, calc((var(--colorTagUsed-l) - 60) * -100%));
  --colorTagAction: hsl(283, 39%, 53%);
  --colorTagAction-h: 283;
  --colorTagAction-s: 39;
  --colorTagAction-l: 53;
  --colorTagAction-contrast: hsl(0, 0%, calc((var(--colorTagAction-l) - 60) * -100%));
  --colorTagFreeStorePickup: hsl(210, 29%, 24%);
  --colorTagFreeStorePickup-h: 210;
  --colorTagFreeStorePickup-s: 29;
  --colorTagFreeStorePickup-l: 24;
  --colorTagFreeStorePickup-contrast: hsl(0, 0%, calc((var(--colorTagFreeStorePickup-l) - 60) * -100%));
  --colorTagFreeDelivery: hsl(210, 29%, 24%);
  --colorTagFreeDelivery-h: 210;
  --colorTagFreeDelivery-s: 29;
  --colorTagFreeDelivery-l: 24;
  --colorTagFreeDelivery-contrast: hsl(0, 0%, calc((var(--colorTagFreeDelivery-l) - 60) * -100%));
}

:root {
  --durationAnimationBase: .25s;
  --easingAnimationBase: ease-in-out;
  --animationBase: all var(--durationAnimationBase) var(--easingAnimationBase);
}

:root {
  --layerNegativeZIndex: -1;
  --layerNullZIndex: 0;
  --layerPageZIndex: 1;
  --layerPageSecondaryZIndex: 2;
  --layerHeaderZIndex: 10;
  --layerDropdownZIndex: 20;
  --layerModalZIndex: 21;
  --layerPopoverZIndex: 22;
  --layerTooltipZIndex: 23;
  --cookiePopupLayer: 24;
  --layerSpinnerZIndex: 25;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html.is-not-smooth {
  scroll-behavior: unset;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: var(--colorBodyBg);
  margin: 0;
  font-size: var(--textBaseSize);
  font-family: var(--font-primary);
  font-weight: var(--font-weight);
  color: var(--colorText);
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: var(--bodyLineHeight);
}

body.is-not-overflowed {
  overflow: hidden;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

::selection {
  color: hsl(0, 0%, calc((var(--colorBrand-l) - 60) * -100%));
  background: var(--colorBrand);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --sizeContentOffset: 1.25rem;
  --sizeContentWidth: 100rem;
  --sizeInputFont: var(--textSm);
  --sizeInputPaddingVertical: var(--spaceSm);
  --sizeInputPaddingHorizontal: var(--spaceMd);
  --sizeInputPadding: var(--sizeInputPaddingVertical) var(--sizeInputPaddingHorizontal);
  --sizeInputBorder: 1px;
  --sizeInputBorderRadius: 0;
  --sizeButtonFont: var(--textSm);
  --sizeButtonPaddingVertical: var(--spaceSm);
  --sizeButtonPaddingHorizontal: var(--spaceLg);
  --sizeButtonPadding: var(--sizeButtonPaddingVertical) var(--sizeButtonPaddingHorizontal);
  --sizeButtonBorder: 1px;
  --sizeButtonBorderRadius: 0;
  --sizeContentFullHd: 120rem;
  --sizePagerBorderRadius: 50%;
  --sizeRangeSliderBorderRadius: 50%;
  --sizeCategoryFiltersBorderRadius: 1rem;
  --sizeCategoryFiltersInputBorderRadius: 0.375rem;
  --sizeCategoryNavBorderRadius: 1rem;
  --sizeProductDetailCountControlBorderRadius: 50%;
  --sizeProductDetailContactBoxBorderRadius: 0.5rem;
  --sizeProductDetailContactFormInputBorderRadius: 0.25rem;
  --sizeProductDetailBoxBorderRadius: 1rem;
  --sizeProductDetailImageBorderRadius: 1rem;
  --sizeProductDetailVariantBorderRadius: 1rem;
  --sizeSwiperArrowBorderRadius: 50%;
  --contactPersonsBorderRadius: 0.5rem;
}

@media (min-width: 100rem) {
  :root {
    --sizeContentOffset: 1.25rem;
  }
}

@media (min-width: 64rem) {
  :root {
    --sizeContentOffset: 3rem;
  }
}

/*
	!! DO NOT FORGET TO ADD FONTS TO '@preload.php' FILE AS WELL !!
	----
	Overwrite $font-list object in _font-list.scss file !!
*/
@font-face {
  font-family: Montserrat;
  src: url("/frontend/fonts/Montserrat/Montserrat-extrabold-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url("/frontend/fonts/Montserrat/Montserrat-bold-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url("/frontend/fonts/Montserrat/Montserrat-semibold-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url("/frontend/fonts/Montserrat/Montserrat-medium-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url("/frontend/fonts/Montserrat/Montserrat-regular-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url("/frontend/fonts/Montserrat/Montserrat-light-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

.u-frame {
  max-width: calc(var(--sizeContentWidth) + var(--sizeContentOffset) * 2);
  padding-left: var(--sizeContentOffset);
  padding-right: var(--sizeContentOffset);
}

.u-clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.u-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

[class*="u-frame"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.u-fullWidth {
  width: 100%;
}

.u-block {
  display: block;
}

.u-flex {
  display: flex;
}

.u-hidden {
  display: none !important;
}

.u-hiddenVisually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-invisibleScrollBar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.u-invisibleScrollBar::-webkit-scrollbar {
  display: none;
}

.u-customScrollBar {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  scrollbar-width: thin;
}

.u-customScrollBar::-webkit-scrollbar {
  width: .4rem;
}

.u-customScrollBar::-webkit-scrollbar-track {
  background: transparent;
}

.u-customScrollBar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  transition: all .25s ease-in-out;
}

.u-customScrollBar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-flexJustifyStart {
  justify-content: flex-start;
}

.u-flexJustifyEnd {
  justify-content: flex-end;
}

.u-flexJustifyCenter {
  justify-content: center;
}

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

.u-flexJustifyAround {
  justify-content: space-around;
}

.u-flexAlignItemsStart {
  align-items: flex-start;
}

.u-flexAlignItemsEnd {
  align-items: flex-end;
}

.u-flexAlignItemsCenter {
  align-items: center;
}

.u-spanRow {
  grid-column: 1 / -1;
}

.u-hiddenOverflow {
  overflow: hidden;
}

.u-noWrap {
  white-space: nowrap;
}

.u-textUppercase {
  text-transform: uppercase;
}

.u-textLowercase {
  text-transform: lowercase;
}

.u-responsiveTable {
  overflow-x: auto;
}

:root {
  --font-primary: Montserrat, sans-serif;
  --font-secondary: serif;
  --font-weight: 400;
  /* set base values */
  --textBaseSize: 1rem;
  --textScaleRatio: 1.2;
  /* type scale */
  --textXxs: calc(1em / (var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio)));
  --textXs: calc(1em / (var(--textScaleRatio) * var(--textScaleRatio)));
  --textSm: calc(1em / var(--textScaleRatio));
  --textRg: 1em;
  --textMd: calc(1em * var(--textScaleRatio));
  --textLg: calc(1em * var(--textScaleRatio) * var(--textScaleRatio));
  --textXl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxxxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --bodyLineHeight: 1.5;
  --headingLineHeight: 1.2;
}

@media (min-width: 48.01rem) {
  :root {
    --textBaseSize: 1.15rem;
  }
}

@media (min-width: 64.01rem) {
  :root {
    --textBaseSize: 1.25rem;
  }
}

h1, h2, h3, h4, form legend {
  color: var(--colorTextHeading);
  margin-bottom: var(--spaceXs);
  line-height: var(--headingLineHeight);
}

/* text size */
.u-textXxxl {
  font-size: var(--textXxxl);
}

h1, .u-textXxl {
  font-size: var(--textXxl);
}

h2, .u-textXl {
  font-size: var(--textXxl);
  margin-bottom: var(--spaceSm);
}

h3, .u-textLg {
  font-size: var(--textLg);
}

h4, .u-textMd {
  font-size: var(--textMd);
}

.u-textSm, small {
  font-size: var(--textSm);
}

.u-textXs {
  font-size: var(--textXs);
}

p {
  line-height: var(--bodyLineHeight);
}

a {
  color: var(--colorLinkText);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: var(--colorLinkTextActive);
  text-decoration: underline;
}

:root {
  --spaceUnit:  1em;
  --spaceXxxxs: calc(0.125 * var(--spaceUnit));
  --spaceXxxs:  calc(0.25 * var(--spaceUnit));
  --spaceXxs:   calc(0.375 * var(--spaceUnit));
  --spaceXs:    calc(0.5 * var(--spaceUnit));
  --spaceSm:    calc(0.75 * var(--spaceUnit));
  --spaceRg:    var(--spaceUnit);
  --spaceMd:    calc(1.25 * var(--spaceUnit));
  --spaceLg:    calc(2 * var(--spaceUnit));
  --spaceXl:    calc(3.25 * var(--spaceUnit));
  --spaceXxl:   calc(5.25 * var(--spaceUnit));
  --spaceXxxl:  calc(8.5 * var(--spaceUnit));
  --spaceXxxxl: calc(13.75 * var(--spaceUnit));
  --sizeModuleHorizontalOffset: 5rem;
}

.u-spaceUnit {
  margin-bottom: var(--spaceUnit);
}

.u-spaceXxxxs {
  margin-bottom: var(--spaceXxxxs);
}

.u-spaceXxxs {
  margin-bottom: var(--spaceXxxs);
}

.u-spaceXxs {
  margin-bottom: var(--spaceXxs);
}

.u-spaceXs {
  margin-bottom: var(--spaceXs);
}

.u-spaceSm {
  margin-bottom: var(--spaceSm);
}

.u-spaceMd {
  margin-bottom: var(--spaceMd);
}

.u-spaceLg {
  margin-bottom: var(--spaceLg);
}

.u-spaceXl {
  margin-bottom: var(--spaceXl);
}

.u-spaceXxl {
  margin-bottom: var(--spaceXxl);
}

.u-spaceXxxl {
  margin-bottom: var(--spaceXxxl);
}

.u-spaceXxxxl {
  margin-bottom: var(--spaceXxxxl);
}

[data-tooltip] {
  position: relative;
  display: inline-block;
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 11px);
  background: #000000de;
  color: #fff;
  transform-origin: bottom center;
  transition: var(--animationBase);
  transform: translateX(-50%);
  padding: 17px;
  font-size: 14px;
  width: 249px;
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
  border-bottom: 3px solid var(--colorBrand);
  pointer-events: none;
  opacity: 0;
}

[data-tooltip]:after {
  content: '▾';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 249px;
  font-size: 32px;
  line-height: 17px;
  text-align: center;
  color: var(--colorBrand);
  transition: var(--animationBase);
  pointer-events: none;
  opacity: 0;
}

[data-tooltip]:hover:before {
  pointer-events: auto;
  opacity: 1;
}

[data-tooltip]:hover:after {
  pointer-events: auto;
  opacity: 1;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #181818;
}

body.location_product_getInquiry {
  background: #fff !important;
  height: 100%;
}

body:before {
  content: "";
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
}

button {
  cursor: pointer;
}

button, input {
  overflow: visible;
  outline: none;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

p {
  display: block;
  margin: 0;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0;
}

.pq-order-1 {
  order: 1;
}

.pq-order-2 {
  order: 2;
}

.pq-order-3 {
  order: 3;
}

.pq-order-4 {
  order: 4;
}

.pq-order-5 {
  order: 5;
}

.pq-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.pq-inline.start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.pq-inline.center {
  -webkit-align-items: center;
  align-items: center;
}

.pq-inline.end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.pq-inline.stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.pq-center {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

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

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.hidden {
  display: none !important;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLWxlZnQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWxlZnQgZmEtdy0xMCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNC41MiAyMzkuMDNMMjI4Ljg3IDQ0LjY5YzkuMzctOS4zNyAyNC41Ny05LjM3IDMzLjk0IDBsMjIuNjcgMjIuNjdjOS4zNiA5LjM2IDkuMzcgMjQuNTIuMDQgMzMuOUwxMzEuNDkgMjU2bDE1NC4wMiAxNTQuNzVjOS4zNCA5LjM4IDkuMzIgMjQuNTQtLjA0IDMzLjlsLTIyLjY3IDIyLjY3Yy05LjM3IDkuMzctMjQuNTcgOS4zNy0zMy45NCAwTDM0LjUyIDI3Mi45N2MtOS4zNy05LjM3LTkuMzctMjQuNTcgMC0zMy45NHoiPjwvcGF0aD48L3N2Zz4=);
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLXJpZ2h0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTI4NS40NzYgMjcyLjk3MUw5MS4xMzIgNDY3LjMxNGMtOS4zNzMgOS4zNzMtMjQuNTY5IDkuMzczLTMzLjk0MSAwbC0yMi42NjctMjIuNjY3Yy05LjM1Ny05LjM1Ny05LjM3NS0yNC41MjItLjA0LTMzLjkwMUwxODguNTA1IDI1NiAzNC40ODQgMTAxLjI1NWMtOS4zMzUtOS4zNzktOS4zMTctMjQuNTQ0LjA0LTMzLjkwMWwyMi42NjctMjIuNjY3YzkuMzczLTkuMzczIDI0LjU2OS05LjM3MyAzMy45NDEgMEwyODUuNDc1IDIzOS4wM2M5LjM3MyA5LjM3MiA5LjM3MyAyNC41NjguMDAxIDMzLjk0MXoiPjwvcGF0aD48L3N2Zz4=);
  right: 10px;
  left: auto;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top,200ms -webkit-transform;
  transition: 200ms top,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms top;
  transition: 200ms transform,200ms top;
  transition: 200ms transform,200ms top,200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left,200ms -webkit-transform;
  transition: 200ms left,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms left;
  transition: 200ms transform,200ms left;
  transition: 200ms transform,200ms left,200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right,200ms -webkit-transform;
  transition: 200ms right,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms right;
  transition: 200ms transform,200ms right;
  transition: 200ms transform,200ms right,200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

strong, b {
  font-weight: 600;
}

[hidden], .hidden {
  display: none !important;
}

.btn, button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
}

input[type="text"], input[type="password"], input[type="number"], input[type="url"], input[type="email"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.far span, .fas span, .fab span, .fa span {
  font-weight: 400;
}

.wt-inline {
  display: flex;
  flex-wrap: wrap;
}

.wt-inline.wt-h-space-between {
  justify-content: space-between;
}

.wt-inline.wt-h-space-around {
  justify-content: space-around;
}

.wt-inline.wt-h-center {
  justify-content: center;
}

.wt-inline.wt-h-flex-start {
  justify-content: flex-start;
}

.wt-inline.wt-h-flex-end {
  justify-content: flex-end;
}

.wt-inline.wt-v-center {
  align-items: center;
}

.wt-inline.wt-v-flex-start {
  align-items: flex-start;
}

.wt-inline.wt-v-flex-end {
  align-items: flex-end;
}

.bt-wrapp {
  width: 100%;
  display: inline-block;
}

.col {
  float: left;
}

.col::after {
  content: "";
  display: table;
}

.col-md-1 {
  width: calc((100% * 1) / 12);
}

.col-md-2 {
  width: calc((100% * 2) / 12);
}

.col-md-3 {
  width: calc((100% * 3) / 12);
}

.col-md-4 {
  width: calc((100% * 4) / 12);
}

.col-md-5 {
  width: calc((100% * 5) / 12);
}

.col-md-6 {
  width: calc((100% * 6) / 12);
}

.col-md-7 {
  width: calc((100% * 7) / 12);
}

.col-md-8 {
  width: calc((100% * 8) / 12);
}

.col-md-9 {
  width: calc((100% * 9) / 12);
}

.col-md-10 {
  width: calc((100% * 10) / 12);
}

.col-md-11 {
  width: calc((100% * 11) / 12);
}

.col-md-12 {
  width: calc((100% * 12) / 12);
}

.col-md-offset-1 {
  margin-left: calc((100% * 1) / 12);
}

.col-md-offset-2 {
  margin-left: calc((100% * 2) / 12);
}

.col-md-offset-3 {
  margin-left: calc((100% * 3) / 12);
}

.col-md-offset-4 {
  margin-left: calc((100% * 4) / 12);
}

.col-md-offset-5 {
  margin-left: calc((100% * 5) / 12);
}

.col-md-offset-6 {
  margin-left: calc((100% * 6) / 12);
}

.col-md-offset-7 {
  margin-left: calc((100% * 7) / 12);
}

.col-md-offset-8 {
  margin-left: calc((100% * 8) / 12);
}

.col-md-offset-9 {
  margin-left: calc((100% * 9) / 12);
}

.col-md-offset-10 {
  margin-left: calc((100% * 10) / 12);
}

.col-md-offset-11 {
  margin-left: calc((100% * 11) / 12);
}

.col-md-offset-12 {
  margin-left: calc((100% * 12) / 12);
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 600;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  padding: 5px;
  margin: 0 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
  max-height: 500px;
  overflow-y: auto;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: auto;
  padding: 10px 5px;
  height: 46px;
  background: #fff;
  line-height: 28px;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  color: #000;
}

.ui-selectmenu-button.ui-button:hover {
  background: #fff;
  border: 1px solid #696969;
  color: #000;
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  border-color: 1px solid #393e43;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
  position: relative;
}

.ui-selectmenu-icon.ui-icon:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #000;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  font-size: 16px;
  position: absolute;
  top: -1px;
  left: 3px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #696969;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 600;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #ed7237;
  background: #ed7237;
  font-weight: 400;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #ed7237;
  background: #ed7237;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 600;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  background-image: none;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: none;
}

.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: none;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: none;
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: none;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: none;
}

.ui-button .ui-icon {
  background-image: none;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  text-align: center;
  color: #1680c0;
  vertical-align: middle;
}

.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  content: "\f053";
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  color: #1680c0;
  text-align: center;
  vertical-align: middle;
}

.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top,200ms -webkit-transform;
  transition: 200ms top,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms top;
  transition: 200ms transform,200ms top;
  transition: 200ms transform,200ms top,200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left,200ms -webkit-transform;
  transition: 200ms left,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms left;
  transition: 200ms transform,200ms left;
  transition: 200ms transform,200ms left,200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right,200ms -webkit-transform;
  transition: 200ms right,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms right;
  transition: 200ms transform,200ms right;
  transition: 200ms transform,200ms right,200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.lg-icon {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 999999980;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next svg, .lg-actions .lg-prev svg {
  width: 16px;
  height: 26px;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-prev {
  left: 20px;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 999999982;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close {
  opacity: .8;
}

.lg-toolbar .lg-close:after {
  content: url(/assets/images/times-solid.svg);
  display: inline-block;
  width: 18px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.lg-toolbar .lg-close:hover {
  opacity: 1;
}

.lg-toolbar .lg-download:after {
  content: "\f019";
}

.lg-toolbar .lg-autoplay-button, .lg-toolbar .lg-download, .lg-toolbar .lg-fullscreen, .lg-toolbar #lg-share, .lg-toolbar #lg-actual-size, .lg-toolbar #lg-zoom-in, .lg-toolbar #lg-zoom-out {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 999999980;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 999999980;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\f00a";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 999999980;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999983;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\f04b";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\f04c";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\f00e";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\f24d";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\f010";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999999980;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s,-webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s,-moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s,-o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s,transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\f0b2";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\f108";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999981;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s,opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s,opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s,opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\f1e0";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\f09a";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\f099";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\f0d5";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\f0d2";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999950;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 999999960;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999940;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.col {
  float: left;
}

.col-md-12 {
  width: 100%;
}

.col-md-11 {
  width: 91.66667%;
}

.col-md-10 {
  width: 83.33333%;
}

.col-md-9 {
  width: 75%;
}

.col-md-8 {
  width: 66.66667%;
}

.col-md-7 {
  width: 58.33333%;
}

.col-md-6 {
  width: 50%;
}

.col-md-5 {
  width: 41.66667%;
}

.col-md-4 {
  width: 33.33333%;
}

.col-md-3 {
  width: 25%;
}

.col-md-2 {
  width: 16.66667%;
}

.col-md-1 {
  width: 8.33333%;
}

.col-md-offset-12 {
  margin-left: 100%;
}

.col-md-offset-11 {
  margin-left: 91.66667%;
}

.col-md-offset-10 {
  margin-left: 83.33333%;
}

.col-md-offset-9 {
  margin-left: 75%;
}

.col-md-offset-8 {
  margin-left: 66.66667%;
}

.col-md-offset-7 {
  margin-left: 58.33333%;
}

.col-md-offset-6 {
  margin-left: 50%;
}

.col-md-offset-5 {
  margin-left: 41.66667%;
}

.col-md-offset-4 {
  margin-left: 33.33333%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-offset-2 {
  margin-left: 16.66667%;
}

.col-md-offset-1 {
  margin-left: 8.33333%;
}

@media (max-width: 767px) {
  .row.breadcrumb {
    display: none;
  }
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  width: 100%;
  display: inline-block;
}

ul.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: #393e43;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: #393e43;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #393e43;
  text-decoration: none;
}

ul.breadcrumb li a[href]:hover {
  color: #ed7237;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  background-color: transparent;
  margin-bottom: 15px;
}

table td, table th {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #eceeef;
  text-align: left;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-full {
  width: 100%;
}

a.btn, button.btn, input[type=submit] {
  background: none;
  color: #fff;
  border: 2px solid #ed7237;
  width: auto;
  display: inline-block;
  border-radius: 0;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-in-out;
  text-align: center;
  padding: 10px 30px;
  line-height: 1.5;
  overflow: hidden;
  z-index: 3;
}

a.btn:after, button.btn:after, input[type=submit]:after {
  content: "";
  width: 100%;
  height: 800%;
  top: 50%;
  left: 50%;
  background: #ed7237;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

a.btn:hover, button.btn:hover, input[type=submit]:hover {
  color: #ed7237;
}

a.btn:hover:after, button.btn:hover:after, input[type=submit]:hover:after {
  height: 0;
  opacity: 0;
}

a.btn.outline, button.btn.outline, input[type=submit].outline {
  background: transparent;
  color: #ed7237;
  font-weight: 600;
}

a.btn.outline:after, button.btn.outline:after, input[type=submit].outline:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ed7237;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

a.btn.outline:hover, button.btn.outline:hover, input[type=submit].outline:hover {
  color: #fff;
}

a.btn.outline:hover:after, button.btn.outline:hover:after, input[type=submit].outline:hover:after {
  height: 600%;
  opacity: 1;
}

a.btn.outline:active, button.btn.outline:active, input[type=submit].outline:active {
  color: #fff;
}

a.btn.outline:active:after, button.btn.outline:active:after, input[type=submit].outline:active:after {
  height: 1000%;
  opacity: 1;
}

a.btn.white, button.btn.white, input[type=submit].white {
  border: 2px solid #fff;
  color: #ed7237;
}

a.btn.white:after, button.btn.white:after, input[type=submit].white:after {
  background: #fff;
}

a.btn.white.outline, button.btn.white.outline, input[type=submit].white.outline {
  color: #fff;
}

a.btn.white.outline:hover, button.btn.white.outline:hover, input[type=submit].white.outline:hover {
  color: #ed7237;
}

a.btn.auto-width, button.btn.auto-width, input[type=submit].auto-width {
  width: auto;
  padding: 0 4px;
}

a.btn.medium, button.btn.medium, input[type=submit].medium {
  width: 185px;
}

a.btn.large, button.btn.large, input[type=submit].large {
  width: auto;
  min-width: 200px;
  display: inline-block;
}

a.btn.small, button.btn.small, input[type=submit].small {
  padding: 10px 25px;
}

a.btn i, button.btn i, input[type=submit] i {
  margin-right: 10px;
}

.btn-group .btn {
  margin-right: 35px;
}

.btn-group .btn:last-child {
  margin-right: 0;
}

ul.arrows {
  font-weight: 300;
  list-style: none;
  line-height: 1.8;
}

ul.arrows li {
  position: relative;
  margin-left: 15px;
  padding-bottom: 10px;
}

ul.arrows li:before {
  content: url(/assets/images/chevron-right-solid.svg);
  position: absolute;
  display: inline-block;
  top: 0;
  left: -15px;
  height: 15px;
  width: 6px;
}

ul.poski, .poski-list > ul, .info-paragraph .inner > ul, .content-image ul, .content-cols ul {
  position: relative;
  font-weight: 300;
  z-index: 1;
  list-style: none;
}

ul.poski li, .poski-list > ul li, .info-paragraph .inner > ul li, .content-image ul li, .content-cols ul li {
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
}

ul.poski li:before, .poski-list > ul li:before, .info-paragraph .inner > ul li:before, .content-image ul li:before, .content-cols ul li:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAMAAAANf8AYAAAAk1BMVEVHcEzscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjscjjHH9zOAAAAMHRSTlMAgQex7Pda6AEXmxPwTlTWowxRfMV3yAI/Y2XzIbm8/sxeBmlEL44ak4qqcqYp5JQlULtGAAAChUlEQVRIx61W65qiMAwFhOEOchNQuYiOOo7j8v5Pt06SQosV1+/b/lBoOWlycpJWUR6GViTX1jR6z2wvySFSXg4tXhg9P4xFoM0iom+zfxy66j5FWKXey4e+z+WQbdo/H+lWBvE93nBaXepwdLQJZVx8N2zdcwKbJu3AQUvhSQJRGSLciTRpZdj3psyzbCbYbn/7lEBicqyypewwO6rPMUbhf+Wz2ct6b/DRIpKTYdWNVefiqIGQy/LuzIpZLWkXZsKvGYdN7VtDLmByT4LB7Ndk4nMlJHPF4l/AqxlxnOkU/t6YKMAg0zaazoBKzPYaVxKJblQ+hFv3yzOmEj1bS8WG9vIQXuLBzx3GQo5tjoWruMVxQ+5hTDt4Wdy1AZ95IBiLwr8OersSEcBeBCY2nVLApIN0Cv7zOkQBLOG5oKADmKtwFyH5uFMFzwExh1hIuAtZ24ias8GhBj6wyWYLBHJmzhOVnTlHIC0r/Es53w8TzIGLETgyFYP4uw8HVqflcOJIgrx4CsxcuHCn9dBxxGAu+X3+jHQ82QeI3bCw3oqnxb+RN+cVby0FgfQ3o5/S/Ljw7ZJ0gNqof92cND+0WXPaSqZ6C11p3/O5ZBSka73DZnIT+6W95HXdQaUa2qR+fjiAeziz+vkR60esUzY+5utU7AcyDPU9rHuze+w7DxiDrJ24vsP6W5VLMSmFmGNB6pG0j3KYph6UdMSZ8mm/JszX6C/1vdSangvHXMR8DIcJ7eJtZ84fEWPX5GosPefW+QMmX7MrQDZ7no4YbRdO+rbs3Nbv5zZh7uf2cM1oshf3A4P7pfDj/3QPmb3vlNab9yozi969v8XaP1z76J5omO01KSSAv5HhzymsBNO9AAAAAElFTkSuQmCC);
  position: absolute;
  left: -60px;
  top: 0;
  transform: scale(0.75);
}

@media (min-width: 768px) {
  ul.poski li, .poski-list > ul li, .info-paragraph .inner > ul li, .content-image ul li, .content-cols ul li {
    margin-left: 70px;
    min-height: 75px;
  }
  ul.poski li:before, .poski-list > ul li:before, .info-paragraph .inner > ul li:before, .content-image ul li:before, .content-cols ul li:before {
    left: -70px;
    transform: scale(1);
  }
}

ol {
  font-weight: 300;
  list-style: none;
  counter-reset: poski-counter;
}

ol > li {
  counter-increment: poski-counter;
  position: relative;
  padding-left: 55px;
  line-height: 25px;
  margin-bottom: 25px;
}

ol > li:before {
  content: "0" counter(poski-counter) ". ";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 24px;
  font-weight: 800;
  color: #ed7237;
}

.photo {
  padding: 0;
}

.photo .section-header {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 380px) {
  .photo .section-header {
    padding-top: calc(5.15464vw + 25.41237px);
  }
}

@media (min-width: 768px) {
  .photo .section-header {
    padding-top: calc(3.90625vw + 35px);
  }
}

@media (min-width: 1280px) {
  .photo .section-header {
    padding-top: 85px;
  }
}

@media (min-width: 380px) {
  .photo .section-header {
    padding-bottom: calc(3.86598vw + 15.30928px);
  }
}

@media (min-width: 768px) {
  .photo .section-header {
    padding-bottom: calc(2.92969vw + 22.5px);
  }
}

@media (min-width: 1280px) {
  .photo .section-header {
    padding-bottom: 60px;
  }
}

.photo .photo-grid {
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 15px;
  grid-auto-flow: dense;
}

@media (min-width: 480px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
}

@media (min-width: 720px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

@media (min-width: 980px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

@media (min-width: 1140px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  }
}

@media (min-width: 1280px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }
}

@media (min-width: 1350px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(98px, 1fr));
  }
}

@media (min-width: 1456px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
  }
}

@media (min-width: 1565px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  }
}

@media (min-width: 1675px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  }
}

@media (min-width: 1800px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  }
}

@media (min-width: 1920px) {
  .photo .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

.photo .photo-grid-quote {
  color: #fff;
  background: #ed7237;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px;
  min-height: 200px;
  grid-column-end: span 1;
}

@media (min-width: 380px) {
  .photo .photo-grid-quote {
    font-size: calc(.33333vw + 20.73333px);
  }
}

@media (min-width: 1280px) {
  .photo .photo-grid-quote {
    font-size: calc(1.875vw + 1px);
  }
}

@media (min-width: 1440px) {
  .photo .photo-grid-quote {
    font-size: calc(1.25vw + 10px);
  }
}

@media (min-width: 1920px) {
  .photo .photo-grid-quote {
    font-size: 34px;
  }
}

@media (min-width: 380px) {
  .photo .photo-grid-quote {
    padding: calc(1.41509vw + 9.62264px);
  }
}

@media (min-width: 1440px) {
  .photo .photo-grid-quote {
    padding: 30px;
  }
}

@media (min-width: 980px) {
  .photo .photo-grid-quote {
    grid-column-end: span 2;
  }
}

.photo .photo-grid-image {
  grid-column-end: span 1;
}

.photo .photo-grid-image.square {
  grid-column-end: span 2;
}

.photo .photo-grid-image.wide {
  grid-column-end: span 2;
}

.photo .photo-grid-image.small-disabled {
  display: none;
}

.photo .photo-grid-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 980px) {
  .photo .photo-grid-image {
    grid-column-end: span 2;
  }
  .photo .photo-grid-image.square {
    grid-column-end: span 3;
  }
  .photo .photo-grid-image.wide {
    grid-column-end: span 4;
  }
  .photo .photo-grid-image.small-disabled {
    display: block;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .photo .photo-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .photo .photo-grid div {
    margin: 5px;
  }
  .photo .photo-grid-quote {
    flex: 1 0 170px;
  }
  .photo .photo-grid-image {
    flex: 2 0 auto;
  }
  .photo .photo-grid-image.square {
    flex: 3 0 auto;
  }
  .photo .photo-grid-image.wide {
    flex: 4 0 auto;
  }
}

@supports (-webkit-overflow-scrolling: touch) and (not (grid-column-end: span 1)) {
  .photo .photo-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .photo .photo-grid div {
    margin: 5px;
  }
  .photo .photo-grid div:nth-child(3) {
    display: none;
  }
  .photo .photo-grid-quote {
    flex: 1 0 170px;
  }
  .photo .photo-grid-image {
    flex: 1 0 170px;
  }
  .photo .photo-grid-image.square {
    flex: 3 0 250px;
  }
  .photo .photo-grid-image.wide {
    flex: 4 0 500px;
  }
}

.icon {
  display: inline-block;
  width: 40px;
  height: 50px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  background-color: #5a5a5a;
}

.icon::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 2px;
  transition: all 0.2s linear;
  backface-visibility: hidden;
}

.icon::after {
  background: linear-gradient(45deg, gray 50%, #fff 50%);
}

.icon i::before {
  content: '☰';
}

.icon--doc {
  background-color: #4285f4;
}

.icon--doc::after {
  background: linear-gradient(45deg, #8ab4f8 50%, #fff 50%);
}

.icon--doc i::before {
  content: '☰';
}

.icon--txt {
  background-color: #4285f4;
}

.icon--txt::after {
  background: linear-gradient(45deg, #8ab4f8 50%, #fff 50%);
}

.icon--txt i::before {
  content: '☰';
}

.icon--pdf {
  background-color: #db4437;
}

.icon--pdf::after {
  background: linear-gradient(45deg, #e78178 50%, #fff 50%);
}

.icon--pdf i::before {
  content: '☵';
}

.icon--sheets {
  background-color: #0f9d58;
}

.icon--sheets::after {
  background: linear-gradient(45deg, #16e37f 50%, #fff 50%);
}

.icon--sheets i::before {
  content: '⊟';
}

.icon--slides {
  background-color: #f5b707;
}

.icon--slides::after {
  background: linear-gradient(45deg, #facd4f 50%, #fff 50%);
}

.icon--slides i::before {
  content: '⧉';
}

.icon--code {
  background-color: #00a78e;
}

.icon--code::after {
  background: linear-gradient(45deg, #00f4cf 50%, #fff 50%);
}

.icon--code i::before {
  content: '< >';
}

.icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
}

.icon i::before, .icon i::after {
  display: block;
  transition: all 0.2s linear;
}

.icon i::before {
  text-align: center;
  font-size: 12px;
  opacity: 0;
  transform: translateY(5px);
}

.icon i::after {
  content: attr(title);
  transform: translateY(-5px);
}

.icon:hover {
  border-radius: 2px 4px 2px 2px;
}

.icon:hover::after {
  width: 12px;
  height: 12px;
}

.icon:hover i::before {
  transform: translateY(0);
  opacity: 1;
}

.icon:hover i::after {
  transform: translateY(0);
}

.mouse {
  display: none;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  bottom: 75px;
  width: 36px;
  margin-left: -18px;
  height: 59px;
  border-radius: 18px;
  border: 4px solid #fff;
  transform: translateZ(0);
  transition: border-color .2s;
  z-index: 5;
  pointer-events: all;
  cursor: pointer;
}

.mouse svg {
  display: none;
}

.mouse .mouse__wheel {
  position: absolute;
  left: 50%;
  top: 9px;
  margin-left: -3px;
  width: 6px;
  height: 12px;
  background: #fff;
  border-radius: 12px;
  animation: mouse-wheel 1s infinite linear;
  transform-origin: 50% 0%;
}

@media (min-width: 980px) {
  .mouse {
    display: block;
  }
}

a.mouse:after {
  content: none;
}

@keyframes mouse-wheel {
  0% {
    transform: scaleY(0.4) translateY(0);
  }
  20% {
    transform: scaleY(1) translateY(0);
  }
  60% {
    transform: scaleY(0.4) translateY(20px);
  }
  100% {
    transform: scaleY(0.4) translateY(0);
  }
}

.hero-section {
  min-height: 90vh;
  height: auto;
  margin-top: -114px;
  padding-top: 110px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-color: #000;
}

@supports not (-webkit-overflow-scrolling: touch) {
  .hero-section {
    background-attachment: fixed;
  }
}

@media (min-width: 768px) {
  .hero-section {
    margin-top: -149px;
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (min-width: 980px) {
  .hero-section {
    min-height: 100vh;
    margin-top: -169px;
    padding-top: 165px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1280px) {
  .hero-section {
    margin-top: -199px;
  }
}

.hero-section .inner {
  z-index: 2;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-section .inner {
    margin-top: 20%;
    transform: translateY(-50%);
  }
}

.hero-section.small {
  padding-bottom: 30px;
  background-attachment: scroll;
}

.hero-section.small h1 {
  font-size: 35px;
  margin-bottom: 25px;
}

@media (min-width: 380px) {
  .hero-section.small h1 {
    font-size: calc(1.80412vw + 28.14433px);
  }
}

@media (min-width: 768px) {
  .hero-section.small h1 {
    font-size: calc(6.13208vw - 5.09434px);
  }
}

@media (min-width: 980px) {
  .hero-section.small h1 {
    font-size: calc(3.33333vw + 22.33333px);
  }
}

@media (min-width: 1280px) {
  .hero-section.small h1 {
    font-size: 65px;
  }
}

@media (min-width: 380px) {
  .hero-section.small h1 {
    margin-bottom: calc(.55556vw + 22.88889px);
  }
}

@media (min-width: 1280px) {
  .hero-section.small h1 {
    margin-bottom: calc(3.125vw - 10px);
  }
}

@media (min-width: 1600px) {
  .hero-section.small h1 {
    margin-bottom: 40px;
  }
}

.hero-section.small h1 span {
  font-size: 52px;
}

@media (min-width: 380px) {
  .hero-section.small h1 span {
    font-size: calc(5.15464vw + 32.41237px);
  }
}

@media (min-width: 768px) {
  .hero-section.small h1 span {
    font-size: calc(9.43396vw - .45283px);
  }
}

@media (min-width: 980px) {
  .hero-section.small h1 span {
    font-size: calc(9.33333vw + .53333px);
  }
}

@media (min-width: 1280px) {
  .hero-section.small h1 span {
    font-size: 120px;
  }
}

@media (min-width: 768px) {
  .hero-section.small {
    min-height: 60vh;
  }
}

.hero-section h1 {
  flex: 100%;
  font-size: 28px;
  font-weight: 600;
  color: #ed7237;
  margin-bottom: 25px;
}

@media (min-width: 380px) {
  .hero-section h1 {
    font-size: calc(3.60825vw + 14.28866px);
  }
}

@media (min-width: 768px) {
  .hero-section h1 {
    font-size: calc(5.66038vw - 1.4717px);
  }
}

@media (min-width: 980px) {
  .hero-section h1 {
    font-size: calc(1.73913vw + 36.95652px);
  }
}

@media (min-width: 1440px) {
  .hero-section h1 {
    font-size: calc(2.08333vw + 32px);
  }
}

@media (min-width: 1920px) {
  .hero-section h1 {
    font-size: 72px;
  }
}

@media (min-width: 380px) {
  .hero-section h1 {
    margin-bottom: calc(.55556vw + 22.88889px);
  }
}

@media (min-width: 1280px) {
  .hero-section h1 {
    margin-bottom: calc(3.125vw - 10px);
  }
}

@media (min-width: 1600px) {
  .hero-section h1 {
    margin-bottom: 40px;
  }
}

.hero-section h1 span {
  display: block;
  font-size: 52px;
  color: #fff;
  line-height: 1;
}

@media (min-width: 380px) {
  .hero-section h1 span {
    font-size: calc(8.24742vw + 20.65979px);
  }
}

@media (min-width: 768px) {
  .hero-section h1 span {
    font-size: calc(3.77358vw + 55.01887px);
  }
}

@media (min-width: 980px) {
  .hero-section h1 span {
    font-size: calc(3.91304vw + 53.65217px);
  }
}

@media (min-width: 1440px) {
  .hero-section h1 span {
    font-size: calc(8.33333vw - 10px);
  }
}

@media (min-width: 1920px) {
  .hero-section h1 span {
    font-size: 150px;
  }
}

.location_reference_getDetail .hero-section h1, .location_pripadovaStudie_getDetail .hero-section h1 {
  font-size: 20px;
}

@media (min-width: 320px) {
  .location_reference_getDetail .hero-section h1, .location_pripadovaStudie_getDetail .hero-section h1 {
    font-size: calc(6.66667vw - 1.33333px);
  }
}

@media (min-width: 380px) {
  .location_reference_getDetail .hero-section h1, .location_pripadovaStudie_getDetail .hero-section h1 {
    font-size: calc(4.12371vw + 8.3299px);
  }
}

@media (min-width: 768px) {
  .location_reference_getDetail .hero-section h1, .location_pripadovaStudie_getDetail .hero-section h1 {
    font-size: calc(3.77358vw + 11.01887px);
  }
}

@media (min-width: 980px) {
  .location_reference_getDetail .hero-section h1, .location_pripadovaStudie_getDetail .hero-section h1 {
    font-size: calc(1.73913vw + 30.95652px);
  }
}

@media (min-width: 1440px) {
  .location_reference_getDetail .hero-section h1, .location_pripadovaStudie_getDetail .hero-section h1 {
    font-size: calc(1.66667vw + 32px);
  }
}

@media (min-width: 1920px) {
  .location_reference_getDetail .hero-section h1, .location_pripadovaStudie_getDetail .hero-section h1 {
    font-size: 64px;
  }
}

.location_reference_getDetail .hero-section h1 span, .location_pripadovaStudie_getDetail .hero-section h1 span {
  font-size: 32px;
}

@media (min-width: 320px) {
  .location_reference_getDetail .hero-section h1 span, .location_pripadovaStudie_getDetail .hero-section h1 span {
    font-size: calc(13.33333vw - 10.66667px);
  }
}

@media (min-width: 380px) {
  .location_reference_getDetail .hero-section h1 span, .location_pripadovaStudie_getDetail .hero-section h1 span {
    font-size: calc(6.18557vw + 16.49485px);
  }
}

@media (min-width: 768px) {
  .location_reference_getDetail .hero-section h1 span, .location_pripadovaStudie_getDetail .hero-section h1 span {
    font-size: calc(7.54717vw + 6.03774px);
  }
}

@media (min-width: 980px) {
  .location_reference_getDetail .hero-section h1 span, .location_pripadovaStudie_getDetail .hero-section h1 span {
    font-size: calc(3.91304vw + 41.65217px);
  }
}

@media (min-width: 1440px) {
  .location_reference_getDetail .hero-section h1 span, .location_pripadovaStudie_getDetail .hero-section h1 span {
    font-size: calc(6.25vw + 8px);
  }
}

@media (min-width: 1920px) {
  .location_reference_getDetail .hero-section h1 span, .location_pripadovaStudie_getDetail .hero-section h1 span {
    font-size: 128px;
  }
}

.hero-section .sub-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 35px;
  color: #fff;
  line-height: 1.5;
}

@media (min-width: 380px) {
  .hero-section .sub-title {
    font-size: calc(1.54639vw + 12.12371px);
  }
}

@media (min-width: 768px) {
  .hero-section .sub-title {
    font-size: calc(2.83019vw + 2.26415px);
  }
}

@media (min-width: 980px) {
  .hero-section .sub-title {
    font-size: 30px;
  }
}

@media (min-width: 380px) {
  .hero-section .sub-title {
    margin-bottom: calc(1.28866vw + 30.10309px);
  }
}

@media (min-width: 768px) {
  .hero-section .sub-title {
    margin-bottom: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  .hero-section .sub-title {
    margin-bottom: calc(3.26087vw + 18.04348px);
  }
}

@media (min-width: 1440px) {
  .hero-section .sub-title {
    margin-bottom: 65px;
  }
}

.hero-section .sub-title span.br {
  display: block;
}

.hero-section .quote-top {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
  color: white;
  font-weight: 300;
  font-style: italic;
}

.hero-section .quote-top p:first-of-type {
  margin-bottom: 15px;
  display: inline;
  font-size: 14px;
}

@media (min-width: 380px) {
  .hero-section .quote-top p:first-of-type {
    font-size: calc(.51546vw + 12.04124px);
  }
}

@media (min-width: 768px) {
  .hero-section .quote-top p:first-of-type {
    font-size: 16px;
  }
}

.hero-section .quote-top cite {
  font-weight: 600;
  font-style: normal;
  color: #fff;
}

.hero-section .short-text:not(:last-child) {
  margin-bottom: 32px;
}

.hero-section .short-text p {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767px) {
  .hero-section .short-text p {
    font-size: 16px;
  }
}

.hero-section p {
  color: #fff;
  max-width: 960px;
  margin: 0 auto;
}

.hero-section:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 35vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  z-index: 1;
}

.hero-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.partners {
  padding-top: 90px;
  padding-bottom: 100px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

.partners .swiper-container {
  padding-top: 50px;
}

.partners .swiper-wrapper {
  display: flex;
  align-items: center;
}

.partners .swiper-slide {
  display: flex;
  justify-content: center;
}

.projects {
  background: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 380px) {
  .projects {
    padding-top: calc(2.57732vw + 30.20619px);
  }
}

@media (min-width: 768px) {
  .projects {
    padding-top: calc(9.43396vw - 22.45283px);
  }
}

@media (min-width: 980px) {
  .projects {
    padding-top: calc(6.81818vw + 3.18182px);
  }
}

@media (min-width: 1200px) {
  .projects {
    padding-top: calc(18.75vw - 140px);
  }
}

@media (min-width: 1280px) {
  .projects {
    padding-top: 100px;
  }
}

@media (min-width: 380px) {
  .projects {
    padding-bottom: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .projects {
    padding-bottom: calc(9.43396vw - 32.45283px);
  }
}

@media (min-width: 980px) {
  .projects {
    padding-bottom: calc(9.09091vw - 29.09091px);
  }
}

@media (min-width: 1200px) {
  .projects {
    padding-bottom: calc(12.5vw - 70px);
  }
}

@media (min-width: 1280px) {
  .projects {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .projects .reference {
    width: calc(100% / 2 - 50px + (50px / 2));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .projects .reference:nth-child(3n-3) {
    margin-right: 50px;
  }
  .projects .reference:nth-child(2n-2) {
    margin-right: 0;
  }
  .projects .reference {
    width: calc(100% / 2 - 50px + (50px / 2));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .projects .reference:nth-child(3n-3) {
    margin-right: 50px;
  }
  .projects .reference:nth-child(2n-2) {
    margin-right: 0;
  }
}

@media (min-width: 980px) {
  .projects .reference {
    width: calc(100% / 2 - 100px + (100px / 2));
    margin-right: 100px;
    margin-bottom: 100px;
  }
  .projects .reference:nth-child(3n-3) {
    margin-right: 100px;
  }
  .projects .reference:nth-child(2n-2) {
    margin-right: 0;
  }
  .projects .reference {
    width: calc(100% / 2 - 100px + (100px / 2));
    margin-right: 100px;
    margin-bottom: 100px;
  }
  .projects .reference:nth-child(3n-3) {
    margin-right: 100px;
  }
  .projects .reference:nth-child(2n-2) {
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .projects .reference {
    width: calc(100% / 2 - 140px + (140px / 2));
    margin-right: 140px;
    margin-bottom: 140px;
  }
  .projects .reference:nth-child(3n-3) {
    margin-right: 140px;
  }
  .projects .reference:nth-child(2n-2) {
    margin-right: 0;
  }
  .projects .reference {
    width: calc(100% / 2 - 140px + (140px / 2));
    margin-right: 140px;
    margin-bottom: 140px;
  }
  .projects .reference:nth-child(3n-3) {
    margin-right: 140px;
  }
  .projects .reference:nth-child(2n-2) {
    margin-right: 0;
  }
}

.projects .reference {
  margin-bottom: 20px;
}

@media (min-width: 380px) {
  .projects .reference {
    margin-bottom: calc(2.57732vw + 10.20619px);
  }
}

@media (min-width: 768px) {
  .projects .reference {
    margin-bottom: calc(4.71698vw - 6.22642px);
  }
}

@media (min-width: 980px) {
  .projects .reference {
    margin-bottom: calc(4.54545vw - 4.54545px);
  }
}

@media (min-width: 1200px) {
  .projects .reference {
    margin-bottom: calc(6.25vw - 25px);
  }
}

@media (min-width: 1280px) {
  .projects .reference {
    margin-bottom: 55px;
  }
}

.projects .reference p {
  line-height: 1.7;
}

.projects .reference a.title {
  position: relative;
  display: inline-block;
  color: #ed7237;
  text-decoration: none;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 60px;
}

@media (min-width: 380px) {
  .projects .reference a.title {
    margin-bottom: calc(1.28866vw + 15.10309px);
  }
}

@media (min-width: 768px) {
  .projects .reference a.title {
    margin-bottom: calc(2.60417vw + 5px);
  }
}

@media (min-width: 960px) {
  .projects .reference a.title {
    margin-bottom: 30px;
  }
}

@media (min-width: 380px) {
  .projects .reference a.title {
    margin-left: calc(2.57732vw + 50.20619px);
  }
}

@media (min-width: 768px) {
  .projects .reference a.title {
    margin-left: calc(5.20833vw + 30px);
  }
}

@media (min-width: 960px) {
  .projects .reference a.title {
    margin-left: 80px;
  }
}

.projects .reference a.title .img {
  position: absolute;
  top: 0;
  left: -60px;
}

@media (min-width: 380px) {
  .projects .reference a.title .img {
    left: calc(-2.57732vw - 50.20619px);
  }
}

@media (min-width: 768px) {
  .projects .reference a.title .img {
    left: calc(-5.20833vw - 30px);
  }
}

@media (min-width: 960px) {
  .projects .reference a.title .img {
    left: -80px;
  }
}

@media (min-width: 768px) {
  .projects .reference a.title .img {
    top: -3px;
  }
}

.projects .reference a.title .img img {
  width: 43px;
  height: 43px;
}

@media (min-width: 380px) {
  .projects .reference a.title .img img {
    width: calc(.97561vw + 39.29268px);
  }
}

@media (min-width: 1200px) {
  .projects .reference a.title .img img {
    width: 51px;
  }
}

@media (min-width: 380px) {
  .projects .reference a.title .img img {
    height: calc(.97561vw + 39.29268px);
  }
}

@media (min-width: 1200px) {
  .projects .reference a.title .img img {
    height: 51px;
  }
}

.projects .reference a.title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed7237;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .projects .reference a.title:after {
    height: 3px;
  }
}

.projects .reference a.title:hover:after {
  width: 80%;
  left: 10%;
}

.projects .reference div.washing-mashine {
  overflow: hidden;
  top: 0;
}

.projects .reference div.washing-mashine img {
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  .projects .reference div.washing-mashine {
    height: 55px;
  }
  .projects .reference div.washing-mashine img {
    height: 55px !important;
  }
  .projects .reference div.washing-mashine:after {
    content: "";
    position: absolute;
    top: 64%;
    right: -70px;
    width: 200px;
    height: 200px;
    background: #ed7237;
    margin-left: -10em;
    border-radius: 42.5%;
    transform-origin: 50% 50%;
    animation: wave 5s infinite linear;
    transition: all 2s ease,top 1.5s ease;
  }
}

@media (min-width: 768px) {
  .projects .reference-left {
    text-align: right;
  }
  .projects .reference-left a {
    margin-right: 80px;
  }
  .projects .reference-left a div.img {
    left: auto !important;
    right: -70px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .projects .reference-left a div.img {
    right: calc(-5.20833vw - 30px);
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  .projects .reference-left a div.img {
    right: -80px;
  }
}

@media (min-width: 768px) {
  .projects .reference-left a:hover div.washing-mashine:after {
    top: 48%;
  }
}

.projects a.btn {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  z-index: 3;
}

.projects a.btn:hover:after {
  height: 500%;
}

.why-poski {
  background: linear-gradient(#f9f9f9, #e7e7e7);
  padding-top: 55px;
  padding-bottom: 55px;
}

@media (min-width: 380px) {
  .why-poski {
    padding-top: calc(5.15464vw + 35.41237px);
  }
}

@media (min-width: 768px) {
  .why-poski {
    padding-top: calc(9.43396vw + 2.54717px);
  }
}

@media (min-width: 980px) {
  .why-poski {
    padding-top: calc(11.36364vw - 16.36364px);
  }
}

@media (min-width: 1200px) {
  .why-poski {
    padding-top: calc(12.5vw - 30px);
  }
}

@media (min-width: 1280px) {
  .why-poski {
    padding-top: 130px;
  }
}

@media (min-width: 380px) {
  .why-poski {
    padding-bottom: calc(5.15464vw + 35.41237px);
  }
}

@media (min-width: 768px) {
  .why-poski {
    padding-bottom: calc(9.43396vw + 2.54717px);
  }
}

@media (min-width: 980px) {
  .why-poski {
    padding-bottom: calc(11.36364vw - 16.36364px);
  }
}

@media (min-width: 1200px) {
  .why-poski {
    padding-bottom: calc(12.5vw - 30px);
  }
}

@media (min-width: 1280px) {
  .why-poski {
    padding-bottom: 130px;
  }
}

.why-poski .inner {
  position: relative;
}

@media (min-width: 1200px) {
  .why-poski .text-wrapper {
    flex: 0 52%;
    margin-left: auto;
    text-align: right;
  }
}

.why-poski .text-wrapper .h3 {
  margin-bottom: 15px;
}

@media (min-width: 980px) {
  .why-poski .text-wrapper span {
    display: block;
  }
}

.why-poski .text-wrapper p {
  line-height: 1.6;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .why-poski .text-wrapper p {
    max-width: 460px;
  }
}

.why-poski .text-wrapper li {
  padding-bottom: 14px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1200px) {
  .why-poski .text-wrapper li {
    width: auto;
  }
}

.why-poski .feature-holder {
  padding-top: 90px;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .why-poski .feature-holder {
    position: absolute;
    padding: 0;
    left: -60px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .why-poski .feature-holder {
    left: calc(-43.75vw + 465px);
  }
}

@media (min-width: 1200px) and (min-width: 1280px) {
  .why-poski .feature-holder {
    left: -95px;
  }
}

.why-poski .feature-holder .feature-wrapper {
  position: relative;
  max-width: 100%;
  width: 355px;
  height: 252px;
  background-image: url(/assets/images/employees.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 150px;
}

@media (min-width: 380px) {
  .why-poski .feature-holder .feature-wrapper {
    width: calc(42.77778vw + 192.44444px);
  }
}

@media (min-width: 1280px) {
  .why-poski .feature-holder .feature-wrapper {
    width: 740px;
  }
}

@media (min-width: 380px) {
  .why-poski .feature-holder .feature-wrapper {
    height: calc(30.33333vw + 136.73333px);
  }
}

@media (min-width: 1280px) {
  .why-poski .feature-holder .feature-wrapper {
    height: 525px;
  }
}

.why-poski .feature-holder .feature-wrapper:before {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/poski-logo-big.png);
  background-size: contain;
  width: 166px;
  height: 162px;
  position: absolute;
  left: 29%;
  top: 19%;
}

@media (min-width: 380px) {
  .why-poski .feature-holder .feature-wrapper:before {
    width: calc(27.55556vw + 61.28889px);
  }
}

@media (min-width: 1280px) {
  .why-poski .feature-holder .feature-wrapper:before {
    width: 414px;
  }
}

@media (min-width: 380px) {
  .why-poski .feature-holder .feature-wrapper:before {
    height: calc(26.88889vw + 59.82222px);
  }
}

@media (min-width: 1280px) {
  .why-poski .feature-holder .feature-wrapper:before {
    height: 404px;
  }
}

.why-poski .feature-holder .feature-wrapper .feature {
  position: absolute;
  max-width: 260px;
  z-index: 1;
}

.why-poski .feature-holder .feature-wrapper .feature-number {
  display: block;
  font-size: 48px;
  font-weight: 600;
  color: #ed7237;
}

@media (min-width: 380px) {
  .why-poski .feature-holder .feature-wrapper .feature-number {
    font-size: calc(3vw + 36.6px);
  }
}

@media (min-width: 1280px) {
  .why-poski .feature-holder .feature-wrapper .feature-number {
    font-size: 75px;
  }
}

.why-poski .feature-holder .feature-wrapper .feature.web {
  max-width: 210px;
  bottom: 87%;
  right: 59%;
}

.why-poski .feature-holder .feature-wrapper .feature.employees {
  max-width: 230px;
  bottom: 72%;
  left: 62%;
}

.why-poski .feature-holder .feature-wrapper .feature.report {
  left: 25%;
  top: 79%;
}

.why-poski img {
  display: inline-block;
  position: absolute;
  top: -100px;
  right: 43%;
}

.why-poski .arrows {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.what-we-good-at {
  background-color: #ed7237;
  color: #fff;
  font-weight: 300;
  padding: 0;
}

@media (max-width: 767px) {
  .what-we-good-at .inner {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}

@media (max-width: 767px) and (min-width: 380px) {
  .what-we-good-at .inner {
    padding-top: calc(3.86598vw + 25.30928px);
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .what-we-good-at .inner {
    padding-top: 55px;
  }
}

@media (min-width: 768px) {
  .what-we-good-at {
    margin-top: 60px;
  }
  .what-we-good-at .inner {
    overflow: initial;
  }
}

.what-we-good-at h2, .what-we-good-at .title, .what-we-good-at .small-heading {
  color: #fff;
}

.what-we-good-at img {
  margin-bottom: -60px;
  max-width: 130%;
}

@media (min-width: 768px) {
  .what-we-good-at img {
    margin-top: -60px;
    margin-bottom: 0;
    margin-left: -410px;
    max-width: none;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .what-we-good-at img {
    margin-left: calc(50.78125vw - 800px);
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  .what-we-good-at img {
    margin-left: -150px;
  }
}

.what-we-good-at .text-wrapper {
  margin-right: auto;
  padding-left: 0;
}

@media (min-width: 768px) {
  .what-we-good-at .text-wrapper {
    padding-left: calc(4.88281vw - 37.5px);
  }
}

@media (min-width: 1280px) {
  .what-we-good-at .text-wrapper {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .what-we-good-at .text-wrapper {
    margin-right: unset;
    margin-left: auto;
    flex: 1 0 49%;
  }
}

.what-we-good-at .text-wrapper ul.arrows {
  line-height: 1.5;
}

.what-we-good-at .text-wrapper ul.arrows li:before {
  content: url(/assets/images/chevron-right-solid-w.svg);
}

.road-to-success {
  background: radial-gradient(circle, #183964, #132a49);
  color: #fff;
  text-align: center;
}

.road-to-success .inner > p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.road-to-success .small-heading, .road-to-success .title {
  color: #fff;
}

.road-to-success .journey {
  position: relative;
  padding: 35px 0;
  font-weight: 300;
  z-index: 1;
  list-style: none;
  text-align: left;
}

.road-to-success .journey h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}

.road-to-success .journey li {
  padding-top: 15px;
  padding-bottom: 0;
  margin-left: 60px;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
}

.road-to-success .journey li:before {
  content: url(/assets/images/poski-logo-orange.png);
  position: absolute;
  top: 0;
  left: -60px;
  transform: scale(0.75);
}

.road-to-success .journey li .snake-body:after {
  content: "";
  position: absolute;
  top: 40px;
  left: -36px;
  width: 5px;
  height: calc(100% - 10px);
  border-left: 2px solid #ed7237;
  border-top: 0;
  z-index: -1;
}

.road-to-success .journey li:first-child .snake-body:before {
  content: none;
}

.road-to-success .journey li:last-child .snake-body:after {
  content: none;
}

@media (min-width: 768px) {
  .road-to-success .journey li {
    min-height: 75px;
    max-width: 33.5%;
  }
  .road-to-success .journey li p {
    margin-bottom: 0;
  }
  .road-to-success .journey li:before {
    left: -70px;
    transform: scale(1);
  }
  .road-to-success .journey li .snake-body:before {
    content: "";
    position: absolute;
    top: -32px;
    width: 50px;
    height: 32px;
    border: 2px solid #ed7237;
    border-bottom: 0;
    z-index: -1;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .road-to-success .journey li .snake-body:before {
    width: calc(11.57407vw - 38.88889px);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .road-to-success .journey li .snake-body:before {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .road-to-success .journey li .snake-body:after {
    content: "";
    position: absolute;
    top: 50px;
    width: 50px;
    height: calc(100% - 67px);
    border: 2px solid #ed7237;
    border-top: 0;
    z-index: -1;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .road-to-success .journey li .snake-body:after {
    width: calc(11.57407vw - 38.88889px);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .road-to-success .journey li .snake-body:after {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .road-to-success .journey li:nth-child(odd) {
    margin-left: auto;
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .road-to-success .journey li:nth-child(odd) {
    margin-right: calc(10.41667vw - 65px);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .road-to-success .journey li:nth-child(odd) {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .road-to-success .journey li:nth-child(odd):before {
    left: -85px;
  }
  .road-to-success .journey li:nth-child(odd) .snake-body:before {
    left: -110px;
    border-left: 0;
    border-top-right-radius: 30px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .road-to-success .journey li:nth-child(odd) .snake-body:before {
    left: calc(-11.57407vw - 21.11111px);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .road-to-success .journey li:nth-child(odd) .snake-body:before {
    left: -160px;
  }
}

@media (min-width: 768px) {
  .road-to-success .journey li:nth-child(odd) .snake-body:after {
    left: -110px;
    border-left: 0;
    border-bottom-right-radius: 30px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .road-to-success .journey li:nth-child(odd) .snake-body:after {
    left: calc(-11.57407vw - 21.11111px);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .road-to-success .journey li:nth-child(odd) .snake-body:after {
    left: -160px;
  }
}

@media (min-width: 768px) {
  .road-to-success .journey li:nth-child(even) {
    text-align: right;
    margin-left: 15px;
    margin-right: 85px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .road-to-success .journey li:nth-child(even) {
    margin-left: calc(10.41667vw - 65px);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .road-to-success .journey li:nth-child(even) {
    margin-left: 60px;
  }
}

@media (min-width: 768px) {
  .road-to-success .journey li:nth-child(even):before {
    right: -85px;
  }
  .road-to-success .journey li:nth-child(even) .snake-body:before {
    content: "";
    right: -110px;
    border-right: 0;
    border-top-left-radius: 30px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .road-to-success .journey li:nth-child(even) .snake-body:before {
    right: calc(-11.57407vw - 21.11111px);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .road-to-success .journey li:nth-child(even) .snake-body:before {
    right: -160px;
  }
}

@media (min-width: 768px) {
  .road-to-success .journey li:nth-child(even) .snake-body:after {
    right: -110px;
    left: auto;
    border-right: 0;
    border-bottom-left-radius: 30px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .road-to-success .journey li:nth-child(even) .snake-body:after {
    right: calc(-11.57407vw - 21.11111px);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .road-to-success .journey li:nth-child(even) .snake-body:after {
    right: -160px;
  }
}

.road-to-success .journey p {
  font-size: 15px;
}

.road-to-success .journey:after {
  content: url(/assets/images/point-stars.png);
  position: absolute;
  left: -6%;
  transform: scale(0.65);
  bottom: 6%;
}

@media (min-width: 768px) {
  .road-to-success .journey:after {
    left: 47%;
    transform: translateX(-50%);
    bottom: 7%;
  }
}

.implementation {
  padding-top: 40px;
  padding-top: 35px;
  text-align: center;
  padding-bottom: 75px;
}

@media (min-width: 380px) {
  .implementation {
    padding-top: calc(5.15464vw + 20.41237px);
  }
}

@media (min-width: 768px) {
  .implementation {
    padding-top: calc(2.35849vw + 41.88679px);
  }
}

@media (min-width: 980px) {
  .implementation {
    padding-top: calc(4.54545vw + 20.45455px);
  }
}

@media (min-width: 1200px) {
  .implementation {
    padding-top: calc(6.25vw);
  }
}

@media (min-width: 1280px) {
  .implementation {
    padding-top: 80px;
  }
}

@media (min-width: 380px) {
  .implementation {
    padding-top: calc(3.86598vw + 20.30928px);
  }
}

@media (min-width: 768px) {
  .implementation {
    padding-top: calc(4.71698vw + 13.77358px);
  }
}

@media (min-width: 980px) {
  .implementation {
    padding-top: calc(4.54545vw + 15.45455px);
  }
}

@media (min-width: 1200px) {
  .implementation {
    padding-top: calc(6.25vw - 5px);
  }
}

@media (min-width: 1280px) {
  .implementation {
    padding-top: 75px;
  }
}

.implementation .swiper-container {
  padding-top: 35px;
  padding-bottom: 60px;
}

.implementation .swiper-slide img {
  padding: 0 25px;
  opacity: .8;
}

.rent-store {
  display: none;
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ed7237;
  color: #fff;
}

@media (min-width: 380px) {
  .rent-store {
    padding-top: calc(5.15464vw + 25.41237px);
  }
}

@media (min-width: 768px) {
  .rent-store {
    padding-top: calc(7.07547vw + 10.66038px);
  }
}

@media (min-width: 980px) {
  .rent-store {
    padding-top: 80px;
  }
}

@media (min-width: 380px) {
  .rent-store {
    padding-bottom: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .rent-store {
    padding-bottom: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  .rent-store {
    padding-bottom: calc(6.81818vw - 16.81818px);
  }
}

@media (min-width: 1200px) {
  .rent-store {
    padding-bottom: 65px;
  }
}

.rent-store .inner {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .rent-store .inner {
    flex-direction: row;
  }
}

.rent-store p {
  max-width: 920px;
  margin: 0 auto;
}

.rent-store h2, .rent-store .title {
  color: #fff;
}

.rent-store .text-wrapper {
  margin-left: auto;
}

.rent-store .text-wrapper a.btn {
  margin-top: 30px;
}

@media (min-width: 380px) {
  .rent-store .text-wrapper a.btn {
    margin-top: calc(3.86598vw + 15.30928px);
  }
}

@media (min-width: 768px) {
  .rent-store .text-wrapper a.btn {
    margin-top: calc(9.43396vw - 27.45283px);
  }
}

@media (min-width: 980px) {
  .rent-store .text-wrapper a.btn {
    margin-top: calc(4.54545vw + 20.45455px);
  }
}

@media (min-width: 1200px) {
  .rent-store .text-wrapper a.btn {
    margin-top: 75px;
  }
}

@media (min-width: 768px) {
  .rent-store .text-wrapper {
    flex: 0 40%;
  }
}

.rent-store .tablet-swiper {
  position: relative;
  margin-left: -15%;
  margin-top: 20px;
}

.rent-store .tablet-swiper .tablet-overlay {
  position: relative;
  z-index: 2;
  pointer-events: none;
  max-width: 100%;
}

.rent-store .tablet-swiper .swiper-container {
  position: absolute;
  width: 90%;
  top: 8%;
  left: 5%;
}

@media (min-width: 768px) {
  .rent-store .tablet-swiper {
    flex: 0 60%;
    margin-left: -10%;
    margin-top: 0;
  }
}

.poskiReal .why-poski .feature-holder .feature-wrapper .feature-number {
  font-size: 48px;
}

@media (min-width: 380px) {
  .poskiReal .why-poski .feature-holder .feature-wrapper .feature-number {
    font-size: calc(2.22222vw + 39.55556px);
  }
}

@media (min-width: 1280px) {
  .poskiReal .why-poski .feature-holder .feature-wrapper .feature-number {
    font-size: 68px;
  }
}

.poskiReal .what-we-good-at {
  background: radial-gradient(circle, #183964, #132a49);
  padding-top: 50px;
  padding-bottom: 0;
}

@media (min-width: 380px) {
  .poskiReal .what-we-good-at {
    padding-top: calc(3.86598vw + 35.30928px);
  }
}

@media (min-width: 768px) {
  .poskiReal .what-we-good-at {
    padding-top: calc(4.71698vw + 28.77358px);
  }
}

@media (min-width: 980px) {
  .poskiReal .what-we-good-at {
    padding-top: calc(2.27273vw + 52.72727px);
  }
}

@media (min-width: 1200px) {
  .poskiReal .what-we-good-at {
    padding-top: 80px;
  }
}

@media (min-width: 380px) {
  .poskiReal .what-we-good-at {
    padding-bottom: 0;
  }
}

@media (min-width: 767px) {
  .poskiReal .what-we-good-at {
    padding-bottom: calc(4500vw - 34515px);
  }
}

@media (min-width: 768px) {
  .poskiReal .what-we-good-at {
    padding-bottom: calc(4.71698vw + 8.77358px);
  }
}

@media (min-width: 980px) {
  .poskiReal .what-we-good-at {
    padding-bottom: calc(4.54545vw + 10.45455px);
  }
}

@media (min-width: 1200px) {
  .poskiReal .what-we-good-at {
    padding-bottom: 65px;
  }
}

.poskiReal .what-we-good-at img {
  margin-top: 0;
}

.poskiReal .what-we-good-at a.btn {
  margin-top: 20px;
}

.what-we-do {
  padding-top: 50px;
  padding-bottom: 0;
}

@media (min-width: 380px) {
  .what-we-do {
    padding-top: calc(3.86598vw + 35.30928px);
  }
}

@media (min-width: 768px) {
  .what-we-do {
    padding-top: calc(9.43396vw - 7.45283px);
  }
}

@media (min-width: 980px) {
  .what-we-do {
    padding-top: calc(13.63636vw - 48.63636px);
  }
}

@media (min-width: 1200px) {
  .what-we-do {
    padding-top: calc(12.5vw - 35px);
  }
}

@media (min-width: 1280px) {
  .what-we-do {
    padding-top: 125px;
  }
}

.what-we-do.almaf {
  padding-top: 0;
}

@media (max-width: 767px) {
  .what-we-do.almaf .inner {
    flex-flow: column-reverse;
  }
}

.what-we-do.almaf .text-wrapper {
  padding-top: 35px;
  margin-left: auto;
}

@media (min-width: 380px) {
  .what-we-do.almaf .text-wrapper {
    padding-top: calc(3.86598vw + 20.30928px);
  }
}

@media (min-width: 768px) {
  .what-we-do.almaf .text-wrapper {
    padding-top: calc(16.50943vw - 76.79245px);
  }
}

@media (min-width: 980px) {
  .what-we-do.almaf .text-wrapper {
    padding-top: calc(13.63636vw - 48.63636px);
  }
}

@media (min-width: 1200px) {
  .what-we-do.almaf .text-wrapper {
    padding-top: calc(12.5vw - 35px);
  }
}

@media (min-width: 1280px) {
  .what-we-do.almaf .text-wrapper {
    padding-top: 125px;
  }
}

@media (min-width: 768px) {
  .what-we-do.almaf .text-wrapper {
    padding-left: 15%;
  }
}

@media (min-width: 980px) {
  .what-we-do.almaf .text-wrapper {
    padding-left: 0;
  }
}

.what-we-do.almaf .img {
  top: 0;
  height: 95%;
  left: 6%;
  width: auto;
}

@media (max-width: 767px) {
  .what-we-do.almaf .img {
    left: 4%;
    padding-top: 0;
    height: auto;
    width: 260px;
    margin-left: 0;
    z-index: 11;
  }
}

.what-we-do.second {
  border-top: 1px solid #e7e7e7;
}

.what-we-do .inner {
  position: relative;
  padding-bottom: 35px;
}

@media (min-width: 380px) {
  .what-we-do .inner {
    padding-bottom: calc(2.57732vw + 25.20619px);
  }
}

@media (min-width: 768px) {
  .what-we-do .inner {
    padding-bottom: calc(4.71698vw + 8.77358px);
  }
}

@media (min-width: 980px) {
  .what-we-do .inner {
    padding-bottom: calc(4.54545vw + 10.45455px);
  }
}

@media (min-width: 1200px) {
  .what-we-do .inner {
    padding-bottom: calc(6.25vw - 10px);
  }
}

@media (min-width: 1280px) {
  .what-we-do .inner {
    padding-bottom: 70px;
  }
}

@media (min-width: 1440px) {
  .what-we-do .inner {
    overflow: initial;
  }
}

.what-we-do .img, .what-we-do .video {
  padding-top: 30px;
  width: 150%;
  margin-left: -20%;
  max-width: none;
}

@media (min-width: 380px) {
  .what-we-do .img, .what-we-do .video {
    padding-top: calc(3.86598vw + 15.30928px);
  }
}

@media (min-width: 768px) {
  .what-we-do .img, .what-we-do .video {
    padding-top: 45px;
  }
}

@media (min-width: 768px) {
  .what-we-do .img, .what-we-do .video {
    position: absolute;
    top: 12%;
    left: 58%;
    width: auto;
    padding-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 980px) {
  .what-we-do .img, .what-we-do .video {
    position: absolute;
    top: 5%;
    left: 46%;
    width: auto;
    padding-top: 0;
    margin-left: 0;
  }
}

.what-we-do .text-wrapper {
  z-index: 1;
}

@media (min-width: 768px) {
  .what-we-do .text-wrapper {
    flex: 0 63%;
  }
}

@media (min-width: 980px) {
  .what-we-do .text-wrapper {
    flex: 0 46%;
  }
}

.what-we-do .text-wrapper .h3 {
  line-height: 1.2;
}

.what-we-do .numbers {
  width: 100%;
  max-width: 460px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
  padding-bottom: 12px;
  flex-wrap: nowrap;
}

@media (min-width: 380px) {
  .what-we-do .numbers {
    padding-top: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .what-we-do .numbers {
    padding-top: 40px;
  }
}

.what-we-do .numbers-item {
  width: calc((100% / 3 - 30px) + (30px / 3));
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.what-we-do .numbers-item:nth-child(3n+3) {
  margin-right: 0;
}

@media (min-width: 350px) {
  .what-we-do .numbers-item {
    width: calc((100% / 1 - 30px) + (30px / 1));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .what-we-do .numbers-item:nth-child(0n+0) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .what-we-do .numbers-item:nth-child(1n+1) {
    margin-right: 0;
  }
}

@media (min-width: 730px) {
  .what-we-do .numbers-item {
    width: calc((100% / 2 - 30px) + (30px / 2));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .what-we-do .numbers-item:nth-child(1n+1) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .what-we-do .numbers-item:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 1111px) {
  .what-we-do .numbers-item {
    width: calc((100% / 3 - 30px) + (30px / 3));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .what-we-do .numbers-item:nth-child(2n+2) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .what-we-do .numbers-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .what-we-do .numbers-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

@media (min-width: 730px) {
  .what-we-do .numbers-item:nth-child(2n+2) {
    margin-right: 30px;
  }
}

.what-we-do .numbers-item-number {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #ed7237;
  margin-bottom: 15px;
}

@media (min-width: 380px) {
  .what-we-do .numbers-item-number {
    font-size: calc(1.54639vw + 24.12371px);
  }
}

@media (min-width: 768px) {
  .what-we-do .numbers-item-number {
    font-size: 36px;
  }
}

.what-we-do .numbers-item-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 380px) {
  .what-we-do .numbers-item-text {
    font-size: calc(.25773vw + 10.02062px);
  }
}

@media (min-width: 768px) {
  .what-we-do .numbers-item-text {
    font-size: 12px;
  }
}

.what-we-do .btn {
  padding: 10px 25px;
}

@media (min-width: 380px) {
  .what-we-do .btn {
    padding: 15px 35px;
  }
}

.what-we-can-do {
  border-top: 1px solid #e7e7e7;
  padding-top: 45px;
  padding-bottom: 30px;
}

@media (min-width: 380px) {
  .what-we-can-do {
    padding-top: calc(5.15464vw + 25.41237px);
  }
}

@media (min-width: 768px) {
  .what-we-can-do {
    padding-top: calc(9.43396vw - 7.45283px);
  }
}

@media (min-width: 980px) {
  .what-we-can-do {
    padding-top: calc(6.81818vw + 18.18182px);
  }
}

@media (min-width: 1200px) {
  .what-we-can-do {
    padding-top: calc(12.5vw - 50px);
  }
}

@media (min-width: 1280px) {
  .what-we-can-do {
    padding-top: 110px;
  }
}

@media (min-width: 380px) {
  .what-we-can-do {
    padding-bottom: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .what-we-can-do {
    padding-bottom: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  .what-we-can-do {
    padding-bottom: calc(2.27273vw + 27.72727px);
  }
}

@media (min-width: 1200px) {
  .what-we-can-do {
    padding-bottom: calc(6.25vw - 20px);
  }
}

@media (min-width: 1280px) {
  .what-we-can-do {
    padding-bottom: 60px;
  }
}

.what-we-can-do.designnamiru {
  background-color: #ed7237;
  font-weight: 300;
}

@media (max-width: 980px) {
  .what-we-can-do.designnamiru .inner {
    flex-direction: column-reverse;
  }
}

@media (min-width: 981px) {
  .what-we-can-do.designnamiru img:not(.image-inner) {
    padding-right: 2em;
  }
}

@media (max-width: 980px) {
  .what-we-can-do.designnamiru img:not(.image-inner) {
    padding: 2rem 0 1rem 0;
  }
}

.what-we-can-do.designnamiru, .what-we-can-do.designnamiru h2, .what-we-can-do.designnamiru .small-heading {
  color: #fff;
}

.what-we-can-do.designnamiru ul.arrows li:before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(192deg) brightness(102%) contrast(102%);
}

@media (min-width: 980px) {
  .what-we-can-do .text-wrapper {
    flex: 0 50%;
  }
  .what-we-can-do .text-wrapper ul {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  .what-we-can-do .text-wrapper ul {
    max-width: 80%;
  }
}

.what-we-can-do .text-wrapper li {
  padding-bottom: 12px;
}

.what-we-can-do img:not(.image-inner) {
  padding-top: 25px;
  margin: 0 auto;
}

@media (min-width: 980px) {
  .what-we-can-do img:not(.image-inner) {
    max-width: 450px;
    padding-top: 100px;
  }
}

@media (min-width: 980px) and (min-width: 980px) {
  .what-we-can-do img:not(.image-inner) {
    max-width: calc(37.12375vw + 86.18729px);
  }
}

@media (min-width: 980px) and (min-width: 1279px) {
  .what-we-can-do img:not(.image-inner) {
    max-width: 561px;
  }
}

@media (min-width: 980px) and (min-width: 980px) {
  .what-we-can-do img:not(.image-inner) {
    padding-top: calc(-33.44482vw + 427.7592px);
  }
}

@media (min-width: 980px) and (min-width: 1279px) {
  .what-we-can-do img:not(.image-inner) {
    padding-top: 0;
  }
}

.has-arrow {
  position: relative;
}

.has-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: #b6b6b6;
  top: -20px;
  left: 50%;
  z-index: 10;
}

@media (min-width: 380px) {
  .has-arrow:before {
    height: calc(5.15464vw + 20.41237px);
  }
}

@media (min-width: 768px) {
  .has-arrow:before {
    height: calc(3.90625vw + 30px);
  }
}

@media (min-width: 1280px) {
  .has-arrow:before {
    height: 80px;
  }
}

@media (min-width: 380px) {
  .has-arrow:before {
    top: calc(-2.57732vw - 10.20619px);
  }
}

@media (min-width: 768px) {
  .has-arrow:before {
    top: calc(-1.95313vw - 15px);
  }
}

@media (min-width: 1280px) {
  .has-arrow:before {
    top: -40px;
  }
}

.has-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #b6b6b6;
  border-left: 0;
  border-top: 0;
  top: 10px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
  z-index: 10;
}

@media (min-width: 380px) {
  .has-arrow:after {
    top: calc(1.80412vw + 3.14433px);
  }
}

@media (min-width: 768px) {
  .has-arrow:after {
    top: calc(2.14844vw + .5px);
  }
}

@media (min-width: 1280px) {
  .has-arrow:after {
    top: 28px;
  }
}

.has-arrow.no-padding {
  padding: 0;
  margin-top: 25px;
}

@media (min-width: 380px) {
  .has-arrow.no-padding {
    margin-top: calc(1.80412vw + 18.14433px);
  }
}

@media (min-width: 768px) {
  .has-arrow.no-padding {
    margin-top: calc(2.53906vw + 12.5px);
  }
}

@media (min-width: 1280px) {
  .has-arrow.no-padding {
    margin-top: 45px;
  }
}

.KonfAdvantages {
  background: url(/assets/images/produkty/clevero/bg-konf-2022.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  position: relative;
}

@media (max-width: 979px) {
  .KonfAdvantages-image {
    max-width: 600px;
    order: 2;
  }
}

.KonfAdvantages-inner {
  display: grid;
  grid-template-columns: 50% minmax(0, 1fr);
  justify-items: center;
  gap: 0 4rem;
}

@media (max-width: 979px) {
  .KonfAdvantages-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.KonfAdvantages ul {
  list-style: none;
}

.KonfAdvantages ul li {
  position: relative;
  margin-bottom: 19px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.KonfAdvantages ul li::before {
  content: url(/assets/images/chevron-right-solid.svg);
  position: absolute;
  display: inline-block;
  top: -1px;
  left: 0;
  height: 15px;
  width: 6px;
}

.KonfAdvantages-cta {
  margin-top: 20px;
}

.KonfTry {
  text-align: center;
}

.hero-section.produkt.marketing .parallax img.img-weby {
  bottom: -5%;
  right: 0%;
  width: 380px;
}

@media (min-width: 380px) {
  .hero-section.produkt.marketing .parallax img.img-weby {
    width: calc(51.54639vw + 184.12371px);
  }
}

@media (min-width: 768px) {
  .hero-section.produkt.marketing .parallax img.img-weby {
    width: calc(23.41137vw + 400.20067px);
  }
}

@media (min-width: 1366px) {
  .hero-section.produkt.marketing .parallax img.img-weby {
    width: calc(49.5114vw + 43.67427px);
  }
}

@media (min-width: 1980px) {
  .hero-section.produkt.marketing .parallax img.img-weby {
    width: 1024px;
  }
}

section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
  padding-top: 60px;
  padding-bottom: 45px;
}

@media (min-width: 380px) {
  section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
    padding-top: calc(5.15464vw + 40.41237px);
  }
}

@media (min-width: 768px) {
  section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
    padding-top: calc(9.43396vw + 7.54717px);
  }
}

@media (min-width: 980px) {
  section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
    padding-top: calc(9.09091vw + 10.90909px);
  }
}

@media (min-width: 1200px) {
  section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
    padding-top: 120px;
  }
}

@media (min-width: 380px) {
  section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
    padding-bottom: calc(3.86598vw + 30.30928px);
  }
}

@media (min-width: 768px) {
  section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
    padding-bottom: calc(9.43396vw - 12.45283px);
  }
}

@media (min-width: 980px) {
  section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
    padding-bottom: calc(4.54545vw + 35.45455px);
  }
}

@media (min-width: 1200px) {
  section.seo, section.ux-design, section.ppc-reklama, section.socials, section.email-marketing, section.content-marketing {
    padding-bottom: 90px;
  }
}

.seo {
  position: relative;
  background-image: url(/assets/images/background/marketing_seo.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .seo .inner {
    flex-direction: column-reverse;
  }
}

.seo .image-holder {
  margin-left: -20px;
}

@media (min-width: 768px) {
  .seo .image-holder {
    flex: 1 0 0%;
    margin-top: -85px;
    margin-left: -50px;
    margin-right: 50px;
  }
}

.seo .text-wrapper {
  color: #fff;
}

.seo .text-wrapper h2 {
  color: #fff;
}

@media (min-width: 768px) {
  .seo .text-wrapper {
    flex: 1 0 0%;
  }
}

.ux-design {
  position: relative;
  overflow: hidden;
}

@media (min-width: 375px) {
  .ux-design .inner > p {
    max-width: 80%;
  }
}

@media (min-width: 620px) {
  .ux-design .inner > p {
    max-width: 50%;
  }
}

.ux-design:before {
  content: url(/assets/images/background/marketing_ux.png);
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
}

@media (min-width: 375px) {
  .ux-design:before {
    left: 85%;
  }
}

@media (min-width: 620px) {
  .ux-design:before {
    left: 55%;
  }
}

@media (min-width: 1280px) {
  .ux-design:before {
    left: auto;
    right: 0;
  }
}

.ppc-reklama {
  position: relative;
  background-image: url(/assets/images/background/marketing_ads.png);
  background-size: cover;
  background-position: center;
}

.ppc-reklama .image-holder {
  left: 0;
  bottom: -5px;
  max-height: 100%;
  margin-bottom: -60px;
}

@media (min-width: 768px) {
  .ppc-reklama .image-holder {
    position: absolute;
    max-width: 50%;
    margin-bottom: 0;
  }
}

.ppc-reklama .image-holder img {
  max-height: 100%;
  padding-top: 35px;
}

@media (min-width: 768px) {
  .ppc-reklama .image-holder img {
    max-width: 120%;
    max-height: 120%;
    margin-left: -20%;
  }
}

@media (min-width: 1200px) {
  .ppc-reklama .image-holder img {
    margin-left: 0;
    padding-top: 50px;
  }
}

.ppc-reklama .text-wrapper {
  margin-left: auto;
}

@media (min-width: 768px) {
  .ppc-reklama .text-wrapper {
    max-width: 50%;
    padding-left: 50px;
  }
}

.socials {
  position: relative;
  background-image: url(/assets/images/background/marketing_socials.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.socials .inner {
  position: relative;
}

@media (min-width: 786px) {
  .socials .inner > p {
    max-width: 50%;
  }
}

.socials h2 {
  color: #fff;
}

.socials:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.15));
}

.email-marketing {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .email-marketing {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .email-marketing .text-wrapper {
    flex: 0 50%;
    margin-left: auto;
  }
  .email-marketing .text-wrapper p {
    margin-bottom: 0;
  }
}

.email-marketing .image-holder {
  display: block;
  width: 100%;
  max-width: 525px;
  margin-bottom: -5px;
  margin-left: -30px;
}

@media (min-width: 768px) {
  .email-marketing .image-holder {
    position: absolute;
    width: 45%;
    bottom: -10px;
    left: 0;
    margin: 0;
  }
}

.content-marketing {
  background-color: #f9f9f9;
}

.content-marketing div {
  width: 100%;
}

@media (min-width: 768px) {
  .content-marketing div {
    flex: 1 0 50%;
  }
  .content-marketing div.text-wrapper {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .content-marketing div.text-wrapper {
    padding-right: 15px;
  }
}

.content-marketing .image-holder {
  text-align: center;
}

.microsite {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .microsite {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .microsite .text-wrapper {
    flex: 0 50%;
    margin-left: auto;
  }
}

.microsite .image-holder {
  display: block;
  width: 100%;
  max-width: 525px;
  margin-bottom: -180px;
  transform: rotate(30deg);
}

@media (min-width: 768px) {
  .microsite .image-holder {
    position: absolute;
    width: 45%;
    bottom: -24px;
    left: 12%;
    margin: 0;
    transform: rotate(-20deg);
  }
}

.webdesign-easy .desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .webdesign-easy .desc {
    flex-wrap: wrap;
  }
}

.webdesign-easy .desc .number-block {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .webdesign-easy .desc .number-block {
    width: 100%;
  }
}

.webdesign-easy .desc .number-block .number {
  padding: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ed7237;
  color: #ed7237;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.webdesign-easy .desc .number-block p {
  width: 100%;
}

.webdesign-easy .desc.center-block {
  justify-content: center;
}

.webdesign-easy h3 {
  font-size: 24px;
}

.webdesign-easy .arrow {
  margin: 30px 0 50px;
}

.webdesign-easy .arrow svg {
  width: 50px;
  -webkit-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.webdesign-easy .top-h3 {
  margin-bottom: 70px;
}

.webdesign-easy .design-variants {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

.webdesign-easy .design-variants:last-of-type {
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .webdesign-easy .design-variants {
    flex-direction: column;
    align-items: center;
  }
  .webdesign-easy .design-variants:last-of-type {
    margin-bottom: 30px;
  }
}

.webdesign-easy .design-variants figure {
  position: relative;
  margin: 0;
  box-shadow: 0 0 10px #e0dede;
}

.webdesign-easy .design-variants figure img {
  width: 550px;
  max-width: 100%;
}

.webdesign-easy .design-variants .variant {
  position: relative;
}

@media (max-width: 900px) {
  .webdesign-easy .design-variants .variant {
    margin-bottom: 40px;
  }
}

.webdesign-easy .design-variants .variant {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .webdesign-easy .design-variants .variant {
    width: auto;
  }
}

.webdesign-easy .design-variants .popis {
  width: 52%;
}

@media (max-width: 900px) {
  .webdesign-easy .design-variants .popis {
    width: 100%;
  }
}

.webdesign-easy .design-variants .title {
  position: absolute;
  background: #ed7237;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  width: 150px;
  z-index: 10;
  font-weight: 600;
  top: -48px;
  left: 0;
}

.webdesign-easy .design-variants .element {
  width: calc(50% - 11px);
  margin-bottom: 22px;
  text-align: center;
}

.webdesign-easy .design-variants .element:first-of-type {
  width: 100%;
}

@media (max-width: 500px) {
  .webdesign-easy .design-variants .element:not(:first-of-type) .hover-content p {
    display: none;
  }
}

@media (max-width: 380px) {
  .webdesign-easy .design-variants .element:not(:first-of-type) a.btn {
    padding: 3px 14px;
  }
}

.webdesign-easy .design-variants .element:hover .hover-content {
  visibility: visible;
  opacity: 1;
}

.webdesign-easy .design-variants .colors {
  display: flex;
  align-items: center;
  margin-top: 39px;
  padding-left: 25px;
}

.webdesign-easy .design-variants .colors img {
  width: 30px;
  height: 30px;
  animation: spin 10s linear infinite reverse;
}

.webdesign-easy .design-variants .colors p {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 700;
}

.webdesign-easy .design-variants .hover-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
}

.webdesign-easy .design-variants .hover-content span {
  font-weight: 500;
  color: white;
  font-size: 12px;
  margin: -1px 0 15px;
}

.webdesign-easy .design-variants .hover-content p {
  font-size: 18px;
  color: #ed7237;
  font-weight: 600;
  margin-bottom: 10px;
}

.webdesign-easy .bottom-text {
  display: block;
  width: 100%;
}

.webdesign-easy .bottom-text .price {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 26px;
  position: relative;
}

.webdesign-easy .bottom-text .price:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  background: #ed7237;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.webdesign-easy .popis .columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.webdesign-easy .popis svg {
  width: 25px;
}

.webdesign-easy .popis .column {
  width: 48%;
}

@media (max-width: 600px) {
  .webdesign-easy .popis .column {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .webdesign-easy .popis .column.plus {
    margin-bottom: 20px;
  }
}

.webdesign-easy .popis .column.plus li {
  position: relative;
  margin-bottom: 10px;
}

.webdesign-easy .popis .column.plus li:before {
  content: "+";
  position: absolute;
  color: #279410;
  font-weight: 700;
  font-size: 18px;
  left: -20px;
  top: -1px;
}

.webdesign-easy .popis .column.minus li {
  position: relative;
  margin-bottom: 10px;
}

.webdesign-easy .popis .column.minus li:last-of-type {
  margin-bottom: 0;
}

.webdesign-easy .popis .column.minus li:before {
  content: "-";
  position: absolute;
  color: #d62626;
  font-weight: 700;
  font-size: 18px;
  left: -20px;
  top: -1px;
}

.webdesign-easy .popis ul {
  line-height: 1.6rem;
  margin-left: 27px;
  list-style: none;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

.web-na-miru {
  background: #f9f9f9;
  text-align: center;
}

.web-na-miru strong {
  font-size: 24px;
}

.web-na-miru .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 650px) {
  .web-na-miru .buttons {
    flex-direction: column;
  }
}

.web-na-miru .buttons .btn:first-of-type {
  margin-right: 50px;
}

@media (max-width: 650px) {
  .web-na-miru .buttons .btn:first-of-type {
    margin: 0 0 25px 0;
  }
}

.web-na-miru .prices {
  justify-content: center;
  margin-bottom: 50px;
}

.web-na-miru .sablony, .web-na-miru .na-miru {
  width: 30%;
  text-align: left;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .web-na-miru .sablony, .web-na-miru .na-miru {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .web-na-miru .sablony, .web-na-miru .na-miru {
    width: 100%;
  }
}

.web-na-miru .sablony h3, .web-na-miru .na-miru h3 {
  font-size: 20px;
  text-align: center;
}

.web-na-miru .sablony h3 a, .web-na-miru .na-miru h3 a {
  color: #000;
}

.web-na-miru .sablony .column, .web-na-miru .na-miru .column {
  width: 100%;
}

.web-na-miru .tip strong {
  font-size: 20px;
}

.web-na-miru .sablony {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .web-na-miru .sablony {
    margin: 0 0 30px 0;
  }
}

.web-na-miru ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 40px 0 !important;
}

@media (max-width: 767px) {
  .web-na-miru ul {
    margin: 0 !important;
  }
}

.web-na-miru ul li {
  text-align: center;
}

.hero-section.produkty {
  background-image: url(/assets/images/background/produkty.jpg);
  position: relative;
  height: auto;
  min-height: 100vh;
  padding-bottom: 0;
}

.location_homepage .hero-section.produkty {
  flex-flow: column;
  justify-content: space-between !important;
}

.hero-section.produkty .inner:first-child {
  position: relative;
  padding-bottom: 30px;
  pointer-events: all;
}

@media (min-width: 768px) {
  .hero-section.produkty .inner:first-child {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .hero-section.produkty .inner:first-child {
    margin-bottom: 50px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-section.produkty .inner:first-child {
    margin-top: 15%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-section.produkty .inner:last-of-type {
    transform: none;
    margin: -5% 0 0 0;
  }
}

.hero-section.produkty .product-menu {
  padding-top: 0;
  position: relative;
  min-height: 20vh;
  pointer-events: all;
  align-self: flex-end;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .hero-section.produkty .product-menu .product-menu-item {
    width: calc(100% / 4);
    margin-right: 0;
    margin-bottom: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item:nth-child(5n-5) {
    margin-right: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item:nth-child(4n-4) {
    margin-right: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item {
    width: calc(100% / 4);
    margin-right: 0;
    margin-bottom: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item:nth-child(5n-5) {
    margin-right: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item:nth-child(4n-4) {
    margin-right: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item {
    width: calc(100% / 4);
    margin-right: 0;
    margin-bottom: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item:nth-child(5n-5) {
    margin-right: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item:nth-child(4n-4) {
    margin-right: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item {
    width: calc(100% / 4);
    margin-right: 0;
    margin-bottom: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item:nth-child(5n-5) {
    margin-right: 0;
  }
  .hero-section.produkty .product-menu .product-menu-item:nth-child(4n-4) {
    margin-right: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-section.produkty .product-menu .inner:last-child {
    margin-top: auto;
    transform: none;
  }
}

.hero-section.produkty .product-menu-item {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px;
  text-align: left;
  text-decoration: none;
}

@media (min-width: 380px) {
  .hero-section.produkty .product-menu-item {
    padding: calc(1.28866vw + 15.10309px);
  }
}

@media (min-width: 768px) {
  .hero-section.produkty .product-menu-item {
    padding: calc(2.31481vw + 7.22222px);
  }
}

@media (min-width: 1200px) {
  .hero-section.produkty .product-menu-item {
    padding: 35px;
  }
}

.hero-section.produkty .product-menu-item .content {
  z-index: 5;
  transition: all .2s ease-in-out;
}

.hero-section.produkty .product-menu-item h2 {
  font-size: 18px;
  line-height: 1.35;
  padding-bottom: 0;
}

@media (min-width: 320px) {
  .hero-section.produkty .product-menu-item h2 {
    font-size: calc(3.33333vw + 7.33333px);
  }
}

@media (min-width: 380px) {
  .hero-section.produkty .product-menu-item h2 {
    font-size: calc(.4878vw + 18.14634px);
  }
}

@media (min-width: 1200px) {
  .hero-section.produkty .product-menu-item h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .hero-section.produkty .product-menu-item h2 span {
    display: block;
  }
}

.hero-section.produkty .product-menu-item svg {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  fill: #CACACA;
  opacity: .8;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .hero-section.produkty .product-menu-item {
    border-bottom: 0;
    border-right: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hero-section.produkty .product-menu-item svg {
    position: relative;
    width: 60px;
    height: 60px;
    right: 0;
    margin-bottom: 20px;
    transform: none;
  }
  .hero-section.produkty .product-menu-item:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    transition: all .15s ease-in-out;
  }
  .hero-section.produkty .product-menu-item .box-shadow {
    position: absolute;
    z-index: 2;
    bottom: -25px;
    left: 0;
    height: 115%;
    width: 100%;
    opacity: 0;
    border-radius: 50px;
    background: #ed7237;
    filter: blur(10px);
    transition: all .2s;
  }
}

.hero-section.produkty .product-menu-item:hover:after {
  left: -1%;
  top: -5%;
  width: 102%;
  height: 105%;
  z-index: 4;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-section.produkty .product-menu-item:hover:after {
    box-shadow: 0 7px 4px #ed7237;
  }
}

.hero-section.produkty .product-menu-item:hover .content {
  transform: scale(1.1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-section.produkty .product-menu-item:hover .content {
    transform: none;
  }
}

.hero-section.produkty .product-menu-item:hover svg {
  fill: #ed7237;
  opacity: 1;
}

.hero-section.produkty .product-menu-item:hover .box-shadow {
  z-index: 3;
  opacity: .8;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-section.produkty .product-menu-item:hover .box-shadow {
    display: none;
  }
}

.hero-section.produkt {
  background-image: url(/assets/images/produkty/bg-produkt.jpg);
  height: auto;
  min-height: 90vh;
}

@media (min-width: 768px) {
  .hero-section.produkt {
    min-height: 100vh;
  }
}

.hero-section.produkt .inner {
  pointer-events: all;
}

.hero-section.produkt .parallax {
  position: absolute;
  width: 104%;
  height: 104%;
  left: -2%;
  top: -2%;
}

.hero-section.produkt .parallax div.img-bg {
  min-width: 100%;
  min-height: 100%;
  background-image: url(../../images/produkty/bg-produkt.jpg);
  background-size: cover;
}

.hero-section.produkt .parallax img.img-weby {
  position: absolute;
  left: auto !important;
  top: auto !important;
  bottom: -30%;
  right: -10%;
  width: 480px;
}

@media (min-width: 380px) {
  .hero-section.produkt .parallax img.img-weby {
    width: calc(51.54639vw + 284.12371px);
  }
}

@media (min-width: 768px) {
  .hero-section.produkt .parallax img.img-weby {
    width: calc(23.41137vw + 500.20067px);
  }
}

@media (min-width: 1366px) {
  .hero-section.produkt .parallax img.img-weby {
    width: calc(70.03257vw - 136.64495px);
  }
}

@media (min-width: 1980px) {
  .hero-section.produkt .parallax img.img-weby {
    width: calc(25.86207vw + 737.93103px);
  }
}

@media (min-width: 2560px) {
  .hero-section.produkt .parallax img.img-weby {
    width: 1400px;
  }
}

.hero-section.reference-list {
  background-image: url(/assets/images/background/reference.jpg);
}

.reference-item-list {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px;
}

@media (min-width: 380px) {
  .reference-item-list {
    padding-top: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .reference-item-list {
    padding-top: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  .reference-item-list {
    padding-top: calc(2.27273vw + 27.72727px);
  }
}

@media (min-width: 1200px) {
  .reference-item-list {
    padding-top: calc(6.25vw - 20px);
  }
}

@media (min-width: 1280px) {
  .reference-item-list {
    padding-top: 60px;
  }
}

@media (min-width: 380px) {
  .reference-item-list {
    padding-bottom: calc(5.15464vw + 25.41237px);
  }
}

@media (min-width: 768px) {
  .reference-item-list {
    padding-bottom: calc(4.71698vw + 28.77358px);
  }
}

@media (min-width: 980px) {
  .reference-item-list {
    padding-bottom: calc(6.81818vw + 8.18182px);
  }
}

@media (min-width: 1200px) {
  .reference-item-list {
    padding-bottom: calc(12.5vw - 60px);
  }
}

@media (min-width: 1280px) {
  .reference-item-list {
    padding-bottom: 100px;
  }
}

.reference-item-list .filter-container {
  max-width: 1400px;
  margin: 20px auto 0;
}

.reference-item-list .filter-container a {
  position: relative;
  flex: auto;
  margin: 0 5px;
  padding: 15px 0%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
  white-space: nowrap;
  min-width: 8rem;
}

@media (min-width: 768px) {
  .reference-item-list .filter-container a {
    padding-left: calc(2.35849vw - 13.11321px);
  }
}

@media (min-width: 980px) {
  .reference-item-list .filter-container a {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .reference-item-list .filter-container a {
    padding-right: calc(2.35849vw - 13.11321px);
  }
}

@media (min-width: 980px) {
  .reference-item-list .filter-container a {
    padding-right: 10px;
  }
}

.reference-item-list .filter-container a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ed7237;
  width: 100%;
  height: 5%;
  transition: all .15s ease-out;
  z-index: -1;
}

.reference-item-list .filter-container a.active, .reference-item-list .filter-container a:hover {
  color: #fff;
}

.reference-item-list .filter-container a.active:after, .reference-item-list .filter-container a:hover:after {
  height: 100%;
}

@media (max-width: 1200px) {
  .reference-item-list .filter-container a {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .reference-item-list .filter-container a {
    flex: 1 0 30%;
  }
}

@media (max-width: 640px) {
  .reference-item-list .filter-container a {
    flex: 1 0 40%;
  }
}

@media (min-width: 980px) {
  .reference-item-list .filter-container {
    flex-wrap: nowrap;
  }
}

.reference-item-list .reference-container {
  margin-top: 75px;
}

.reference-item-list .reference-container .js-items {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 0;
  transition: all .2s ease-in-out;
}

@media (min-width: 380px) {
  .reference-item-list .reference-container .js-items {
    margin-left: calc(-5.15464vw + 4.58763px);
  }
}

@media (min-width: 768px) {
  .reference-item-list .reference-container .js-items {
    margin-left: -35px;
  }
}

@media (min-width: 980px) {
  .reference-item-list .reference-container .js-items {
    margin-left: calc(-2.27273vw - 12.72727px);
  }
}

@media (min-width: 1200px) {
  .reference-item-list .reference-container .js-items {
    margin-left: calc(-25vw + 260px);
  }
}

@media (min-width: 1280px) {
  .reference-item-list .reference-container .js-items {
    margin-left: calc(-3.125vw - 20px);
  }
}

@media (min-width: 1920px) {
  .reference-item-list .reference-container .js-items {
    margin-left: -80px;
  }
}

@media (min-width: 380px) {
  .reference-item-list .reference-container .js-items {
    margin-right: calc(-5.15464vw + 4.58763px);
  }
}

@media (min-width: 768px) {
  .reference-item-list .reference-container .js-items {
    margin-right: -35px;
  }
}

@media (min-width: 980px) {
  .reference-item-list .reference-container .js-items {
    margin-right: calc(-2.27273vw - 12.72727px);
  }
}

@media (min-width: 1200px) {
  .reference-item-list .reference-container .js-items {
    margin-right: calc(-25vw + 260px);
  }
}

@media (min-width: 1280px) {
  .reference-item-list .reference-container .js-items {
    margin-right: calc(-3.125vw - 20px);
  }
}

@media (min-width: 1920px) {
  .reference-item-list .reference-container .js-items {
    margin-right: -80px;
  }
}

.reference-item-list .reference-container .js-items:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0;
  transition: all .2s ease-in-out;
  pointer-events: none;
}

.reference-item-list .reference-container .js-items.loading {
  min-height: 720px;
}

.reference-item-list .reference-container .js-items.loading:before {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.reference-item-list .reference-container .js-items.loading:after {
  content: url(/assets/images/poski-logo-orange.png);
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -25px;
  z-index: 11;
  animation: rotate-logo 1s ease-in-out infinite;
}

@media (min-width: 576px) and (max-width: 767px) {
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 2 - 15px + (15px / 2));
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(3n-3) {
    margin-right: 15px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(2n-2) {
    margin-right: 0;
  }
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 2 - 15px + (15px / 2));
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(3n-3) {
    margin-right: 15px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(2n-2) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 2 - 20px + (20px / 2));
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(3n-3) {
    margin-right: 20px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(2n-2) {
    margin-right: 0;
  }
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 2 - 20px + (20px / 2));
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(3n-3) {
    margin-right: 20px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(2n-2) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 3 - 30px + (30px / 3));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(4n-4) {
    margin-right: 30px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(3n-3) {
    margin-right: 0;
  }
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 3 - 30px + (30px / 3));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(4n-4) {
    margin-right: 30px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(3n-3) {
    margin-right: 0;
  }
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 3 - 30px + (30px / 3));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(4n-4) {
    margin-right: 30px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(3n-3) {
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 4 - 40px + (40px / 4));
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(5n-5) {
    margin-right: 40px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(4n-4) {
    margin-right: 0;
  }
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 4 - 40px + (40px / 4));
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(5n-5) {
    margin-right: 40px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(4n-4) {
    margin-right: 0;
  }
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 4 - 40px + (40px / 4));
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(5n-5) {
    margin-right: 40px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(4n-4) {
    margin-right: 0;
  }
  .reference-item-list .reference-container .reference-box {
    width: calc(100% / 4 - 40px + (40px / 4));
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(5n-5) {
    margin-right: 40px;
  }
  .reference-item-list .reference-container .reference-box:nth-child(4n-4) {
    margin-right: 0;
  }
}

.reference-item-list .reference-container .reference-box {
  position: relative;
}

@media (max-width: 575px) {
  .reference-item-list .reference-container .reference-box {
    margin-bottom: 20px;
  }
}

.reference-item-list .reference-container .reference-box .reference-box-flag {
  position: absolute;
  background: #ec7238;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: .7rem .7rem .3rem;
  inset: -.7rem 3rem auto auto;
  z-index: 5;
  border-radius: 0 0 7px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.reference-item-list .reference-container .reference-box .reference-box-flag :where(svg) {
  max-width: 25px;
  margin-bottom: 7px;
}

.reference-item-list .reference-container .reference-box .reference-box-flag :where(span) {
  font-size: .5rem;
  font-weight: 400;
}

.reference-item-list .reference-container .reference-box .reference-box-flag::before {
  content: '';
  position: absolute;
  width: .7rem;
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #A45D39;
  inset: 0 100% auto auto;
}

.reference-item-list .reference-container .reference-box .reference-box-flag::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1rem;
  clip-path: polygon(3% 0, 50% 90%, 97% 0);
  background: #ec7238;
  inset: 99% 0 auto 0;
}

.reference-item-list .reference-container .reference-box-image-holder {
  position: relative;
  overflow: hidden;
}

.reference-item-list .reference-container .reference-box-image-holder .thumbnail {
  display: block;
  position: relative;
}

.reference-item-list .reference-container .reference-box-image-holder .thumbnail img {
  margin-bottom: -4px;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper {
  position: absolute;
  height: 130%;
  width: 100%;
  top: 70%;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: all .2s ease-in-out;
  color: #fff;
  text-align: left;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper h3 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  height: 23%;
  padding-right: 80px;
  padding-left: 20px;
  margin-bottom: 0;
}

@media (min-width: 380px) {
  .reference-item-list .reference-container .reference-box-image-holder .text-wrapper h3 {
    font-size: calc(.34483vw + 22.68966px);
  }
}

@media (min-width: 960px) {
  .reference-item-list .reference-container .reference-box-image-holder .text-wrapper h3 {
    font-size: calc(.625vw + 20px);
  }
}

@media (min-width: 1600px) {
  .reference-item-list .reference-container .reference-box-image-holder .text-wrapper h3 {
    font-size: 30px;
  }
}

@media (min-width: 380px) {
  .reference-item-list .reference-container .reference-box-image-holder .text-wrapper h3 {
    padding-left: calc(.68966vw + 17.37931px);
  }
}

@media (min-width: 960px) {
  .reference-item-list .reference-container .reference-box-image-holder .text-wrapper h3 {
    padding-left: calc(.9375vw + 15px);
  }
}

@media (min-width: 1600px) {
  .reference-item-list .reference-container .reference-box-image-holder .text-wrapper h3 {
    padding-left: 30px;
  }
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper .details {
  height: 77%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper .details .thumbnail {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper .details .thumbnail img {
  max-height: 100px;
  width: auto;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper .details .detail-text {
  padding: 0 30px 10px;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper .details .detail-text p {
  margin-bottom: 10px;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper .details .link-arrow {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #ed7237;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper .details .link-arrow:before {
  content: url(/assets/images/arrow-reference.png);
  position: absolute;
  z-index: 5;
  top: 2px;
  left: 15px;
  transition: all .2s ease-in-out;
}

.reference-item-list .reference-container .reference-box-image-holder .text-wrapper:before {
  content: url(/assets/images/icons/web.svg);
  position: absolute;
  top: 5%;
  right: 3%;
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .reference-item-list .reference-container .reference-box:hover .text-wrapper {
    top: -30%;
    background: rgba(0, 0, 0, 0.75);
  }
  .reference-item-list .reference-container .reference-box:hover .link-arrow:before {
    -webkit-animation: bounce-h 2s ease infinite;
    animation: bounce-h 2s ease infinite;
  }
}

.reference-item-list .reference-container .reference-box.produkt-0 .text-wrapper:before {
  content: url(/assets/images/icons/web.svg);
}

.reference-item-list .reference-container .reference-box.produkt-1 .text-wrapper:before {
  content: url(/assets/images/icons/clevero.svg);
}

.reference-item-list .reference-container .reference-box.produkt-2 .text-wrapper:before {
  content: url(/assets/images/icons/poski_real.svg);
}

.reference-item-list .reference-container .reference-box.produkt-3 .text-wrapper:before {
  content: url(/assets/images/icons/marketing.svg);
}

.reference-item-list .reference-container .reference-box.produkt-4 .text-wrapper:before {
  content: url(/assets/images/icons/logotvorba.svg);
}

.reference-item-list .reference-container .btn {
  margin-top: 20px;
}

@media (min-width: 380px) {
  .reference-item-list .reference-container .btn {
    margin-top: calc(2.57732vw + 10.20619px);
  }
}

@media (min-width: 768px) {
  .reference-item-list .reference-container .btn {
    margin-top: 30px;
  }
}

.location_reference_getDetail .list-left {
  padding-top: 100px;
}

.hero-section.reference-detail .sub-title {
  font-size: 15px;
  margin-bottom: 35px;
}

@media (min-width: 380px) {
  .hero-section.reference-detail .sub-title {
    font-size: calc(.7732vw + 12.06186px);
  }
}

@media (min-width: 768px) {
  .hero-section.reference-detail .sub-title {
    font-size: calc(.52083vw + 14px);
  }
}

@media (min-width: 1920px) {
  .hero-section.reference-detail .sub-title {
    font-size: 24px;
  }
}

@media (min-width: 380px) {
  .hero-section.reference-detail .sub-title {
    margin-bottom: calc(3.86598vw + 20.30928px);
  }
}

@media (min-width: 768px) {
  .hero-section.reference-detail .sub-title {
    margin-bottom: calc(2.34375vw + 32px);
  }
}

@media (min-width: 1280px) {
  .hero-section.reference-detail .sub-title {
    margin-bottom: calc(2.8125vw + 26px);
  }
}

@media (min-width: 1920px) {
  .hero-section.reference-detail .sub-title {
    margin-bottom: 80px;
  }
}

.hero-section.reference-detail p.web {
  width: max-content;
}

.hero-section.reference-detail .web {
  position: relative;
  color: #ed7237;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

@media (min-width: 380px) {
  .hero-section.reference-detail .web {
    font-size: calc(1.54639vw + 14.12371px);
  }
}

@media (min-width: 768px) {
  .hero-section.reference-detail .web {
    font-size: calc(1.88679vw + 11.50943px);
  }
}

@media (min-width: 980px) {
  .hero-section.reference-detail .web {
    font-size: 30px;
  }
}

.hero-section.reference-detail .web:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed7237;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .hero-section.reference-detail .web:after {
    height: 3px;
  }
}

.hero-section.reference-detail .web:hover:after {
  width: 80%;
  left: 10%;
}

.hero-section.reference-detail .web i {
  position: absolute;
  right: -20px;
}

@media (min-width: 576px) and (max-width: 767px) {
  width: calc(100% / 4 - 40px + (40px / 4));
}

@media (min-width: 768px) and (max-width: 1023px) {
  width: calc(100% / 4 - 40px + (40px / 4));
}

@media (min-width: 1024px) and (max-width: 1599px) {
  width: calc(100% / 4 - 40px + (40px / 4));
}

@media (min-width: 1600px) {
  width: calc(100% / 4 - 40px + (40px / 4));
}

.reference-box {
  position: relative;
}

.reference-box .reference-box-flag {
  position: absolute;
  background: #ec7238;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: .7rem .7rem .3rem;
  inset: -.7rem 3rem auto auto;
  z-index: 5;
  border-radius: 0 0 7px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.reference-box .reference-box-flag :where(svg) {
  max-width: 25px;
  margin-bottom: 7px;
}

.reference-box .reference-box-flag :where(span) {
  font-size: .5rem;
  font-weight: 400;
}

.reference-box .reference-box-flag::before {
  content: '';
  position: absolute;
  width: .7rem;
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #A45D39;
  inset: 0 100% auto auto;
}

.reference-box .reference-box-flag::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1rem;
  clip-path: polygon(3% 0, 50% 90%, 97% 0);
  background: #ec7238;
  inset: 99% 0 auto 0;
}

.reference-box-image-holder {
  position: relative;
  overflow: hidden;
}

.reference-box-image-holder .thumbnail {
  display: block;
  position: relative;
}

.reference-box-image-holder .thumbnail img {
  margin-bottom: -4px;
}

.reference-box-image-holder .text-wrapper {
  position: absolute;
  height: 130%;
  width: 100%;
  top: 70%;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: all .2s ease-in-out;
  color: #fff;
  text-align: left;
}

.reference-box-image-holder .text-wrapper h3 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  height: 23%;
  padding-right: 80px;
  padding-left: 20px;
  margin-bottom: 0;
}

@media (min-width: 380px) {
  .reference-box-image-holder .text-wrapper h3 {
    font-size: calc(.34483vw + 22.68966px);
  }
}

@media (min-width: 960px) {
  .reference-box-image-holder .text-wrapper h3 {
    font-size: calc(.625vw + 20px);
  }
}

@media (min-width: 1600px) {
  .reference-box-image-holder .text-wrapper h3 {
    font-size: 30px;
  }
}

@media (min-width: 380px) {
  .reference-box-image-holder .text-wrapper h3 {
    padding-left: calc(.68966vw + 17.37931px);
  }
}

@media (min-width: 960px) {
  .reference-box-image-holder .text-wrapper h3 {
    padding-left: calc(.9375vw + 15px);
  }
}

@media (min-width: 1600px) {
  .reference-box-image-holder .text-wrapper h3 {
    padding-left: 30px;
  }
}

.reference-box-image-holder .text-wrapper .details {
  height: 77%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reference-box-image-holder .text-wrapper .details .thumbnail {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.reference-box-image-holder .text-wrapper .details .thumbnail img {
  max-height: 100px;
  width: auto;
}

.reference-box-image-holder .text-wrapper .details .detail-text {
  padding: 0 30px 10px;
}

.reference-box-image-holder .text-wrapper .details .detail-text p {
  margin-bottom: 10px;
}

.reference-box-image-holder .text-wrapper .details .link-arrow {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #ed7237;
}

.reference-box-image-holder .text-wrapper .details .link-arrow:before {
  content: url(/assets/images/arrow-reference.png);
  position: absolute;
  z-index: 5;
  top: 2px;
  left: 15px;
  transition: all .2s ease-in-out;
}

.reference-box-image-holder .text-wrapper:before {
  content: url(/assets/images/icons/web.svg);
  position: absolute;
  top: 5%;
  right: 3%;
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .reference-box:hover .text-wrapper {
    top: -30%;
    background: rgba(0, 0, 0, 0.75);
  }
  .reference-box:hover .link-arrow:before {
    -webkit-animation: bounce-h 2s ease infinite;
    animation: bounce-h 2s ease infinite;
  }
}

.info-detail {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 55px;
}

@media (min-width: 380px) {
  .info-detail {
    padding-top: calc(1.72414vw + 28.44828px);
  }
}

@media (min-width: 786px) {
  .info-detail {
    padding-top: calc(6.70103vw - 10.6701px);
  }
}

@media (min-width: 980px) {
  .info-detail {
    padding-top: 55px;
  }
}

@media (min-width: 380px) {
  .info-detail {
    padding-bottom: calc(4.92611vw + 36.28079px);
  }
}

@media (min-width: 786px) {
  .info-detail {
    padding-bottom: calc(7.73196vw + 14.2268px);
  }
}

@media (min-width: 980px) {
  .info-detail {
    padding-bottom: 90px;
  }
}

.info-detail .inner > h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-detail .big-image-holder {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .info-detail .big-image-holder {
    margin-top: 65px;
  }
}

.info-detail a.btn:not(:first-child) {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .info-detail a.btn:not(:first-child) {
    margin-top: 65px;
  }
}

.testimonial {
  max-width: 840px;
  margin: 65px auto 0;
}

.testimonial .photo, .testimonial .thumbnail {
  border-radius: 100px;
  border: 1px solid #ed7237;
  margin-bottom: 30px;
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
}

.testimonial blockquote {
  font-style: italic;
}

.testimonial blockquote p {
  display: inline;
}

.testimonial blockquote cite {
  display: block;
  font-weight: 600;
  font-style: normal;
  margin-top: 25px;
}

.reference-galerie .thumbnails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.reference-galerie .thumbnails .thumbnail {
  flex: 0 50%;
  padding: 10px;
}

.reference-galerie .thumbnails .thumbnail:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .reference-galerie .thumbnails .thumbnail {
    flex: 1 0 0%;
    margin-right: 15px;
    padding: 0;
  }
}

.hero-section.pripadoveStudie {
  background-image: url(/assets/images/background/pripadovky.jpg);
}

.studie-list {
  padding-top: 55px;
  padding-bottom: 40px;
}

@media (min-width: 380px) {
  .studie-list {
    padding-top: calc(5.15464vw + 35.41237px);
  }
}

@media (min-width: 768px) {
  .studie-list {
    padding-top: calc(7.8125vw + 15px);
  }
}

@media (min-width: 960px) {
  .studie-list {
    padding-top: 90px;
  }
}

@media (min-width: 380px) {
  .studie-list {
    padding-bottom: calc(3.44828vw + 26.89655px);
  }
}

@media (min-width: 960px) {
  .studie-list {
    padding-bottom: 60px;
  }
}

.studie-list .pripadova-studie-box {
  position: relative;
  width: calc((100% / 3 - 50px) + (50px / 3));
  margin-right: 50px;
  margin-bottom: 50px;
}

.studie-list .pripadova-studie-box:nth-child(3n+3) {
  margin-right: 0;
}

@media (min-width: 650px) {
  .studie-list .pripadova-studie-box {
    width: calc((100% / 2 - 50px) + (50px / 2));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(1n+1) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(0n+0) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 1001px) {
  .studie-list .pripadova-studie-box {
    width: calc((100% / 3 - 50px) + (50px / 3));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(2n+2) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(1n+1) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 1351px) {
  .studie-list .pripadova-studie-box {
    width: calc((100% / 3 - 50px) + (50px / 3));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(2n+2) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(1n+1) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 1701px) {
  .studie-list .pripadova-studie-box {
    width: calc((100% / 3 - 50px) + (50px / 3));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(2n+2) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(1n+1) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .studie-list .pripadova-studie-box:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .studie-list .pripadova-studie-box {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

.studie-list .pripadova-studie-box a {
  text-decoration: none;
  color: #000;
}

.studie-list .pripadova-studie-box h3 {
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.studie-list .pripadova-studie-box p {
  margin-bottom: 0;
}

.studie-list .pripadova-studie-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 60px 40px;
  z-index: 2;
  opacity: 0;
  transition: all .2s ease-in-out;
  align-content: space-between;
  background: #000;
  background-size: cover;
}

.studie-list .pripadova-studie-box .overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.studie-list .pripadova-studie-box .overlay:hover {
  opacity: 1;
}

.studie-list .pripadova-studie-box .overlay .title {
  z-index: 3;
  width: 100%;
}

.studie-list .pripadova-studie-box .overlay span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  z-index: 3;
}

.studie-list .pripadova-studie-box .overlay span:after {
  margin-left: 10px;
  content: url(/assets/images/arrow-product-white.png);
}

.studie-list .pripadova-studie-box:nth-child(odd) .overlay:before {
  background: rgba(0, 0, 0, 0.85);
}

.studie-list .pripadova-studie-box:nth-child(odd) .overlay .title {
  color: #ed7237;
}

.studie-list .pripadova-studie-box:nth-child(even) .overlay:before {
  background: rgba(237, 114, 55, 0.9);
}

.studie-list .pripadova-studie-box:nth-child(even) .overlay .title {
  color: #000;
}

.hero-section.pripadova-studie .sub-title .number-text {
  display: inline-block;
}

.hero-section.pripadova-studie .sub-title .number-text:not(:last-child):after {
  content: ", ";
}

.hero-section.pripadova-studie .sub-title span {
  color: #ed7237;
  font-weight: 800;
}

.hero-section.pripadova-studie .sub-title span.JS-number-width {
  display: inline-block;
  text-align: right;
}

.list-left {
  background: #f0f0f0;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 380px) {
  .list-left {
    padding-top: calc(1.23153vw + 45.3202px);
  }
}

@media (min-width: 786px) {
  .list-left {
    padding-top: calc(5.15464vw + 14.48454px);
  }
}

@media (min-width: 980px) {
  .list-left {
    padding-top: 65px;
  }
}

@media (min-width: 380px) {
  .list-left {
    padding-bottom: calc(1.97044vw + 52.51232px);
  }
}

@media (min-width: 786px) {
  .list-left {
    padding-bottom: calc(6.18557vw + 19.38144px);
  }
}

@media (min-width: 980px) {
  .list-left {
    padding-bottom: 80px;
  }
}

.list-left .inner {
  max-width: 980px;
}

@media (min-width: 768px) {
  .list-left .inner > div {
    flex: 1 0 0%;
  }
}

.list-left h2 {
  padding-bottom: 50px;
  padding-bottom: 35px;
}

@media (min-width: 380px) {
  .list-left h2 {
    padding-bottom: calc(1.23153vw + 30.3202px);
  }
}

@media (min-width: 786px) {
  .list-left h2 {
    padding-bottom: calc(5.15464vw - .51546px);
  }
}

@media (min-width: 980px) {
  .list-left h2 {
    padding-bottom: 50px;
  }
}

.list-left .image-holder {
  padding-top: 25px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .list-left .image-holder {
    padding-top: 0;
  }
}

.list-right {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 380px) {
  .list-right {
    padding-top: calc(1.23153vw + 45.3202px);
  }
}

@media (min-width: 786px) {
  .list-right {
    padding-top: calc(5.15464vw + 14.48454px);
  }
}

@media (min-width: 980px) {
  .list-right {
    padding-top: 65px;
  }
}

@media (min-width: 380px) {
  .list-right {
    padding-bottom: calc(1.97044vw + 52.51232px);
  }
}

@media (min-width: 786px) {
  .list-right {
    padding-bottom: calc(6.18557vw + 19.38144px);
  }
}

@media (min-width: 980px) {
  .list-right {
    padding-bottom: 80px;
  }
}

.list-right .inner {
  flex-direction: column-reverse;
  gap: 40px;
}

@media (min-width: 768px) {
  .list-right .inner {
    flex-direction: initial;
    flex-wrap: nowrap;
  }
}

.list-right .image-holder {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .list-right .image-holder {
    padding-top: 0;
    flex: 0 50%;
  }
}

.list-right.orange {
  background: #ed7237;
}

.list-right.orange li {
  color: #fff;
}

.list-right.orange li:before {
  color: #fff;
}

.results {
  padding-top: 50px;
  padding-top: 65px;
}

@media (min-width: 380px) {
  .results {
    padding-top: calc(2.57732vw + 40.20619px);
  }
}

@media (min-width: 768px) {
  .results {
    padding-top: calc(4.71698vw + 23.77358px);
  }
}

@media (min-width: 980px) {
  .results {
    padding-top: calc(2.27273vw + 47.72727px);
  }
}

@media (min-width: 1200px) {
  .results {
    padding-top: 75px;
  }
}

@media (min-width: 380px) {
  .results {
    padding-top: calc(2.57732vw + 55.20619px);
  }
}

@media (min-width: 768px) {
  .results {
    padding-top: calc(4.71698vw + 38.77358px);
  }
}

@media (min-width: 980px) {
  .results {
    padding-top: calc(6.81818vw + 18.18182px);
  }
}

@media (min-width: 1200px) {
  .results {
    padding-top: 100px;
  }
}

.results .text-holder {
  max-width: 620px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .results .text-holder {
    flex: 0 50%;
    margin-bottom: 0;
  }
}

.results .text-wrapper {
  padding-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.6;
}

@media (min-width: 380px) {
  .results .text-wrapper {
    padding-top: calc(3.86598vw + 5.30928px);
  }
}

@media (min-width: 768px) {
  .results .text-wrapper {
    padding-top: 35px;
  }
}

@media (min-width: 380px) {
  .results .text-wrapper {
    margin-bottom: calc(1.28866vw + 15.10309px);
  }
}

@media (min-width: 768px) {
  .results .text-wrapper {
    margin-bottom: calc(4.71698vw - 11.22642px);
  }
}

@media (min-width: 980px) {
  .results .text-wrapper {
    margin-bottom: 35px;
  }
}

.results .numbers {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
  padding-bottom: 12px;
}

@media (min-width: 380px) {
  .results .numbers {
    padding-top: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .results .numbers {
    padding-top: 40px;
  }
}

.results .numbers-item {
  width: calc((100% / 4 - 30px) + (30px / 4));
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.results .numbers-item:nth-child(4n+4) {
  margin-right: 0;
}

@media (min-width: 430px) {
  .results .numbers-item {
    width: calc((100% / 2 - 30px) + (30px / 2));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(1n+1) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(0n+0) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 891px) {
  .results .numbers-item {
    width: calc((100% / 4 - 30px) + (30px / 4));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(3n+3) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(2n+2) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media (min-width: 1121px) {
  .results .numbers-item {
    width: calc((100% / 4 - 30px) + (30px / 4));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(3n+3) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(2n+2) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .results .numbers-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media (max-width: 430px) {
  .results .numbers-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

.results .numbers-item-number {
  display: block;
  font-size: 0;
  font-weight: 500;
  color: #ed7237;
  margin-bottom: 15px;
  white-space: nowrap;
}

.results .numbers-item-number div {
  display: inline-block;
  font-size: 30px;
}

@media (min-width: 380px) {
  .results .numbers-item-number div {
    font-size: calc(1.54639vw + 24.12371px);
  }
}

@media (min-width: 768px) {
  .results .numbers-item-number div {
    font-size: 36px;
  }
}

.results .numbers-item-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 380px) {
  .results .numbers-item-text {
    font-size: calc(.25773vw + 10.02062px);
  }
}

@media (min-width: 768px) {
  .results .numbers-item-text {
    font-size: 12px;
  }
}

.results .numbers > p {
  display: none;
}

@media (min-width: 768px) {
  .results .image-holder {
    flex: 0 48%;
    margin-left: auto;
  }
}

.info-paragraph {
  padding-top: 50px;
}

@media (min-width: 380px) {
  .info-paragraph {
    padding-top: calc(3.86598vw + 35.30928px);
  }
}

@media (min-width: 768px) {
  .info-paragraph {
    padding-top: calc(7.07547vw + 10.66038px);
  }
}

@media (min-width: 980px) {
  .info-paragraph {
    padding-top: calc(4.54545vw + 35.45455px);
  }
}

@media (min-width: 1200px) {
  .info-paragraph {
    padding-top: 90px;
  }
}

.info-paragraph h2 {
  padding-bottom: 30px;
}

@media (min-width: 380px) {
  .info-paragraph h2 {
    padding-bottom: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .info-paragraph h2 {
    padding-bottom: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  .info-paragraph h2 {
    padding-bottom: 50px;
  }
}

.web-link, .project-type {
  background: #2d2d2d;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (min-width: 380px) {
  .web-link, .project-type {
    padding-top: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .web-link, .project-type {
    padding-top: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  .web-link, .project-type {
    padding-top: 50px;
  }
}

@media (min-width: 380px) {
  .web-link, .project-type {
    padding-bottom: calc(3.86598vw + 25.30928px);
  }
}

@media (min-width: 768px) {
  .web-link, .project-type {
    padding-bottom: calc(9.43396vw - 17.45283px);
  }
}

@media (min-width: 980px) {
  .web-link, .project-type {
    padding-bottom: 75px;
  }
}

.web-link .inner, .project-type .inner {
  flex-wrap: nowrap;
}

.web-link h2, .project-type h2 {
  color: #fff;
}

.web-link a, .project-type a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 380px) {
  .web-link a, .project-type a {
    font-size: calc(.98522vw + 16.25616px);
  }
}

@media (min-width: 786px) {
  .web-link a, .project-type a {
    font-size: 24px;
  }
}

.web-link a:hover, .project-type a:hover {
  text-decoration: underline;
}

.web-link p, .project-type p {
  margin-bottom: 0;
}

.web-link span, .web-link div.project p, .web-link div.project, .project-type span, .project-type div.project p, .project-type div.project {
  font-size: 20px;
  font-weight: 600;
  color: #ed7237;
}

@media (min-width: 380px) {
  .web-link span, .web-link div.project p, .web-link div.project, .project-type span, .project-type div.project p, .project-type div.project {
    font-size: calc(.98522vw + 16.25616px);
  }
}

@media (min-width: 786px) {
  .web-link span, .web-link div.project p, .web-link div.project, .project-type span, .project-type div.project p, .project-type div.project {
    font-size: 24px;
  }
}

.web-link img, .project-type img {
  max-width: 70px;
  max-width: 70px;
  margin-right: 30px;
}

@media (min-width: 380px) {
  .web-link img, .project-type img {
    max-width: calc(6.15764vw + 46.60099px);
  }
}

@media (min-width: 786px) {
  .web-link img, .project-type img {
    max-width: 95px;
  }
}

@media (min-width: 380px) {
  .web-link img, .project-type img {
    max-width: calc(6.15764vw + 46.60099px);
  }
}

@media (min-width: 786px) {
  .web-link img, .project-type img {
    max-width: 95px;
  }
}

@media (min-width: 380px) {
  .web-link img, .project-type img {
    margin-right: calc(4.92611vw + 11.28079px);
  }
}

@media (min-width: 786px) {
  .web-link img, .project-type img {
    margin-right: 50px;
  }
}

.location_pripadovaStudie_getDetail .content-body > p {
  display: none;
}

.PripadovkaProklik {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3.25rem 0;
  z-index: 1;
}

@media (max-width: 960px) {
  .PripadovkaProklik {
    flex-flow: row wrap;
  }
}

.PripadovkaProklik .h2 {
  color: #fff;
  text-align: left;
  flex: 1;
  padding: 0 12% 0 0;
}

@media (max-width: 1160px) {
  .PripadovkaProklik .h2 {
    padding: 0 8% 0 0;
  }
}

@media (max-width: 960px) {
  .PripadovkaProklik .h2 {
    width: 100%;
    flex: auto;
    padding: 0 0 2rem;
  }
}

.PripadovkaProklik .btn {
  font-size: 1.25rem;
  margin: 0 !important;
}

@media (max-width: 1160px) {
  .PripadovkaProklik .btn {
    font-size: 1.125rem;
  }
}

@media (max-width: 640px) {
  .PripadovkaProklik .btn {
    font-size: .875rem;
  }
}

.PripadovkaProklik:before {
  content: "";
  position: absolute;
  background: #2d2d2d;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@keyframes rotate-logo {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(0.9) rotate(180deg);
  }
  50% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
  }
  75% {
    -webkit-transform: scale(1) rotate(540deg);
    transform: scale(0.9) rotate(540deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
    transform: scale(1) rotate(720deg);
  }
}

.hero-section.o-nas {
  background-image: url(/assets/images/background/o-nas-2022.jpg);
}

.about-us {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 85px;
  background: linear-gradient(#f9f9f9, #e7e7e7);
}

.about-us .inner {
  overflow: initial;
}

@media (max-width: 767px) {
  .about-us .about-cols .about-cols-item {
    width: calc(100% / 1 - 25px + (25px / 1));
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .about-us .about-cols .about-cols-item:nth-child(2n-2) {
    margin-right: 25px;
  }
  .about-us .about-cols .about-cols-item:nth-child(1n-1) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .about-us .about-cols .about-cols-item {
    width: calc(100% / 3 - 25px + (25px / 3));
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .about-us .about-cols .about-cols-item:nth-child(4n-4) {
    margin-right: 25px;
  }
  .about-us .about-cols .about-cols-item:nth-child(3n-3) {
    margin-right: 0;
  }
  .about-us .about-cols .about-cols-item {
    width: calc(100% / 3 - 25px + (25px / 3));
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .about-us .about-cols .about-cols-item:nth-child(4n-4) {
    margin-right: 25px;
  }
  .about-us .about-cols .about-cols-item:nth-child(3n-3) {
    margin-right: 0;
  }
  .about-us .about-cols .about-cols-item {
    width: calc(100% / 3 - 25px + (25px / 3));
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .about-us .about-cols .about-cols-item:nth-child(4n-4) {
    margin-right: 25px;
  }
  .about-us .about-cols .about-cols-item:nth-child(3n-3) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .about-us .about-cols .about-cols-item {
    width: calc(100% / 3 - 50px + (50px / 3));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .about-us .about-cols .about-cols-item:nth-child(4n-4) {
    margin-right: 50px;
  }
  .about-us .about-cols .about-cols-item:nth-child(3n-3) {
    margin-right: 0;
  }
  .about-us .about-cols .about-cols-item {
    width: calc(100% / 3 - 50px + (50px / 3));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .about-us .about-cols .about-cols-item:nth-child(4n-4) {
    margin-right: 50px;
  }
  .about-us .about-cols .about-cols-item:nth-child(3n-3) {
    margin-right: 0;
  }
  .about-us .about-cols .about-cols-item {
    width: calc(100% / 3 - 50px + (50px / 3));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .about-us .about-cols .about-cols-item:nth-child(4n-4) {
    margin-right: 50px;
  }
  .about-us .about-cols .about-cols-item:nth-child(3n-3) {
    margin-right: 0;
  }
}

.about-us .about-cols-item h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us .about-cols-item img {
  border: 1px solid #e7e7e7;
  border-radius: 40px;
  padding: 8px;
  margin-bottom: 20px;
}

.about-us .history-section {
  padding-top: 80px;
  z-index: 2;
}

.about-us .history-section .content {
  z-index: 2;
  position: relative;
}

.about-us .history-section:before {
  content: url(/assets/images/background/history.png);
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-48%) scale(1.5);
  z-index: 1;
  opacity: .4;
  pointer-events: none;
}

@media (min-width: 768px) {
  .about-us .history-section:before {
    transform: translateX(-48%);
    bottom: -3%;
  }
}

.about-us a.btn {
  z-index: 1;
}

.about-us .history-block {
  position: relative;
  min-height: 480px;
  padding: 35px 0;
}

@media (min-width: 1024px) {
  .about-us .history-block {
    min-height: 250px;
  }
}

.about-us .history-block .point-face {
  position: absolute;
  top: 0;
  left: 10%;
}

.about-us .history-block .point-face:after {
  content: url(/assets/images/arrow_about-us.png);
  position: absolute;
  top: 103px;
  left: 68px;
  transform: rotate(42deg);
}

@media (min-width: 768px) {
  .about-us .history-block .point-face {
    left: 0;
  }
  .about-us .history-block .point-face:after {
    top: 91px;
    left: 86px;
    transform: rotate(30deg);
  }
}

.about-us .history-block .point {
  z-index: 3;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
}

.about-us .history-block .point:nth-child(odd) {
  margin-right: 35%;
}

.about-us .history-block .point:nth-child(odd):after {
  top: 130px;
  left: 130px;
  transform: rotate(45deg) scale(0.8);
}

.about-us .history-block .point:nth-child(even) {
  margin-left: 35%;
}

.about-us .history-block .point:nth-child(even):after {
  top: 120px;
  left: 25px;
  transform: rotate(135deg) scale(0.8);
}

@media (min-width: 768px) {
  .about-us .history-block .point {
    position: absolute;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.about-us .history-block .point .year {
  font-size: 24px;
  font-weight: 600;
  opacity: 1;
  transition: all .2s ease-in-out;
}

.about-us .history-block .point .year.inside {
  display: block;
  color: #ed7237;
  margin-bottom: 20px;
}

.about-us .history-block .point .image-holder {
  margin-top: 20px;
  position: relative;
}

.about-us .history-block .point .image-holder img {
  z-index: 5;
  position: relative;
}

.about-us .history-block .point .text-wrapper {
  position: absolute;
  min-width: 100%;
  padding: 40px 15px 35px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  background: #000;
  color: #fff;
  z-index: 3;
  transition: all .2s ease-in-out;
  transform-origin: top center;
}

.about-us .history-block .point .text-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #ed7237;
  transition: all .2s ease-in-out;
  transition-delay: .15s;
}

@media (min-width: 768px) {
  .about-us .history-block .point .text-wrapper {
    min-width: 250px;
    padding: 45px 22px 45px;
  }
}

@media (min-width: 1024px) {
  .about-us .history-block .point .text-wrapper {
    min-width: 340px;
    padding: 50px 35px 55px;
  }
}

.about-us .history-block .point.active {
  z-index: 6;
}

.about-us .history-block .point.active img {
  z-index: 11;
}

.about-us .history-block .point.active .year {
  opacity: 0;
}

.about-us .history-block .point.active .year.inside {
  opacity: 1;
}

.about-us .history-block .point.active .text-wrapper {
  transform: translateX(-50%) scale(1);
  z-index: 10;
}

.about-us .history-block .point.active .text-wrapper:after {
  height: 4%;
}

.about-us .history-block .point.osm:before {
  content: url(/assets/images/point-stars.png);
  position: absolute;
  top: -22px;
  left: 70px;
  transform: scale(0.8);
}

.about-us .history-block .point.osm:after {
  content: none;
}

.about-us .history-block .point.osm .year {
  color: #ed7237;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .about-us .history-block .point.osm .text-wrapper {
    left: auto;
    right: -200px;
  }
}

.about-us .history-block .point:after {
  content: url(/assets/images/arrow_about-us.png);
  position: absolute;
  left: 70px;
}

@media (min-width: 768px) {
  .about-us .history-block .point.dva {
    top: 10%;
    left: 25%;
  }
  .about-us .history-block .point.dva:after {
    top: 60px;
    left: 90px;
    transform: rotate(-4deg);
  }
  .about-us .history-block .point.tri {
    top: 8%;
    left: 55%;
  }
  .about-us .history-block .point.tri:after {
    top: 70px;
    left: 75px;
    transform: rotate(7deg);
  }
  .about-us .history-block .point.ctyri {
    top: 12%;
    left: 80%;
  }
  .about-us .history-block .point.ctyri:after {
    top: 58px;
    left: 78px;
    transform: rotate(-8deg);
  }
  .about-us .history-block .point.pet {
    top: 48%;
    left: 11%;
  }
  .about-us .history-block .point.pet:after {
    top: 77px;
    left: 86px;
    transform: rotate(10deg);
  }
  .about-us .history-block .point.sest {
    top: 55%;
    left: 38%;
  }
  .about-us .history-block .point.sest:after {
    top: 60px;
    transform: rotate(-5deg);
    left: 85px;
  }
  .about-us .history-block .point.sedm {
    top: 52%;
    left: 64%;
  }
  .about-us .history-block .point.sedm:after {
    top: 61px;
    left: 77px;
    transform: rotate(-4deg);
  }
  .about-us .history-block .point.osm {
    top: 50%;
    left: 89%;
  }
  .about-us .history-block .point.osm:before {
    left: -74%;
    top: -20%;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .about-us .history-block .point.dva {
    top: 40%;
    left: 12%;
  }
  .about-us .history-block .point.dva:after {
    top: 48px;
    left: 75px;
    transform: rotate(-12deg);
  }
  .about-us .history-block .point.tri {
    top: 25%;
    left: 26%;
  }
  .about-us .history-block .point.tri:after {
    top: 70px;
    left: 75px;
    transform: rotate(7deg);
  }
  .about-us .history-block .point.ctyri {
    top: 30%;
    left: 40%;
  }
  .about-us .history-block .point.ctyri:after {
    top: 58px;
    left: 78px;
    transform: rotate(-8deg);
  }
  .about-us .history-block .point.pet {
    top: 23%;
    left: 54%;
  }
  .about-us .history-block .point.pet:after {
    top: 62px;
    left: 75px;
    transform: rotate(2deg);
  }
  .about-us .history-block .point.sest {
    top: 24%;
    left: 68%;
  }
  .about-us .history-block .point.sest:after {
    top: 75px;
    transform: rotate(10deg);
  }
  .about-us .history-block .point.sedm {
    top: 32%;
    left: 82%;
  }
  .about-us .history-block .point.sedm:after {
    top: 50px;
    transform: rotate(-15deg);
  }
  .about-us .history-block .point.osm {
    top: 15%;
    left: 95%;
  }
  .about-us .history-block .point.osm:before {
    top: -32%;
  }
}

.person-container .person {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .person-container .person {
    flex-wrap: nowrap;
  }
  .person-container .person:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.person-container .text-holder {
  padding: 35px 0 15px;
  margin-right: auto;
}

@media (min-width: 768px) {
  .person-container .text-holder {
    padding: 35px 0 35px;
    margin-left: 65px;
    max-width: 60%;
  }
}

.person-container img {
  margin: 0 auto;
  max-width: 280px;
}

.hero-section.kariera {
  background-image: url(/assets/images/background/kariera_new-2024.jpg);
}

.jobs {
  background-image: url(/assets/images/background/jobs.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 40px;
}

@media (min-width: 380px) {
  .jobs {
    padding-top: calc(5.15464vw + 35.41237px);
  }
}

@media (min-width: 768px) {
  .jobs {
    padding-top: calc(7.07547vw + 20.66038px);
  }
}

@media (min-width: 980px) {
  .jobs {
    padding-top: calc(3.33333vw + 57.33333px);
  }
}

@media (min-width: 1280px) {
  .jobs {
    padding-top: 100px;
  }
}

@media (min-width: 380px) {
  .jobs {
    padding-bottom: calc(1.28866vw + 35.10309px);
  }
}

@media (min-width: 768px) {
  .jobs {
    padding-bottom: 45px;
  }
}

.jobs h2.big-span {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width: 380px) {
  .jobs h2.big-span {
    font-size: calc(1.54639vw + 18.12371px);
  }
}

@media (min-width: 768px) {
  .jobs h2.big-span {
    font-size: 30px;
  }
}

@media (min-width: 380px) {
  .jobs h2.big-span {
    padding-bottom: calc(2.57732vw + 30.20619px);
  }
}

@media (min-width: 768px) {
  .jobs h2.big-span {
    padding-bottom: calc(4.71698vw + 13.77358px);
  }
}

@media (min-width: 980px) {
  .jobs h2.big-span {
    padding-bottom: 60px;
  }
}

.jobs h2.big-span span {
  font-size: 40px;
  font-weight: 600;
  display: block;
}

@media (min-width: 380px) {
  .jobs h2.big-span span {
    font-size: calc(2.57732vw + 30.20619px);
  }
}

@media (min-width: 768px) {
  .jobs h2.big-span span {
    font-size: calc(4.71698vw + 13.77358px);
  }
}

@media (min-width: 980px) {
  .jobs h2.big-span span {
    font-size: 60px;
  }
}

.jobs .swiper-container {
  height: 100%;
}

@media (min-width: 1024px) {
  .jobs .swiper-container {
    width: 1024px;
  }
}

.jobs .swiper-container .swiper-slide {
  position: relative;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
  min-height: 248px;
}

.jobs .swiper-container .swiper-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.15s ease-in-out;
}

.jobs .swiper-container .swiper-slide-content h3 {
  font-size: 18px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 380px) {
  .jobs .swiper-container .swiper-slide-content h3 {
    font-size: calc(.7732vw + 15.06186px);
  }
}

@media (min-width: 768px) {
  .jobs .swiper-container .swiper-slide-content h3 {
    font-size: calc(1.41509vw + 10.13208px);
  }
}

@media (min-width: 980px) {
  .jobs .swiper-container .swiper-slide-content h3 {
    font-size: 24px;
  }
}

.jobs .swiper-container .swiper-slide-content img {
  display: block;
  margin: 0 auto 85px;
  max-width: 85px;
}

.jobs .swiper-container .swiper-slide-content img img:not([src]) {
  width: 85px;
  height: 85px;
}

.jobs .swiper-container .swiper-slide-content .h3.small {
  font-size: 16px;
  margin-bottom: 25px;
}

.jobs .swiper-container .swiper-slide-content p {
  height: 125px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jobs .swiper-container .swiper-slide .btn {
  padding: 10px 50px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .jobs .swiper-container .swiper-slide .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 185px;
    transform: translateX(-50%);
  }
}

.jobs .swiper-container .swiper-slide .text-block {
  display: none;
}

.jobs .swiper-container .swiper-slide:hover .swiper-slide-content {
  top: -240px;
}

.jobs .inner {
  position: relative;
}

.jobs .inner .swiper-button {
  opacity: 1;
}

@media (min-width: 1024px) {
  .jobs .inner .swiper-button {
    opacity: 0;
  }
  .jobs .inner:hover .swiper-button {
    opacity: 1;
  }
}

.jobs .swiper-button {
  transition: all .25s ease-in-out;
  opacity: 0;
  content: url(/assets/images/swiper-arrow.png);
  width: 40px;
  height: 40px;
  top: 65%;
  background: transparent;
  transform: scale(0.75);
}

.jobs .swiper-button:before {
  content: none;
}

.jobs .swiper-button-next {
  right: 0;
}

.jobs .swiper-button-prev {
  left: 0;
  transform: rotate(180deg) scale(0.75);
}

.jobs .swiper-button-disabled {
  opacity: 0 !important;
}

.jobs .swiper-button:hover {
  transform: scale(0.9);
}

.jobs .swiper-button:hover.swiper-button-prev {
  transform: rotate(180deg) scale(0.9);
}

.life-in-poski {
  padding: 0;
}

.life-in-poski .inner {
  padding-top: 45px;
  position: relative;
  max-width: 1100px;
}

@media (min-width: 380px) {
  .life-in-poski .inner {
    padding-top: calc(6.4433vw + 20.51546px);
  }
}

@media (min-width: 768px) {
  .life-in-poski .inner {
    padding-top: calc(5.85938vw + 25px);
  }
}

@media (min-width: 1280px) {
  .life-in-poski .inner {
    padding-top: 100px;
  }
}

.life-in-poski .inner:before {
  content: url(/assets/images/kariera/cloak.png);
  position: absolute;
  top: -120px;
  left: 190px;
  transform: scale(0.8);
}

@media (min-width: 768px) {
  .life-in-poski .inner:before {
    top: 25px;
    left: 165px;
    transform: scale(1);
  }
}

.life-in-poski .inner:after {
  content: url(/assets/images/kariera/digital-time.png);
  position: absolute;
  top: 365px;
  right: -63px;
  transform: scale(0.6);
}

@media (min-width: 768px) {
  .life-in-poski .inner:after {
    top: 250px;
    right: 105px;
    transform: scale(1);
  }
}

.life-in-poski h2, .life-in-poski .h3 {
  text-align: center;
  position: relative;
}

.life-in-poski .h3 {
  margin-bottom: 30px;
}

@media (min-width: 380px) {
  .life-in-poski .h3 {
    margin-bottom: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .life-in-poski .h3 {
    margin-bottom: calc(1.95313vw + 25px);
  }
}

@media (min-width: 1280px) {
  .life-in-poski .h3 {
    margin-bottom: 50px;
  }
}

.life-in-poski ul.poski {
  column-gap: 25px;
}

@media (min-width: 768px) {
  .life-in-poski ul.poski {
    column-gap: calc(6.83594vw - 27.5px);
  }
}

@media (min-width: 1280px) {
  .life-in-poski ul.poski {
    column-gap: 60px;
  }
}

@media (min-width: 768px) {
  .life-in-poski ul.poski {
    column-count: 2;
  }
}

.top-title {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
}

@media (min-width: 380px) {
  .top-title {
    padding-bottom: calc(3.86598vw + 25.30928px);
  }
}

@media (min-width: 768px) {
  .top-title {
    padding-bottom: calc(9.43396vw - 17.45283px);
  }
}

@media (min-width: 980px) {
  .top-title {
    padding-bottom: 75px;
  }
}

.top-title p {
  max-width: 1024px;
  margin: 35px auto 75px;
}

.top-title a.btn {
  font-size: 18px;
  padding: 20px 60px;
}

.list-imageR {
  padding-top: 25px;
  padding-bottom: 65px;
  position: relative;
}

.list-imageR .inner {
  position: relative;
}

.list-imageR .text-wrapper {
  margin-top: 25px;
}

@media (min-width: 380px) {
  .list-imageR .text-wrapper {
    margin-top: calc(1.28866vw + 20.10309px);
  }
}

@media (min-width: 768px) {
  .list-imageR .text-wrapper {
    margin-top: calc(4.71698vw - 6.22642px);
  }
}

@media (min-width: 980px) {
  .list-imageR .text-wrapper {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .list-imageR .text-wrapper {
    flex: 1 0 0%;
    margin-right: 5%;
  }
}

.list-imageR .image-holder {
  margin-left: auto;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .list-imageR .image-holder {
    padding-top: 20px;
    flex: 1 0 0%;
  }
}

@media (min-width: 768px) {
  .list-imageR .image-holder img {
    max-width: 85%;
  }
}

.list-imageR h2 {
  padding-bottom: 10px;
}

@media (min-width: 380px) {
  .list-imageR h2 {
    padding-bottom: calc(5.15464vw - 9.58763px);
  }
}

@media (min-width: 768px) {
  .list-imageR h2 {
    padding-bottom: calc(11.79245vw - 60.56604px);
  }
}

@media (min-width: 980px) {
  .list-imageR h2 {
    padding-bottom: 55px;
  }
}

.list-imageR:before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.list-2cols, .list-2cols-wTitle {
  padding-top: 50px;
  padding-bottom: 10px;
}

@media (min-width: 380px) {
  .list-2cols, .list-2cols-wTitle {
    padding-top: calc(5.15464vw + 30.41237px);
  }
}

@media (min-width: 768px) {
  .list-2cols, .list-2cols-wTitle {
    padding-top: calc(7.07547vw + 15.66038px);
  }
}

@media (min-width: 980px) {
  .list-2cols, .list-2cols-wTitle {
    padding-top: calc(5vw + 36px);
  }
}

@media (min-width: 1280px) {
  .list-2cols, .list-2cols-wTitle {
    padding-top: 100px;
  }
}

@media (min-width: 380px) {
  .list-2cols, .list-2cols-wTitle {
    padding-bottom: calc(3.86598vw - 4.69072px);
  }
}

@media (min-width: 768px) {
  .list-2cols, .list-2cols-wTitle {
    padding-bottom: 25px;
  }
}

.list-2cols h2, .list-2cols-wTitle h2 {
  padding-bottom: 10px;
}

@media (min-width: 380px) {
  .list-2cols h2, .list-2cols-wTitle h2 {
    padding-bottom: calc(5.15464vw - 9.58763px);
  }
}

@media (min-width: 768px) {
  .list-2cols h2, .list-2cols-wTitle h2 {
    padding-bottom: calc(11.79245vw - 60.56604px);
  }
}

@media (min-width: 980px) {
  .list-2cols h2, .list-2cols-wTitle h2 {
    padding-bottom: 55px;
  }
}

.list-2cols .inner > .title, .list-2cols-wTitle .inner > .title {
  width: 100%;
  padding-bottom: 12px;
}

@media (min-width: 380px) {
  .list-2cols .inner > .title, .list-2cols-wTitle .inner > .title {
    padding-bottom: calc(4.63918vw - 5.62887px);
  }
}

@media (min-width: 768px) {
  .list-2cols .inner > .title, .list-2cols-wTitle .inner > .title {
    padding-bottom: calc(8.49057vw - 35.20755px);
  }
}

@media (min-width: 980px) {
  .list-2cols .inner > .title, .list-2cols-wTitle .inner > .title {
    padding-bottom: 48px;
  }
}

.list-2cols .inner > .title h3, .list-2cols-wTitle .inner > .title h3 {
  font-size: 20px;
}

@media (min-width: 380px) {
  .list-2cols .inner > .title h3, .list-2cols-wTitle .inner > .title h3 {
    font-size: calc(1.33333vw + 14.93333px);
  }
}

@media (min-width: 980px) {
  .list-2cols .inner > .title h3, .list-2cols-wTitle .inner > .title h3 {
    font-size: 28px;
  }
}

.list-2cols .inner > .title > *, .list-2cols-wTitle .inner > .title > * {
  margin: 0 !important;
  padding: 0 !important;
}

.list-2cols .col, .list-2cols-wTitle .col {
  flex: 1 0 100%;
}

.list-2cols .col:first-child, .list-2cols-wTitle .col:first-child {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .list-2cols .col, .list-2cols-wTitle .col {
    flex: 1 0 50%;
  }
  .list-2cols .col.col-left, .list-2cols-wTitle .col.col-left {
    padding-right: 85px;
    margin-bottom: 0;
  }
}

.hero-section.fitness-weby {
  position: relative;
}

.hero-section.fitness-weby h1.main-title {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 28px;
}

@media (min-width: 380px) {
  .hero-section.fitness-weby h1.main-title {
    font-size: calc(3.60825vw + 14.28866px);
  }
}

@media (min-width: 768px) {
  .hero-section.fitness-weby h1.main-title {
    font-size: calc(5.66038vw - 1.4717px);
  }
}

@media (min-width: 980px) {
  .hero-section.fitness-weby h1.main-title {
    font-size: calc(1.30435vw + 41.21739px);
  }
}

@media (min-width: 1440px) {
  .hero-section.fitness-weby h1.main-title {
    font-size: 60px;
  }
}

.hero-section.fitness-weby h1.main-title span {
  font-size: 43px;
}

@media (min-width: 380px) {
  .hero-section.fitness-weby h1.main-title span {
    font-size: calc(6.16667vw + 19.56667px);
  }
}

@media (min-width: 980px) {
  .hero-section.fitness-weby h1.main-title span {
    font-size: calc(9.78261vw - 15.86957px);
  }
}

@media (min-width: 1440px) {
  .hero-section.fitness-weby h1.main-title span {
    font-size: 125px;
  }
}

.hero-section.fitness-weby .audit {
  text-decoration: none;
  position: absolute;
  background: #ed7237;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 122px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  padding: 25px 17px;
  top: 40px;
  left: 0;
  border: 2px solid #ed7237;
  border-left: none;
  display: block;
  transition: all .25s ease-in-out;
}

.hero-section.fitness-weby .audit:hover {
  color: #ed7237;
  background: transparent;
}

@media (max-width: 1200px) {
  .hero-section.fitness-weby .audit {
    font-size: 12px;
    width: 90px;
    padding: 20px 7px;
  }
}

@media (max-width: 900px) {
  .hero-section.fitness-weby .audit {
    display: none;
  }
}

.hero-section.fitness-weby .audit:before {
  content: 'Audit vašeho webu ZDARMA';
}

.hero-section.fitness-weby .buttons-holder .btn {
  margin: 10px;
}

.projects .reference {
  margin-bottom: 10px;
}

.projects .reference .btn {
  display: inline-block;
}

@media (max-width: 550px) {
  .projects .reference .btn {
    display: none;
  }
}

.for-who-icons {
  text-align: center;
}

.for-who-icons h2 {
  margin-bottom: 25px;
}

.for-who-icons .element {
  width: 20%;
}

@media (max-width: 980px) {
  .for-who-icons .element {
    width: 33%;
  }
}

@media (max-width: 650px) {
  .for-who-icons .element {
    width: 50%;
  }
}

@media (max-width: 420px) {
  .for-who-icons .element {
    width: 100%;
  }
}

.for-who-icons .element svg {
  color: #ed7237;
}

.for-who-icons .element p {
  font-size: 18px;
  font-weight: 500;
  max-width: 200px;
  margin: 20px auto 27px;
  line-height: 1.3;
}

.description {
  background: #f0f0f0;
  text-align: center;
}

.description h2 {
  color: #ed7237;
}

.co-vyresime-za-vas {
  background: #fff url(/assets/images/segment-sport/co-vyresime-za-vas-bg.jpg) no-repeat bottom left;
  background-size: cover;
  padding: 105px 0 0 0;
  position: relative;
}

@media (max-width: 890px) {
  .co-vyresime-za-vas {
    padding-top: 42px;
  }
}

.co-vyresime-za-vas--holder {
  align-items: flex-end;
}

.co-vyresime-za-vas .images {
  position: relative;
  width: 40%;
}

@media (max-width: 890px) {
  .co-vyresime-za-vas .images {
    display: none;
  }
}

.co-vyresime-za-vas .images .kacka_tomas {
  position: relative;
  left: 9%;
  max-width: 100%;
}

.co-vyresime-za-vas .bubble_1, .co-vyresime-za-vas .bubble_2 {
  position: absolute;
  top: -100px;
}

.co-vyresime-za-vas .bubble_1 p, .co-vyresime-za-vas .bubble_2 p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  text-align: center;
}

.co-vyresime-za-vas .bubble_1 strong, .co-vyresime-za-vas .bubble_2 strong {
  display: block;
  font-weight: 900;
}

.co-vyresime-za-vas .bubble_1 img, .co-vyresime-za-vas .bubble_2 img {
  max-width: unset;
}

.co-vyresime-za-vas .bubble_1 {
  left: 80%;
}

@media (max-width: 1400px) {
  .co-vyresime-za-vas .bubble_1 {
    top: -150px;
    left: 60%;
  }
}

.co-vyresime-za-vas .bubble_1 p {
  position: absolute;
  top: 20px;
}

.co-vyresime-za-vas .bubble_2 {
  left: 0;
}

@media (max-width: 1400px) {
  .co-vyresime-za-vas .bubble_2 {
    top: -180px;
    left: 0;
  }
}

.co-vyresime-za-vas .bubble_2 p {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 172px;
}

.co-vyresime-za-vas .text {
  margin-bottom: 0;
  padding-bottom: 88px;
  padding-left: 15%;
  width: 60%;
}

@media (max-width: 890px) {
  .co-vyresime-za-vas .text {
    width: 100%;
    padding: 0 4% 42px;
  }
}

.co-vyresime-za-vas .text .subtitle {
  margin-bottom: 80px;
}

@media (max-width: 890px) {
  .co-vyresime-za-vas .text .subtitle {
    margin-bottom: 44px;
  }
}

.co-vyresime-za-vas .text .last {
  line-height: 1.6;
  margin: 42px 0 0;
}

.co-vyresime-za-vas .text .last strong {
  display: block;
  margin: 0 0 9px;
  font-size: 17px;
}

.co-vyresime-za-vas .elements {
  margin-top: 50px;
}

.co-vyresime-za-vas .element {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.co-vyresime-za-vas .element svg {
  margin-right: 35px;
}

.co-vyresime-za-vas .element svg path {
  fill: #ed7237;
}

.co-vyresime-za-vas .element p {
  margin-bottom: 0;
}

.jak-jsme-pomohli h2 {
  text-align: center;
}

.jak-jsme-pomohli .text {
  width: calc(100% - 600px);
}

@media (max-width: 1200px) {
  .jak-jsme-pomohli .text {
    width: 58%;
  }
}

@media (max-width: 767px) {
  .jak-jsme-pomohli .text {
    width: 100%;
    order: 2;
  }
}

.jak-jsme-pomohli .text img {
  margin-bottom: 20px;
}

.jak-jsme-pomohli .text .numbers {
  margin-top: 30px;
}

@media (min-width: 380px) {
  .jak-jsme-pomohli .text .numbers {
    margin-top: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .jak-jsme-pomohli .text .numbers {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .jak-jsme-pomohli .text a {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.jak-jsme-pomohli .preview {
  width: 500px;
  text-align: center;
}

@media (max-width: 1200px) {
  .jak-jsme-pomohli .preview {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .jak-jsme-pomohli .preview {
    width: 100%;
    order: 1;
  }
}

.konzultace-se-specialistou {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.konzultace-se-specialistou .text {
  width: calc(100% - 470px);
}

@media (max-width: 980px) {
  .konzultace-se-specialistou .text {
    width: 58%;
  }
}

@media (max-width: 650px) {
  .konzultace-se-specialistou .text {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 980px) {
  .konzultace-se-specialistou img {
    width: 40%;
  }
}

@media (max-width: 650px) {
  .konzultace-se-specialistou img {
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.konzultace-se-specialistou h2 {
  color: #ed7237;
}

.first-20 {
  margin: 0 0 23px;
  line-height: 34px;
  position: relative;
  user-select: none;
  background-color: #ed7237;
  display: table;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 11px !important;
  padding: 0 16px;
}

.first-20:after, .first-20:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent #ed7237;
}

.first-20:before {
  left: -17px;
  border-width: 17px 17px 17px 0;
}

.first-20:after {
  right: -17px;
  border-width: 17px 0 17px 17px;
}

.how-can-it-look {
  background: url(/assets/images/partnersky-program/bg-team.jpg) bottom center no-repeat;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.how-can-it-look .wt-inline {
  margin-top: 110px;
}

.how-can-it-look .variant {
  width: calc(33.333% - 14px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 990px) {
  .how-can-it-look .variant {
    width: 100%;
    max-width: 490px;
    margin: 0 auto 60px;
  }
}

.how-can-it-look .variant figure {
  margin: 0;
}

.how-can-it-look .variant .title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 150px;
  z-index: 10;
  font-weight: 600;
  left: 0;
  background: #fff;
  color: #000;
  padding: 15px 22px 18px;
  border-top: 2px solid #ed7237;
  font-size: 15px;
  top: -52px;
  box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.03);
}

.how-can-it-look .variant .hover-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
}

.how-can-it-look .variant .hover-content span {
  font-weight: 500;
  color: white;
  font-size: 12px;
  margin: -1px 0 15px;
}

.how-can-it-look .variant .hover-content p {
  font-size: 18px;
  color: #ed7237;
  font-weight: 600;
  margin-bottom: 10px;
}

.how-can-it-look .variant .element {
  width: calc(50% - 11px);
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.how-can-it-look .variant .element img {
  max-width: 100%;
}

.how-can-it-look .variant .element:first-of-type {
  width: 100%;
}

.how-can-it-look .variant .element:not(:first-of-type) .hover-content p {
  display: none;
}

.how-can-it-look .variant .element:not(:first-of-type) a.btn {
  padding: 3px 14px;
}

.how-can-it-look .variant .element:hover .hover-content {
  visibility: visible;
  opacity: 1;
}

.form.sport-poptavka {
  text-align: center;
}

.form.sport-poptavka h2 {
  font-size: 26px;
}

@media (min-width: 380px) {
  .form.sport-poptavka h2 {
    font-size: calc(1.03093vw + 22.08247px);
  }
}

@media (min-width: 768px) {
  .form.sport-poptavka h2 {
    font-size: calc(2.83019vw + 8.26415px);
  }
}

@media (min-width: 980px) {
  .form.sport-poptavka h2 {
    font-size: 36px;
  }
}

.form.sport-poptavka .subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: -6px 0 30px;
}

.form.sport-poptavka .perex {
  max-width: 630px;
  margin: 0 auto 60px;
}

.hero-section.skoleni {
  background-image: url(/assets/images/background/skoleni-2022.jpg);
}

.hero-section.skoleni.detail h1 span {
  font-size: 33px;
}

@media (min-width: 380px) {
  .hero-section.skoleni.detail h1 span {
    font-size: calc(2.57732vw + 23.20619px);
  }
}

@media (min-width: 768px) {
  .hero-section.skoleni.detail h1 span {
    font-size: calc(10.37736vw - 36.69811px);
  }
}

@media (min-width: 980px) {
  .hero-section.skoleni.detail h1 span {
    font-size: calc(6.52174vw + 1.08696px);
  }
}

@media (min-width: 1440px) {
  .hero-section.skoleni.detail h1 span {
    font-size: 95px;
  }
}

@media (min-width: 1920px) {
  .hero-section.skoleni.detail h1 span {
    font-size: 95px;
  }
}

.hero-section.skoleni .sub-title {
  font-size: 24px;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 380px) {
  .hero-section.skoleni .sub-title {
    font-size: calc(.51546vw + 16.04124px);
  }
}

@media (min-width: 768px) {
  .hero-section.skoleni .sub-title {
    font-size: calc(1.88679vw + 5.50943px);
  }
}

@media (min-width: 980px) {
  .hero-section.skoleni .sub-title {
    font-size: 24px;
  }
}

.hero-section.skoleni .sub-title .features {
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
}

@media (min-width: 380px) {
  .hero-section.skoleni .sub-title .features {
    font-size: calc(.51546vw + 12.04124px);
  }
}

@media (min-width: 768px) {
  .hero-section.skoleni .sub-title .features {
    font-size: 16px;
  }
}

.hero-section.skoleni .sub-title .features span {
  padding: 0 20px;
  display: inline-block;
}

.hero-section.skoleni .sub-title .features span svg {
  display: inline;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.table-skoleni {
  padding-top: 45px;
}

@media (min-width: 380px) {
  .table-skoleni {
    padding-top: calc(5.15464vw + 25.41237px);
  }
}

@media (min-width: 768px) {
  .table-skoleni {
    padding-top: calc(7.07547vw + 10.66038px);
  }
}

@media (min-width: 980px) {
  .table-skoleni {
    padding-top: 80px;
  }
}

.table-skoleni h2 {
  text-align: center;
  margin-bottom: 10px;
}

.table-skoleni-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.table-skoleni .table-skoleni-box {
  position: relative;
  border: 1px solid gainsboro;
  width: 32%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.table-skoleni .table-skoleni-box:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 25px;
}

@media (max-width: 980px) {
  .table-skoleni .table-skoleni-box {
    width: 48%;
  }
  .table-skoleni .table-skoleni-box:nth-child(3) {
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .table-skoleni .table-skoleni-box {
    width: 100%;
    padding: 6%;
  }
  .table-skoleni .table-skoleni-box:nth-child(2) {
    margin-top: 25px;
  }
}

.table-skoleni .table-skoleni-box.spaccer {
  border: none;
  margin: 0;
  padding: 0;
}

.table-skoleni .table-skoleni-box p {
  margin: 0;
}

.table-skoleni .table-skoleni-box .person {
  position: absolute;
  bottom: 0;
  right: 5px;
  max-width: 30%;
  max-height: 190px;
}

.table-skoleni .table-skoleni-box .full-capacity {
  font-size: 14px;
  color: red;
}

.table-skoleni .table-skoleni-box .skoleni-spec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-skoleni .table-skoleni-box .skoleni-spec:after {
  content: ' ';
  display: block;
  order: 2;
  flex: 1;
  margin: 0 15px;
  height: 1px;
  background: #e4e4e4;
}

.table-skoleni .table-skoleni-box .skoleni-spec p {
  order: 3;
  font-weight: 600;
  color: #ed7237;
  font-size: 14px;
}

.table-skoleni .table-skoleni-box .skoleni-spec span {
  font-weight: 400;
  color: #989898;
  font-size: 14px;
}

.table-skoleni .table-skoleni-box .title {
  color: #000;
  min-height: 90px;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
  margin: 30px 0 50px;
}

.table-skoleni .table-skoleni-box .skoleni-bottom {
  padding-right: 25%;
}

.table-skoleni .table-skoleni-box .skoleni-top {
  position: relative;
}

.table-skoleni .table-skoleni-box .skoleni-badge {
  position: absolute;
  bottom: 17px;
  left: -11.7%;
  background: #ed7237;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 10px 6px 11%;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .table-skoleni .table-skoleni-box .skoleni-badge {
    left: -7.5%;
    padding-left: 7%;
  }
}

@media (max-width: 600px) {
  .table-skoleni .table-skoleni-box .skoleni-badge {
    left: -7%;
    padding-left: 6.8%;
  }
}

.table-skoleni .table-skoleni-box .skolitel {
  margin: 0 0 25px;
}

.table-skoleni .table-skoleni-box .skolitel div {
  font-size: 13px;
  color: #989898;
  font-weight: 400;
}

.table-skoleni .table-skoleni-box .skolitel p {
  color: black;
  font-weight: 600;
  font-size: 17px;
  margin: 3px 0 0;
}

.table-skoleni .table-skoleni-box .price {
  color: #a1a1a1;
  font-weight: 300;
  font-size: 17px;
}

.table-skoleni .table-skoleni-box .price strong {
  color: #ed7237;
  font-weight: 600;
}

.table-skoleni .table-skoleni-box:not(.is-full)hover .title {
  text-decoration: underline;
}

.skoleni-probehlo {
  padding-top: 45px;
  padding-bottom: 30px;
  background: linear-gradient(#fff, #efefef);
}

@media (min-width: 380px) {
  .skoleni-probehlo {
    padding-top: calc(5.15464vw + 25.41237px);
  }
}

@media (min-width: 768px) {
  .skoleni-probehlo {
    padding-top: calc(7.07547vw + 10.66038px);
  }
}

@media (min-width: 980px) {
  .skoleni-probehlo {
    padding-top: 80px;
  }
}

@media (min-width: 380px) {
  .skoleni-probehlo {
    padding-bottom: calc(2.57732vw + 20.20619px);
  }
}

@media (min-width: 768px) {
  .skoleni-probehlo {
    padding-bottom: calc(9.43396vw - 32.45283px);
  }
}

@media (min-width: 980px) {
  .skoleni-probehlo {
    padding-bottom: 60px;
  }
}

.skoleni-probehlo h2 {
  text-align: center;
}

.skoleni-probehlo-container {
  margin-top: 20px;
}

.skoleni-probehlo-box {
  position: relative;
  width: calc((100% / 2 - 50px) + (50px / 2));
  margin-right: 50px;
  margin-bottom: 50px;
  display: inline-block;
  overflow: hidden;
  border: 4px solid #000;
}

.skoleni-probehlo-box:nth-child(2n+2) {
  margin-right: 0;
}

@media (min-width: 350px) {
  .skoleni-probehlo-box {
    width: calc((100% / 1 - 50px) + (50px / 1));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .skoleni-probehlo-box:nth-child(0n+0) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .skoleni-probehlo-box:nth-child(1n+1) {
    margin-right: 0;
  }
}

@media (min-width: 751px) {
  .skoleni-probehlo-box {
    width: calc((100% / 2 - 50px) + (50px / 2));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .skoleni-probehlo-box:nth-child(1n+1) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .skoleni-probehlo-box:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 1151px) {
  .skoleni-probehlo-box {
    width: calc((100% / 2 - 50px) + (50px / 2));
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .skoleni-probehlo-box:nth-child(1n+1) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .skoleni-probehlo-box:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .skoleni-probehlo-box {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

.skoleni-probehlo-box img {
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

.skoleni-probehlo-box .content-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 35px;
  padding-right: 25px;
  padding-bottom: 35px;
  padding-left: 25px;
  align-content: space-between;
  z-index: 3;
}

@media (min-width: 380px) {
  .skoleni-probehlo-box .content-inner {
    padding-top: calc(2.5vw + 25.5px);
  }
}

@media (min-width: 980px) {
  .skoleni-probehlo-box .content-inner {
    padding-top: 50px;
  }
}

@media (min-width: 380px) {
  .skoleni-probehlo-box .content-inner {
    padding-right: calc(2.5vw + 15.5px);
  }
}

@media (min-width: 980px) {
  .skoleni-probehlo-box .content-inner {
    padding-right: 40px;
  }
}

@media (min-width: 380px) {
  .skoleni-probehlo-box .content-inner {
    padding-bottom: calc(2.5vw + 25.5px);
  }
}

@media (min-width: 980px) {
  .skoleni-probehlo-box .content-inner {
    padding-bottom: 50px;
  }
}

@media (min-width: 380px) {
  .skoleni-probehlo-box .content-inner {
    padding-left: calc(2.5vw + 15.5px);
  }
}

@media (min-width: 980px) {
  .skoleni-probehlo-box .content-inner {
    padding-left: 40px;
  }
}

.skoleni-probehlo-box .content-inner h3 {
  font-size: 20px;
  padding-right: 10px;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 380px) {
  .skoleni-probehlo-box .content-inner h3 {
    font-size: calc(.51546vw + 18.04124px);
  }
}

@media (min-width: 768px) {
  .skoleni-probehlo-box .content-inner h3 {
    font-size: calc(2.83019vw + .26415px);
  }
}

@media (min-width: 980px) {
  .skoleni-probehlo-box .content-inner h3 {
    font-size: 28px;
  }
}

@media (min-width: 380px) {
  .skoleni-probehlo-box .content-inner h3 {
    padding-right: calc(3.60825vw - 3.71134px);
  }
}

@media (min-width: 768px) {
  .skoleni-probehlo-box .content-inner h3 {
    padding-right: calc(7.54717vw - 33.96226px);
  }
}

@media (min-width: 980px) {
  .skoleni-probehlo-box .content-inner h3 {
    padding-right: 40px;
  }
}

.skoleni-probehlo-box .content-inner .badge {
  background: black;
  color: #fff;
  padding: 5px 20px 5px 40px;
  margin-left: -40px;
  font-size: 12px;
  font-weight: 600;
}

.skoleni-probehlo-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.skoleni-probehlo-box:hover img {
  transform: scale(1.05);
}

.contact-skoleni {
  padding-top: 55px;
  padding-bottom: 35px;
  text-align: center;
}

@media (min-width: 380px) {
  .contact-skoleni {
    padding-top: calc(3.86598vw + 40.30928px);
  }
}

@media (min-width: 768px) {
  .contact-skoleni {
    padding-top: calc(7.07547vw + 15.66038px);
  }
}

@media (min-width: 980px) {
  .contact-skoleni {
    padding-top: 85px;
  }
}

@media (min-width: 380px) {
  .contact-skoleni {
    padding-bottom: calc(3.86598vw + 20.30928px);
  }
}

@media (min-width: 768px) {
  .contact-skoleni {
    padding-bottom: calc(4.71698vw + 13.77358px);
  }
}

@media (min-width: 980px) {
  .contact-skoleni {
    padding-bottom: 60px;
  }
}

.contact-skoleni h2 {
  margin-bottom: 25px;
}

@media (min-width: 380px) {
  .contact-skoleni h2 {
    margin-bottom: calc(2.57732vw + 15.20619px);
  }
}

@media (min-width: 768px) {
  .contact-skoleni h2 {
    margin-bottom: calc(7.07547vw - 19.33962px);
  }
}

@media (min-width: 980px) {
  .contact-skoleni h2 {
    margin-bottom: 50px;
  }
}

.contact-skoleni .inner > p, .contact-skoleni .form-container > p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.skoleni-person {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 35px;
}

@media (min-width: 380px) {
  .skoleni-person {
    margin-bottom: calc(2.57732vw + 25.20619px);
  }
}

@media (min-width: 768px) {
  .skoleni-person {
    margin-bottom: calc(4.71698vw + 8.77358px);
  }
}

@media (min-width: 980px) {
  .skoleni-person {
    margin-bottom: calc(4.54545vw + 10.45455px);
  }
}

@media (min-width: 1200px) {
  .skoleni-person {
    margin-bottom: 65px;
  }
}

@media (min-width: 700px) {
  .skoleni-person {
    padding-top: 0;
  }
}

.skoleni-person .text-wrapper {
  flex: 2 0 0%;
}

.skoleni-person .text-wrapper .subtitle {
  color: #ed7237;
}

.skoleni-person .skolitel {
  position: relative;
  align-self: flex-end;
  text-align: center;
  margin: 0 0 -5px;
  width: 100%;
}

@media (min-width: 700px) {
  .skoleni-person .skolitel {
    flex: 1 0 0%;
    margin-right: 5%;
    order: -1;
  }
}

.skoleni-person .skolitel img {
  max-height: 350px;
}

@media (min-width: 700px) {
  .skoleni-person .skolitel img {
    max-height: 100%;
  }
}

.skoleni-person .skolitel .person-info {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 20px 30px 15px 20px;
  bottom: 10%;
  left: 0;
}

.skoleni-person .skolitel .person-info span.info-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ed7237;
}

.skoleni-person .skolitel .person-info span.name {
  font-size: 20px;
}

.skoleni-person .skolitel .person-info .position {
  font-size: 14px;
  display: block;
}

@media (min-width: 700px) {
  .skoleni-person .skolitel .person-info {
    padding: 20px 20px 15px 30px;
    text-align: right;
    right: 5%;
    left: auto;
  }
}

.skoleni-is-full.alert {
  font-size: 18px;
  text-align: center;
}

.offer-boxes {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.offer-boxes h2 {
  text-align: center;
  width: 100%;
}

.offer-boxes .box {
  width: 100%;
  margin-bottom: 15px;
  background: #ed7237;
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
}

.offer-boxes .box svg {
  margin-right: .75rem;
  width: 1.5rem;
}

.offer-boxes .box i, .offer-boxes .box div {
  display: inline;
}

@media (min-width: 768px) {
  .offer-boxes .box {
    flex: 49%;
  }
  .offer-boxes .box:nth-child(even) {
    margin-right: 2%;
  }
}

.offer-boxes:after {
  content: "";
  clear: both;
  display: table;
}

#contact-text {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 35px;
}

.skoleni-fotky {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 50px;
}

.skoleni-fotky .thumbnails {
  display: flex;
  flex-wrap: wrap;
}

.skoleni-fotky .thumbnail {
  width: calc((100% / 4 - 20px) + (20px / 4));
  margin-right: 20px;
  margin-bottom: 20px;
}

.skoleni-fotky .thumbnail:nth-child(4n+4) {
  margin-right: 0;
}

@media (min-width: 420px) {
  .skoleni-fotky .thumbnail {
    width: calc((100% / 2 - 20px) + (20px / 2));
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(1n+1) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(0n+0) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 861px) {
  .skoleni-fotky .thumbnail {
    width: calc((100% / 4 - 20px) + (20px / 4));
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(3n+3) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(2n+2) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media (min-width: 1081px) {
  .skoleni-fotky .thumbnail {
    width: calc((100% / 4 - 20px) + (20px / 4));
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(3n+3) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(2n+2) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .skoleni-fotky .thumbnail:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .skoleni-fotky .thumbnail {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

.skoleni-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
}

.skoleni-dates h2 {
  width: 100%;
  text-align: center;
}

.skoleni-dates .box {
  border: 1px solid #dcdcdc;
  position: relative;
  padding: 20px 20px 20px 25%;
  margin-bottom: 27px;
  text-decoration: none;
  color: #000;
  transition: all .25s ease-in-out;
  width: 100%;
}

@media (min-width: 401px) {
  .skoleni-dates .box {
    width: 49%;
    padding-left: 12%;
  }
}

@media (min-width: 700px) {
  .skoleni-dates .box {
    width: 32%;
    padding-left: 8%;
  }
}

.skoleni-dates .box.spacer {
  padding: 0;
  margin: 0;
  border: none;
  pointer-events: none;
}

.skoleni-dates .box:before {
  transition: all .25s ease-in-out;
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: scaleX(0);
  background: #ed7237;
}

.skoleni-dates .box:hover {
  border-color: #ed7237;
}

.skoleni-dates .box:hover:before {
  transition: all .25s ease-in-out;
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: scaleX(1);
}

.skoleni-dates .box:hover svg, .skoleni-dates .box:hover span, .skoleni-dates .box:hover p {
  color: #fff;
}

.skoleni-dates svg {
  position: absolute;
  left: 9%;
  top: 48%;
  color: #ed7237;
  width: 8%;
  height: auto;
  transform: translateY(-50%);
  transition: all .25s ease-in-out;
}

.skoleni-dates span {
  font-size: 21px;
  font-weight: 600;
  transition: all .25s ease-in-out;
  position: relative;
}

.skoleni-dates p {
  margin: 1px 0 0;
  color: #989898;
  transition: all .25s ease-in-out;
  position: relative;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.hero-section.schuzka {
  background-image: url(/assets/images/background/poptavka.jpg);
}

.info-text {
  padding-bottom: 80px;
  border-bottom: 1px solid #e7e7e7;
}

.info-text p {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.form {
  flex-wrap: nowrap;
  text-align: center;
}

@media (min-width: 980px) {
  .form {
    text-align: left;
  }
  .form .column {
    width: calc(100% / 2 - 65px + (65px / 2));
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .form .column:nth-child(3n-3) {
    margin-right: 65px;
  }
  .form .column:nth-child(2n-2) {
    margin-right: 0;
  }
  .form .column {
    width: calc(100% / 2 - 65px + (65px / 2));
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .form .column:nth-child(3n-3) {
    margin-right: 65px;
  }
  .form .column:nth-child(2n-2) {
    margin-right: 0;
  }
  .form .JS-scroll-content.scrolling {
    position: fixed;
    top: 100px;
    left: calc(50% + 32.5px);
    width: calc(100% / 2 - 65px);
    max-width: 567.5px;
  }
}

@media all and (min-width: 980px) and (-ms-high-contrast: none), (min-width: 980px) and (-ms-high-contrast: active) {
  .form .JS-scroll-content.scrolling {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

@media (min-width: 980px) {
  .form .JS-scroll-content.bottom {
    align-self: flex-end;
  }
}

.form .form-col {
  margin-bottom: 40px;
}

@media (min-width: 980px) {
  .form .form-col {
    margin-bottom: 0;
  }
}

.form .form-col form .label-container {
  flex: 1 0 100%;
}

.form .form-col form .input-holder {
  flex: 1 0 100%;
  max-width: 100%;
}

.form .form-col form .ui-selectmenu-button .ui-selectmenu-icon svg {
  transition: all .15s ease-in-out;
}

.form .form-col form .ui-selectmenu-button-open .ui-selectmenu-icon svg {
  transform: rotate(180deg);
}

.form .rozpocet-radio-group .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #e7e7e7;
  padding: 15px;
  margin-bottom: 4%;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.form .rozpocet-radio-group .radio-button:first-child:after {
  background-color: #e7e7e7;
}

@media (min-width: 560px) {
  .form .rozpocet-radio-group .radio-button {
    flex: 1 0 48%;
  }
  .form .rozpocet-radio-group .radio-button:nth-child(odd) {
    margin-right: 4%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form .rozpocet-radio-group .radio-button {
    flex: 1 0 40%;
  }
}

.form .rozpocet-radio-group .radio-button .budget {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  transition: all .2s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.form .rozpocet-radio-group .radio-button .text {
  transition: all .2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.form .rozpocet-radio-group .radio-button:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 150%;
  height: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: #ed7237;
  opacity: 1;
  position: absolute;
  z-index: -1;
  transition: all 0.2s;
}

.form .rozpocet-radio-group .radio-button:hover {
  border: 1px solid rgba(237, 114, 55, 0);
  box-shadow: 0 0 12px rgba(237, 114, 55, 0.8);
}

.form .rozpocet-radio-group .radio-button:hover:first-child {
  box-shadow: 0 0 12px rgba(105, 105, 105, 0.8);
}

.form .rozpocet-radio-group .radio-button:hover .budget {
  visibility: hidden;
  opacity: 0;
}

.form .rozpocet-radio-group .radio-button:hover .text {
  visibility: visible;
  opacity: 1;
}

.form .rozpocet-radio-group .radio-button.selected {
  color: #fff;
  border: 1px solid #ed7237;
}

.form .rozpocet-radio-group .radio-button.selected:after {
  height: 600%;
}

@media (min-width: 560px) {
  .form .rozpocet-radio-group .radio-button.selected:after {
    height: 400%;
  }
}

@media (min-width: 980px) {
  .form .rozpocet-radio-group .radio-button.selected:after {
    height: 225%;
  }
}

.form .rozpocet-radio-group .radio-button.selected:first-child {
  color: #000;
  border: 1px solid #e7e7e7;
}

.form .radio-group-msg {
  margin-top: -10px;
  margin-bottom: 15px;
}

.form .btn.disabled {
  opacity: .5;
}

.form .btn.disabled:hover {
  color: #fff;
}

.form .btn.disabled:hover:after {
  height: 800%;
  opacity: 1;
}

.form .input-holder.hidden-radio {
  display: none;
}

@media (max-width: 979px) {
  .form .image-holder {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .form .image-holder {
    margin-bottom: 50px;
  }
  .form .image-holder.fixed {
    display: flex;
  }
}

@media all and (min-width: 980px) and (-ms-high-contrast: none), (min-width: 980px) and (-ms-high-contrast: active) {
  .form .image-holder.fixed {
    display: block;
  }
}

.form .image-holder img {
  margin-top: 50px;
}

.form h2 {
  font-size: 25px;
}

.form .contact-block {
  position: relative;
  margin-top: -5px;
  z-index: 1;
  background: #000;
  color: #ed7237;
  padding: 25px 0 30px;
  padding-left: 0;
  border-top: 4px solid #ed7237;
}

@media (min-width: 380px) {
  .form .contact-block {
    padding-left: calc(10.30928vw - 39.17526px);
  }
}

@media (min-width: 768px) {
  .form .contact-block {
    padding-left: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  .form .contact-block {
    padding-left: 50px;
  }
}

.form .contact-block .h2 {
  color: #fff;
  padding-bottom: 15px;
}

.form .contact-block > span {
  padding: 0 5px;
}

.form .contact-block .mail-to, .form .contact-block .tel {
  flex: 1 0 0%;
}

.form .contact-block .mail-to svg, .form .contact-block .tel svg {
  display: inline;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.hero-section.kontakty {
  background-image: url(/assets/images/background/bg-kontakt-2023.jpg);
}

@media (max-width: 768px) {
  .hero-section.kontakty {
    background-image: url(/assets/images/background/bg-kontakt-2023-small.jpg);
  }
}

.map-info {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.map-info .map {
  width: 100%;
  min-height: 320px;
  margin-bottom: -3px;
}

.map-info .map iframe {
  min-height: 320px;
}

@media (min-width: 980px) {
  .map-info .map {
    flex: 1 0 53%;
    margin-bottom: 0;
  }
}

.map-info .company-info {
  padding: 65px 0 45px 40px;
  background: #ed7237;
  color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-right: 15px;
}

@media (min-width: 380px) {
  .map-info .company-info {
    padding-right: calc(5.15464vw - 4.58763px);
  }
}

@media (min-width: 768px) {
  .map-info .company-info {
    padding-right: 35px;
  }
}

@media (min-width: 980px) {
  .map-info .company-info {
    padding-right: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .map-info .company-info {
    padding-right: calc(25vw - 260px);
  }
}

@media (min-width: 1280px) {
  .map-info .company-info {
    padding-right: calc(3.125vw + 20px);
  }
}

@media (min-width: 1920px) {
  .map-info .company-info {
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  .map-info .company-info .content {
    width: calc(100% / 2 - 25px + (25px / 2));
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .map-info .company-info .content:nth-child(3n-3) {
    margin-right: 25px;
  }
  .map-info .company-info .content:nth-child(2n-2) {
    margin-right: 0;
  }
  .map-info .company-info .content {
    width: calc(100% / 2 - 25px + (25px / 2));
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .map-info .company-info .content:nth-child(3n-3) {
    margin-right: 25px;
  }
  .map-info .company-info .content:nth-child(2n-2) {
    margin-right: 0;
  }
}

@media (min-width: 980px) {
  .map-info .company-info {
    flex: 1 0 38%;
  }
}

.map-info .company-info .cols-wrapper {
  margin-top: 20px;
}

.map-info .company-info h2, .map-info .company-info .h2 {
  color: #fff;
  padding-bottom: 20px;
}

.map-info .company-info a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.map-info .company-info:before {
  content: url(/assets/images/poski-circle-cover.svg);
  position: absolute;
  width: 60%;
  top: -5%;
  right: -10%;
  opacity: .25;
  pointer-events: none;
}

@media (min-width: 768px) {
  .map-info .company-info:before {
    top: -20%;
  }
}

.contacts-team {
  padding-bottom: 0;
  overflow: hidden;
}

.contacts-team h2 {
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .contacts-team h2 {
    padding-bottom: 50px;
  }
}

.contacts-team .team-wrapper {
  display: flex;
  align-items: flex-end;
  row-gap: 1rem 2rem;
}

.contacts-team .person {
  width: 20%;
  max-width: 360px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  padding-bottom: 3rem;
  height: 100%;
}

@media (max-width: 1200px) {
  .contacts-team .person {
    width: 26%;
  }
}

@media (max-width: 980px) {
  .contacts-team .person {
    width: 33%;
    max-width: 237px;
  }
}

@media (max-width: 750px) {
  .contacts-team .person {
    width: 48%;
  }
}

@media (max-width: 500px) {
  .contacts-team .person {
    width: 100%;
    max-width: 237px;
  }
}

.contacts-team .person img {
  display: block;
  margin-bottom: -100px;
  padding-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-team .person .personal-info {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 87%;
  transform: translateX(-50%);
  background: #fff;
  padding: 15px 20px;
  border-top: 2px solid #ed7237;
  white-space: nowrap;
  box-shadow: 3px 3px 20px -5px rgba(0, 0, 0, 0.5);
}

.contacts-team .person .personal-info .h2.small {
  font-size: 12px;
  padding-bottom: 10px;
}

.contacts-team .person .personal-info h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.contacts-team .person .personal-info h3 a {
  text-decoration: none;
}

.contacts-team .person .personal-info h3 a:hover {
  text-decoration: underline;
}

.contacts-team .person .personal-info .phone {
  font-size: 14px;
}

.additional-info {
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 980px) {
  .additional-info .support {
    flex: 1 0 64%;
    border-right: 1px solid #e7e7e7;
  }
}

.additional-info .support .phone-mail {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .additional-info .support .text-wrapper {
    width: 65%;
    padding-right: 50px;
  }
  .additional-info .support .text-wrapper .btn:hover:after {
    height: 800%;
  }
  .additional-info .support .phone-mail {
    width: 35%;
    margin-top: 0;
  }
}

.additional-info .billing {
  margin-top: 35px;
}

.additional-info .billing .item {
  display: inline-block;
}

.additional-info .billing .item:first-of-type {
  margin-right: 30px;
}

@media (min-width: 980px) {
  .additional-info .billing {
    flex: 1 0 30%;
    padding-left: 5%;
    margin-top: 0;
  }
  .additional-info .billing .item {
    display: block;
    margin-right: 0;
  }
}

.additional-info h2 {
  font-size: 22px;
}

@media (min-width: 380px) {
  .additional-info h2 {
    font-size: calc(.51546vw + 20.04124px);
  }
}

@media (min-width: 768px) {
  .additional-info h2 {
    font-size: calc(2.83019vw + 2.26415px);
  }
}

@media (min-width: 980px) {
  .additional-info h2 {
    font-size: 30px;
  }
}

.info-office {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.info-office .office-info {
  width: 100%;
  padding: 75px 40px 55px 0;
  padding-left: 15px;
  background: #000;
  color: #fff;
}

@media (min-width: 380px) {
  .info-office .office-info {
    padding-left: calc(5.15464vw - 4.58763px);
  }
}

@media (min-width: 768px) {
  .info-office .office-info {
    padding-left: 35px;
  }
}

@media (min-width: 980px) {
  .info-office .office-info {
    padding-left: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .info-office .office-info {
    padding-left: calc(25vw - 260px);
  }
}

@media (min-width: 1280px) {
  .info-office .office-info {
    padding-left: calc(3.125vw + 20px);
  }
}

@media (min-width: 1920px) {
  .info-office .office-info {
    padding-left: 80px;
  }
}

@media (min-width: 980px) {
  .info-office .office-info {
    flex: 1 0 30%;
    width: auto;
  }
}

.info-office .office-info h2, .info-office .office-info .h2 {
  color: #fff;
}

.info-office .office-tour {
  width: 100%;
  min-height: 320px;
  margin-bottom: -3px;
}

.info-office .office-tour iframe {
  min-height: 320px;
}

@media (min-width: 980px) {
  .info-office .office-tour {
    flex: 1 0 63%;
  }
}

.map-info .phone-mail .h2, .additional-info .phone-mail .h2 {
  padding-bottom: 10px;
}

.map-info .phone-mail p:first-of-type, .additional-info .phone-mail p:first-of-type {
  margin-bottom: 15px;
}

.map-info .phone-mail svg, .additional-info .phone-mail svg {
  height: 16px;
  min-width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.map-info .phone-mail a:not([href^="tel:"]), .additional-info .phone-mail a:not([href^="tel:"]) {
  font-weight: 600;
}

.pagination-2 {
  float: right;
  display: inline-block;
  padding: 15px 0;
}

.pagination-2 a {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.pagination-2 a.pagination-button {
  width: auto;
  margin: 0 5px;
}

.pagination-2 a.pagination-button i {
  margin: 0 3px;
}

.pagination-2 a.active {
  color: #fff;
  background: #1680c0;
  text-decoration: none;
}

.pagination-2 a:hover {
  text-decoration: none;
}

@media (max-width: 370px) {
  .pagination-2 {
    width: 100%;
    text-align: center;
  }
  .pagination-2 a {
    display: none;
  }
  .pagination-2 a:nth-child(1), .pagination-2 a:nth-child(2), .pagination-2 a:nth-child(3), .pagination-2 a:nth-child(4), .pagination-2 a:nth-child(5), .pagination-2 a.pagination-button {
    display: inline-block;
    float: none;
  }
}

.hero-section.error-404 {
  background-image: url(/assets/images/background/404.jpg);
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .hero-section.error-404 {
    padding-bottom: 50px;
  }
}

.hero-section.error-404 h1 {
  font-size: 100px;
  font-weight: 300;
}

@media (min-width: 380px) {
  .hero-section.error-404 h1 {
    font-size: calc(12.31527vw + 53.20197px);
  }
}

@media (min-width: 786px) {
  .hero-section.error-404 h1 {
    font-size: calc(17.24138vw + 14.48276px);
  }
}

@media (min-width: 960px) {
  .hero-section.error-404 h1 {
    font-size: 180px;
  }
}

.hero-section.error-404 .buttons {
  flex: 100%;
  align-self: flex-end;
  position: relative;
  z-index: 2;
}

.hero-section.error-404 .buttons a.btn {
  margin-bottom: 20px;
  white-space: nowrap;
}

.hero-section.error-404 .buttons a.link {
  display: block;
  font-size: 12px;
  color: #fff;
}

.hero-section.error-404 .buttons svg {
  display: inline;
  width: 7px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
}

.report-404 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 65px;
}

.poptavka {
  border-top: 1px solid #e7e7e7;
  padding: 0;
}

.poptavka .inner {
  padding-top: 45px;
  padding-top: 45px;
  position: relative;
}

@media (min-width: 380px) {
  .poptavka .inner {
    padding-top: calc(1.28866vw + 40.10309px);
  }
}

@media (min-width: 768px) {
  .poptavka .inner {
    padding-top: calc(4.89237vw + 12.42661px);
  }
}

@media (min-width: 1279px) {
  .poptavka .inner {
    padding-top: calc(8500vw - 108640px);
  }
}

@media (min-width: 1280px) {
  .poptavka .inner {
    padding-top: 160px;
  }
}

@media (min-width: 768px) {
  .poptavka .text-wrapper {
    flex: 0 35%;
  }
}

.poptavka picture {
  padding-top: 35px;
  max-width: 110%;
  margin-left: auto;
  z-index: 2;
}

@media (min-width: 768px) {
  .poptavka picture {
    max-width: 530px;
    margin-left: auto;
    margin-right: -65px;
    max-width: 530px;
    margin-right: -65px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .poptavka picture {
    max-width: calc(38.08594vw + 237.5px);
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  .poptavka picture {
    max-width: 725px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .poptavka picture {
    margin-right: calc(12.69531vw - 162.5px);
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  .poptavka picture {
    margin-right: 0;
  }
}

.poptavka .testimonial {
  display: none;
  position: absolute;
  width: 225px;
  height: 176px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAACwCAMAAADOv/kaAAAAyVBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v79/f3GxsbLy8vz8/P8/PzOzs7w8PD4+Pjl5eXa2tr7+/vn5+fq6ur19fXV1dXf39/R0dHc3NzJycnX19fT09Pu7u7h4eHDw8Pj4+MoYLQYAAAAKHRSTlMA6wX28xfn/QH5ztzhAoylLJYcNg5GEiKCaLYKrT5WvcSeTXFd8NV6EnJzngAADqpJREFUeNrcXYdW20oQFcUI0yEkARJeQgJkZmV1edVWVvn/j3pWsZplCxfA0iQnBYy9d+90aUcc7Jbgdt6G//3nnMvk/ZZYWizioqXjtjDV5ODp6vidECZwKv/D+Q1Iv4bvqQxHd4P3Q9iI9J3Vcl5PT+9/bB0hrvq9fA/wHQAPT/7sbxUhlmwKi6/MvisZsZA6iPdUVP7n1ftwGAMzRJ9qtu5NHHnEhDAMhUzC+N9sJDsTz7WjsS+qJKPyHbDu/bvdth2i6muuJ7NQkKcIIo36iqiqpPoiYqimqPg0sl1vIguhMHI8W/NNafsk/nrcGCGmBCCgSO3JKGQTPaKKuhIfhumPA30Sb4tnU9FAmFf1NWPK3t3tZghJ8slEjPQpNiugJq68FJwtH2PVpoEnC4Lsar5RAKzCXTHux0FxFSOrGExib9R2pisai1KODXFtC07/UpVIn+J0XKpmucL6Znr0vL8KhzWXTnxXFiaRMvv8metc02UgwTKzqh9YLN48FTOi14oY14N1tBQBQI0cwYkUUgsTKzNYvL60QWmOhwiGEsO0IhOk9baO/3W1lh2K9ojpPpnfWiSwIVKctwyV6kzQqbEWxtdp1F/1Z0ybjWyx0MzZCkluL7hRaEMCgKV0PbVNbSI4mrr6W+/9G6yG0NBkZpt5rUAanN0m8HBR4YEIEvWmII1VDXGa17RmYrMPQlA8wVM+s3b0vdDyyyULad3T1/+4JfCSXzNyCJVZZLxvxdOOUdJkFkmZ8rxFYw4vuLagnvpqErCJv6SQ/bAOAIKoC65ai6HLgn6bliZvatiCJ8Jno8OZWk2XY4mporZv+RHXvmsYCbpacPp5DZwCjhSxifg2t3bY7kvHzDKBwGdTOMOX7TFGgqcitCd0Q65FSUU52SzYLCXbEkAsXAOCFAjuG1SKX26Hhs7o57NXD115HhCvrnVt3DKlp4JrwA4LKiNLreoWtiPMNRsNayTiLuOLSQiEqNKYfSuHgAA+cwnC7kLM3IwoT9RKOd2OMCMxYP6uWOASFhGAuIKPK9ohASDWxNi0Snh3IYCICECFYEn9yDVqqCnbGzSAPpLBRFTZklbgEAFERsmOK2i5PkUEXVYXkdikpT7zdx3eHMyAKQsUlWtyoiJAVyDmQgW/uYPCVcARAKAxwE5JWgz7U4iYVRzYiDAjXGEiYOcYTDoAoUIaeilcbStEpnQRXuL3pxAbYn7NDtWRj0Cgm4JUEKtedh4hkaMOMoj5FQeNqUt9KYKuw5u6HzsbOFxZqq+9wiGVjS4CxOKaEDpekx3OXKfauTjRULOzMTTEw6yI9IJOqmdVFEHNOwElhEmKTR2y47n2m8R2qpkNl9udNFI6jy5BJkcN0SImMfJI9wnEVE+xmtOkAdJgZg+sMEGpW/NaCoCR3gt4iT8VFMR5hCOzaO90XFExcHA+Woy9vlAY40kLqQqHOPH7gi5pFDpFZpZ6GhTl3lCIgCAJIpTtMNbcoKsJd0O8QADdhVpO45g9MsNYJ8O83E8RmjJiX0iEpN0k03LER9DcbvZmFmtqYBUIERB1itgXAlMxhVkvI9VSWYW+SV7rJtHCkHsHEPSgiIeAvt4/hNosSUu0dBwg9g2hyAo7RLDH0DuEEEpFPETd7x/A3NUk0UIX+wcQHD/T0vgPR+0hQk8reRrH6CFCNyjlpb1EaNt95zDqPcLALuWlPdXSImuDSR99qRuUtNQy+xgtaBlhXyN+jrBvOQ0BBGBqmmwnCN3e5aUIJIT04kWCMBj3T0kVGUpaSoPeAcTILSNUPOyZjiJMaHaZKUHYtz4NAqIglbsYPSyffAfKWoou7RuJepQjTLik9iefiNl6rBDU6jXg1BD7425wPIFCSxNclvL5hwu3hw/BoTlhSa+NgGZvfIh3p/wMK/7NpYcOyEgivdFTBKeUpHFZquqOdwzgBl14VEakfl8boOn0x5GCTJvu8/b8vrgapPLcvfoxo6IDsKt3eKNqkLexh4BoVG+Tze+gRZ3uLoX49tchWHr5B4YFQlMm2HULjH+NR+Ur9vxpcX9pXFGRblMYi8pEUvLFe09cKZdzlK77mOQ8BeSjIACGv/+UTwWJjtRhS0zvvfAqxTx/dPetcrKr4/eYIkIg52OPEgrjeWaVV1jj7nIICDBm1cPrR3c/qlOU0JDFLmanswytfrBw+OtLeV4bAiCaHb13KD1OwcQKO/zp/X59Ih2C393bo2hyU2kJYuxmaggRAahjAJDuMYhR/XDvy+X36uzL7HQ60s413hAQiD5SsULMQToXkqtEizTd0SZG/Sztjod5AJwkvJCyEf49n5tBOxtoM5ZVxA7dB4ZoMo/UospMR5tn7vlyl047I4yFCGqHY/nX56XTrk3Z7whEBDS8xMdUl3t4ebMMIYLqRAi4Rmr/UXZXjIjymWfMr/E0p5Bb8B6SbkkApdkTuwUQZm7F0AVazFYtHGlB4cIpSjCWlZ3toWY7T4AyS4U5fMCffD3nWqbOI4LpBLsaNDJNFR3mN55GO7u/zQFyfOOPE0BESZ+YgDtpiQgAqi4EWPehaaS4vjkuEJ7xCxQgDRvRDrYYk1it2qGu5mMrK4uclhSFjnLcxd7CXD3mUt/N1kY8OtEsjR6tIDy73y9RyH1/elm6X4qcDU3Ez9FWxPkhXqorLLnJafg04Cry/XI5RIxYJJU0+BMMEysfrFiCbi7xgSeP51WE3NX12XCpUavuiFbGNuMneM48Q5MFW4XFI7CzsrfG4t+Tg2W1MxDTys6C4Qp9k+2SmAASXUEek1Lcx3mAdwNuXgbPDy8tGYTiyHQLk57XSjyz0fSqJoeuWEts6gDPLr6fNyDkbv8sgFgMsEbRkSmUJlB/ZAcGwNCc0KLJx5N6YCzJ0fXVPtco+4+Xe3ybHSgTphkf7k4RwIyccKIZUJ2q27CSg8svCwByx+ff714P+WYlKd5LtJj9wT0OyXeZYNHUm5OiTG8COHx4XAQwxvjj6+Vin5rDVe2R51dqDtyGHymNCCy9HxEDJ5TtJRNJeH54cHh4eDAcAj88WsxghnFw/+ulXWek8Wg0NrLEbh3fio3hrqJ+CGD4thOOdJpcG212b/zh2cnD5fXFxcX15cPDz4s/g3OuRY6/PJ3x7V4bfE/IDoOtVzwi1vtfee6CAIQokc5C2Y33cXGCcXD2cPH8eHUz+PZtcHNzM7j90Yovlpu/J4f8GzZf0hxmi+v5VZxz1TkONJOHuYz0SETI3XYTgwev1/9dfdvnjtMM9Jh7s/x4vDh5GbauDxFMV5A1tfRAirVwpkNWAU1fcycsZBOXigSrgy2bwt7118E+t56cf/t68XuPb62vARAVnSUg1/Y3kqlQzbUcIRQcPaCiNFfCYdPuvfx6HpxzG8gU4+vBMoAk9wfE1wU5MFe4DCD6dBwFrm45IyEMmePpwdhXsV5/57GhgcDFYf3Ncnzz/LCAxsoY9Ox5Mzpj7ptHo3iOpbt2pFHfVKWldorQGI/403+DY25jOf9yvdyrVkGbgSxYmtoeGTYPntPa4ZbbgsQ5zim/ittQx57AXEpgLnPdah+EP/27FYBJ/P97MlyxN5SmIL5U6tdmmry1puvRv20BTLLxn0fDldx//FuxHUHWqQF5EwXzEmhzOXwacNuU24UOZ3F8ixlTtInAvEiR8u701h4v+oXbstz8W1j+zyeWxUOp4hA+dmVB9jRli/eS8Uf3x9tGyB0/Xh610UjKj2IrP5iSiGNdDmU9UgwA2HxAzP/dXe12mkAQXRBgAUWVACqIgF8BqtaosVqiad7/oQpBFBAMlkiyvccfHn95z93ZmZ2Z3WFUEtwBZEfHmBweI3nyCSnb06flznH2y/W06GVcSgN3AS60dYwu+OcWh2AinhebbezIKLpbRKX75H0YQiiJTZYonCo7zrj85Trubrld/9zYN2a2RhNwP5BavVopJKJ1nI/lfWyP6GswzHMeDgHLw5Pr3ZEh8HTk+1XinxerlQhu3qVbTQ9r5ynvYqX7ErgrIE6K7f4tMUCWv4xmPK3N/GWWzxqZJgT3BlTkoUrRRVRMBEH+AezXfJGLIjEAJaCGy50+xhTdWeNDyd+cXDetMQ2UAoi3NEPPb5HWlV/CffTgvOXxhiIoC7jUMNtdjiiq5JlpOEbl6vTfqgDKA8QVUujUWYpgPoWmbf8O38B9zJwYUypDPwyo1TwttbbKVkcMTRc1SmvtPH+QfaV6oHRA6PsQYdiu6xxGMB7R26meVuX0x/ZUV7LKjEpzGeZDq2EOeLXPjquYX0QIawm31M8eV7vjOzkZIo4G4Avhr1nPNmVBm/BG3fBrCYbaH1MVOp+IwbetO33M7sNieAi+HhAAj2jLgywLojYwdI6iKGxUub58w8j82Vlni0h3FfDNAKGnakPoiVqHV9lrh8xT/WLjLrN7PcYN8B0BIcQ9KLLW9PX8SE57H0zfslMChq81xA/DPc9SH2ShZ3baV+W0/OlbGXsqo0oAAXhbUktrjolsz3hwXyNpyNgB0QRIAEJYa6Tm8I7muJjvbSstW04YEkAFHseUTqwwezN7CW/uJHIcnFYDCHEU6xyW9JdhxvEpmBOX3FIrXRmgBMnku+PErhPWuw/uNs1lYLyEFEWoNIZNPTUxYi12+5QbrZ9VWysTpMizo1QPuXQ3lz02NDtUAHIctVir0rntcP3n+fLOB8OKOHIUa3JH5YhzqGOFqcepuz1NjT/7/X6jhhxF8G6P1fPGGnrD1X63uPD7lWYLIAi8JU5UrpLMkc+2/gMCCa9Y7SgoUoRQEgbdUzL2dO/n4KyT9WMGMa8YdZA9niUSDc7BgSpOEUNTxHchSbPJ+oFOtJdmdpEUZ+rIiujbo5+KjTlIPymeaDEdiwBh1CShY0SCgGBYXHw+KjVQANLwnEediwYB9mofazCvGA2AOBRhoo+ibTrxajHNmgB5kJp6ah6wL07DVJtEniF8EIM+l0ibx1lFpttDX0SgiHXsohBn/Uci+hTVUUoLQCCibuaMv/8C8LK6a7mZzN4AAAAASUVORK5CYII=);
  text-align: center;
  padding: 30px 20px 0;
  z-index: 1;
}

@media (min-width: 1280px) {
  .poptavka .testimonial {
    display: block;
  }
}

.poptavka .testimonial.filip {
  top: 68px;
  right: 630px;
}

.poptavka .testimonial.katerina {
  top: 0;
  right: 360px;
}

.poptavka .testimonial.tomas {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAQEBAQEBAQEBAQGBgUGBggHBwcHCAwJCQkJCQwTDA4MDA4MExEUEA8QFBEeFxUVFx4iHRsdIiolJSo0MjRERFwBBAQEBAQEBAQEBAYGBQYGCAcHBwcIDAkJCQkJDBMMDgwMDgwTERQQDxAUER4XFRUXHiIdGx0iKiUlKjQyNEREXP/CABEIALAA4QMBIgACEQEDEQH/xAAaAAEAAwEBAQAAAAAAAAAAAAAAAgMEAQUI/9oACAEBAAAAAPv4AIVdshGdnQABVROdOqQRo4ldIAZq9NgABTXokDmPRaAABSuDyvU6AAAQ5Yefv6AAAGe/rDuAAAAy6qbJAAAAUX0XgAAAITr7MAAACq1l1AAAA5RoQ5YAAAGLZ0z2zAAAM1loVU6ugABzJpmAzGkABj5s6AEc00bIaQzRawAADlNfe3yAAAZuGnoAAAefrtAAAAjg9DoAAAGeraAAAAVWgAAH/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/9oACAEDEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//EAEMQAAIBAgIECQcKBAcAAAAAAAECAwQRAAUSITFBFDJAUWFicYGREBMgIlKhsRUkMEJDU2NyksE0grLCIzNzhKKj0v/aAAgBAQABPwD6OStootUtXDGOtIowmb5WNYrY3PUu/wDTfC5pQKbhp2PVp5SB4Lg5rT7oKw/7Sf8AdcLmVKqm6Vik7SaSf/xhc1oQtjM6X2loZF+Iwma5W1o0zGBTzM4De/CSRyC8bqw51N+QzVlLTECedUJ2KTdj2KNZwtZUP/C5fM28PMRCvgbt7sP8rPqeopob/VRDIfFiB7sHLnIJqcyq5BbWFcRj/rCnByvLiLvSiQ/is0v9ZOI6SljH+FTRRgeygX4ekyqwsygjpxJl2XTMCaGEEX9YIA3iMfJ8Ka6aqqoeYLMXA7pNIYK5pDfQqYJwBxZEMbfqS492OHmMBayjmgA+0UeeTxS5HeMRTQ1CecglWRPaQgj6OatigfzKhpZyLiKMXbtO5R0nAjragfOKjg8e6KnPrfzSH+22KekpqUEwwqhbadrN+ZjrPIJ6KlmkM6oYZvvYm0H7yNvfgvmNJqkThcIGqSNQsoHSuxu7wxTzQVKechkV12atx5iNx6D6ZIFycSVNRmJ0KJjFSXsaje/+mDu6xxBTw0y6EKBd7HazHnYnWTySooVdzUU8hgqVFjIuxuq4+sMU1UTIaWojENSo1i91dd7Id4949I3zR2QH5ghsT9+w2j8g9+AAAABYDk1TSpUxaLkqynSR14yNuI6cUk7yyPTVYAqobBgOK6nY69B9CsdppIsujYqZQWlcGxSEajbpbYMIixIscahUUAKBsAHKMxiey1cOueC7aI2uh4yd42dOI3SVElQgq6hlPOD5cuJlE+YatKqe6dEKeqg7xr7+VUB4O1XSfcSnzevYknrADs1jyZkxhy6tlTjLC+iesRYYgiWKKKFeJGiovYotyriZoTxRJS3Nvw3+PreTN9WWVNxuU26AwJ5Xa2aU2q3zOa/e6eSpg4TTVNP95E6X/MLYop+E0lPO3GeMFhzNvB7DyoOGzSVh9nTKve7E/BfLTWpK2ooiSscpNRDfrcde0E37+UkgAkm2KBmaOaqK6JqZDIOcJayDwF/LU0ZqYR5tws8bh4322cf2nYcUdSs8bMRoTRnQliO1XH7Hcd45RUtwmTgCbGsZ2G6P2e1/hgD0J6Zy61dI6x1KLa54si+w/wCx3YpKtakmIqYqiMASRPqZOznB5+TTTuXFNTKHqGF7HiovtP0fHFNAIFKglnY6Tu21mO0n0qqjgqUUsSsyE6EqGzqTzHm5xgVdXQKErotOIbKmJTYD8RBcr2i4xFLHKiyROrowuGU3B5ESALnBqZKq60PEvY1BF0H5B9Y9OwYggSnQrGDcm7MxuzHnY/Qy5dAsjzUsj0s5Ny8OrSPWU+qceezWnuJqdapBb14LI/ejGx7jiHMaB3ETzCKT7uYGJ/B7X+n4espaOjjapcajoao1/M51eFzg0kk5BrpQ6j7FLiIdu9+/VgADUB9JJHHKpSWNXQ7VYAjDZXSRgcGM1M24QyFV711r7sGDM4/8vMkkAsbVEIv3lCuPPZrEpV6KnkUb45ip8HUfHArJUA87lVWCN6iNwf0scJmtKgtLFVRt1qaW3iFwM2y5ASakBusjLbxAwrK6q6G6sAQRsIPoy19JC5SScGQfZpd5P0rc4NRXyi1PRiFT9epNvBFuT3kYahEpvXVElTv0G9WIfyDUe++FVUAVVAA2AclaRIlLO6qN5Y2GDm2XR3EdUsz80IMp8EvhK6dm+b5ZOxOxpNGMf8jf3YVc1lBJkp6ZN+iDM3idEYbLkf8AjKmoqT7Lvop+mPRFu3EMEEChIIUiTmRQByWeqMcnBqeMTVJF9DYqD2pDuHRtOBS1bAPPm04J2iFI0BPRdWNsNlsJv56erkJ3NO4HeFIGEy3LkbSSiiLe06hm8TgAAAAWHKDPNWFoqFtGFTaSptcDoj9o9OwYp6aGlTQhWwJuzHWzMd7E7TyqWaOBGlmkCRqLljgJPmAvMrRUZ2RbJJR1/ZXq7cKqooRFCqosABYAcqqKuOmCAhnlfVHEmt3PR+5xFSySSLU1xVpRrjiXXHF2c79PLIaWKGSWcXaSQm7sbkjco5lHJv/EABQRAQAAAAAAAAAAAAAAAAAAAHD/2gAIAQIBAT8AJf/EABQRAQAAAAAAAAAAAAAAAAAAAHD/2gAIAQMBAT8AJf/Z);
  top: -16px;
  right: -35px;
}

@media (min-width: 1440px) {
  .poptavka .testimonial.tomas {
    top: 70px;
    right: -100px;
  }
}

.poptavka .testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.poptavka .testimonial-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.3;
}

footer {
  position: relative;
  border-top: 1px solid #e7e7e7;
  color: #696969;
}

footer p {
  font-size: 14px;
  line-height: 2;
}

footer .footer {
  background-color: #fff;
  padding-top: 45px;
  padding-left: 15px;
}

@media (min-width: 380px) {
  footer .footer {
    padding-top: calc(3.86598vw + 30.30928px);
  }
}

@media (min-width: 768px) {
  footer .footer {
    padding-top: calc(1.73611vw + 46.66667px);
  }
}

@media (min-width: 1920px) {
  footer .footer {
    padding-top: 80px;
  }
}

@media (min-width: 380px) {
  footer .footer {
    padding-left: calc(5.15464vw - 4.58763px);
  }
}

@media (min-width: 768px) {
  footer .footer {
    padding-left: 35px;
  }
}

@media (min-width: 980px) {
  footer .footer {
    padding-left: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  footer .footer {
    padding-left: calc(25vw - 260px);
  }
}

@media (min-width: 1280px) {
  footer .footer {
    padding-left: calc(3.125vw + 20px);
  }
}

@media (min-width: 1920px) {
  footer .footer {
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  footer .footer .footer-column:nth-child(1) {
    flex: 0 57%;
  }
  footer .footer .footer-column:nth-child(2) {
    flex: 0 43%;
  }
  footer .footer .footer-column:nth-child(3) {
    flex: 0 50%;
  }
  footer .footer .footer-column:nth-child(4) {
    flex: 0 50%;
  }
}

@media (min-width: 1280px) {
  footer .footer .footer-column:nth-child(1) {
    flex: 0 28%;
  }
  footer .footer .footer-column:nth-child(2) {
    flex: 0 25%;
  }
  footer .footer .footer-column:nth-child(3) {
    flex: 0 24%;
  }
  footer .footer .footer-column:nth-child(4) {
    flex: 0 23%;
  }
}

@media (min-width: 1440px) {
  footer .footer .footer-column:nth-child(1) {
    flex: 0 30%;
  }
  footer .footer .footer-column:nth-child(2) {
    flex: 0 25%;
  }
  footer .footer .footer-column:nth-child(3) {
    flex: 0 25%;
  }
  footer .footer .footer-column:nth-child(4) {
    flex: 0 20%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  footer .footer .footer-column:nth-child(1) {
    flex: 1 0 53%;
  }
  footer .footer .footer-column:nth-child(2) {
    flex: 1 0 38%;
  }
  footer .footer .footer-column:nth-child(3) {
    flex: 1 0 47.5%;
  }
  footer .footer .footer-column:nth-child(4) {
    flex: 1 0 47.5%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1280px), (-ms-high-contrast: active) and (min-width: 1280px) {
  footer .footer .footer-column:nth-child(1) {
    flex: 1 0 22%;
  }
  footer .footer .footer-column:nth-child(2) {
    flex: 1 0 22%;
  }
  footer .footer .footer-column:nth-child(3) {
    flex: 1 0 20%;
  }
  footer .footer .footer-column:nth-child(4) {
    flex: 1 0 20%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1440px), (-ms-high-contrast: active) and (min-width: 1440px) {
  footer .footer .footer-column:nth-child(1) {
    flex: 1 0 27%;
  }
  footer .footer .footer-column:nth-child(2) {
    flex: 1 0 23%;
  }
  footer .footer .footer-column:nth-child(3) {
    flex: 1 0 23%;
  }
  footer .footer .footer-column:nth-child(4) {
    flex: 1 0 16%;
  }
}

footer .footer .footer-column {
  width: 100%;
  padding-right: 15px;
  margin-bottom: 45px;
}

@media (min-width: 380px) {
  footer .footer .footer-column {
    padding-right: calc(5.15464vw - 4.58763px);
  }
}

@media (min-width: 768px) {
  footer .footer .footer-column {
    padding-right: calc(-1.15741vw + 43.88889px);
  }
}

@media (min-width: 1200px) {
  footer .footer .footer-column {
    padding-right: 30px;
  }
}

@media (min-width: 380px) {
  footer .footer .footer-column {
    margin-bottom: calc(3.86598vw + 30.30928px);
  }
}

@media (min-width: 768px) {
  footer .footer .footer-column {
    margin-bottom: calc(1.73611vw + 46.66667px);
  }
}

@media (min-width: 1920px) {
  footer .footer .footer-column {
    margin-bottom: 80px;
  }
}

footer .footer .footer-column:first-child p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .footer .footer-column:last-child {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (min-width: 1279px) {
  footer .footer .footer-column:last-child {
    padding-right: calc(6000vw - 76740px);
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  footer .footer .footer-column:last-child {
    padding-right: calc(3.125vw + 20px);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  footer .footer .footer-column:last-child {
    padding-right: 80px;
  }
}

footer .footer .footer-column-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}

@media (min-width: 380px) {
  footer .footer .footer-column-title {
    padding-bottom: calc(2.57732vw + 10.20619px);
  }
}

@media (min-width: 768px) {
  footer .footer .footer-column-title {
    padding-bottom: calc(.74405vw + 24.28571px);
  }
}

@media (min-width: 1440px) {
  footer .footer .footer-column-title {
    padding-bottom: 35px;
  }
}

footer .footer a {
  font-weight: 600;
}

footer .footer a:hover {
  text-decoration: none;
}

footer .footer a.btn {
  max-width: 330px;
  width: 100%;
}

@media (min-width: 1320px) and (max-width: 1559px) {
  footer .footer a.btn span.br {
    display: block;
  }
}

footer .footer p {
  margin-bottom: 20px;
}

footer .footer .contact svg:not(.fa-external-link-alt) {
  margin-right: 8px;
  width: 14px;
  height: 15px;
  vertical-align: sub;
}

footer .footer .spacing {
  display: inline-block;
  width: 25px;
}

footer #footer-nav a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  color: #696969;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

footer #footer-nav a:before {
  content: url(/assets/images/chevron-right-solid.svg);
  display: inline-block;
  height: 15px;
  width: 5px;
  margin-right: 10px;
  opacity: .65;
}

footer #footer-nav a:hover {
  color: #ed7237;
}

footer .mail-to {
  display: inline-block;
}

footer #copy {
  background-color: #000;
  font-size: 13px;
  font-weight: 500;
  color: #b6b6b6;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 35px;
  padding-left: 20px;
  justify-content: center;
}

@media (min-width: 380px) {
  footer #copy {
    padding-top: calc(3.86598vw + 20.30928px);
  }
}

@media (min-width: 768px) {
  footer #copy {
    padding-top: calc(.86806vw + 43.33333px);
  }
}

@media (min-width: 1920px) {
  footer #copy {
    padding-top: 60px;
  }
}

@media (min-width: 380px) {
  footer #copy {
    padding-right: calc(5.15464vw + .41237px);
  }
}

@media (min-width: 768px) {
  footer #copy {
    padding-right: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  footer #copy {
    padding-right: calc(3.19149vw + 18.7234px);
  }
}

@media (min-width: 1920px) {
  footer #copy {
    padding-right: 80px;
  }
}

@media (min-width: 380px) {
  footer #copy {
    padding-bottom: calc(3.86598vw + 20.30928px);
  }
}

@media (min-width: 768px) {
  footer #copy {
    padding-bottom: calc(.86806vw + 43.33333px);
  }
}

@media (min-width: 1920px) {
  footer #copy {
    padding-bottom: 60px;
  }
}

@media (min-width: 380px) {
  footer #copy {
    padding-left: calc(5.15464vw + .41237px);
  }
}

@media (min-width: 768px) {
  footer #copy {
    padding-left: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  footer #copy {
    padding-left: calc(3.19149vw + 18.7234px);
  }
}

@media (min-width: 1920px) {
  footer #copy {
    padding-left: 80px;
  }
}

footer #copy .holder {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 1300px) {
  footer #copy .holder {
    flex-direction: column;
    gap: 1rem;
  }
}

footer #copy .holder-inner {
  justify-content: center;
  flex: 1 0 100%;
}

@media (min-width: 1025px) {
  footer #copy .holder-inner {
    flex: initial;
    justify-content: initial;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  footer #copy .holder-inner {
    flex: 1 0;
    justify-content: inherit;
  }
}

footer #copy p {
  margin-bottom: 0;
}

footer #copy .social-links {
  display: inline-block;
  flex: 1 0 100%;
  text-align: center;
  margin: 0 !important;
}

@media (min-width: 980px) {
  footer #copy .social-links {
    flex: initial;
    text-align: left;
  }
}

@media all and (min-width: 980px) and (-ms-high-contrast: none), (min-width: 980px) and (-ms-high-contrast: active) {
  footer #copy .social-links {
    flex: auto;
  }
}

footer #copy .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 45px;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 10px;
  transition: all .25s ease-in-out;
}

@media (min-width: 380px) {
  footer #copy .social-links a {
    width: calc(3.04878vw + 28.41463px);
  }
}

@media (min-width: 1200px) {
  footer #copy .social-links a {
    width: 65px;
  }
}

@media (min-width: 380px) {
  footer #copy .social-links a {
    height: calc(3.04878vw + 28.41463px);
  }
}

@media (min-width: 1200px) {
  footer #copy .social-links a {
    height: 65px;
  }
}

@media (min-width: 380px) {
  footer #copy .social-links a {
    font-size: calc(.85366vw + 14.7561px);
  }
}

@media (min-width: 1200px) {
  footer #copy .social-links a {
    font-size: 25px;
  }
}

@media (min-width: 380px) {
  footer #copy .social-links a {
    line-height: calc(3.04878vw + 33.41463px);
  }
}

@media (min-width: 1200px) {
  footer #copy .social-links a {
    line-height: 70px;
  }
}

footer #copy .social-links a svg {
  height: 18px;
}

@media (min-width: 380px) {
  footer #copy .social-links a svg {
    height: calc(.85366vw + 14.7561px);
  }
}

@media (min-width: 1200px) {
  footer #copy .social-links a svg {
    height: 25px;
  }
}

footer #copy .social-links a:first-child {
  margin-left: 0;
}

footer #copy .social-links a:last-child {
  font-size: 14px;
  line-height: 40px;
  font-weight: 800;
}

@media (min-width: 380px) {
  footer #copy .social-links a:last-child {
    line-height: calc(3.04878vw + 28.41463px);
  }
}

@media (min-width: 1200px) {
  footer #copy .social-links a:last-child {
    line-height: 65px;
  }
}

footer #copy .social-links a:hover {
  color: #ed7237;
}

@media (min-width: 1300px) {
  footer #copy .social-links a {
    margin-left: 10px;
    border: 1px solid #505050;
  }
}

@media (min-width: 1300px) and (min-width: 980px) {
  footer #copy .social-links a {
    margin-left: calc(11.66667vw - 104.33333px);
  }
}

@media (min-width: 1300px) and (min-width: 1280px) {
  footer #copy .social-links a {
    margin-left: 45px;
  }
}

@media (min-width: 1300px) {
  footer #copy .social-links a:first-child {
    margin-left: 20px;
  }
}

@media (min-width: 1300px) and (min-width: 980px) {
  footer #copy .social-links a:first-child {
    margin-left: calc(6.66667vw - 45.33333px);
  }
}

@media (min-width: 1300px) and (min-width: 1280px) {
  footer #copy .social-links a:first-child {
    margin-left: 40px;
  }
}

@media (min-width: 1300px) {
  footer #copy .social-links a:last-child {
    margin-right: 20px;
  }
}

@media (min-width: 1300px) and (min-width: 980px) {
  footer #copy .social-links a:last-child {
    margin-right: calc(6.66667vw - 45.33333px);
  }
}

@media (min-width: 1300px) and (min-width: 1280px) {
  footer #copy .social-links a:last-child {
    margin-right: 40px;
  }
}

@media (min-width: 1300px) {
  footer #copy .social-links a:hover {
    border: 2px solid #ed7237;
  }
}

footer #copy .apek {
  flex: 1 0 100%;
  justify-content: center;
}

footer #copy .apek > div:first-of-type {
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  footer #copy .apek > div:first-of-type {
    flex: 1 0 100%;
    justify-content: center;
  }
}

footer #copy .apek img.apek-img {
  margin-left: 20px;
}

@media (min-width: 1300px) {
  footer #copy .apek {
    flex: initial;
    align-self: start;
  }
  footer #copy .apek img.apek-img {
    max-width: none;
  }
}

@media (min-width: 1800px) {
  footer #copy .apek {
    align-self: initial;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1800px) and (-ms-high-contrast: none), (min-width: 1800px) and (-ms-high-contrast: active) {
  footer #copy .apek {
    align-self: baseline;
    transform: translateX(780px);
  }
}

footer #copy .apek-memberslogo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

footer #copy #google_badge {
  width: 140px;
}

@media (min-width: 480px) {
  footer #copy #google_badge {
    margin-left: 20px;
  }
}

footer #copy #facebook-badge {
  margin-left: 16px;
  max-height: 46px;
}

@media (min-width: 480px) {
  footer #copy #facebook-badge {
    margin-left: 20px;
  }
}

footer #copy .product-list {
  list-style: none;
  margin-left: 0;
}

@media (max-width: 1224px) {
  footer #copy .product-list {
    text-align: center;
  }
}

footer #copy .product-list a {
  color: #b6b6b6;
  transition: all .25s ease-in-out;
}

footer #copy .product-list a:hover {
  color: #ed7237;
}

footer #copy .product-list li {
  line-height: 50px;
  margin-left: 0;
  padding-bottom: 0;
  display: none;
  text-align: center;
}

footer #copy .product-list li:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  position: initial;
  vertical-align: middle;
  padding-right: 10px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  footer #copy .product-list li {
    display: inline-block;
    margin: 0 10px;
  }
}

@media (min-width: 1300px) {
  footer #copy .product-list li {
    display: block;
    text-align: left;
    line-height: 70px;
    margin: 0;
  }
  footer #copy .product-list li:before {
    width: 40px;
    padding-right: 20px;
  }
}

footer #copy .product-list .poski:before {
  background-image: url(/assets/images/logo/poski-symbol-w.svg);
}

footer #copy .product-list .poskiReal:before {
  background-image: url(/assets/images/icons/poskiREAL-w.svg);
}

footer #copy .product-list .clevero:before {
  background-image: url(/assets/images/icons/clevero-w.svg);
}

footer #copy .product-list .marketing:before {
  background-image: url(/assets/images/icons/marketing-w.svg);
}

@media (min-width: 1025px) {
  footer #copy .product-list {
    margin-left: auto;
  }
}

.podminky-bricks {
  display: flex;
  gap: clamp(10px, 2vw, 40px);
}

@media (max-width: 767px) {
  .podminky-bricks {
    flex-flow: column;
  }
}

.podminky-bricks-item.btn {
  flex: 1;
  padding: 12px;
  border: 5px solid #ed7237;
}

@media (min-width: 380px) {
  .podminky-bricks-item.btn {
    padding: calc(4.12371vw - 3.6701px);
  }
}

@media (min-width: 768px) {
  .podminky-bricks-item.btn {
    padding: calc(3.30189vw + 2.64151px);
  }
}

@media (min-width: 980px) {
  .podminky-bricks-item.btn {
    padding: 35px;
  }
}

.podminky-bricks-item.btn:after {
  width: 200%;
  height: 300%;
}

.podminky-bricks-item.btn:hover .logo, .podminky-bricks-item.btn:hover .file-pdf {
  fill: #ed7237;
}

.podminky-bricks-item.btn:hover h2 {
  color: #ed7237;
}

.podminky-bricks-item.btn.poskireal {
  border: 5px solid #183964;
}

.podminky-bricks-item.btn.poskireal:after {
  background: #183964;
}

.podminky-bricks-item.btn.poskireal:hover .logo, .podminky-bricks-item.btn.poskireal:hover .file-pdf {
  fill: #183964;
}

.podminky-bricks-item.btn.poskireal:hover h2 {
  color: #183964;
}

.podminky-bricks-item.btn.standardy {
  border: 5px solid #000;
}

.podminky-bricks-item.btn.standardy:after {
  background: #000;
}

.podminky-bricks-item.btn.standardy:hover .logo, .podminky-bricks-item.btn.standardy:hover .file-pdf {
  fill: #000;
}

.podminky-bricks-item.btn.standardy:hover h2 {
  color: #000;
}

.podminky-bricks-item.btn .logo {
  width: 130px;
  max-width: 40%;
  margin-bottom: 10px;
  fill: #fff;
  transition: all .2s ease-in-out;
}

@media (min-width: 380px) {
  .podminky-bricks-item.btn .logo {
    margin-bottom: calc(3.86598vw - 4.69072px);
  }
}

@media (min-width: 768px) {
  .podminky-bricks-item.btn .logo {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .podminky-bricks-item.btn .logo {
    max-width: 20%;
  }
}

.podminky-bricks-item.btn h2 {
  font-size: 18px;
  padding-bottom: 0;
  color: #fff;
  transition: all .2s ease-in-out;
}

@media (min-width: 380px) {
  .podminky-bricks-item.btn h2 {
    font-size: calc(1.54639vw + 12.12371px);
  }
}

@media (min-width: 768px) {
  .podminky-bricks-item.btn h2 {
    font-size: calc(1.88679vw + 9.50943px);
  }
}

@media (min-width: 980px) {
  .podminky-bricks-item.btn h2 {
    font-size: 28px;
  }
}

.podminky-bricks-item.btn .file-pdf {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 275px;
  opacity: .1;
  fill: #fff;
  transform: translate(-50%, -50%) rotate(30deg);
  transition: all .2s ease-in-out;
}

.top-info-bar {
  position: relative;
  z-index: 100;
  border-top: 4px solid #ed7237;
  border-bottom: 1px solid #4c4c4c;
  background: url(/assets/images/background/popup-banner.jpg) center;
  background-size: cover;
}

.top-info-bar .inner {
  padding: 25px !important;
  position: relative;
  z-index: 1;
}

.top-info-bar:before {
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
}

.top-info-bar .title {
  color: #fff;
  font-weight: 600;
  font-size: 21px;
}

.top-info-bar .title span {
  color: #ed7237;
}

.top-info-bar .btn {
  margin-left: auto;
}

.side-notification {
  position: fixed;
  bottom: 150px;
  left: -100%;
  border-top: 4px solid #ed7237;
  background: #fff;
  transition: all .35s ease-in-out;
  z-index: 100;
  box-shadow: 0 0 20px rgba(15, 15, 15, 0.6);
  padding: 43px 30px;
  width: 400px;
  max-width: 80%;
}

.side-notification .title {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}

.side-notification .title span {
  color: #ed7237;
}

@media (max-width: 767px) {
  .side-notification {
    bottom: 50px;
  }
  .side-notification .title {
    font-size: 18px;
  }
}

.side-notification .close-notification {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: scale(1.2);
  transition: all .2s ease-in-out;
}

.side-notification .close-notification:hover {
  cursor: pointer;
  transform: scale(0.85);
}

.side-notification.open {
  left: 0;
}

@media (max-width: 1199px) {
  #jarni-akce .hero-section .inner {
    margin-bottom: 20%;
  }
}

@media (max-width: 767px) {
  #jarni-akce .hero-section .inner {
    margin-bottom: 30%;
  }
}

#jarni-akce .hero-section h1 {
  font-size: 20px;
  margin-bottom: 40px;
}

@media (min-width: 380px) {
  #jarni-akce .hero-section h1 {
    font-size: calc(3.09278vw + 8.24742px);
  }
}

@media (min-width: 768px) {
  #jarni-akce .hero-section h1 {
    font-size: calc(5.66038vw - 11.4717px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .hero-section h1 {
    font-size: calc(1.73913vw + 26.95652px);
  }
}

@media (min-width: 1440px) {
  #jarni-akce .hero-section h1 {
    font-size: calc(2.08333vw + 22px);
  }
}

@media (min-width: 1920px) {
  #jarni-akce .hero-section h1 {
    font-size: 62px;
  }
}

@media (min-width: 380px) {
  #jarni-akce .hero-section h1 {
    margin-bottom: calc(2.22222vw + 31.55556px);
  }
}

@media (min-width: 1280px) {
  #jarni-akce .hero-section h1 {
    margin-bottom: calc(6.25vw - 20px);
  }
}

@media (min-width: 1600px) {
  #jarni-akce .hero-section h1 {
    margin-bottom: 80px;
  }
}

#jarni-akce .hero-section h1 span {
  font-size: 28px;
}

@media (min-width: 380px) {
  #jarni-akce .hero-section h1 span {
    font-size: calc(6.70103vw + 2.53608px);
  }
}

@media (min-width: 768px) {
  #jarni-akce .hero-section h1 span {
    font-size: calc(3.77358vw + 25.01887px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .hero-section h1 span {
    font-size: calc(3.91304vw + 23.65217px);
  }
}

@media (min-width: 1440px) {
  #jarni-akce .hero-section h1 span {
    font-size: calc(4.16667vw + 20px);
  }
}

@media (min-width: 1920px) {
  #jarni-akce .hero-section h1 span {
    font-size: 100px;
  }
}

#jarni-akce .hero-section .sale-ring {
  position: absolute;
  left: 8%;
  bottom: 8%;
  width: 170px;
  height: 170px;
  background: #ed7237;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transform: rotate(-30deg) scale(1);
  z-index: 100;
  border-radius: 50%;
  padding: 40px 30px 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: .05em;
  pointer-events: auto;
  transition: all .2s ease-in-out;
}

@media (min-width: 380px) {
  #jarni-akce .hero-section .sale-ring {
    width: calc(6.66667vw + 144.66667px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .hero-section .sale-ring {
    width: 210px;
  }
}

@media (min-width: 380px) {
  #jarni-akce .hero-section .sale-ring {
    height: calc(6.66667vw + 144.66667px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .hero-section .sale-ring {
    height: 210px;
  }
}

@media (min-width: 380px) {
  #jarni-akce .hero-section .sale-ring {
    font-size: calc(.66667vw + 11.46667px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .hero-section .sale-ring {
    font-size: 18px;
  }
}

#jarni-akce .hero-section .sale-ring:hover {
  transform: rotate(-15deg) scale(0.95);
  background: #eb6220;
}

@media (max-width: 1439px) {
  #jarni-akce .hero-section .sale-ring {
    padding: 30px 20px 20px;
    left: 4%;
    bottom: 5%;
  }
}

@media (max-width: 767px) {
  #jarni-akce .hero-section .sale-ring {
    padding: 30px 20px 20px;
    left: 3%;
    bottom: 3%;
  }
}

#jarni-akce .what-we-can-do {
  padding-top: 35px;
}

@media (min-width: 380px) {
  #jarni-akce .what-we-can-do {
    padding-top: calc(2.57732vw + 25.20619px);
  }
}

@media (min-width: 768px) {
  #jarni-akce .what-we-can-do {
    padding-top: calc(4.71698vw + 8.77358px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .what-we-can-do {
    padding-top: calc(4.54545vw + 10.45455px);
  }
}

@media (min-width: 1200px) {
  #jarni-akce .what-we-can-do {
    padding-top: 65px;
  }
}

#jarni-akce .what-we-can-do p span {
  display: block;
  font-style: italic;
  font-size: 13px;
}

@media (max-width: 480px) {
  #jarni-akce .what-we-can-do .text-wrapper {
    text-align: center;
  }
  #jarni-akce .what-we-can-do .text-wrapper p {
    text-align: left;
  }
}

#jarni-akce .what-we-can-do .btn {
  padding: 15px 30px;
  font-size: 12px;
}

@media (min-width: 380px) {
  #jarni-akce .what-we-can-do .btn {
    font-size: calc(.66667vw + 9.46667px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .what-we-can-do .btn {
    font-size: 16px;
  }
}

#jarni-akce .what-we-can-do .btn:first-of-type {
  margin-right: 30px;
}

@media (max-width: 480px) {
  #jarni-akce .what-we-can-do .btn {
    padding: 12px 25px;
  }
  #jarni-akce .what-we-can-do .btn:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#jarni-akce .what-we-can-do a.img {
  padding-top: 25px;
  margin: 0 auto;
}

@media (min-width: 980px) {
  #jarni-akce .what-we-can-do a.img {
    max-width: 450px;
    padding-top: 100px;
  }
}

@media (min-width: 980px) and (min-width: 980px) {
  #jarni-akce .what-we-can-do a.img {
    max-width: calc(37.12375vw + 86.18729px);
  }
}

@media (min-width: 980px) and (min-width: 1279px) {
  #jarni-akce .what-we-can-do a.img {
    max-width: 561px;
  }
}

@media (min-width: 980px) and (min-width: 980px) {
  #jarni-akce .what-we-can-do a.img {
    padding-top: calc(-33.44482vw + 427.7592px);
  }
}

@media (min-width: 980px) and (min-width: 1279px) {
  #jarni-akce .what-we-can-do a.img {
    padding-top: 0;
  }
}

#jarni-akce .count-down {
  text-align: center;
  background: #ed7237;
  color: #fff;
}

#jarni-akce .count-down a {
  color: inherit;
}

#jarni-akce .count-down .title {
  color: inherit;
}

#jarni-akce .count-down .title.h3 {
  font-size: 18px;
}

@media (min-width: 380px) {
  #jarni-akce .count-down .title.h3 {
    font-size: calc(.51546vw + 16.04124px);
  }
}

@media (min-width: 768px) {
  #jarni-akce .count-down .title.h3 {
    font-size: calc(1.88679vw + 5.50943px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .count-down .title.h3 {
    font-size: 24px;
  }
}

#jarni-akce .count-down .counter {
  margin-bottom: 30px;
}

#jarni-akce .count-down .counter--number-holder {
  width: 80px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

@media (min-width: 320px) {
  #jarni-akce .count-down .counter--number-holder {
    width: calc(10.60606vw + 46.06061px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .count-down .counter--number-holder {
    width: 150px;
  }
}

#jarni-akce .count-down .counter--number-holder .number {
  font-size: 42px;
  font-weight: 800;
}

@media (min-width: 380px) {
  #jarni-akce .count-down .counter--number-holder .number {
    font-size: calc(4.63918vw + 24.37113px);
  }
}

@media (min-width: 768px) {
  #jarni-akce .count-down .counter--number-holder .number {
    font-size: calc(9.43396vw - 12.45283px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .count-down .counter--number-holder .number {
    font-size: 80px;
  }
}

#jarni-akce .count-down .info {
  font-size: 16px;
}

@media (min-width: 380px) {
  #jarni-akce .count-down .info {
    font-size: calc(1.28866vw + 11.10309px);
  }
}

@media (min-width: 768px) {
  #jarni-akce .count-down .info {
    font-size: 21px;
  }
}

#jarni-akce .partners {
  border-bottom: 1px solid #e7e7e7;
}

#jarni-akce .partners h2 {
  font-size: 26px;
}

@media (min-width: 380px) {
  #jarni-akce .partners h2 {
    font-size: calc(1.03093vw + 22.08247px);
  }
}

@media (min-width: 768px) {
  #jarni-akce .partners h2 {
    font-size: calc(2.83019vw + 8.26415px);
  }
}

@media (min-width: 980px) {
  #jarni-akce .partners h2 {
    font-size: 36px;
  }
}

#jarni-akce .what-we-do {
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 980px) {
  #jarni-akce .form .form-col {
    margin-bottom: 0;
  }
  #jarni-akce .form .JS-scroll-content.scrolling {
    top: 50px;
  }
}

.sesl.hero-section {
  background-image: url(/assets/images/background/sesl.jpg);
}

.sesl .hidden-heading {
  display: none;
}

.sesl .about-us {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.sesl .about-us h2 {
  font-size: 24px;
  max-width: 88%;
  margin: 0 auto;
}

@media (min-width: 380px) {
  .sesl .about-us h2 {
    font-size: calc(1.03093vw + 20.08247px);
  }
}

@media (min-width: 768px) {
  .sesl .about-us h2 {
    font-size: calc(1.88679vw + 13.50943px);
  }
}

@media (min-width: 980px) {
  .sesl .about-us h2 {
    font-size: 32px;
  }
}

.sesl .few-words {
  padding-bottom: 0;
}

.sesl .few-words .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .sesl .few-words .inner {
    flex-flow: column;
    align-items: flex-start;
  }
}

.sesl .few-words .inner > div:first-child {
  width: 45%;
  min-width: 480px;
  z-index: 1;
}

@media (max-width: 980px) {
  .sesl .few-words .inner > div:first-child {
    width: 100%;
    min-width: auto;
  }
}

.sesl .few-words .inner > div:last-child {
  flex: 1;
  padding: 2rem 0 2rem 2.5rem;
}

@media (max-width: 980px) {
  .sesl .few-words .inner > div:last-child {
    padding: 0 0 2rem;
  }
}

.sesl .few-words .person-grid {
  display: flex;
  align-items: flex-end;
  margin-top: -4rem;
}

.sesl .few-words .person-grid > div {
  margin-top: 4.8rem;
  padding-bottom: 3.2rem;
}

.sesl .few-words .person-grid > div p {
  font-size: 14px;
}

.sesl .few-words .person-grid img {
  width: 16rem;
  margin-right: -6.4rem;
  pointer-events: none;
}

@media (max-width: 980px) {
  .sesl .few-words .person-grid img {
    width: 14rem;
    margin-right: -2rem;
  }
}

@media (max-width: 560px) {
  .sesl .few-words .person-grid img {
    display: none;
  }
}

.sesl .benefits {
  background: #f0f0f0;
  padding: 3.5rem 0 0;
}

.sesl .benefits h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 380px) {
  .sesl .benefits h3 {
    font-size: calc(.51546vw + 16.04124px);
  }
}

@media (min-width: 768px) {
  .sesl .benefits h3 {
    font-size: calc(1.88679vw + 5.50943px);
  }
}

@media (min-width: 980px) {
  .sesl .benefits h3 {
    font-size: 24px;
  }
}

@media (min-width: 380px) {
  .sesl .benefits h3 {
    margin-bottom: calc(.51546vw + 8.04124px);
  }
}

@media (min-width: 768px) {
  .sesl .benefits h3 {
    margin-bottom: calc(1.88679vw - 2.49057px);
  }
}

@media (min-width: 980px) {
  .sesl .benefits h3 {
    margin-bottom: 16px;
  }
}

.sesl .summary .table-responsive {
  border: 0 !important;
  margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  .sesl .summary .table-responsive {
    margin: 0 -15px 2rem;
    padding: 0 0 0 15px;
    width: calc(100% + 30px);
  }
}

.sesl .summary table th {
  background: #ed7237;
  color: #fff;
  border: 0;
  padding: 16px 10px;
}

.sesl .summary table td {
  vertical-align: middle;
}

.sesl .summary table .ano {
  display: inline-block;
  font-weight: 700;
  font-size: .875rem;
  background: #4BB543;
  color: #fff;
  border-radius: .25rem;
  padding: .25rem .5rem;
  letter-spacing: 1px;
}

.sesl .summary table svg {
  color: #ed7237;
  margin-bottom: -.25rem;
}

@media (min-width: 980px) {
  .sesl .summary p {
    margin-bottom: 1.2rem;
  }
}

.sesl #contact-form {
  border-top: 1px solid #ebebeb;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#leave-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  overflow: auto;
  z-index: 999;
  transition: all .3s ease-in-out;
  transform: scale(1);
  opacity: 1;
}

#leave-popup.hidden-popup {
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}

#leave-popup.hidden-popup .popup-inner {
  transform: scale(0);
  opacity: 0;
}

#leave-popup .popup-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  transition: all .3s ease-in-out;
}

@media (max-width: 1000px) {
  #leave-popup .popup-inner {
    flex-direction: column;
    justify-content: center;
  }
}

#leave-popup .popup-logo {
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  #leave-popup .popup-logo {
    width: 110px;
    padding: 9px;
  }
}

#leave-popup .popup-logo img {
  display: block;
  max-width: 100%;
}

#leave-popup .popup-close {
  position: absolute;
  width: 18px;
  height: 22px;
  top: 32px;
  right: 34px;
  cursor: pointer;
}

#leave-popup .popup-close:hover span {
  background: #ed7237;
}

#leave-popup .popup-close span {
  position: absolute;
  top: 0;
  width: 27px;
  height: 3px;
  background: #000;
  transition: all .25s ease-in-out;
}

#leave-popup .popup-close span:first-child {
  transform-origin: top left;
  transform: rotate(45deg);
  left: 0;
}

#leave-popup .popup-close span:last-child {
  transform-origin: top right;
  transform: rotate(-45deg);
  right: 0;
}

#leave-popup .popup-content {
  z-index: 0;
  position: relative;
  background: #fff;
  color: #000;
  margin: 0 0 0 -94px;
  padding: 24px;
  padding-left: 93px;
  width: 580px;
  max-width: 100%;
}

@media (max-width: 1000px) {
  #leave-popup .popup-content {
    margin: -53px 0 0 0;
    padding: 66px 24px 24px;
    width: auto;
  }
}

#leave-popup .popup-content [data-msg] {
  background: #ee3939;
  display: block;
  color: #fff;
  padding: 12px 18px;
  border-radius: 3px;
  margin: 0 0 13px;
  font-size: 16px;
}

#leave-popup .popup-content form {
  padding: 0;
  border: 0;
  margin: 0;
  width: 100%;
  display: block;
}

#leave-popup .popup-content strong {
  font-weight: 700;
}

#leave-popup .popup-content h2 {
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: 29px;
  padding: 0 0 14px;
}

#leave-popup .popup-content h2 + div {
  background: #c1ffb5;
  color: #15420c;
  font-weight: 500;
  padding: 15px 19px 3px;
  border-radius: 3px;
  margin: 14px 1px;
}

#leave-popup .popup-content p {
  font-size: 16px;
  margin: 0 0 12px;
}

#leave-popup .popup-checks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 7px;
}

#leave-popup .popup-checks .popup-check {
  width: 48%;
  margin: 0 0 14px;
}

@media (max-width: 450px) {
  #leave-popup .popup-checks .popup-check {
    width: 100%;
  }
}

#leave-popup .popup-checks input {
  border: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  width: 17px;
  height: 17px;
}

#leave-popup .popup-checks input:before {
  top: -2px;
  left: 2px;
  width: 10px;
}

#leave-popup .popup-checks + label {
  font-weight: 700;
  font-size: 16px;
}

#leave-popup .send-box {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0;
}

@media (max-width: 450px) {
  #leave-popup .send-box {
    flex-direction: column;
  }
  #leave-popup .send-box button {
    width: 100%;
  }
}

#leave-popup .send-box input {
  flex: 1;
  margin-right: 8px;
  border: 1px solid #b9b9b9;
}

@media (max-width: 450px) {
  #leave-popup .send-box input {
    margin: 0 0 5px;
    width: 100%;
  }
}

.partnersky-program .main-title span {
  font-size: 52px;
}

@media (min-width: 380px) {
  .partnersky-program .main-title span {
    font-size: calc(8.24742vw + 20.65979px);
  }
}

@media (min-width: 768px) {
  .partnersky-program .main-title span {
    font-size: calc(3.77358vw + 55.01887px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .main-title span {
    font-size: calc(3.91304vw + 53.65217px);
  }
}

@media (min-width: 1440px) {
  .partnersky-program .main-title span {
    font-size: calc(4.16667vw + 50px);
  }
}

@media (min-width: 1920px) {
  .partnersky-program .main-title span {
    font-size: 130px;
  }
}

.partnersky-program.hero-section {
  background-image: url(/assets/images/background/partnersky-program-2022.jpg);
}

.partnersky-program.hero-section .sub-title {
  width: 700px;
  max-width: 100%;
}

.partnersky-program .inner {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 380px) {
  .partnersky-program .inner {
    padding-left: calc(1.28866vw + 15.10309px);
  }
}

@media (min-width: 768px) {
  .partnersky-program .inner {
    padding-left: calc(4.71698vw - 11.22642px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .inner {
    padding-left: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .partnersky-program .inner {
    padding-left: 40px;
  }
}

@media (min-width: 380px) {
  .partnersky-program .inner {
    padding-right: calc(1.28866vw + 15.10309px);
  }
}

@media (min-width: 768px) {
  .partnersky-program .inner {
    padding-right: calc(4.71698vw - 11.22642px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .inner {
    padding-right: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .partnersky-program .inner {
    padding-right: 40px;
  }
}

.partnersky-program .product-splitter {
  transform: none;
  padding: 80px 0;
}

.partnersky-program .product-splitter .product-menu {
  display: flex;
}

.partnersky-program .product-splitter .product-menu .product-menu-item {
  width: 50%;
}

@media (max-width: 980px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item {
    width: 100%;
  }
  .partnersky-program .product-splitter .product-menu .product-menu-item:first-of-type {
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item .content-holder {
    width: 100%;
    transform: none;
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner {
    width: 100%;
    line-height: 24px;
  }
  .partnersky-program .product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner .link-arrow {
    display: none;
  }
  .partnersky-program .product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner.btn {
    padding-left: 0;
  }
}

.partnersky-program .product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner.text {
  height: auto;
}

.partnersky-program .product-splitter .product-menu .product-menu-item.poskireal:after {
  background: #dfe8f3;
}

.partnersky-program .product-splitter .product-menu .product-menu-item.clevero:after {
  background: #fceae1;
}

.partnersky-program .product-splitter .product-menu .product-menu-item h2 {
  padding-bottom: 30px;
  font-size: 25px;
}

@media (min-width: 320px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    padding-bottom: calc(2.84495vw + 20.89616px);
  }
}

@media (min-width: 1023px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    padding-bottom: calc(14.57726vw - 99.12536px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    padding-bottom: calc(5.41516vw + 26.02888px);
  }
}

@media (min-width: 1920px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    padding-bottom: 130px;
  }
}

@media (min-width: 380px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    font-size: calc(.71429vw + 22.28571px);
  }
}

@media (min-width: 1920px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    font-size: 36px;
  }
}

@media (max-width: 1240px) and (min-width: 981px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    width: 250px;
  }
}

@media (max-width: 580px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    width: 250px;
  }
}

@media (max-width: 450px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item h2 {
    width: auto;
  }
}

.partnersky-program .product-splitter .product-menu .product-menu-item ul {
  margin-bottom: 30px;
  font-size: 18px;
  list-style: none;
}

@media (min-width: 768px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item ul {
    margin-bottom: calc(5.01672vw - 8.52843px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item ul {
    margin-bottom: 60px;
  }
}

.partnersky-program .product-splitter .product-menu .product-menu-item ul li {
  position: relative;
  padding-left: 25px;
}

.partnersky-program .product-splitter .product-menu .product-menu-item ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 5px;
}

.partnersky-program .product-splitter .product-menu .product-menu-item .btn {
  font-size: 18px;
  width: 340px;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item .btn {
    width: auto;
    padding: 20px;
  }
}

.partnersky-program .product-splitter .product-menu .product-menu-item .box-shadow {
  bottom: -50px;
}

.partnersky-program .product-splitter .product-menu .product-menu-item svg {
  position: absolute;
  top: 25px;
  right: 10px;
  height: auto;
  width: 130px;
  z-index: 4;
  transition: all .2s ease-in-out;
}

@media (min-width: 1366px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item svg {
    width: calc(52.23881vw - 583.58209px);
  }
}

@media (min-width: 1500px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item svg {
    width: calc(47vw - 505px);
  }
}

@media (min-width: 1600px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item svg {
    width: 247px;
  }
}

@media (max-width: 450px) {
  .partnersky-program .product-splitter .product-menu .product-menu-item svg {
    display: none;
  }
}

.partnersky-program .product-splitter .product-menu .product-menu-item:not(:hover) svg path, .partnersky-program .product-splitter .product-menu .product-menu-item:not(:hover) svg polyline, .partnersky-program .product-splitter .product-menu .product-menu-item:not(:hover) svg polygon {
  fill: #000;
  opacity: .4;
}

.partnersky-program .product-splitter .product-menu .product-menu-item:hover h2 {
  transform: none;
}

.partnersky-program .inner.top-blocks {
  max-width: 1600px;
}

.partnersky-program .partnerstvi {
  background: #f2f2f2 url(/assets/images/partnersky-program/bg-partnerstvi.jpg) no-repeat left center;
  background-position-x: -250px;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 1366px) {
  .partnersky-program .partnerstvi {
    background-position-x: calc(74.62687vw - 1269.40299px);
  }
}

@media (min-width: 1500px) {
  .partnersky-program .partnerstvi {
    background-position-x: calc(35.71429vw - 685.71429px);
  }
}

@media (min-width: 1920px) {
  .partnersky-program .partnerstvi {
    background-position-x: 0;
  }
}

@media (min-width: 980px) {
  .partnersky-program .partnerstvi {
    padding-top: calc(7.25389vw + 28.91192px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .partnerstvi {
    padding-top: 128px;
  }
}

@media (min-width: 1200px) {
  .partnersky-program .partnerstvi {
    padding-bottom: calc(109.63855vw - 1265.66265px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .partnerstvi {
    padding-bottom: 232px;
  }
}

@media (max-width: 1200px) {
  .partnersky-program .partnerstvi {
    background-position-y: bottom;
    background-position-x: -134px;
    background-position-x: -332px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .partnersky-program .partnerstvi {
    background-position-x: calc(62.12121vw - 809.09091px);
  }
}

@media (max-width: 1200px) and (min-width: 900px) {
  .partnersky-program .partnerstvi {
    background-position-x: calc(38.66667vw - 598px);
  }
}

@media (max-width: 1200px) and (min-width: 1200px) {
  .partnersky-program .partnerstvi {
    background-position-x: -134px;
  }
}

@media (max-width: 767px) {
  .partnersky-program .partnerstvi {
    background: #f2f2f2;
  }
}

.partnersky-program .partnerstvi .wt-inline {
  flex-wrap: nowrap;
}

@media (max-width: 1200px) {
  .partnersky-program .partnerstvi .wt-inline {
    flex-wrap: wrap;
  }
}

.partnersky-program .partnerstvi .absolute-element {
  position: absolute;
  left: 13%;
  top: 17%;
}

@media (max-width: 1200px) {
  .partnersky-program .partnerstvi .absolute-element {
    position: relative;
    top: 0;
    left: 50% !important;
    transform: translateX(-50%);
    margin-top: 150px;
  }
}

@media (max-width: 1550px) {
  .partnersky-program .partnerstvi .absolute-element {
    left: 22%;
  }
}

@media (max-width: 1400px) {
  .partnersky-program .partnerstvi .absolute-element {
    left: 13%;
  }
}

@media (max-width: 1240px) {
  .partnersky-program .partnerstvi .absolute-element {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .partnersky-program .partnerstvi .absolute-element {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .partnersky-program .partnerstvi .absolute-element img {
    display: none;
  }
}

.partnersky-program .partnerstvi .absolute-element .element {
  text-align: center;
  font-size: 18px;
  position: absolute;
  max-width: 250px;
}

@media (max-width: 767px) {
  .partnersky-program .partnerstvi .absolute-element .element {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 380px) {
  .partnersky-program .partnerstvi .absolute-element .element {
    width: 100%;
    padding: 0;
  }
}

.partnersky-program .partnerstvi .absolute-element .element-1 {
  top: 39%;
  left: -32%;
}

@media (max-width: 1366px) {
  .partnersky-program .partnerstvi .absolute-element .element-1 {
    left: -22%;
  }
}

@media (max-width: 1240px) {
  .partnersky-program .partnerstvi .absolute-element .element-1 {
    left: -26%;
  }
}

.partnersky-program .partnerstvi .absolute-element .element-2 {
  left: -7px;
  top: -22%;
}

@media (max-width: 1240px) {
  .partnersky-program .partnerstvi .absolute-element .element-2 {
    top: -30%;
  }
}

@media (max-width: 860px) {
  .partnersky-program .partnerstvi .absolute-element .element-2 {
    left: -13%;
  }
}

.partnersky-program .partnerstvi .absolute-element .element-3 {
  top: -22%;
  right: -10%;
}

@media (max-width: 1240px) {
  .partnersky-program .partnerstvi .absolute-element .element-3 {
    top: -30%;
  }
}

.partnersky-program .partnerstvi .absolute-element .element-4 {
  top: 39%;
  right: -33%;
}

@media (max-width: 1240px) {
  .partnersky-program .partnerstvi .absolute-element .element-4 {
    right: -43%;
  }
}

@media (max-width: 860px) {
  .partnersky-program .partnerstvi .absolute-element .element-4 {
    right: -51%;
  }
}

.partnersky-program .partnerstvi .absolute-element span.row {
  display: block;
  color: #ed7237;
  font-weight: 600;
  font-size: 40px;
}

@media (min-width: 980px) {
  .partnersky-program .partnerstvi .absolute-element span.row {
    font-size: calc(3.84615vw + 2.30769px);
  }
}

@media (min-width: 1240px) {
  .partnersky-program .partnerstvi .absolute-element span.row {
    font-size: calc(3.96825vw + .79365px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .partnerstvi .absolute-element span.row {
    font-size: calc(3.73134vw + 4.02985px);
  }
}

@media (min-width: 1500px) {
  .partnersky-program .partnerstvi .absolute-element span.row {
    font-size: calc(3.57143vw + 6.42857px);
  }
}

@media (min-width: 1920px) {
  .partnersky-program .partnerstvi .absolute-element span.row {
    font-size: 75px;
  }
}

.partnersky-program .partnerstvi .content {
  width: 25%;
  text-align: right;
}

@media (max-width: 1360px) {
  .partnersky-program .partnerstvi .content {
    width: 30%;
  }
}

@media (max-width: 1200px) {
  .partnersky-program .partnerstvi .content {
    width: 100%;
    text-align: center;
    order: 1;
  }
}

.partnersky-program .partnerstvi .image {
  width: 75%;
  position: relative;
}

@media (max-width: 1200px) {
  .partnersky-program .partnerstvi .image {
    order: 2;
    width: 100%;
  }
}

.partnersky-program .reference {
  border-bottom: 1px solid #ebebeb;
}

.partnersky-program .reference h2 {
  text-align: center;
}

.partnersky-program .reference .quote-holder {
  margin: 0 auto;
  max-width: 980px;
}

.partnersky-program .reference .quote-holder blockquote {
  position: relative;
  background: #f2f2f2;
  padding: 40px 60px;
  line-height: 1.9;
  font-style: italic;
  border-radius: 8px;
}

@media (max-width: 550px) {
  .partnersky-program .reference .quote-holder blockquote {
    padding: 53px 24px;
    text-align: justify;
  }
}

.partnersky-program .reference .quote-holder blockquote:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f2f2f2;
  position: absolute;
  left: 50px;
  bottom: -19px;
}

.partnersky-program .reference .quote-holder blockquote svg {
  color: #ed7237;
  position: absolute;
}

.partnersky-program .reference .quote-holder blockquote svg:first-child {
  top: 18px;
  left: 18px;
}

.partnersky-program .reference .quote-holder blockquote svg:last-child {
  bottom: 18px;
  right: 18px;
}

.partnersky-program .reference .quote-holder .name {
  font-weight: 700;
  margin-top: 30px;
  color: #000;
}

.partnersky-program .vyhody {
  border-bottom: 1px solid #ebebeb;
}

.partnersky-program .vyhody h2 {
  text-align: center;
  padding-bottom: 60px;
}

@media (min-width: 767px) {
  .partnersky-program .vyhody h2 {
    padding-bottom: calc(9.38967vw - 12.01878px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .vyhody h2 {
    padding-bottom: calc(5.18135vw + 29.2228px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .vyhody h2 {
    padding-bottom: calc(23.8806vw - 226.20896px);
  }
}

@media (min-width: 1500px) {
  .partnersky-program .vyhody h2 {
    padding-bottom: 132px;
  }
}

.partnersky-program .vyhody .wt-inline {
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .partnersky-program .vyhody .wt-inline {
    flex-wrap: wrap;
  }
}

.partnersky-program .vyhody .element {
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  box-sizing: border-box;
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .partnersky-program .vyhody .element {
    padding-left: calc(7.04225vw - 39.01408px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .vyhody .element {
    padding-left: calc(5.18135vw - 20.7772px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .vyhody .element {
    padding-left: 50px;
  }
}

@media (min-width: 767px) {
  .partnersky-program .vyhody .element {
    padding-right: calc(7.04225vw - 39.01408px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .vyhody .element {
    padding-right: calc(5.18135vw - 20.7772px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .vyhody .element {
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  .partnersky-program .vyhody .element {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 420px) {
  .partnersky-program .vyhody .element {
    width: 100%;
  }
}

.partnersky-program .vyhody .element svg {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .partnersky-program .vyhody .element svg {
    margin-bottom: 20px;
  }
}

.partnersky-program .vyhody .element p {
  font-size: 20px;
  line-height: 26px;
}

.partnersky-program .vyhody .note {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.partnersky-program .vyhody .buttons {
  margin-top: 45px;
}

.partnersky-program .vyhody .buttons a.btn:first-of-type {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .partnersky-program .vyhody .buttons a.btn {
    display: inline-block;
  }
  .partnersky-program .vyhody .buttons a.btn:first-of-type {
    margin: 0 0 20px 0;
  }
}

.partnersky-program .klienti {
  padding-bottom: 50px;
}

@media (min-width: 767px) {
  .partnersky-program .klienti {
    padding-bottom: calc(5.00835vw + 11.58598px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .klienti {
    padding-bottom: calc(38.80597vw - 450.08955px);
  }
}

@media (min-width: 1500px) {
  .partnersky-program .klienti {
    padding-bottom: 132px;
  }
}

.partnersky-program .klienti h2 {
  text-align: center;
}

.partnersky-program .klienti .wt-inline {
  align-items: center;
}

@media (max-width: 1240px) {
  .partnersky-program .klienti .wt-inline {
    justify-content: center;
    align-items: center;
  }
  .partnersky-program .klienti .wt-inline a {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .partnersky-program .klienti .wt-inline a {
    width: 100%;
  }
}

.partnersky-program .about {
  background: url(/assets/images/partnersky-program/bg-team.jpg) center bottom no-repeat;
  padding-top: 50;
  padding-bottom: 50px;
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .partnersky-program .about {
    padding-top: calc(14.08451vw - 58.02817px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .about {
    padding-top: calc(5.18135vw + 29.2228px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .about {
    padding-top: calc(74.62687vw - 919.40299px);
  }
}

@media (min-width: 1500px) {
  .partnersky-program .about {
    padding-top: 200px;
  }
}

@media (min-width: 767px) {
  .partnersky-program .about {
    padding-bottom: calc(8.34725vw - 14.02337px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .about {
    padding-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .partnersky-program .about .inner {
    overflow: visible;
  }
}

.partnersky-program .about .team-photo {
  position: absolute;
  bottom: -100px;
  width: 90%;
}

@media (max-width: 1366px) {
  .partnersky-program .about .team-photo {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .partnersky-program .about .team-photo {
    position: relative;
    bottom: 0;
    text-align: center;
  }
  .partnersky-program .about .team-photo img {
    width: 60%;
  }
  .partnersky-program .about .team-photo:after {
    content: "";
    background: #ed7237;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
  }
}

@media (max-width: 700px) {
  .partnersky-program .about .team-photo img {
    width: 100%;
  }
  .partnersky-program .about .team-photo:after {
    width: 100%;
  }
}

.partnersky-program .about .team-photo img {
  vertical-align: middle;
}

.partnersky-program .about .wt-inline {
  justify-content: space-between;
}

.partnersky-program .about .wt-inline .left-element {
  width: 60%;
  padding-right: 100px;
  position: relative;
}

@media (max-width: 1100px) {
  .partnersky-program .about .wt-inline .left-element {
    width: 100%;
    padding-right: 0;
  }
}

.partnersky-program .about .wt-inline .right-element {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .partnersky-program .about .wt-inline .right-element {
    width: 100%;
    margin-top: 50px;
  }
}

.partnersky-program .about .wt-inline .right-element .icon-element {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
  padding: 0 25px;
}

@media (min-width: 767px) {
  .partnersky-program .about .wt-inline .right-element .icon-element {
    margin-bottom: calc(3.67279vw + 1.82972px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .about .wt-inline .right-element .icon-element {
    margin-bottom: 52px;
  }
}

.partnersky-program .about .wt-inline .right-element .icon-element p {
  margin-bottom: 0;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .partnersky-program .about .wt-inline .right-element .icon-element {
    width: 33%;
  }
}

@media (max-width: 700px) {
  .partnersky-program .about .wt-inline .right-element .icon-element {
    width: 50%;
    padding: 10px;
  }
}

.partnersky-program .about .wt-inline .right-element .icon-element svg {
  margin-bottom: 50px;
}

.partnersky-program .about p {
  font-size: 18px;
  line-height: 32px;
}

.partnersky-program .about-product {
  border-bottom: 1px solid #ebebeb;
}

.partnersky-program .about-product h2 {
  text-align: center;
}

.partnersky-program .about-product .singleParagraph {
  max-width: 980px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  position: relative;
}

.partnersky-program .about-product .singleParagraph:after {
  content: ' ';
  display: block;
  width: 70px;
  height: 2px;
  background: #ed7237;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .partnersky-program .about-product ul.poski {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partnersky-program .about-product ul.poski li {
    width: calc(48% - 70px);
  }
}

.partnersky-program .specializace {
  border-bottom: 1px solid #ebebeb;
  padding-top: 50;
  padding-bottom: 30px;
}

@media (min-width: 767px) {
  .partnersky-program .specializace {
    padding-top: calc(14.08451vw - 58.02817px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .specializace {
    padding-top: calc(5.18135vw + 29.2228px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .specializace {
    padding-top: calc(26.1194vw - 256.79104px);
  }
}

@media (min-width: 1500px) {
  .partnersky-program .specializace {
    padding-top: 135px;
  }
}

@media (min-width: 767px) {
  .partnersky-program .specializace {
    padding-bottom: calc(9.38967vw - 42.01878px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .specializace {
    padding-bottom: calc(7.77202vw - 26.1658px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .specializace {
    padding-bottom: 80px;
  }
}

.partnersky-program .specializace h2 {
  text-align: center;
  padding-bottom: 50px;
}

@media (min-width: 767px) {
  .partnersky-program .specializace h2 {
    padding-bottom: calc(6.6778vw - 1.2187px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .specializace h2 {
    padding-bottom: 90px;
  }
}

.partnersky-program .specializace .eshops {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 50px;
}

@media (max-width: 1400px) {
  .partnersky-program .specializace .eshops {
    margin: 0;
  }
}

@media (max-width: 1400px) {
  .partnersky-program .specializace .eshops {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.partnersky-program .specializace .eshops .eshop {
  width: 350px;
  max-width: 100%;
  height: 250px;
  box-shadow: 0 0 50px #e6e6e6;
  position: relative;
}

.partnersky-program .specializace .eshops .eshop.zdravi-krasa {
  background: url(/assets/images/partnersky-program/clevero/nahled-zdravi-krasa.jpg) no-repeat center top;
  background-size: cover;
}

.partnersky-program .specializace .eshops .eshop.konfiguratory {
  background: url(/assets/images/partnersky-program/clevero/nahled-konfiguratory.jpg) no-repeat center top;
  background-size: cover;
}

.partnersky-program .specializace .eshops .eshop.sport {
  background: url(/assets/images/partnersky-program/clevero/nahled-sportovni.jpg) no-repeat center top;
  background-size: cover;
}

.partnersky-program .specializace .eshops .eshop.projekty {
  background: url(/assets/images/partnersky-program/poskireal/santova.jpg) no-repeat center top;
  background-size: cover;
}

.partnersky-program .specializace .eshops .eshop.funkce {
  background: url(/assets/images/partnersky-program/poskireal/crm.jpg) no-repeat center top;
  background-size: cover;
}

.partnersky-program .specializace .eshops .eshop.webdesign {
  background: url(/assets/images/partnersky-program/poskireal/web.jpg) no-repeat center top;
  background-size: cover;
}

@media (max-width: 1400px) {
  .partnersky-program .specializace .eshops .eshop {
    margin: 0 15px 40px 15px;
  }
}

@media (max-width: 480px) {
  .partnersky-program .specializace .eshops .eshop {
    margin: 0 0 50px 0;
  }
}

.partnersky-program .specializace .eshops .eshop:hover p {
  background: #fff;
}

.partnersky-program .specializace .eshops .eshop p {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #000;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition: 0.5s;
}

.partnersky-program .specializace .eshops .eshop p:after {
  content: "";
  background: #ed7237;
  width: 70%;
  height: 2px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.partnersky-program .interest {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 767px) {
  .partnersky-program .interest {
    padding-top: calc(9.38967vw - 42.01878px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .interest {
    padding-top: calc(12.95337vw - 76.94301px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .interest {
    padding-top: 100px;
  }
}

@media (min-width: 767px) {
  .partnersky-program .interest {
    padding-bottom: calc(9.38967vw - 42.01878px);
  }
}

@media (min-width: 980px) {
  .partnersky-program .interest {
    padding-bottom: calc(12.95337vw - 76.94301px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program .interest {
    padding-bottom: 100px;
  }
}

.partnersky-program .interest .formular-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all .25s ease-in-out;
  pointer-events: none;
  z-index: 22;
  opacity: 0;
}

.partnersky-program .interest .formular-loader.active {
  pointer-events: auto;
  opacity: 1;
}

.partnersky-program .interest .formular-loader .spinner {
  animation: rotator 1.4s linear infinite;
}

.partnersky-program .interest .formular-loader .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #ed7237;
  animation: dash 1.4s ease-in-out infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

.partnersky-program .interest .wt-inline {
  justify-content: space-between;
}

.partnersky-program .interest .text {
  width: 35%;
}

@media (max-width: 767px) {
  .partnersky-program .interest .text {
    width: 100%;
  }
}

.partnersky-program .interest #partner-program {
  margin-bottom: 0;
}

.partnersky-program .interest .form-interest {
  width: 50%;
  position: relative;
}

@media (max-width: 767px) {
  .partnersky-program .interest .form-interest {
    width: 100%;
  }
}

.partnersky-program #contact-form {
  border-top: 1px solid #ebebeb;
}

.partnersky-program #contact-form:before, .partnersky-program #contact-form:after {
  display: none;
}

.partnersky-program section h2 {
  padding-bottom: 30px;
}

@media (min-width: 767px) {
  .partnersky-program section h2 {
    padding-bottom: calc(3.67279vw + 1.82972px);
  }
}

@media (min-width: 1366px) {
  .partnersky-program section h2 {
    padding-bottom: 52px;
  }
}

body {
  font-size: 14px;
}

@media (min-width: 380px) {
  body {
    font-size: calc(.25773vw + 13.02062px);
  }
}

@media (min-width: 768px) {
  body {
    font-size: calc(.4717vw + 11.37736px);
  }
}

@media (min-width: 980px) {
  body {
    font-size: 16px;
  }
}

section {
  padding-top: 50px;
  padding-bottom: 35px;
}

@media (min-width: 380px) {
  section {
    padding-top: calc(3.86598vw + 35.30928px);
  }
}

@media (min-width: 768px) {
  section {
    padding-top: calc(4.71698vw + 28.77358px);
  }
}

@media (min-width: 980px) {
  section {
    padding-top: calc(2.27273vw + 52.72727px);
  }
}

@media (min-width: 1200px) {
  section {
    padding-top: 80px;
  }
}

@media (min-width: 380px) {
  section {
    padding-bottom: calc(2.57732vw + 25.20619px);
  }
}

@media (min-width: 768px) {
  section {
    padding-bottom: calc(4.71698vw + 8.77358px);
  }
}

@media (min-width: 980px) {
  section {
    padding-bottom: calc(4.54545vw + 10.45455px);
  }
}

@media (min-width: 1200px) {
  section {
    padding-bottom: 65px;
  }
}

.small-section-pads section {
  padding-top: 15px;
  padding-bottom: 25px;
}

@media (min-width: 380px) {
  .small-section-pads section {
    padding-top: calc(1.28866vw + 10.10309px);
  }
}

@media (min-width: 768px) {
  .small-section-pads section {
    padding-top: calc(2.35849vw + 1.88679px);
  }
}

@media (min-width: 980px) {
  .small-section-pads section {
    padding-top: 25px;
  }
}

@media (min-width: 380px) {
  .small-section-pads section {
    padding-bottom: calc(2.57732vw + 15.20619px);
  }
}

@media (min-width: 768px) {
  .small-section-pads section {
    padding-bottom: calc(2.35849vw + 16.88679px);
  }
}

@media (min-width: 980px) {
  .small-section-pads section {
    padding-bottom: 40px;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 380px) {
  .inner {
    padding-left: calc(2.57732vw + 5.20619px);
  }
}

@media (min-width: 768px) {
  .inner {
    padding-left: calc(4.71698vw - 11.22642px);
  }
}

@media (min-width: 980px) {
  .inner {
    padding-left: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .inner {
    padding-left: calc(-50vw + 640px);
  }
}

@media (min-width: 1280px) {
  .inner {
    padding-left: 0;
  }
}

@media (min-width: 380px) {
  .inner {
    padding-right: calc(2.57732vw + 5.20619px);
  }
}

@media (min-width: 768px) {
  .inner {
    padding-right: calc(4.71698vw - 11.22642px);
  }
}

@media (min-width: 980px) {
  .inner {
    padding-right: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .inner {
    padding-right: calc(-50vw + 640px);
  }
}

@media (min-width: 1280px) {
  .inner {
    padding-right: 0;
  }
}

.inner.full-width {
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 380px) {
  .inner.full-width {
    padding-left: calc(5.15464vw - 4.58763px);
  }
}

@media (min-width: 768px) {
  .inner.full-width {
    padding-left: 35px;
  }
}

@media (min-width: 980px) {
  .inner.full-width {
    padding-left: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .inner.full-width {
    padding-left: calc(25vw - 260px);
  }
}

@media (min-width: 1280px) {
  .inner.full-width {
    padding-left: calc(3.125vw + 20px);
  }
}

@media (min-width: 1920px) {
  .inner.full-width {
    padding-left: 80px;
  }
}

@media (min-width: 380px) {
  .inner.full-width {
    padding-right: calc(5.15464vw - 4.58763px);
  }
}

@media (min-width: 768px) {
  .inner.full-width {
    padding-right: 35px;
  }
}

@media (min-width: 980px) {
  .inner.full-width {
    padding-right: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .inner.full-width {
    padding-right: calc(25vw - 260px);
  }
}

@media (min-width: 1280px) {
  .inner.full-width {
    padding-right: calc(3.125vw + 20px);
  }
}

@media (min-width: 1920px) {
  .inner.full-width {
    padding-right: 80px;
  }
}

@media (max-width: 1199px) {
  .inner {
    overflow: hidden;
  }
}

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

.location_page_getDetail main.content-body > .inner:first-of-type {
  padding-top: 35px;
}

.inline {
  display: inline-block;
  width: 100%;
}

.column {
  float: left;
  display: inline-block;
}

p {
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (min-width: 380px) {
  p {
    margin-bottom: calc(1.28866vw + 15.10309px);
  }
}

@media (min-width: 768px) {
  p {
    margin-bottom: calc(4.71698vw - 11.22642px);
  }
}

@media (min-width: 980px) {
  p {
    margin-bottom: 35px;
  }
}

.form-submit {
  text-align: right;
}

.frames-holder {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 13px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.left-frame {
  width: 270px;
  margin-right: 25px;
  margin-bottom: 11px;
  background: #fff;
}

@media (max-width: 890px) {
  .left-frame {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 20px 20px;
  }
}

.content-frame {
  width: calc(100% - 295px);
}

@media (max-width: 890px) {
  .content-frame {
    width: 100%;
    padding: 0 20px;
  }
}

iframe {
  border: 0;
}

.scrollup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  transform: scale(0.9);
}

.scrollup svg {
  height: 45px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  transition: all .2s ease-in-out;
}

.scrollup svg path {
  fill: #000;
  transition: all .2s ease-in-out;
}

.scrollup:hover {
  background-color: #ed7237;
  transform: scale(1);
}

.scrollup:hover svg path {
  fill: #fff;
}

.content-wrapper {
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 5;
}

.content-body {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.content-body p {
  font-size: inherit;
  font-weight: 300;
}

.content-body header {
  margin-bottom: 30px;
}

.content-body header h1 {
  font-family: "Montserrat",sans-serif;
  font-size: 32px;
}

.table-responsive {
  min-height: .01%;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
  }
}

.text-left {
  text-align: right;
}

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

.text-center {
  text-align: center;
}

.tcenter, .text-justify {
  text-align: justify;
}

.clear::after, .clearing::after, .clearfix::after {
  display: block;
  content: '';
  clear: both;
}

.hidden {
  display: none !important;
}

.kernel-contact {
  justify-content: space-between;
  margin-bottom: 35px;
}

@media (max-width: 616px) {
  .kernel-contact {
    margin-bottom: 0;
  }
}

.kernel-contact-box {
  flex: 1;
  min-width: 260px;
}

@media (max-width: 616px) {
  .kernel-contact-box {
    margin-bottom: 35px;
  }
}

.kernel-contact-box #contact_map {
  min-height: 300px;
}

img:not([src]) {
  visibility: hidden;
}

::selection {
  background: #ed7237;
  color: #fff;
}

::-moz-selection {
  background: #ed7237;
  color: #fff;
}

#popup-holder .popup-wrap {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

#popup-holder .popup-wrap .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 445px;
}

#popup-holder .popup-wrap .popup img {
  max-width: 100%;
}

@media (max-width: 880px) {
  #popup-holder .popup-wrap .popup {
    max-width: 100%;
    height: auto !important;
  }
}

#popup-holder .popup-wrap .cross {
  position: absolute;
  top: -25px;
  right: 15px;
  text-transform: uppercase;
  font-weight: 900;
}

#popup-holder .popup-wrap .cross a {
  color: #ed7237;
}

.alert {
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid transparent;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success a {
  color: #224323;
  font-weight: 600;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info a {
  color: #1d4356;
  font-weight: 600;
}

.alert-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-error a {
  color: #722e2d;
  font-weight: 600;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning a {
  color: #544324;
  font-weight: 600;
}

.inner .alert:last-child {
  margin-bottom: 0;
}

.dev-notification {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: red;
  z-index: 1000;
}

.dev-notification .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.dev-notification .close:hover {
  color: #c00;
}

.not-published-notification {
  position: fixed;
  left: 0;
  top: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: red;
  z-index: 1000;
}

.not-published-notification .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.not-published-notification .close:hover {
  color: #c00;
}

h1:not(.main-title), .h1 {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}

@media (min-width: 380px) {
  h1:not(.main-title), .h1 {
    font-size: calc(1.80412vw + 31.14433px);
  }
}

@media (min-width: 768px) {
  h1:not(.main-title), .h1 {
    font-size: calc(4.71698vw + 8.77358px);
  }
}

@media (min-width: 980px) {
  h1:not(.main-title), .h1 {
    font-size: calc(2.27273vw + 32.72727px);
  }
}

@media (min-width: 1200px) {
  h1:not(.main-title), .h1 {
    font-size: 60px;
  }
}

@media (min-width: 380px) {
  h1:not(.main-title), .h1 {
    padding-bottom: calc(1.28866vw + 15.10309px);
  }
}

@media (min-width: 768px) {
  h1:not(.main-title), .h1 {
    padding-bottom: calc(4.71698vw - 11.22642px);
  }
}

@media (min-width: 980px) {
  h1:not(.main-title), .h1 {
    padding-bottom: 35px;
  }
}

.location_page_getDetail h1:not(.main-title), .location_page_getDetail .h1 {
  text-align: center;
}

h2, .h2 {
  display: block;
  font-size: 26px;
  color: #000;
  padding-bottom: 15px;
  font-weight: 600;
}

@media (min-width: 380px) {
  h2, .h2 {
    font-size: calc(1.03093vw + 22.08247px);
  }
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: calc(2.83019vw + 8.26415px);
  }
}

@media (min-width: 980px) {
  h2, .h2 {
    font-size: 36px;
  }
}

@media (min-width: 380px) {
  h2, .h2 {
    padding-bottom: calc(1.28866vw + 10.10309px);
  }
}

@media (min-width: 768px) {
  h2, .h2 {
    padding-bottom: calc(2.35849vw + 1.88679px);
  }
}

@media (min-width: 980px) {
  h2, .h2 {
    padding-bottom: 25px;
  }
}

h2.small, .h2.small {
  font-size: 14px;
}

.small-heading {
  display: block;
  font-size: 14px;
  color: #000;
  padding-bottom: 15px;
  font-weight: 600;
}

@media (min-width: 380px) {
  .small-heading {
    padding-bottom: calc(1.28866vw + 10.10309px);
  }
}

@media (min-width: 768px) {
  .small-heading {
    padding-bottom: calc(2.35849vw + 1.88679px);
  }
}

@media (min-width: 980px) {
  .small-heading {
    padding-bottom: 25px;
  }
}

h3, .h3 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  margin-bottom: 20px;
}

@media (min-width: 380px) {
  h3, .h3 {
    font-size: calc(1.03093vw + 22.08247px);
  }
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: calc(2.83019vw + 8.26415px);
  }
}

@media (min-width: 980px) {
  h3, .h3 {
    font-size: 36px;
  }
}

@media (min-width: 380px) {
  h3, .h3 {
    margin-bottom: calc(1.28866vw + 15.10309px);
  }
}

@media (min-width: 768px) {
  h3, .h3 {
    margin-bottom: calc(2.35849vw + 6.88679px);
  }
}

@media (min-width: 980px) {
  h3, .h3 {
    margin-bottom: 30px;
  }
}

h4, .h4 {
  display: block;
  font-size: 16px;
  color: #000;
}

a {
  color: #ed7237;
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
}

.text ul, .text ol {
  margin: 15px 0;
}

.text ul li, .text ol li {
  margin-bottom: 15px;
}

svg.fa-external-link-alt {
  display: inline;
  width: 12px;
  height: 10px;
  vertical-align: super;
}

.paginator {
  padding: 20px 0;
  text-align: center;
}

.paginator a {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  min-width: 28px;
  text-align: center;
  border: 1px solid transparent;
  margin: 0 5px;
}

.paginator a:not(.acitve):not(.disabled):hover {
  background: #ed7237;
  border-color: #ed7237;
  color: #fff;
}

.paginator .active {
  border: 1px solid #ed7237;
  text-decoration: none;
}

.paginator .disabled {
  color: #505050;
  text-decoration: none;
  cursor: default;
}

@-webkit-keyframes bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce-h {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

.faa-bounce.animated.faa-fast, .faa-bounce.animated-hover.faa-fast:hover, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}

.faa-bounce.animated.faa-slow, .faa-bounce.animated-hover.faa-slow:hover, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}

@keyframes wave {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.975);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

input[type="checkbox"], input[type="radio"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

input[type="checkbox"]:before, input[type="radio"]:before {
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type="checkbox"] {
  border: 1px solid #cfcfcf;
}

input[type="checkbox"]:checked:before {
  content: url(/assets/images/check-solid.svg);
  width: 14px;
  height: 16px;
}

input[type="radio"]::before {
  content: "\f10c";
  font-size: 16px;
}

input[type="radio"]:checked:before {
  content: "\f192";
}

input[type="radio"][disabled]::before {
  color: #e8e8e8;
}

button, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.disabled {
  opacity: .6;
}

.checkbox-custom {
  display: inline-block;
  margin-left: 10px;
}

.error-msg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  float: right;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
}

.error-msg i {
  font-size: 18px;
  color: #e50000;
  vertical-align: middle;
}

.error-msg .error-info {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  line-height: 15px;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 240px;
  border-radius: 4px;
  padding: 8px;
  z-index: 95;
  display: none;
}

.error-msg .error-info:after {
  content: "";
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  display: block;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
  bottom: -6px;
  right: 14px;
}

.error-msg .error-info:before {
  content: "";
  width: 45px;
  height: 8px;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  display: block;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}

.error-msg:hover .error-info {
  display: block;
}

.has-info .error-msg {
  right: 40px;
}

.info-msg {
  width: 40px;
  float: right;
  display: inline-block;
  position: relative;
  text-align: left;
  height: 46px;
  line-height: 43px;
  vertical-align: middle;
  padding-left: 6px;
}

@media (max-width: 620px) {
  .info-msg {
    text-align: center;
  }
}

.info-msg i {
  width: 24px;
  height: 24px;
  border-radius: 46px;
  background: #41aee4;
  vertical-align: middle;
  display: inline-block;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.info-msg .info-info {
  position: absolute;
  right: 10px;
  bottom: calc(100% + 12px);
  line-height: 15px;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 240px;
  border-radius: 4px;
  padding: 8px;
  z-index: 95;
  display: none;
}

@media (max-width: 620px) {
  .info-msg .info-info {
    right: 6px;
  }
}

.info-msg .info-info:after {
  content: "";
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  display: block;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
  bottom: -6px;
  right: 5px;
}

.info-msg .info-info:before {
  content: "";
  width: 45px;
  height: 8px;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  display: block;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}

.info-msg:hover .info-info {
  display: block;
}

.accept-checkbox {
  text-align: right;
  width: auto;
  float: right;
  clear: both;
}

.accept-checkbox input {
  float: left;
}

.accept-checkbox p.checkbox-label {
  padding-top: 3px;
  width: calc(100% - 20px);
  padding-left: 12px;
  float: left;
}

.skryta-cpt ~ .label {
  display: none;
}

.skryta-cpt {
  display: none;
}

.ToggleBase {
  margin: 0;
  width: 3em;
  height: 1.6em;
  transition: all .25s ease-in-out;
  outline: none;
  border-radius: 0;
  position: relative;
  display: inline-block;
}

.ToggleBase input {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.ToggleBase input:not(:disabled):hover, .ToggleBase input:not(:disabled):focus, .ToggleBase input:checked {
  border-color: #f8c4ac;
  background: #f8c4ac;
}

.ToggleBase input:checked + .ToggleBase-body {
  background-color: #f8c4ac;
}

.ToggleBase input:checked + .ToggleBase-body:after {
  background: #ed7237;
  border-color: #ed7237;
  transform: translateX(1.4em);
}

.ToggleBase-body {
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  transition: all .25s ease-in-out;
}

.ToggleBase-body:after {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: .18em solid silver;
  background-color: silver;
  transition: all .25s ease-in-out;
  position: absolute;
  left: .2em;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  box-sizing: border-box;
}

.ToggleBase:disabled, .ToggleBase:disabled + * {
  border-color: #404040;
  opacity: .4;
}

.ToggleBase.is-invalid {
  border-color: #e82121;
}

form {
  border: 1px solid #e7e7e7;
  padding-top: 40px;
  padding-right: 35px;
  padding-bottom: 40px;
  padding-left: 35px;
  max-width: 960px;
  margin: 0 auto 50px;
}

@media (min-width: 380px) {
  form {
    padding-top: calc(3.86598vw + 25.30928px);
  }
}

@media (min-width: 768px) {
  form {
    padding-top: calc(2.31481vw + 37.22222px);
  }
}

@media (min-width: 1200px) {
  form {
    padding-top: 65px;
  }
}

@media (min-width: 380px) {
  form {
    padding-right: calc(7.73196vw + 5.61856px);
  }
}

@media (min-width: 768px) {
  form {
    padding-right: calc(8.10185vw + 2.77778px);
  }
}

@media (min-width: 1200px) {
  form {
    padding-right: 100px;
  }
}

@media (min-width: 380px) {
  form {
    padding-bottom: calc(3.86598vw + 25.30928px);
  }
}

@media (min-width: 768px) {
  form {
    padding-bottom: calc(2.31481vw + 37.22222px);
  }
}

@media (min-width: 1200px) {
  form {
    padding-bottom: 65px;
  }
}

@media (min-width: 380px) {
  form {
    padding-left: calc(7.73196vw + 5.61856px);
  }
}

@media (min-width: 768px) {
  form {
    padding-left: calc(8.10185vw + 2.77778px);
  }
}

@media (min-width: 1200px) {
  form {
    padding-left: 100px;
  }
}

form#schuzka {
  padding: 45px 0;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 380px) {
  form#schuzka {
    padding-right: calc(1.28866vw + 25.10309px);
  }
}

@media (min-width: 768px) {
  form#schuzka {
    padding-right: calc(2.31481vw + 17.22222px);
  }
}

@media (min-width: 1200px) {
  form#schuzka {
    padding-right: 45px;
  }
}

@media (min-width: 380px) {
  form#schuzka {
    padding-left: calc(1.28866vw + 25.10309px);
  }
}

@media (min-width: 768px) {
  form#schuzka {
    padding-left: calc(2.31481vw + 17.22222px);
  }
}

@media (min-width: 1200px) {
  form#schuzka {
    padding-left: 45px;
  }
}

.form-inner {
  display: flex;
  flex-wrap: wrap;
}

.form-inner .label-holder {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.form-inner .label-holder .label_container {
  display: inline-block;
}

@media (min-width: 768px) {
  .form-inner .label-holder {
    flex: 0 30%;
  }
}

.form-inner label {
  text-transform: uppercase;
  line-height: 50px;
  margin-right: 5px;
}

.form-inner .input-holder {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-bottom: 10px;
}

@media (min-width: 380px) {
  .form-inner .input-holder {
    margin-bottom: calc(2.57732vw + .20619px);
  }
}

@media (min-width: 768px) {
  .form-inner .input-holder {
    margin-bottom: 20px;
  }
}

.form-inner .input-holder .element {
  width: 100%;
}

@media (min-width: 768px) {
  .form-inner .input-holder {
    flex: 0 70%;
    min-height: 50px;
    max-width: 70%;
  }
}

.form-inner .input-holder label {
  line-height: inherit;
  margin: 12px 0;
}

@media (min-width: 768px) {
  .form-inner .input-holder label {
    line-height: 50px;
    margin: 0;
  }
}

.form-inner .input-holder.file-selector {
  display: flex;
  align-items: center;
}

.form-inner .input-holder.no-input-price input[readonly] {
  border: none !important;
  background: transparent !important;
  padding-left: 0;
  font-weight: 700;
  font-size: 18px;
  box-shadow: none !important;
  color: #ed7237;
}

.form-inner .input-holder .light-info {
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
  color: #c5c5c5;
}

.form-inner .submit-holder {
  margin-top: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .form-inner .submit-holder {
    flex: 0 70%;
    margin-top: 0;
    margin-left: auto;
  }
}

.form-inner .submit-holder button {
  font-size: 14px;
}

.form-inner.small {
  display: block;
}

.form-inner.small label {
  line-height: 25px;
}

.form-inner.small .input-holder {
  margin-bottom: 15px;
}

input[type="text"], input[type="password"], input[type="number"], input[type="url"], input[type="email"], textarea {
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 15px;
  transition: all .15s ease-in-out;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(237, 114, 55, 0.8);
}

input[type="text"].ui-state-error, input[type="password"].ui-state-error, input[type="number"].ui-state-error, input[type="url"].ui-state-error, input[type="email"].ui-state-error, textarea.ui-state-error {
  border: 1px solid #fdb5b5;
  background: #fbf6f6;
  color: inherit;
}

input[type="text"].ui-state-error:after, input[type="password"].ui-state-error:after, input[type="number"].ui-state-error:after, input[type="url"].ui-state-error:after, input[type="email"].ui-state-error:after, textarea.ui-state-error:after {
  content: '';
  background-image: url(/assets/images/icons/exclamation-circle-solid.svg);
}

input[type="text"].ui-state-valid, input[type="password"].ui-state-valid, input[type="number"].ui-state-valid, input[type="url"].ui-state-valid, input[type="email"].ui-state-valid, textarea.ui-state-valid {
  border: 1px solid #d2e6ce;
  background: #f6fbf7 !important;
  color: inherit;
}

input[type="text"].ui-state-valid:after, input[type="password"].ui-state-valid:after, input[type="number"].ui-state-valid:after, input[type="url"].ui-state-valid:after, input[type="email"].ui-state-valid:after, textarea.ui-state-valid:after {
  content: '';
  background-image: url(/assets/images/icons/exclamation-circle-solid.svg);
}

.ui-state-validparent {
  position: relative;
}

.ui-state-validparent:after {
  content: url(/assets/images/icons/form-valid.svg);
  display: block;
  width: 17px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: 14px;
}

.ui-state-errorparent {
  position: relative;
}

.ui-state-errorparent:after {
  content: url(/assets/images/icons/form-error.svg);
  display: block;
  width: 17px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: 14px;
}

button, input, optgroup, select, textarea, .ui-widget {
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
}

select {
  width: 100%;
}

.ui-selectmenu-button.ui-button {
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 10px 15px;
  transition: all .15s ease-in-out;
}

.ui-selectmenu-button.ui-button:hover {
  border: 1px solid #b6b6b6;
}

input[type="checkbox"] {
  margin-top: -3px;
}

p.checkbox-label {
  display: inline;
  margin-bottom: 0;
  text-transform: none;
  margin-left: 10px;
}

.terms-note {
  position: relative;
  display: inline-block;
}

.terms-note .popup-short-info {
  text-decoration: underline;
  color: #ed7237;
  cursor: pointer;
}

.terms-note .popup-short-info:before {
  width: 100%;
  height: 300%;
  position: absolute;
  bottom: 0;
}

.terms-note .popup-long-info {
  position: absolute;
  width: 170%;
  bottom: 50px;
  left: -25px;
  padding: 25px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  z-index: 10;
  transform: scale(0);
  opacity: 0;
  transition: all .2s ease-in-out;
  transform-origin: bottom;
}

@media (max-width: 480px) {
  .terms-note .popup-long-info {
    width: 320px;
  }
}

@media (max-width: 370px) {
  .terms-note .popup-long-info {
    width: 270px;
  }
}

.terms-note .popup-long-info:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #000;
  z-index: -1;
}

.terms-note:hover .popup-short-info:before {
  content: "";
}

.terms-note:hover .popup-long-info {
  opacity: 1;
  transform: scale(1);
}

p.success.js-event-poptavka {
  border-top: 3px solid #155724;
  background: #EDF7F0;
  padding: 15px;
}

p.success.js-event-poptavka a {
  color: #155724;
  font-weight: 600;
  text-decoration: underline;
}

p.success.js-event-poptavka a:hover {
  text-decoration: none;
}

.has-error input {
  border: 1px solid #B33A3A;
}

.alert-danger {
  margin-top: 5px;
  padding: 10px;
  background: #f6e3e3;
  color: #B33A3A;
  font-size: 12px;
  font-weight: 600;
}

.alert-danger button.close {
  width: 15px;
  height: 15px;
  background: #B33A3A;
  border-radius: 50%;
  margin-right: 8px;
}

.alert-danger button.close span {
  color: #fff;
  font-weight: 600;
}

#contact-form .bottom-title {
  text-align: center;
}

.form-paragraph {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  margin-bottom: 50px;
}

.location_homepage .inner {
  max-width: 1292px;
}

.location_homepage .inner.full-width {
  max-width: none;
}

@media (max-width: 767px) {
  .hero-section.hp {
    background-image: url(/assets/images/background/homepage.jpg);
  }
}

.hero-section.hp .inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 850px;
  align-content: space-between;
}

.hero-section.hp:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-section.hp h1 {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
}

@media (min-width: 380px) {
  .hero-section.hp h1 {
    font-size: calc(2.06186vw + 16.16495px);
  }
}

@media (min-width: 768px) {
  .hero-section.hp h1 {
    font-size: calc(2.83019vw + 10.26415px);
  }
}

@media (min-width: 980px) {
  .hero-section.hp h1 {
    font-size: calc(3.91304vw - .34783px);
  }
}

@media (min-width: 1440px) {
  .hero-section.hp h1 {
    font-size: 56px;
  }
}

.hero-section.hp h1 span {
  font-size: 42px;
  margin-top: 15px;
}

@media (min-width: 380px) {
  .hero-section.hp h1 span {
    font-size: calc(5.15464vw + 22.41237px);
  }
}

@media (min-width: 768px) {
  .hero-section.hp h1 span {
    font-size: calc(9.43396vw - 10.45283px);
  }
}

@media (min-width: 980px) {
  .hero-section.hp h1 span {
    font-size: calc(11vw - 25.8px);
  }
}

@media (min-width: 1280px) {
  .hero-section.hp h1 span {
    font-size: 115px;
  }
}

.hero-section.hp h1 .typewrite {
  cursor: text;
}

.hero-section.hp h1 .typewrite span {
  display: inline-block;
  font-size: 24px;
  color: #ed7237;
  margin-top: 0;
}

@media (min-width: 380px) {
  .hero-section.hp h1 .typewrite span {
    font-size: calc(2.06186vw + 16.16495px);
  }
}

@media (min-width: 768px) {
  .hero-section.hp h1 .typewrite span {
    font-size: calc(2.83019vw + 10.26415px);
  }
}

@media (min-width: 980px) {
  .hero-section.hp h1 .typewrite span {
    font-size: calc(3.91304vw - .34783px);
  }
}

@media (min-width: 1440px) {
  .hero-section.hp h1 .typewrite span {
    font-size: 56px;
  }
}

.hero-section.hp .sub-title {
  font-size: 16px;
  font-weight: 300;
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 380px) {
  .hero-section.hp .sub-title {
    font-size: calc(.51546vw + 14.04124px);
  }
}

@media (min-width: 768px) {
  .hero-section.hp .sub-title {
    font-size: calc(.9434vw + 10.75472px);
  }
}

@media (min-width: 980px) {
  .hero-section.hp .sub-title {
    font-size: 20px;
  }
}

.hero-section.hp .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  z-index: 0;
  filter: grayscale(100%);
  display: none;
}

@media (min-width: 768px) {
  .hero-section.hp .video-holder {
    display: block;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .hero-section.hp .video-holder {
      display: none;
    }
  }
}

.hero-section.hp .video-holder video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-section.hp .video-holder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}

.product-splitter {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 30px;
  transform: translateY(-30px);
  z-index: 1;
}

@media (min-width: 380px) {
  .product-splitter {
    padding-left: calc(5.15464vw - 4.58763px);
  }
}

@media (min-width: 768px) {
  .product-splitter {
    padding-left: 35px;
  }
}

@media (min-width: 980px) {
  .product-splitter {
    padding-left: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .product-splitter {
    padding-left: calc(6.25vw - 35px);
  }
}

@media (min-width: 1280px) {
  .product-splitter {
    padding-left: calc(2.34375vw + 15px);
  }
}

@media (min-width: 1920px) {
  .product-splitter {
    padding-left: 60px;
  }
}

@media (min-width: 380px) {
  .product-splitter {
    padding-right: calc(5.15464vw - 4.58763px);
  }
}

@media (min-width: 768px) {
  .product-splitter {
    padding-right: 35px;
  }
}

@media (min-width: 980px) {
  .product-splitter {
    padding-right: calc(2.27273vw + 12.72727px);
  }
}

@media (min-width: 1200px) {
  .product-splitter {
    padding-right: calc(6.25vw - 35px);
  }
}

@media (min-width: 1280px) {
  .product-splitter {
    padding-right: calc(2.34375vw + 15px);
  }
}

@media (min-width: 1920px) {
  .product-splitter {
    padding-right: 60px;
  }
}

@media (min-width: 380px) {
  .product-splitter {
    padding-bottom: calc(1.11235vw + 25.77308px);
  }
}

@media (min-width: 1279px) {
  .product-splitter {
    padding-bottom: calc(-4000vw + 51200px);
  }
}

@media (min-width: 1280px) {
  .product-splitter {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .product-splitter {
    transform: translateY(-50px);
  }
}

@media (min-width: 1280px) {
  .product-splitter {
    transform: translateY(-30%);
  }
}

@media (min-width: 1980px) {
  .product-splitter {
    padding: 0;
  }
}

.product-splitter .product-menu {
  background: #fff;
}

@media (min-width: 768px) {
  .product-splitter .product-menu .product-menu-item {
    width: calc(100% / 2);
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(3n-3) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(2n-2) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item {
    width: calc(100% / 2);
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(3n-3) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(2n-2) {
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .product-splitter .product-menu .product-menu-item {
    width: calc(100% / 4);
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(5n-5) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(4n-4) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item {
    width: calc(100% / 4);
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(5n-5) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(4n-4) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item {
    width: calc(100% / 4);
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(5n-5) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(4n-4) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item {
    width: calc(100% / 4);
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(5n-5) {
    margin-right: 0;
  }
  .product-splitter .product-menu .product-menu-item:nth-child(4n-4) {
    margin-right: 0;
  }
}

.product-splitter .product-menu .product-menu-item {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 0;
  padding-left: 25px;
  position: relative;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  text-decoration: none;
  color: #000;
}

@media (min-width: 380px) {
  .product-splitter .product-menu .product-menu-item {
    padding-top: calc(1.11111vw + 20.77778px);
  }
}

@media (min-width: 1280px) {
  .product-splitter .product-menu .product-menu-item {
    padding-top: calc(6.25vw - 45px);
  }
}

@media (min-width: 1440px) {
  .product-splitter .product-menu .product-menu-item {
    padding-top: calc(3.125vw);
  }
}

@media (min-width: 1600px) {
  .product-splitter .product-menu .product-menu-item {
    padding-top: 50px;
  }
}

@media (min-width: 380px) {
  .product-splitter .product-menu .product-menu-item {
    padding-right: calc(1.11111vw + 20.77778px);
  }
}

@media (min-width: 1280px) {
  .product-splitter .product-menu .product-menu-item {
    padding-right: calc(6.25vw - 45px);
  }
}

@media (min-width: 1440px) {
  .product-splitter .product-menu .product-menu-item {
    padding-right: calc(3.125vw);
  }
}

@media (min-width: 1600px) {
  .product-splitter .product-menu .product-menu-item {
    padding-right: 50px;
  }
}

@media (min-width: 380px) {
  .product-splitter .product-menu .product-menu-item {
    padding-left: calc(1.11111vw + 20.77778px);
  }
}

@media (min-width: 1280px) {
  .product-splitter .product-menu .product-menu-item {
    padding-left: calc(6.25vw - 45px);
  }
}

@media (min-width: 1440px) {
  .product-splitter .product-menu .product-menu-item {
    padding-left: calc(3.125vw);
  }
}

@media (min-width: 1600px) {
  .product-splitter .product-menu .product-menu-item {
    padding-left: 50px;
  }
}

.product-splitter .product-menu .product-menu-item .just-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 4;
}

.product-splitter .product-menu .product-menu-item .content-holder {
  width: 200%;
  transform: translateX(-75%);
  transition: all .2s ease-in-out;
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner {
  width: calc(100% / 2);
  margin-right: 0;
  margin-bottom: 0;
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner:nth-child(3n-3) {
  margin-right: 0;
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner:nth-child(2n-2) {
  margin-right: 0;
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner {
  width: calc(100% / 2);
  margin-right: 0;
  margin-bottom: 0;
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner:nth-child(3n-3) {
  margin-right: 0;
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner:nth-child(2n-2) {
  margin-right: 0;
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner.text {
  height: 75px;
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner.text p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner.text {
    height: 95px;
  }
}

@media (min-width: 1440px) {
  .product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner.text {
    height: auto;
  }
  .product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner.text p {
    font-size: 16px;
  }
}

.product-splitter .product-menu .product-menu-item .content-holder .wrapper-inner.btn {
  padding-left: 25%;
}

.product-splitter .product-menu .product-menu-item:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #fff;
  z-index: 2;
  transition: all .15s ease-in-out;
}

.product-splitter .product-menu .product-menu-item:hover:after {
  left: -1%;
  width: 102%;
  height: 110%;
  z-index: 3;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-splitter .product-menu .product-menu-item:hover:after {
    box-shadow: 0 7px 4px #777;
  }
}

.product-splitter .product-menu .product-menu-item:hover .box-shadow {
  opacity: .8;
  z-index: 3;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-splitter .product-menu .product-menu-item:hover .box-shadow {
    display: none;
  }
}

@media (min-width: 1024px) {
  .product-splitter .product-menu .product-menu-item:hover .content-holder {
    transform: translateX(0);
  }
}

.product-splitter .product-menu .product-menu-item:hover h2 {
  transform: scale(1.05);
}

.product-splitter .product-menu .product-menu-item:hover .link-arrow:before {
  animation: bounce-h 2s ease infinite;
}

.product-splitter .product-menu .product-menu-item h2 {
  font-size: 25px;
  font-weight: 600;
  transition: all .2s ease-in-out;
  transform-origin: left center;
}

@media (min-width: 380px) {
  .product-splitter .product-menu .product-menu-item h2 {
    font-size: calc(.45455vw + 23.27273px);
  }
}

@media (min-width: 1920px) {
  .product-splitter .product-menu .product-menu-item h2 {
    font-size: 32px;
  }
}

.product-splitter .product-menu .product-menu-item h2 span {
  display: block;
}

.product-splitter .product-menu .product-menu-item span.btn {
  color: #fff;
  border: 2px solid #ed7237;
  background: #ed7237;
  width: auto;
  display: inline-block;
  border-radius: 0;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  margin-top: 15px;
  white-space: nowrap;
}

.product-splitter .product-menu .product-menu-item p {
  margin-bottom: 15px;
  font-weight: 500;
}

.product-splitter .product-menu .product-menu-item .link-arrow {
  position: relative;
  display: block;
  width: 75px;
  height: 16px;
}

.product-splitter .product-menu .product-menu-item .link-arrow:before {
  content: url(/assets/images/arrow-product.png);
  position: absolute;
  z-index: 5;
  top: 0;
  transition: all .2s ease-in-out;
}

.product-splitter .product-menu .product-menu-item .hr {
  position: absolute;
  display: flex;
  bottom: -5px;
  left: 0;
  width: 96%;
  height: 1px;
  margin: 0 2%;
  z-index: 3;
}

.product-splitter .product-menu .product-menu-item .hr:before, .product-splitter .product-menu .product-menu-item .hr:after {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background: #e7e7e7;
}

.product-splitter .product-menu .product-menu-item .hr:before {
  margin-left: 0;
}

.product-splitter .product-menu .product-menu-item .hr:after {
  margin-left: auto;
}

.product-splitter .product-menu .product-menu-item .box-shadow {
  position: absolute;
  z-index: -1;
  bottom: -25px;
  left: 0;
  height: 110%;
  width: 100%;
  opacity: 0;
  border-radius: 50px;
  background: #000;
  filter: blur(10px);
  transition: all 0.2s;
}

@media (min-width: 1440px) {
  .product-splitter .product-menu .product-menu-item {
    border-left: 0;
  }
  .product-splitter .product-menu .product-menu-item:last-child {
    border-right: 0;
  }
}

.product-splitter.product-splitter-index .product-menu-item svg {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  z-index: 4;
  fill: #CACACA;
  opacity: .8;
  transition: all .2s ease-in-out;
}

.product-splitter.product-splitter-index .product-menu-item:hover svg {
  fill: #ed7237;
  opacity: 1;
}

.how-we-help {
  padding: 0;
  position: relative;
}

.how-we-help h2 {
  text-align: center;
  padding-bottom: 0;
}

.how-we-help .inner.paginator-wrapper {
  width: 80%;
  overflow: initial;
}

@media (min-width: 1024px) {
  .how-we-help .inner.paginator-wrapper {
    width: 100%;
    max-width: 680px;
    padding: 0;
  }
}

.how-we-help .swiper-container.swiper-paginator {
  overflow: inherit;
  margin-left: 0;
  padding-top: 35px;
  padding-bottom: 25px;
}

@media (min-width: 380px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-top: calc(1.28866vw + 30.10309px);
  }
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-top: calc(4.71698vw + 3.77358px);
  }
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-top: calc(4.54545vw + 5.45455px);
  }
}

@media (min-width: 1200px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-top: calc(6.25vw - 15px);
  }
}

@media (min-width: 1280px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-top: 65px;
  }
}

@media (min-width: 380px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-bottom: calc(1.28866vw + 20.10309px);
  }
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-bottom: calc(4.71698vw - 6.22642px);
  }
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-bottom: calc(2.27273vw + 17.72727px);
  }
}

@media (min-width: 1200px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-bottom: calc(6.25vw - 30px);
  }
}

@media (min-width: 1280px) {
  .how-we-help .swiper-container.swiper-paginator {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.swiper-paginator {
    max-width: 50px;
  }
}

@media (min-width: 1024px) {
  .how-we-help .swiper-container.swiper-paginator .swiper-wrapper {
    transform: none !important;
  }
}

.how-we-help .swiper-container.swiper-paginator .swiper-slide {
  width: auto;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.how-we-help .swiper-container.swiper-paginator .swiper-slide h3 {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.swiper-paginator .swiper-slide h3 {
    position: absolute;
    bottom: -10px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
  }
}

.how-we-help .swiper-container.swiper-paginator .swiper-slide:before {
  content: url(/assets/images/testimonial/icon-black.png);
  transition: all 0.2s ease-in-out;
  display: block;
  margin-bottom: 20px;
}

.how-we-help .swiper-container.swiper-paginator .swiper-slide:hover:before {
  transform: scale(0.9);
}

.how-we-help .swiper-container.swiper-paginator .swiper-slide-active:before {
  content: url(/assets/images/testimonial/icon-active.png);
}

.how-we-help .swiper-container.swiper-paginator .swiper-slide:after {
  content: url(/assets/images/arrow-paginator.png);
  position: absolute;
  top: 12px;
  right: 100%;
  margin: 0 30px;
}

.how-we-help .swiper-container.swiper-paginator .swiper-slide:first-child:after {
  content: "";
}

.how-we-help .swiper-container.testimonial-hp {
  padding: 0;
  padding-top: 55px;
  padding-bottom: 50px;
  background: linear-gradient(#efefef, #fff);
}

@media (min-width: 380px) {
  .how-we-help .swiper-container.testimonial-hp {
    padding-top: calc(5.15464vw + 35.41237px);
  }
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.testimonial-hp {
    padding-top: calc(4.71698vw + 38.77358px);
  }
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.testimonial-hp {
    padding-top: calc(6.81818vw + 18.18182px);
  }
}

@media (min-width: 1200px) {
  .how-we-help .swiper-container.testimonial-hp {
    padding-top: 100px;
  }
}

@media (min-width: 380px) {
  .how-we-help .swiper-container.testimonial-hp {
    padding-bottom: calc(5.15464vw + 30.41237px);
  }
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.testimonial-hp {
    padding-bottom: calc(7.07547vw + 15.66038px);
  }
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.testimonial-hp {
    padding-bottom: calc(6.81818vw + 18.18182px);
  }
}

@media (min-width: 1200px) {
  .how-we-help .swiper-container.testimonial-hp {
    padding-bottom: 100px;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide {
  background: none;
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide {
    width: 96%;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide-active .inner {
  margin: 0 auto;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide-next {
  transition: all .2s ease-in-out;
}

@media (min-width: 1340px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide-next {
    animation: bounce-h 2s ease infinite;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide-next .inner {
  margin: 0 auto 0 0;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide-next:before {
  display: none;
  content: url(/assets/images/nav-main-swiper-left.png);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  left: -10%;
  transition: all .2s ease-in-out;
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide-next:before {
    display: block;
    bottom: 15%;
  }
}

@media (min-width: 1680px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide-next:before {
    top: 50%;
    bottom: auto;
    left: -7%;
  }
}

@media (min-width: 980px) and (max-width: 1339px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide-next:before {
    animation: bounce-h 2s ease infinite;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .text-wrapper {
  text-align: left;
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .text-wrapper {
    flex: 1 0 42%;
    padding-right: 4%;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder {
  width: 100%;
  position: relative;
  margin-top: 45px;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 45%;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  min-height: 350px;
  padding-bottom: 12px;
}

@media (min-width: 380px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers {
    padding-top: calc(4.87805vw + 11.46341px);
  }
}

@media (min-width: 1200px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers {
    padding-top: 70px;
  }
}

@media (min-width: 320px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers {
    min-height: calc(46.875vw + 200px);
  }
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers {
    min-height: 560px;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-wrapper {
  flex: 0 100%;
  display: flex;
  justify-content: flex-start;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-wrapper:nth-child(2n+2) {
  justify-content: flex-end;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-item {
  flex: 0 28%;
  text-align: center;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-item-number {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: #ed7237;
  margin-bottom: 15px;
}

@media (min-width: 380px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-item-number {
    font-size: calc(1.34146vw + 19.90244px);
  }
}

@media (min-width: 1200px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-item-number {
    font-size: 36px;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-item-text {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin: 0 10px;
}

@media (min-width: 380px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-item-text {
    font-size: calc(.7732vw + 8.06186px);
  }
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-item-text {
    font-size: 14px;
  }
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder {
    flex: 1 0 52%;
  }
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder img {
    max-width: 40%;
  }
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder .numbers-item {
    flex: 0 30%;
  }
}

@media (min-width: 1200px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .image-holder img {
    max-width: none;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .title strong {
  font-weight: 800;
  color: #ed7237;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .quote {
  position: relative;
  margin-bottom: 20px;
  font-style: italic;
  margin-left: 12px;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .quote span {
  font-weight: 800;
  color: #ed7237;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .quote:before {
  content: "“";
  position: absolute;
  left: -20px;
  font-size: 32px;
  font-weight: 600;
  top: -10px;
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .quote {
    margin-left: 0;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .comment {
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.6;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .comment p {
  margin-bottom: 0;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .comment ul {
  margin-left: 16px;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .author {
  margin-bottom: 40px;
  flex-wrap: nowrap;
}

@media (min-width: 380px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .author {
    margin-bottom: calc(3.86598vw + 25.30928px);
  }
}

@media (min-width: 768px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .author {
    margin-bottom: calc(9.43396vw - 17.45283px);
  }
}

@media (min-width: 980px) {
  .how-we-help .swiper-container.testimonial-hp .swiper-slide .author {
    margin-bottom: 75px;
  }
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .author .photo {
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 20px;
  max-width: 68px;
}

.how-we-help .swiper-container.testimonial-hp .swiper-slide .author .name {
  font-weight: 600;
}

.how-we-help .swiper-nav {
  display: none;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

@media (min-width: 980px) {
  .how-we-help .swiper-nav {
    display: block;
  }
}

.how-we-help .swiper-nav-next {
  top: 0;
  right: 0;
  width: 10%;
  max-width: 250px;
  height: 100%;
}

.how-we-help .swipe-icon {
  position: absolute;
  bottom: 35px;
  left: 50%;
  overflow: visible;
  width: 18px;
  height: 24px;
  transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 980px) {
  .how-we-help .swipe-icon {
    display: none;
  }
}

.how-we-help .swipe-icon .swipe-arrow {
  animation: pulse-arrow 2s ease-out infinite;
}

.how-we-help .swipe-icon {
  animation: hand-move 2s ease-out infinite;
}

@keyframes pulse-arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(0.25em);
    opacity: 1;
  }
  75% {
    transform: translateX(0.25em);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}

@keyframes hand-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.5em);
  }
  100% {
    transform: translateX(0);
  }
}

.about-poski {
  position: relative;
  text-align: center;
  padding-top: 0;
  padding-bottom: 250px;
  margin-bottom: 200px;
  background: linear-gradient(#fff, #efefef);
}

@media (min-width: 380px) {
  .about-poski {
    margin-bottom: calc(12.19512vw + 153.65854px);
  }
}

@media (min-width: 1200px) {
  .about-poski {
    margin-bottom: 300px;
  }
}

@media (min-width: 1440px) {
  .about-poski {
    margin-bottom: 0;
  }
}

.about-poski .inner {
  position: relative;
  padding-top: 150px;
}

.about-poski .hr {
  position: absolute;
  display: flex;
  top: 0;
  height: 1px;
  width: 100%;
}

.about-poski .hr:before, .about-poski .hr:after {
  content: "";
  display: block;
  width: calc(50% - 60px);
  height: 1px;
  background: #b6b6b6;
}

.about-poski .hr:before {
  margin-left: 0;
}

.about-poski .hr:after {
  margin-left: auto;
}

.about-poski.has-arrow:before {
  content: "";
  height: 50px;
  top: 50px;
}

@media (min-width: 380px) {
  .about-poski.has-arrow:before {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .about-poski.has-arrow:before {
    height: 50px;
  }
}

@media (min-width: 1280px) {
  .about-poski.has-arrow:before {
    height: 50px;
  }
}

@media (min-width: 380px) {
  .about-poski.has-arrow:before {
    top: 50px;
  }
}

@media (min-width: 768px) {
  .about-poski.has-arrow:before {
    top: 50px;
  }
}

@media (min-width: 1280px) {
  .about-poski.has-arrow:before {
    top: 50px;
  }
}

.about-poski.has-arrow:after {
  top: 78px;
}

@media (min-width: 380px) {
  .about-poski.has-arrow:after {
    top: 78px;
  }
}

@media (min-width: 768px) {
  .about-poski.has-arrow:after {
    top: calc(1.95313vw + 63px);
  }
}

@media (min-width: 1280px) {
  .about-poski.has-arrow:after {
    top: 88px;
  }
}

.about-poski p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.about-poski a.btn {
  margin-bottom: 100px;
  margin-bottom: 45px;
}

@media (min-width: 380px) {
  .about-poski a.btn {
    margin-bottom: calc(3.86598vw + 30.30928px);
  }
}

@media (min-width: 768px) {
  .about-poski a.btn {
    margin-bottom: calc(9.43396vw - 12.45283px);
  }
}

@media (min-width: 980px) {
  .about-poski a.btn {
    margin-bottom: calc(9.09091vw - 9.09091px);
  }
}

@media (min-width: 1200px) {
  .about-poski a.btn {
    margin-bottom: 100px;
  }
}

.about-poski .numbers {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.about-poski .numbers-item {
  width: calc((100% / 3 - 30px) + (30px / 3));
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  margin-bottom: -125px !important;
}

.about-poski .numbers-item:nth-child(3n+3) {
  margin-right: 0;
}

@media (min-width: 350px) {
  .about-poski .numbers-item {
    width: calc((100% / 1 - 30px) + (30px / 1));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .about-poski .numbers-item:nth-child(0n+0) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .about-poski .numbers-item:nth-child(1n+1) {
    margin-right: 0;
  }
}

@media (min-width: 730px) {
  .about-poski .numbers-item {
    width: calc((100% / 2 - 30px) + (30px / 2));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .about-poski .numbers-item:nth-child(1n+1) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .about-poski .numbers-item:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 1111px) {
  .about-poski .numbers-item {
    width: calc((100% / 3 - 30px) + (30px / 3));
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .about-poski .numbers-item:nth-child(2n+2) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .about-poski .numbers-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .about-poski .numbers-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

.about-poski .numbers-item:after {
  content: url(/assets/images/arrow-about.png);
  display: block;
  margin-top: 30px;
  height: 85px;
}

.about-poski .numbers-item:first-child, .about-poski .numbers-item:last-child {
  margin-top: 30px;
}

.about-poski .numbers-item:first-child:after {
  transform: translateX(50%) rotate(-45deg);
}

.about-poski .numbers-item:last-child:after {
  transform: translateX(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .about-poski .numbers-item {
    margin-bottom: -100px !important;
  }
  .about-poski .numbers-item:first-child, .about-poski .numbers-item:last-child {
    margin-top: 50px;
  }
}

@media (min-width: 980px) {
  .about-poski .numbers-item {
    margin-bottom: -85px !important;
  }
  .about-poski .numbers-item:first-child, .about-poski .numbers-item:last-child {
    margin-top: 65px;
  }
}

@media (min-width: 1200px) {
  .about-poski .numbers-item {
    margin-bottom: -75px !important;
  }
  .about-poski .numbers-item:first-child, .about-poski .numbers-item:last-child {
    margin-top: 75px;
  }
}

.about-poski .numbers-item-number {
  display: block;
  font-size: 30px;
  font-weight: 800;
  margin: 10px 0;
}

@media (min-width: 380px) {
  .about-poski .numbers-item-number {
    font-size: calc(1.54639vw + 24.12371px);
  }
}

@media (min-width: 768px) {
  .about-poski .numbers-item-number {
    font-size: calc(12.5vw - 60px);
  }
}

@media (min-width: 960px) {
  .about-poski .numbers-item-number {
    font-size: 60px;
  }
}

.about-poski .numbers-item-text {
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 380px) {
  .about-poski .numbers-item-text {
    font-size: calc(.25773vw + 10.02062px);
  }
}

@media (min-width: 768px) {
  .about-poski .numbers-item-text {
    font-size: calc(2.08333vw - 4px);
  }
}

@media (min-width: 960px) {
  .about-poski .numbers-item-text {
    font-size: 16px;
  }
}

.about-poski .poski-circle {
  position: absolute;
  width: 350px;
  height: 350px;
  background-size: cover;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  border-radius: 250px;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 380px) {
  .about-poski .poski-circle {
    width: calc(18.29268vw + 280.4878px);
  }
}

@media (min-width: 1200px) {
  .about-poski .poski-circle {
    width: 500px;
  }
}

@media (min-width: 380px) {
  .about-poski .poski-circle {
    height: calc(18.29268vw + 280.4878px);
  }
}

@media (min-width: 1200px) {
  .about-poski .poski-circle {
    height: 500px;
  }
}

.about-poski .poski-circle img {
  width: 100%;
}

.about-poski .poski-circle .circle {
  margin-top: -2%;
  margin-left: -2%;
  width: 104%;
  max-width: none;
}

.about-poski .poski-circle .circle:not(.loaded) {
  width: 374px;
  height: 374px;
}

@media (min-width: 380px) {
  .about-poski .poski-circle .circle:not(.loaded) {
    width: calc(17.80488vw + 306.34146px);
  }
}

@media (min-width: 1200px) {
  .about-poski .poski-circle .circle:not(.loaded) {
    width: 520px;
  }
}

@media (min-width: 380px) {
  .about-poski .poski-circle .circle:not(.loaded) {
    height: calc(17.80488vw + 306.34146px);
  }
}

@media (min-width: 1200px) {
  .about-poski .poski-circle .circle:not(.loaded) {
    height: 520px;
  }
}

.about-poski .poski-circle .poski-overlay {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/poski-circle-cover.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  opacity: .5;
}

.about-poski .poski-circle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: -20px;
  bottom: -20px;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
  border: 20px solid #efefef;
  border-top: 0;
}

@media (min-width: 768px) {
  .about-poski .poski-circle:after {
    left: -25px;
    bottom: -25px;
    border: 25px solid #efefef;
    border-top: 0;
  }
}

@media (min-width: 980px) {
  .about-poski .poski-circle:after {
    left: -35px;
    bottom: -35px;
    border: 35px solid #efefef;
    border-top: 0;
  }
}

.blog-feed {
  padding: 0;
}

@media (min-width: 980px) {
  .blog-feed .feed-item {
    width: calc(100% / 2 - 80px + (80px / 2));
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .blog-feed .feed-item:nth-child(3n-3) {
    margin-right: 80px;
  }
  .blog-feed .feed-item:nth-child(2n-2) {
    margin-right: 0;
  }
  .blog-feed .feed-item {
    width: calc(100% / 2 - 80px + (80px / 2));
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .blog-feed .feed-item:nth-child(3n-3) {
    margin-right: 80px;
  }
  .blog-feed .feed-item:nth-child(2n-2) {
    margin-right: 0;
  }
}

@media (min-width: 1440px) {
  .blog-feed .feed-item {
    width: calc(100% / 2 - 624px + (624px / 2));
    margin-right: 624px;
    margin-bottom: 624px;
  }
  .blog-feed .feed-item:nth-child(3n-3) {
    margin-right: 624px;
  }
  .blog-feed .feed-item:nth-child(2n-2) {
    margin-right: 0;
  }
  .blog-feed .feed-item {
    width: calc(100% / 2 - 624px + (624px / 2));
    margin-right: 624px;
    margin-bottom: 624px;
  }
  .blog-feed .feed-item:nth-child(3n-3) {
    margin-right: 624px;
  }
  .blog-feed .feed-item:nth-child(2n-2) {
    margin-right: 0;
  }
}

.blog-feed .inner.full-width {
  max-width: 1980px;
}

.blog-feed .feed-item {
  padding-top: 50px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 980px) {
  .blog-feed .feed-item:first-child {
    text-align: right;
  }
}

.blog-feed .feed-item p:not(.blog-content) {
  display: none;
}

.blog-feed .feed-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -80px;
  width: calc(100% + 2*80px);
  height: 50%;
  background: #fff;
  z-index: -1;
}

@media (min-width: 1440px) {
  .blog-feed .feed-item:after {
    height: 100%;
  }
}

.blog-feed .title a {
  position: relative;
  text-decoration: none;
  display: block;
}

.blog-feed .title a:hover {
  text-decoration: underline;
}

.blog-feed .title a .link-underline {
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
}

@media (min-width: 380px) {
  .blog-feed .title a .link-underline {
    line-height: calc(1.54639vw + 24.12371px);
  }
}

@media (min-width: 768px) {
  .blog-feed .title a .link-underline {
    line-height: calc(2.83019vw + 14.26415px);
  }
}

@media (min-width: 980px) {
  .blog-feed .title a .link-underline {
    line-height: 42px;
  }
}

@media (min-width: 380px) {
  .blog-feed .title a .link-underline {
    max-height: calc(3.09278vw + 48.24742px);
  }
}

@media (min-width: 768px) {
  .blog-feed .title a .link-underline {
    max-height: calc(5.66038vw + 28.5283px);
  }
}

@media (min-width: 980px) {
  .blog-feed .title a .link-underline {
    max-height: 84px;
  }
}

.blog-feed .blog-date:after {
  content: " — ";
  padding: 0 5px;
}

.blog-feed .read-more {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.blog-feed .read-more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ed7237;
  transition: all .15s ease-in-out;
}

.blog-feed .read-more:hover:after {
  width: 80%;
}

.location_homepage .partners {
  border-top: 0;
}

.location_homepage .partners h2 {
  font-size: 26px;
}

@media (min-width: 380px) {
  .location_homepage .partners h2 {
    font-size: calc(1.03093vw + 22.08247px);
  }
}

@media (min-width: 768px) {
  .location_homepage .partners h2 {
    font-size: calc(2.83019vw + 8.26415px);
  }
}

@media (min-width: 980px) {
  .location_homepage .partners h2 {
    font-size: 36px;
  }
}

@keyframes showP {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showO {
  8% {
    visibility: visible;
    opacity: 0;
    transform: translateX(-5px);
  }
  92% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showS {
  16% {
    visibility: visible;
    opacity: 0;
    transform: translateX(-5px);
  }
  84% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showK {
  24% {
    visibility: visible;
    opacity: 0;
    transform: translateX(-5px);
  }
  76% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showI {
  32% {
    visibility: visible;
    opacity: 0;
    transform: translateX(-5px);
  }
  68% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rotateLogo {
  0% {
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveLine {
  0% {
    width: calc(100% - 50px);
  }
  100% {
    width: calc(100% - 140px);
  }
}

main.content-body:before {
  content: "";
  display: block;
  width: 100%;
  height: 105px;
  margin-bottom: 10px;
  background: #000;
  margin-top: -1px;
  z-index: 0;
}

@media (min-width: 768px) {
  main.content-body:before {
    height: 120px;
    margin-bottom: 30px;
  }
}

@media (min-width: 980px) {
  main.content-body:before {
    margin-bottom: 50px;
  }
}

@media (min-width: 1300px) {
  main.content-body:before {
    height: 150px;
  }
}

.web-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  z-index: 100;
}

.web-header:after {
  content: "";
  position: absolute;
  top: 65px;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

@media (min-width: 768px) {
  .web-header:after {
    top: 75px;
  }
}

@media (min-width: 1300px) {
  .web-header:after {
    top: 85px;
  }
}

@media (min-width: 1880px) {
  .web-header:after {
    content: none;
  }
}

.web-header.fixed {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  transition: all .2s ease-in-out;
}

.web-header.fixed .breadcrumb, .web-header.fixed .contact-info {
  display: none;
}

.web-header.fixed .main-web-nav {
  padding: 35px 0 35px 15px;
}

.web-header.fixed .menu > li > ul {
  top: calc(100% + 35px);
}

.web-header.fixed .main-web-nav-after, .web-header.fixed .sub-web-nav-after {
  visibility: hidden;
}

.web-header.fixed:after {
  content: none;
}

.web-header.up {
  position: fixed;
  top: -90px;
}

.web-header.up .breadcrumb, .web-header.up .contact-info {
  display: none;
}

.web-header a {
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.web-header a svg.fa-angle-down {
  height: 14px;
  width: 10px;
  vertical-align: middle;
  margin-left: 7px;
}

.web-header a:hover, .web-header a.active {
  color: #ed7237;
}

.web-header .logo-poski {
  padding: 12px 0 12px 15px;
  z-index: 10;
  transform: translateX(50px);
}

.web-header .logo-poski img {
  width: 38px;
  height: 38px;
}

.web-header .logo-poski a {
  display: block;
}

@media (min-width: 768px) {
  .web-header .logo-poski {
    padding: 16px 0 16px 25px;
  }
  .web-header .logo-poski img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1300px) {
  .web-header .logo-poski {
    padding: 21px 0 21px 25px;
  }
}

@media (min-width: 1880px) {
  .web-header .logo-poski {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0;
  }
  .web-header .logo-poski img {
    width: 50px;
    height: 50px;
  }
}

.web-header .logo-poski-fade {
  display: inline-block;
  z-index: 10;
  padding-top: 22px;
  padding-left: 12px;
}

@media (min-width: 768px) {
  .web-header .logo-poski-fade {
    padding-top: 28px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .web-header .logo-poski-fade {
    padding-top: 30px;
    padding-left: 15px;
  }
}

@media (min-width: 1880px) {
  .web-header .logo-poski-fade {
    position: absolute;
    left: calc(50% - 10px);
    top: 50%;
    transform: translateY(-50%);
    padding: 0 !important;
  }
}

.web-header .logo-poski-fade svg {
  height: 29px;
  width: 85px;
}

@media (max-width: 1559px) {
  .web-header .logo-poski-fade svg {
    height: 23px;
    width: 68px;
  }
}

@media (max-width: 767px) {
  .web-header .logo-poski-fade svg {
    height: 20px;
    width: 59px;
  }
}

.web-header .logo-poski-fade svg .cls-1 {
  opacity: 0;
}

.web-header .logo-poski-fade.faded svg .cls-1 {
  opacity: 1;
}

.web-header .main-web-nav {
  display: none;
}

@media (min-width: 1320px) {
  .web-header .main-web-nav {
    padding: 30px 0 30px 40px;
    position: relative;
    display: block;
  }
}

@media (min-width: 1241px) {
  .web-header .main-web-nav {
    padding: 35px 0 35px 15px;
  }
}

@media (min-width: 1880px) {
  .web-header .main-web-nav {
    flex: 1 0 49.5%;
    padding: 35px 0 35px 15px;
  }
  .web-header .main-web-nav-after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: calc(100% - 50px);
    background: rgba(255, 255, 255, 0.25);
    overflow: hidden;
  }
}

@media all and (min-width: 1880px) and (-ms-high-contrast: none), (min-width: 1880px) and (-ms-high-contrast: active) {
  .web-header .main-web-nav-after {
    width: calc(100% - 100px);
  }
}

.web-header .menu {
  font-size: 14px;
  font-weight: 600;
}

.web-header .menu > li {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px;
}

@media (min-width: 1680px) {
  .web-header .menu > li {
    padding: 0 25px 0 15px;
  }
}

@media (max-width: 1275px) {
  .web-header .menu > li {
    padding: 0 8px 0 8px;
  }
}

.web-header .menu > li > .sub-menu-wrapper {
  position: absolute;
  top: calc(100% + 36px);
  left: 0;
  visibility: hidden;
}

.web-header .menu > li > .sub-menu-wrapper ul {
  background: #ed7237;
  padding: 35px 50px;
  box-shadow: 3px 3px 20px -5px rgba(0, 0, 0, 0.5);
  transition: all .25s ease-in-out;
  transform-origin: top left;
  transform: scale(0);
  opacity: 0;
}

.web-header .menu > li > .sub-menu-wrapper li {
  white-space: nowrap;
  transition: all .25s ease-in-out;
}

.web-header .menu > li > .sub-menu-wrapper li:hover {
  color: #000;
}

.web-header .menu > li > .sub-menu-wrapper li:hover a {
  color: #000;
}

.web-header .menu > li > .sub-menu-wrapper li a.active {
  color: #000;
}

.web-header .menu > li > .sub-menu-wrapper li a.active ~ li {
  list-style: none;
}

.web-header .menu > li > .sub-menu-wrapper li:not(:last-child) {
  padding-bottom: 25px;
}

.web-header .menu > li > .sub-menu-wrapper:before {
  position: absolute;
  content: "";
  background: #ed7237;
  height: 2px;
  width: 0%;
  top: -3px;
  left: 0;
  transition: all .15s ease-in-out;
}

.web-header .menu > li > .sub-menu-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -35px;
  width: 100%;
  height: 35px;
}

.web-header .menu > li:hover .sub-menu-wrapper {
  visibility: visible;
}

.web-header .menu > li:hover .sub-menu-wrapper:before {
  width: 50%;
}

.web-header .menu > li:hover ul {
  opacity: 1;
  transform: scale(1);
  transition-delay: .05s;
}

.web-header .sub-web-nav {
  width: calc(100% - 137px);
  margin-left: auto;
  justify-content: flex-end;
  position: relative;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .web-header .sub-web-nav {
    padding: 15px 0;
    width: calc(100% - 159px);
  }
}

@media (min-width: 1320px) {
  .web-header .sub-web-nav {
    min-width: auto;
    width: auto;
  }
}

@media (min-width: 1880px) {
  .web-header .sub-web-nav {
    flex: 1 0 49.5%;
  }
  .web-header .sub-web-nav-after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: calc(100% - 50px);
    background: rgba(255, 255, 255, 0.25);
  }
}

@media (min-width: 1880px) and (max-width: 1879px) {
  .web-header .sub-web-nav-after {
    display: none;
  }
}

@media all and (min-width: 1880px) and (-ms-high-contrast: none), (min-width: 1880px) and (-ms-high-contrast: active) {
  .web-header .sub-web-nav-after {
    width: calc(100% - 85px);
  }
}

.web-header .sub-web-nav :not(.menu-button):not(.bar) {
  display: none;
}

@media (min-width: 768px) {
  .web-header .sub-web-nav :not(.menu-button):not(.bar) {
    display: inline-block;
  }
}

.web-header .sub-web-nav a {
  margin: 0 20px 0 10px;
}

@media (min-width: 1600px) {
  .web-header .sub-web-nav a {
    margin: 0 25px 0 15px;
  }
}

.web-header .sub-web-nav a.btn {
  padding: 10px 20px;
}

@media (min-width: 1300px) {
  .web-header .sub-web-nav a.btn {
    padding: 12px 25px;
  }
}

@media (min-width: 1880px) {
  .web-header .sub-web-nav a.btn {
    padding: 15px 30px;
  }
}

.web-header .btn.outline {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
}

.web-header .btn.outline:after {
  background: #fff;
}

.web-header .btn.outline:hover {
  color: #ed7237;
}

.web-header .btn.outline.active {
  border: 2px solid #ed7237;
}

.web-header div.breadcrumb {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .web-header div.breadcrumb {
    flex: 1 0 48%;
    padding-left: 30px;
  }
}

.web-header ul.breadcrumb {
  padding: 10px 0 50px;
}

@media (min-width: 1300px) {
  .web-header ul.breadcrumb {
    padding: 20px 0 50px;
  }
}

.web-header ul.breadcrumb li {
  color: #fff;
  font-size: 12px;
}

.web-header ul.breadcrumb li a {
  color: #fff;
  text-decoration: underline;
}

.web-header ul.breadcrumb li a.last {
  text-decoration: none;
}

.web-header ul.breadcrumb li + li:before {
  content: url(/assets/images/chevron-right-solid-w.svg);
  display: inline-block;
  height: 15px;
  width: 5px;
  padding: 0 8px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .web-header ul.breadcrumb li {
    display: none;
  }
  .web-header ul.breadcrumb li:nth-last-child(2) {
    display: inline-block;
  }
  .web-header ul.breadcrumb li:nth-last-child(2) a {
    text-decoration: none;
  }
  .web-header ul.breadcrumb li:nth-last-child(2):before {
    content: url(/assets/images/chevron-right-solid-w.svg);
    display: inline-block;
    height: 13px;
    width: 5px;
    padding-left: 8px;
    vertical-align: middle;
    transform: rotate(180deg);
  }
}

.web-header .contact-info {
  display: none;
  justify-content: flex-end;
  padding: 10px 30px 50px 0;
}

@media (min-width: 768px) {
  .web-header .contact-info {
    display: flex;
    flex: 1 0 48%;
  }
}

@media (min-width: 1300px) {
  .web-header .contact-info {
    padding: 20px 30px 50px 0;
  }
}

.web-header .contact-info p {
  margin-bottom: 0;
}

.web-header .contact-info .spacing {
  display: inline-block;
  width: 25px;
}

.web-header .contact-info svg {
  width: 14px;
  height: 15px;
  vertical-align: sub;
}

header, main, footer, .sidebar-cover {
  transition: transform .5s ease-in-out;
}

.sidebar-open .web-header.fixed {
  transition: all .5s ease-in-out;
}

@media (max-width: 1339px) {
  .sidebar-open header, .sidebar-open main, .sidebar-open footer, .sidebar-open .sidebar-cover {
    transform: translateX(-350px);
  }
  .sidebar-open .sidebar-close-overlay {
    transform: translateX(-350px);
    display: block;
  }
}

@media (max-width: 767px) {
  .sidebar-open header, .sidebar-open main, .sidebar-open footer, .sidebar-open .sidebar-cover {
    transform: translateX(-300px);
  }
  .sidebar-open .sidebar-close-overlay {
    transform: translateX(-300px);
    display: block;
  }
}

.menu-button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-right: 15px;
  transition: all .5s ease;
}

@media (min-width: 768px) {
  .menu-button {
    margin-right: 25px;
  }
}

@media (min-width: 1320px) {
  .menu-button {
    display: none;
  }
}

.menu-button .bar {
  display: block;
  height: 3px;
  width: 35px;
  background-color: #fff;
  margin: 8px auto;
  border-radius: 10px;
  transition: all .5s ease;
}

.menu-button.active .bar {
  background-color: #ed7237;
}

.menu-button.active .bar.top {
  transform: translateY(11px) rotateZ(45deg);
}

.menu-button.active .bar.bottom {
  transform: translateY(-11px) rotateZ(-45deg);
}

.menu-button.active .bar.middle {
  width: 0;
}

@media (max-width: 379px) {
  .menu-button.active {
    opacity: 0;
  }
}

.sidebar-web-nav {
  display: none;
  position: fixed;
  overflow-y: auto;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background: #000;
  padding: 35px;
}

@media (max-width: 1319px) {
  .sidebar-web-nav {
    display: initial;
  }
}

@media (min-width: 768px) {
  .sidebar-web-nav {
    width: 350px;
  }
}

.sidebar-web-nav:before {
  content: "";
  background: #ed7237;
}

.sidebar-web-nav:after {
  content: url(/assets/images/poski-circle-cover-orange.png);
  position: fixed;
  bottom: -10%;
  opacity: .2;
  pointer-events: none;
  overflow: hidden;
}

.sidebar-web-nav .h2 {
  color: #ed7237;
}

.sidebar-web-nav .menu {
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  margin-bottom: 20px;
}

.sidebar-web-nav .menu > li {
  position: relative;
  margin-bottom: 12px;
}

.sidebar-web-nav .menu > li ul {
  list-style: circle;
  margin-left: 20px;
}

.sidebar-web-nav .menu > li ul li {
  margin-top: 10px;
  color: #fff;
}

.sidebar-web-nav .menu > li:nth-of-type(3) ul {
  display: none;
}

.sidebar-web-nav a {
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.sidebar-web-nav a svg.fa-angle-down {
  display: none;
}

.sidebar-web-nav a:hover, .sidebar-web-nav a.active {
  color: #ed7237;
}

.sidebar-web-nav .sub-web-nav {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sidebar-web-nav .sub-web-nav {
    display: none;
  }
}

.sidebar-web-nav .sub-web-nav a {
  display: block;
  margin-bottom: 12px;
}

.sidebar-web-nav .sub-web-nav a.btn {
  display: inline-block;
  padding: 7px 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sidebar-web-nav .sub-web-nav a.btn {
    z-index: 0;
  }
}

.sidebar-web-nav .contact-info {
  color: #fff;
}

@media (min-width: 768px) {
  .sidebar-web-nav .contact-info {
    display: none;
  }
}

.sidebar-web-nav .contact-info p {
  margin-bottom: 10px;
}

.sidebar-web-nav .contact-info svg {
  display: inline;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

.sidebar-web-nav .menu-button {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 5px;
}

@media (min-width: 380px) {
  .sidebar-web-nav .menu-button {
    display: none;
  }
}

.sidebar-web-nav .menu-button.active {
  opacity: 1 !important;
}

.sidebar-cover {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background: #000;
  padding: 35px;
}

@media (min-width: 768px) {
  .sidebar-cover {
    width: 350px;
  }
}

.sidebar-close-overlay {
  position: fixed;
  display: none;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(-300px);
}

@media (max-width: 1879px) {
  .sub-web-nav-after {
    display: none !important;
  }
}

:root {
  --cookiesPopupBtnAllowBg: #ee7338;
  --cookiesPopupBtnAllowBg-hover: #e05613;
  --cookiesPopupBtnAllowColor: #fff;
  --cookiesPopupBtnDisableBg: #ccc;
  --cookiesPopupBtnDisableBg-hover: #aaa;
  --cookiesPopupBtnDisableColor: #000;
  --cookiesPopopBtnBorderRadius: 0
;
}

.CookiesPopup {
  position: fixed;
  padding: 2em;
  width: 49em;
  max-width: calc(100% - 1em);
  font-size: .875rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .24s ease-in-out;
  z-index: 1000;
}

@media (max-width: 40rem) {
  .CookiesPopup {
    padding: .5em;
  }
}

.CookiesPopup.is-opened, .CookiesPopup.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.CookiesPopup, .CookiesPopup-middle {
  inset: 50% auto auto 50%;
  transform: translateX(-50%) translateY(-50%);
}

.CookiesPopup:not(.CookiesPopup-middle) {
  transform: none;
}

.CookiesPopup-left-top {
  inset: 0 auto auto 0;
}

.CookiesPopup-left-bottom {
  inset: auto auto 0 0;
}

.CookiesPopup-right-top {
  inset: 0 0 auto auto;
}

.CookiesPopup-right-bottom {
  inset: auto 0 0 auto;
}

.CookiesPopup-inner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  max-height: 88vh;
  padding: 3.2em 4.8em 2em;
  background: #fff;
  transform: translateY(4em);
  transition: all 0.4s cubic-bezier(0.64, -0.19, 0.23, 1.33);
  border: 1px solid currentColor;
  opacity: 0;
}

@media (max-width: 40rem) {
  .CookiesPopup-inner {
    padding: 3.2em 1.5em 1.25em;
  }
}

.CookiesPopup.is-opened .CookiesPopup-inner, .CookiesPopup.is-active .CookiesPopup-inner {
  opacity: 1;
  transform: translateY(0);
}

.CookiesPopup form {
  display: flex;
  flex-flow: column;
  margin: 0 -1em;
  padding: 0 1em;
  overflow: hidden;
  border: none !important;
}

.CookiesPopup-innerWrapper {
  flex: 1;
  margin-right: -.8em;
  padding-right: .8em;
  overflow: auto;
  margin-bottom: .25em;
}

.CookiesPopup-title {
  font-size: 1.5em;
}

@media (max-width: 40rem) {
  .CookiesPopup-title {
    font-size: 1.4em;
    padding-right: 0;
  }
}

.CookiesPopup-text {
  line-height: 1.4;
  font-weight: 400;
}

.CookiesPopup-text a {
  color: inherit;
  text-decoration: underline;
}

.CookiesPopup-text a:hover {
  text-decoration: none;
}

.CookiesPopup-settings {
  margin: 1.25em 0 0;
}

.CookiesPopup-type {
  background: #f5f5f5;
}

.CookiesPopup-type:not(:last-child) {
  margin-bottom: .75em;
}

.CookiesPopup-typeHeader {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: .8em 1em;
}

.CookiesPopup-typeHeader::marker {
  display: none;
  content: none;
}

.CookiesPopup-typeHeader > svg {
  width: 1em;
  height: 1em;
  transition: all .24s ease-in-out;
  margin-left: 1.2em;
}

.CookiesPopup-type summary::-webkit-details-marker {
  display: none;
}

.CookiesPopup-typeTitle {
  line-height: 1.8;
  margin-right: auto;
}

@media (max-width: 40rem) {
  .CookiesPopup-typeTitle {
    font-size: .9em;
  }
}

.CookiesPopup-typeStatus {
  color: green;
}

@media (max-width: 40rem) {
  .CookiesPopup-typeStatus {
    font-size: .8em;
  }
}

.CookiesPopup-typeStatus--disabled {
  color: red;
}

.CookiesPopup-typeContent {
  padding: .4em 1em .8em;
}

.CookiesPopup-type[open] .CookiesPopup-typeHeader > svg {
  transform: rotate(180deg);
}

.CookiesPopup-buttonsWrapper {
  display: flex;
  flex-flow: row wrap;
  gap: .75em 1em;
  margin: 2em 0 .75em;
}

.CookiesPopup-buttonsWrapper > * {
  flex: 1 0 40%;
}

.CookiesPopup-button {
  position: relative;
  font-size: 1em;
  font-weight: 700;
  padding: .8em 1.2em;
  text-transform: none;
  border: 0;
  outline: 0;
  transition: all .24s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.CookiesPopup-button:hover {
  text-decoration: none;
}

.CookiesPopup-button--disableCookies {
  background: var(--cookiesPopupBtnDisableBg, #ccc);
  color: var(--cookiesPopupBtnDisableColor, #000);
}

.CookiesPopup-button--disableCookies:hover {
  background: var(--cookiesPopupBtnDisableBg-hover, #aaa);
  color: var(--cookiesPopupBtnDisableColor, #000);
}

.CookiesPopup-button--allowCookies {
  background: var(--cookiesPopupBtnAllowBg, #000);
  color: var(--cookiesPopupBtnAllowColor, #fff);
}

@media (max-width: 40rem) {
  .CookiesPopup-button--allowCookies {
    order: -1;
  }
}

.CookiesPopup-button--allowCookies:hover {
  background: var(--cookiesPopupBtnAllowBg-hover, #333);
  color: var(--cookiesPopupBtnAllowColor, #fff);
}

.CookiesPopup-linkButton {
  flex: 1 0 100%;
  font-weight: 700;
  text-align: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  margin: .5em 0 -.5em;
  padding: .125rem .25rem;
  color: inherit;
  transition: all .24s ease-in-out;
}

.CookiesPopup-linkButton.is-toggled {
  opacity: .4;
}

.CookiesPopup-linkButton:hover {
  text-decoration: underline;
}

.CookiesPopup-icon {
  position: absolute;
  top: -.75rem;
  right: -.75rem;
  z-index: -1;
  opacity: .05;
  transform: rotate(188deg);
  pointer-events: none;
}

@media (max-width: 40rem) {
  .CookiesPopup-icon {
    width: 6.4rem;
    height: 6.4rem;
  }
}

.CookiesForm-control {
  display: flex;
  margin-top: 2em;
  gap: .8em;
}

.CookiesForm-control > *:last-child {
  margin-left: auto;
  border: 0;
}

@media (max-width: 640px) {
  .CookiesForm-control {
    display: block;
  }
  .CookiesForm-control > * {
    margin-bottom: .5em;
    width: 100%;
    display: block;
    text-align: center;
  }
}

.CookiesForm-text {
  padding-bottom: 1em;
}

.CookiesLoadingSpinner {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.CookiesLoadingSpinner i {
  font-size: 2em;
  color: #fff;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.formular {
  border: none !important;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.content-image {
  text-align: left;
  position: relative;
}

@media (min-width: 768px) {
  .content-image .inner > div {
    flex: 1 0 0%;
  }
}

.content-image:nth-child(odd) .inner {
  position: relative;
}

@media (min-width: 768px) {
  .content-image:nth-child(odd) .image-holder {
    margin-left: 25px;
  }
}

@media (min-width: 1280px) {
  .content-image:nth-child(odd) .image-holder {
    margin-left: 50px;
  }
}

.content-image:nth-child(odd):before {
  content: "";
  position: absolute;
  background: #f0f0f0;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .content-image:nth-child(even) .inner {
    flex-direction: row-reverse;
  }
  .content-image:nth-child(even) .image-holder {
    margin-right: 25px;
  }
}

@media (min-width: 1280px) {
  .content-image:nth-child(even) .image-holder {
    margin-right: 50px;
  }
}

@media (min-width: 768px) {
  .content-image .text-wrapper p:last-of-type {
    margin-bottom: 0;
  }
}

.content-image .image-holder {
  text-align: center;
  width: 100%;
}

section.content-image + p {
  display: none;
}

.content-cols {
  text-align: left;
  position: relative;
}

@media (min-width: 768px) {
  .content-cols .inner > div {
    flex: 1 0 0%;
  }
  .content-cols .inner > div:first-of-type {
    margin-right: 5%;
  }
}

.text .kontakty {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.text .kontakty .kontakty-title {
  flex: 0 100%;
}

.text .kontakty .kontakty-box {
  flex: 1;
  padding-right: 20px;
}

@media (max-width: 680px) {
  .text .kontakty .kontakty-box {
    flex: 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.text .kontakty .kontakty-box:nth-of-type(2n+2) {
  padding-right: 0;
}

.text .kontakty .kontakty-box iframe {
  height: 320px;
  width: 100%;
}

.text .kontakty .kontakty-box h3 {
  margin-bottom: 16px;
}

.text .kontakty .kontakty-box p {
  margin-bottom: 6px;
}

.text .vydejnimista_obal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.text .vydejnimista_obal .vydejnimisto {
  flex: 0 calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .text .vydejnimista_obal .vydejnimisto {
    flex: 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.text .vydejnimista_obal .vydejnimisto:nth-of-type(2n+2) {
  margin-right: 0;
}

.text .vydejnimista_obal .vydejnimisto .vydejnimisto-sidlo {
  margin-bottom: 16px;
  position: relative;
  padding: 0 20px;
  max-width: calc(100% - 20px);
  margin-left: 20px;
}

.text .vydejnimista_obal .vydejnimisto .vydejnimisto-sidlo::before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ee7338;
  content: "\f3c5";
}

.text .vydejnimista_obal .vydejnimisto .vydejnimisto-title {
  background: #ee7338;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.text .vydejnimista_obal .vydejnimisto .vydejnimisto-title * {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.text .vydejnimista_obal .vydejnimisto .vydejnimisto-content {
  padding: 0 20px;
}

.osoba_wrapp {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 15px;
  background: #f3f3f3;
  margin: 10px;
  border: 1px solid #cfcfcf;
}

.osoba_wrapp .osoba {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.osoba_wrapp .osoba .osoba-foto {
  flex: 0 80px;
}

.osoba_wrapp .osoba .osoba-popis {
  flex: 1;
  padding-left: 16px;
}

.osoba_wrapp .osoba .osoba-popis .osoba-name {
  font-size: 16px;
  font-weight: 600;
  color: #ee7338;
}

.osoba_wrapp .osoba .osoba-popis .osoba-funkce {
  margin-bottom: 4px;
}

body .apek-img:last-of-type {
  height: 2.875rem;
}

body footer #copy .product-list .poski:before {
  background-image: url(../../images/logo/poski-symbol-w.svg);
}

body footer #copy .product-list .poskiReal:before {
  background-image: url(../../images/logo/poskiREAL-w.svg);
}

body footer #copy .product-list .clevero:before {
  background-image: url(../../images/logo/clevero-w.svg);
}

body footer #copy .product-list .marketing:before {
  background-image: url(../../images/logo/marketing-w.svg);
}

body::before {
  display: none;
}

body main {
  position: relative;
  z-index: 0;
}

body .cls-1 {
  fill: var(--colorBrand);
}

body .logo-p, body .logo-o, body .logo-s, body .logo-k.top {
  fill: var(--colorWhite);
}

body .sidebar-cover {
  width: 301px;
  background: var(--colorWhite);
}

@media (min-width: 768px) {
  body .sidebar-cover {
    width: 351px;
  }
}

body .hero-section {
  margin-top: -2rem;
}

body .hero-section.produkty {
  background-image: url(../../images/poski-detail.jpg);
}

body .hero-section.produkty::after {
  background-color: rgba(0, 0, 0, 0.7);
}

body .hero-section.produkty.produkt::after {
  display: none;
}

body .hero-section p {
  max-width: 38.75rem;
}

body footer #footer-nav a:before {
  content: url(../../images/chevron-right-solid.svg);
  display: inline-block;
  height: 0.9375rem;
  width: 0.3125rem;
  margin-right: 0.625rem;
  opacity: .65;
}

body .web-header ul.breadcrumb li + li::before {
  content: url("../../images/chevron-right-solid-w.svg");
  width: 1.3125rem;
  height: 1.1875rem;
}

@media (max-width: 47.9375rem) {
  body .web-header ul.breadcrumb li:nth-last-child(2):before {
    content: url("../../images/chevron-right-solid-w.svg");
    width: 0.8125rem;
    height: 0.9375rem;
  }
}

body .inner {
  max-width: 77.5rem;
}

body.location_homepage .breadcrumb {
  display: none;
}

body.location_homepage .hero-section.produkty {
  margin-bottom: 0;
}

body .BlogListPage-title {
  padding-top: var(--spaceXl);
  padding-bottom: var(--spaceRg);
  border-top: 0.0625rem solid #e7e7e7;
}

body .BlogListPage-title h3 {
  font-weight: 700;
}

body.location_blog_getDetail .SubpageHeader .QuickSearch {
  display: none;
}

body input[type="text"], body input[type="password"], body input[type="number"], body input[type="url"], body input[type="email"], body textarea {
  border: var(--sizeInputBorder) solid var(--colorInputBorder);
}

body .hero-section.produkty .product-menu .product-menu-item:last-child {
  border-right: none;
}

body input {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
}

body .QuickSearch-input {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
}

body .SearchDetail .hero-section.hp .inner {
  max-height: none;
}

/* Globální funkce */
/* Mixins metody */
/* Grid WT | Bootstrap MD */
/************************
*		  Reset  		*
************************/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

strong, b {
  font-weight: 600;
}

[hidden], .hidden {
  display: none !important;
}

.btn, button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.far span, .fas span, .fab span, .fa span {
  font-weight: 400;
}

/************************
*	WebTutorials GRID	*
************************/
.wt-inline {
  display: flex;
  flex-wrap: wrap;
}

.wt-inline.wt-h-space-between {
  justify-content: space-between;
}

.wt-inline.wt-h-space-around {
  justify-content: space-around;
}

.wt-inline.wt-h-center {
  justify-content: center;
}

.wt-inline.wt-h-flex-start {
  justify-content: flex-start;
}

.wt-inline.wt-h-flex-end {
  justify-content: flex-end;
}

.wt-inline.wt-v-center {
  align-items: center;
}

.wt-inline.wt-v-flex-start {
  align-items: flex-start;
}

.wt-inline.wt-v-flex-end {
  align-items: flex-end;
}

/************************
*	Bootstrap MD GRID	*
************************/
.bt-wrapp {
  width: 100%;
  display: inline-block;
}

.col {
  float: left;
}

.col::after {
  content: "";
  display: table;
}

.col-md-1 {
  width: calc((100% * 1) / 12);
}

.col-md-2 {
  width: calc((100% * 2) / 12);
}

.col-md-3 {
  width: calc((100% * 3) / 12);
}

.col-md-4 {
  width: calc((100% * 4) / 12);
}

.col-md-5 {
  width: calc((100% * 5) / 12);
}

.col-md-6 {
  width: calc((100% * 6) / 12);
}

.col-md-7 {
  width: calc((100% * 7) / 12);
}

.col-md-8 {
  width: calc((100% * 8) / 12);
}

.col-md-9 {
  width: calc((100% * 9) / 12);
}

.col-md-10 {
  width: calc((100% * 10) / 12);
}

.col-md-11 {
  width: calc((100% * 11) / 12);
}

.col-md-12 {
  width: calc((100% * 12) / 12);
}

.col-md-offset-1 {
  margin-left: calc((100% * 1) / 12);
}

.col-md-offset-2 {
  margin-left: calc((100% * 2) / 12);
}

.col-md-offset-3 {
  margin-left: calc((100% * 3) / 12);
}

.col-md-offset-4 {
  margin-left: calc((100% * 4) / 12);
}

.col-md-offset-5 {
  margin-left: calc((100% * 5) / 12);
}

.col-md-offset-6 {
  margin-left: calc((100% * 6) / 12);
}

.col-md-offset-7 {
  margin-left: calc((100% * 7) / 12);
}

.col-md-offset-8 {
  margin-left: calc((100% * 8) / 12);
}

.col-md-offset-9 {
  margin-left: calc((100% * 9) / 12);
}

.col-md-offset-10 {
  margin-left: calc((100% * 10) / 12);
}

.col-md-offset-11 {
  margin-left: calc((100% * 11) / 12);
}

.col-md-offset-12 {
  margin-left: calc((100% * 12) / 12);
}

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