@charset "UTF-8";
/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://use.typekit.net/dbi2mxn.css");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 wrz 2024, 13:57:41
    Author     : Tomek
*/
.wi_edit_cpt {
  padding: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: lightcoral;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #000000;
}
.wi_edit_cpt:hover {
  color: #ffffff;
}

* {
  caret-color: transparent !important;
}

.font_main {
  font-family: "Sofia Sans", sans-serif;
}

.font_heading {
  font-family: "kallisto", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6,
.font_h1, .font_h2, .font_h3, .font_h4, .font_h5, .font_h6,
h2, h3, h4, h5, h6, h1 {
  font-family: "kallisto", sans-serif;
}

.p1_type {
  letter-spacing: 0.32px;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 300;
}

.p2_type {
  letter-spacing: 0.36px;
  font-size: 18px;
  line-height: 1.68;
  font-weight: 300;
}

.p3_type {
  font-size: 21px;
  line-height: 1.52;
  font-weight: 400;
}

.nav_menu__style {
  letter-spacing: 0.36px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

html {
  font-size: calc(6px + 4 * (100vw - 580px) / 1100);
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 !important;
  outline: 0;
}
@media (max-width: 960px) {
  html:after {
    position: fixed;
    top: 0;
    content: "";
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    z-index: -150;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  html.lock {
    overflow: hidden;
  }
  html.lock:after {
    opacity: 0.9;
    z-index: 150;
    pointer-events: auto;
  }
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Sofia Sans", sans-serif;
  margin: 0 auto;
  min-width: 360px;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 400;
  color: #162352;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.wi_grid_box {
  max-width: 1600px;
  margin: 0 auto;
}

.small_grid_page {
  max-width: 1060px;
  margin: 0 auto !important;
}
.small_grid_page.p_center {
  text-align: center;
}
.small_grid_page.p_right {
  text-align: right;
}
.small_grid_page.p_left {
  text-align: left;
}

.wi_main_grid .inner_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.wi_main_grid .inner_wrapper.post_wrapper {
  max-width: 1168px;
  margin: 0 auto;
}
.wi_main_grid .inner_wrapper.post_wrapper {
  padding-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.post_wrapper {
    padding-right: 22.4px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.post_wrapper {
    padding-right: 56px;
  }
}
.wi_main_grid .inner_wrapper.post_wrapper {
  padding-left: 2.9166666667vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.post_wrapper {
    padding-left: 22.4px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.post_wrapper {
    padding-left: 56px;
  }
}
.wi_main_grid .inner_wrapper.box_header {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 160px;
  }
}
.wi_main_grid .inner_wrapper.box_header {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 0px;
  }
}
.wi_main_grid .inner_wrapper.box_page_160 {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 160px;
  }
}
.wi_main_grid .inner_wrapper.box_page_160 {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 56px;
  }
}
.wi_main_grid .inner_wrapper.box_page_120 {
  padding-right: 6.25vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 48px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 120px;
  }
}
.wi_main_grid .inner_wrapper.box_page_120 {
  padding-left: 6.25vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 48px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 120px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 0px;
  }
}
.wi_main_grid .inner_wrapper.box_page_240 {
  padding-right: 12.5vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 96px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 240px;
  }
}
.wi_main_grid .inner_wrapper.box_page_240 {
  padding-left: 12.5vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 96px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 240px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 0px;
  }
}
.wi_main_grid .inner_wrapper.box_page_240.small_grid {
  padding-right: 0vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240.small_grid {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240.small_grid {
    padding-right: 0px;
  }
}
.wi_main_grid .inner_wrapper.box_page_240.small_grid {
  padding-left: 0vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240.small_grid {
    padding-left: 0px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240.small_grid {
    padding-left: 0px;
  }
}
@media (max-width: 1680px) {
  .wi_main_grid {
    /*        @include elementVWsize(pr, 56);
            @include elementVWsize(pl, 56);*/
  }
}

.font_14 {
  font-size: 14px;
}

.font_15 {
  font-size: 15px;
}

.font_12 {
  font-size: 12px;
}

.font_13 {
  font-size: 13px;
}

.font_14 {
  font-size: 14px;
}

.font_15 {
  font-size: 15px;
}

.font_16 {
  font-size: 16px;
}

.font_17 {
  font-size: 17px;
}

.font_18 {
  font-size: 18px;
}

.font_19 {
  font-size: 19px;
}

.font_20 {
  font-size: 1.0416666667vw;
}
@media (max-width: 1440px) {
  .font_20 {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .font_20 {
    font-size: 20px;
  }
}
@media (min-width: 2000px) {
  .font_20 {
    font-size: 22px;
  }
}
@media (min-width: 2500px) {
  .font_20 {
    font-size: 24px;
  }
}

.font_21 {
  font-size: 1.09375vw;
}
@media (max-width: 1440px) {
  .font_21 {
    font-size: 15.75px;
  }
}
@media (min-width: 1920px) {
  .font_21 {
    font-size: 21px;
  }
}
@media (min-width: 2000px) {
  .font_21 {
    font-size: 23.1px;
  }
}
@media (min-width: 2500px) {
  .font_21 {
    font-size: 25.2px;
  }
}

.font_22 {
  font-size: 1.1458333333vw;
}
@media (max-width: 1440px) {
  .font_22 {
    font-size: 16.5px;
  }
}
@media (min-width: 1920px) {
  .font_22 {
    font-size: 22px;
  }
}
@media (min-width: 2000px) {
  .font_22 {
    font-size: 24.2px;
  }
}
@media (min-width: 2500px) {
  .font_22 {
    font-size: 26.4px;
  }
}

.font_23 {
  font-size: 1.1979166667vw;
}
@media (max-width: 1440px) {
  .font_23 {
    font-size: 17.25px;
  }
}
@media (min-width: 1920px) {
  .font_23 {
    font-size: 23px;
  }
}
@media (min-width: 2000px) {
  .font_23 {
    font-size: 25.3px;
  }
}
@media (min-width: 2500px) {
  .font_23 {
    font-size: 27.6px;
  }
}

.font_25 {
  font-size: 1.3020833333vw;
}
@media (max-width: 1200px) {
  .font_25 {
    font-size: 15.625px;
  }
}
@media (min-width: 1920px) {
  .font_25 {
    font-size: 25px;
  }
}
@media (min-width: 2000px) {
  .font_25 {
    font-size: 27.5px;
  }
}
@media (min-width: 2500px) {
  .font_25 {
    font-size: 30px;
  }
}

.font_26 {
  font-size: 1.3541666667vw;
}
@media (max-width: 1200px) {
  .font_26 {
    font-size: 16.25px;
  }
}
@media (min-width: 1920px) {
  .font_26 {
    font-size: 26px;
  }
}
@media (min-width: 2000px) {
  .font_26 {
    font-size: 28.6px;
  }
}
@media (min-width: 2500px) {
  .font_26 {
    font-size: 31.2px;
  }
}

.font_27 {
  font-size: 1.40625vw;
}
@media (max-width: 1200px) {
  .font_27 {
    font-size: 16.875px;
  }
}
@media (min-width: 1920px) {
  .font_27 {
    font-size: 27px;
  }
}
@media (min-width: 2000px) {
  .font_27 {
    font-size: 29.7px;
  }
}
@media (min-width: 2500px) {
  .font_27 {
    font-size: 32.4px;
  }
}

.font_28 {
  font-size: 1.4583333333vw;
}
@media (max-width: 1200px) {
  .font_28 {
    font-size: 17.5px;
  }
}
@media (min-width: 1920px) {
  .font_28 {
    font-size: 28px;
  }
}
@media (min-width: 2000px) {
  .font_28 {
    font-size: 30.8px;
  }
}
@media (min-width: 2500px) {
  .font_28 {
    font-size: 33.6px;
  }
}

.font_29 {
  font-size: 1.5104166667vw;
}
@media (max-width: 1200px) {
  .font_29 {
    font-size: 18.125px;
  }
}
@media (min-width: 1920px) {
  .font_29 {
    font-size: 29px;
  }
}
@media (min-width: 2000px) {
  .font_29 {
    font-size: 31.9px;
  }
}
@media (min-width: 2500px) {
  .font_29 {
    font-size: 34.8px;
  }
}

.font_30 {
  font-size: 1.5625vw;
}
@media (max-width: 1200px) {
  .font_30 {
    font-size: 18.75px;
  }
}
@media (min-width: 1920px) {
  .font_30 {
    font-size: 30px;
  }
}
@media (min-width: 2000px) {
  .font_30 {
    font-size: 33px;
  }
}
@media (min-width: 2500px) {
  .font_30 {
    font-size: 36px;
  }
}

.font_31 {
  font-size: 1.6145833333vw;
}
@media (max-width: 1200px) {
  .font_31 {
    font-size: 19.375px;
  }
}
@media (min-width: 1920px) {
  .font_31 {
    font-size: 31px;
  }
}
@media (min-width: 2000px) {
  .font_31 {
    font-size: 34.1px;
  }
}
@media (min-width: 2500px) {
  .font_31 {
    font-size: 37.2px;
  }
}

.font_32 {
  font-size: 1.6666666667vw;
}
@media (max-width: 1200px) {
  .font_32 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .font_32 {
    font-size: 32px;
  }
}
@media (min-width: 2000px) {
  .font_32 {
    font-size: 35.2px;
  }
}
@media (min-width: 2500px) {
  .font_32 {
    font-size: 38.4px;
  }
}

.font_33 {
  font-size: 1.71875vw;
}
@media (max-width: 1200px) {
  .font_33 {
    font-size: 20.625px;
  }
}
@media (min-width: 1920px) {
  .font_33 {
    font-size: 33px;
  }
}
@media (min-width: 2000px) {
  .font_33 {
    font-size: 36.3px;
  }
}
@media (min-width: 2500px) {
  .font_33 {
    font-size: 39.6px;
  }
}

.font_34 {
  font-size: 1.7708333333vw;
}
@media (max-width: 1200px) {
  .font_34 {
    font-size: 21.25px;
  }
}
@media (min-width: 1920px) {
  .font_34 {
    font-size: 34px;
  }
}
@media (min-width: 2000px) {
  .font_34 {
    font-size: 37.4px;
  }
}
@media (min-width: 2500px) {
  .font_34 {
    font-size: 40.8px;
  }
}

.font_35 {
  font-size: 1.8229166667vw;
}
@media (max-width: 1200px) {
  .font_35 {
    font-size: 21.875px;
  }
}
@media (min-width: 1920px) {
  .font_35 {
    font-size: 35px;
  }
}
@media (min-width: 2000px) {
  .font_35 {
    font-size: 38.5px;
  }
}
@media (min-width: 2500px) {
  .font_35 {
    font-size: 42px;
  }
}

.font_36 {
  font-size: 1.875vw;
}
@media (max-width: 1200px) {
  .font_36 {
    font-size: 22.5px;
  }
}
@media (min-width: 1920px) {
  .font_36 {
    font-size: 36px;
  }
}
@media (min-width: 2000px) {
  .font_36 {
    font-size: 39.6px;
  }
}
@media (min-width: 2500px) {
  .font_36 {
    font-size: 43.2px;
  }
}

.font_37 {
  font-size: 1.9270833333vw;
}
@media (max-width: 1200px) {
  .font_37 {
    font-size: 23.125px;
  }
}
@media (min-width: 1920px) {
  .font_37 {
    font-size: 37px;
  }
}
@media (min-width: 2000px) {
  .font_37 {
    font-size: 40.7px;
  }
}
@media (min-width: 2500px) {
  .font_37 {
    font-size: 44.4px;
  }
}

.font_38 {
  font-size: 1.9791666667vw;
}
@media (max-width: 1200px) {
  .font_38 {
    font-size: 23.75px;
  }
}
@media (min-width: 1920px) {
  .font_38 {
    font-size: 38px;
  }
}
@media (min-width: 2000px) {
  .font_38 {
    font-size: 41.8px;
  }
}
@media (min-width: 2500px) {
  .font_38 {
    font-size: 45.6px;
  }
}

.font_39 {
  font-size: 2.03125vw;
}
@media (max-width: 1200px) {
  .font_39 {
    font-size: 24.375px;
  }
}
@media (min-width: 1920px) {
  .font_39 {
    font-size: 39px;
  }
}
@media (min-width: 2000px) {
  .font_39 {
    font-size: 42.9px;
  }
}
@media (min-width: 2500px) {
  .font_39 {
    font-size: 46.8px;
  }
}

.font_40 {
  font-size: 2.0833333333vw;
}
@media (max-width: 1200px) {
  .font_40 {
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  .font_40 {
    font-size: 40px;
  }
}
@media (min-width: 2000px) {
  .font_40 {
    font-size: 44px;
  }
}
@media (min-width: 2500px) {
  .font_40 {
    font-size: 48px;
  }
}

.font_41 {
  font-size: 2.1354166667vw;
}
@media (max-width: 1200px) {
  .font_41 {
    font-size: 25.625px;
  }
}
@media (min-width: 1920px) {
  .font_41 {
    font-size: 41px;
  }
}
@media (min-width: 2000px) {
  .font_41 {
    font-size: 45.1px;
  }
}
@media (min-width: 2500px) {
  .font_41 {
    font-size: 49.2px;
  }
}

.font_42 {
  font-size: 2.1875vw;
}
@media (max-width: 1200px) {
  .font_42 {
    font-size: 26.25px;
  }
}
@media (min-width: 1920px) {
  .font_42 {
    font-size: 42px;
  }
}
@media (min-width: 2000px) {
  .font_42 {
    font-size: 46.2px;
  }
}
@media (min-width: 2500px) {
  .font_42 {
    font-size: 50.4px;
  }
}

.font_43 {
  font-size: 2.2395833333vw;
}
@media (max-width: 1200px) {
  .font_43 {
    font-size: 26.875px;
  }
}
@media (min-width: 1920px) {
  .font_43 {
    font-size: 43px;
  }
}
@media (min-width: 2000px) {
  .font_43 {
    font-size: 47.3px;
  }
}
@media (min-width: 2500px) {
  .font_43 {
    font-size: 51.6px;
  }
}

.font_44 {
  font-size: 2.2916666667vw;
}
@media (max-width: 1200px) {
  .font_44 {
    font-size: 27.5px;
  }
}
@media (min-width: 1920px) {
  .font_44 {
    font-size: 44px;
  }
}
@media (min-width: 2000px) {
  .font_44 {
    font-size: 48.4px;
  }
}
@media (min-width: 2500px) {
  .font_44 {
    font-size: 52.8px;
  }
}

.font_45 {
  font-size: 2.34375vw;
}
@media (max-width: 1200px) {
  .font_45 {
    font-size: 28.125px;
  }
}
@media (min-width: 1920px) {
  .font_45 {
    font-size: 45px;
  }
}
@media (min-width: 2000px) {
  .font_45 {
    font-size: 49.5px;
  }
}
@media (min-width: 2500px) {
  .font_45 {
    font-size: 54px;
  }
}

.font_46 {
  font-size: 2.3958333333vw;
}
@media (max-width: 1200px) {
  .font_46 {
    font-size: 28.75px;
  }
}
@media (min-width: 1920px) {
  .font_46 {
    font-size: 46px;
  }
}
@media (min-width: 2000px) {
  .font_46 {
    font-size: 50.6px;
  }
}
@media (min-width: 2500px) {
  .font_46 {
    font-size: 55.2px;
  }
}

.font_47 {
  font-size: 2.4479166667vw;
}
@media (max-width: 1200px) {
  .font_47 {
    font-size: 29.375px;
  }
}
@media (min-width: 1920px) {
  .font_47 {
    font-size: 47px;
  }
}
@media (min-width: 2000px) {
  .font_47 {
    font-size: 51.7px;
  }
}
@media (min-width: 2500px) {
  .font_47 {
    font-size: 56.4px;
  }
}

.font_48 {
  font-size: 2.5vw;
}
@media (max-width: 1200px) {
  .font_48 {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .font_48 {
    font-size: 48px;
  }
}
@media (min-width: 2000px) {
  .font_48 {
    font-size: 52.8px;
  }
}
@media (min-width: 2500px) {
  .font_48 {
    font-size: 57.6px;
  }
}

.font_50 {
  font-size: 2.6041666667vw;
}
@media (max-width: 764px) {
  .font_50 {
    font-size: 19.8958333333px;
  }
}
@media (min-width: 1920px) {
  .font_50 {
    font-size: 50px;
  }
}
@media (min-width: 2000px) {
  .font_50 {
    font-size: 55px;
  }
}
@media (min-width: 2500px) {
  .font_50 {
    font-size: 60px;
  }
}

.font_51 {
  font-size: 2.65625vw;
}
@media (max-width: 764px) {
  .font_51 {
    font-size: 20.29375px;
  }
}
@media (min-width: 1920px) {
  .font_51 {
    font-size: 51px;
  }
}
@media (min-width: 2000px) {
  .font_51 {
    font-size: 56.1px;
  }
}
@media (min-width: 2500px) {
  .font_51 {
    font-size: 61.2px;
  }
}

.font_52 {
  font-size: 2.7083333333vw;
}
@media (max-width: 764px) {
  .font_52 {
    font-size: 20.6916666667px;
  }
}
@media (min-width: 1920px) {
  .font_52 {
    font-size: 52px;
  }
}
@media (min-width: 2000px) {
  .font_52 {
    font-size: 57.2px;
  }
}
@media (min-width: 2500px) {
  .font_52 {
    font-size: 62.4px;
  }
}

.font_53 {
  font-size: 2.7604166667vw;
}
@media (max-width: 764px) {
  .font_53 {
    font-size: 21.0895833333px;
  }
}
@media (min-width: 1920px) {
  .font_53 {
    font-size: 53px;
  }
}
@media (min-width: 2000px) {
  .font_53 {
    font-size: 58.3px;
  }
}
@media (min-width: 2500px) {
  .font_53 {
    font-size: 63.6px;
  }
}

.font_54 {
  font-size: 2.8125vw;
}
@media (max-width: 764px) {
  .font_54 {
    font-size: 21.4875px;
  }
}
@media (min-width: 1920px) {
  .font_54 {
    font-size: 54px;
  }
}
@media (min-width: 2000px) {
  .font_54 {
    font-size: 59.4px;
  }
}
@media (min-width: 2500px) {
  .font_54 {
    font-size: 64.8px;
  }
}

.font_55 {
  font-size: 2.8645833333vw;
}
@media (max-width: 764px) {
  .font_55 {
    font-size: 21.8854166667px;
  }
}
@media (min-width: 1920px) {
  .font_55 {
    font-size: 55px;
  }
}
@media (min-width: 2000px) {
  .font_55 {
    font-size: 60.5px;
  }
}
@media (min-width: 2500px) {
  .font_55 {
    font-size: 66px;
  }
}

.font_56 {
  font-size: 2.9166666667vw;
}
@media (max-width: 764px) {
  .font_56 {
    font-size: 22.2833333333px;
  }
}
@media (min-width: 1920px) {
  .font_56 {
    font-size: 56px;
  }
}
@media (min-width: 2000px) {
  .font_56 {
    font-size: 61.6px;
  }
}
@media (min-width: 2500px) {
  .font_56 {
    font-size: 67.2px;
  }
}

.font_57 {
  font-size: 2.96875vw;
}
@media (max-width: 764px) {
  .font_57 {
    font-size: 22.68125px;
  }
}
@media (min-width: 1920px) {
  .font_57 {
    font-size: 57px;
  }
}
@media (min-width: 2000px) {
  .font_57 {
    font-size: 62.7px;
  }
}
@media (min-width: 2500px) {
  .font_57 {
    font-size: 68.4px;
  }
}

.font_58 {
  font-size: 3.0208333333vw;
}
@media (max-width: 764px) {
  .font_58 {
    font-size: 23.0791666667px;
  }
}
@media (min-width: 1920px) {
  .font_58 {
    font-size: 58px;
  }
}
@media (min-width: 2000px) {
  .font_58 {
    font-size: 63.8px;
  }
}
@media (min-width: 2500px) {
  .font_58 {
    font-size: 69.6px;
  }
}

.font_59 {
  font-size: 3.0729166667vw;
}
@media (max-width: 764px) {
  .font_59 {
    font-size: 23.4770833333px;
  }
}
@media (min-width: 1920px) {
  .font_59 {
    font-size: 59px;
  }
}
@media (min-width: 2000px) {
  .font_59 {
    font-size: 64.9px;
  }
}
@media (min-width: 2500px) {
  .font_59 {
    font-size: 70.8px;
  }
}

.font_60 {
  font-size: 3.125vw;
}
@media (max-width: 764px) {
  .font_60 {
    font-size: 23.875px;
  }
}
@media (min-width: 1920px) {
  .font_60 {
    font-size: 60px;
  }
}
@media (min-width: 2000px) {
  .font_60 {
    font-size: 66px;
  }
}
@media (min-width: 2500px) {
  .font_60 {
    font-size: 72px;
  }
}

.font_61 {
  font-size: 3.1770833333vw;
}
@media (max-width: 764px) {
  .font_61 {
    font-size: 24.2729166667px;
  }
}
@media (min-width: 1920px) {
  .font_61 {
    font-size: 61px;
  }
}
@media (min-width: 2000px) {
  .font_61 {
    font-size: 67.1px;
  }
}
@media (min-width: 2500px) {
  .font_61 {
    font-size: 73.2px;
  }
}

.font_62 {
  font-size: 3.2291666667vw;
}
@media (max-width: 764px) {
  .font_62 {
    font-size: 24.6708333333px;
  }
}
@media (min-width: 1920px) {
  .font_62 {
    font-size: 62px;
  }
}
@media (min-width: 2000px) {
  .font_62 {
    font-size: 68.2px;
  }
}
@media (min-width: 2500px) {
  .font_62 {
    font-size: 74.4px;
  }
}

.font_63 {
  font-size: 3.28125vw;
}
@media (max-width: 764px) {
  .font_63 {
    font-size: 25.06875px;
  }
}
@media (min-width: 1920px) {
  .font_63 {
    font-size: 63px;
  }
}
@media (min-width: 2000px) {
  .font_63 {
    font-size: 69.3px;
  }
}
@media (min-width: 2500px) {
  .font_63 {
    font-size: 75.6px;
  }
}

.font_64 {
  font-size: 3.3333333333vw;
}
@media (max-width: 764px) {
  .font_64 {
    font-size: 25.4666666667px;
  }
}
@media (min-width: 1920px) {
  .font_64 {
    font-size: 64px;
  }
}
@media (min-width: 2000px) {
  .font_64 {
    font-size: 70.4px;
  }
}
@media (min-width: 2500px) {
  .font_64 {
    font-size: 76.8px;
  }
}

.font_65 {
  font-size: 3.3854166667vw;
}
@media (max-width: 764px) {
  .font_65 {
    font-size: 25.8645833333px;
  }
}
@media (min-width: 1920px) {
  .font_65 {
    font-size: 65px;
  }
}
@media (min-width: 2000px) {
  .font_65 {
    font-size: 71.5px;
  }
}
@media (min-width: 2500px) {
  .font_65 {
    font-size: 78px;
  }
}

.font_66 {
  font-size: 3.4375vw;
}
@media (max-width: 764px) {
  .font_66 {
    font-size: 26.2625px;
  }
}
@media (min-width: 1920px) {
  .font_66 {
    font-size: 66px;
  }
}
@media (min-width: 2000px) {
  .font_66 {
    font-size: 72.6px;
  }
}
@media (min-width: 2500px) {
  .font_66 {
    font-size: 79.2px;
  }
}

.font_67 {
  font-size: 3.4895833333vw;
}
@media (max-width: 764px) {
  .font_67 {
    font-size: 26.6604166667px;
  }
}
@media (min-width: 1920px) {
  .font_67 {
    font-size: 67px;
  }
}
@media (min-width: 2000px) {
  .font_67 {
    font-size: 73.7px;
  }
}
@media (min-width: 2500px) {
  .font_67 {
    font-size: 80.4px;
  }
}

.font_68 {
  font-size: 3.5416666667vw;
}
@media (max-width: 764px) {
  .font_68 {
    font-size: 27.0583333333px;
  }
}
@media (min-width: 1920px) {
  .font_68 {
    font-size: 68px;
  }
}
@media (min-width: 2000px) {
  .font_68 {
    font-size: 74.8px;
  }
}
@media (min-width: 2500px) {
  .font_68 {
    font-size: 81.6px;
  }
}

.font_69 {
  font-size: 3.59375vw;
}
@media (max-width: 764px) {
  .font_69 {
    font-size: 27.45625px;
  }
}
@media (min-width: 1920px) {
  .font_69 {
    font-size: 69px;
  }
}
@media (min-width: 2000px) {
  .font_69 {
    font-size: 75.9px;
  }
}
@media (min-width: 2500px) {
  .font_69 {
    font-size: 82.8px;
  }
}

.font_70 {
  font-size: 3.6458333333vw;
}
@media (max-width: 764px) {
  .font_70 {
    font-size: 27.8541666667px;
  }
}
@media (min-width: 1920px) {
  .font_70 {
    font-size: 70px;
  }
}
@media (min-width: 2000px) {
  .font_70 {
    font-size: 77px;
  }
}
@media (min-width: 2500px) {
  .font_70 {
    font-size: 84px;
  }
}

.font_71 {
  font-size: 3.6979166667vw;
}
@media (max-width: 764px) {
  .font_71 {
    font-size: 28.2520833333px;
  }
}
@media (min-width: 1920px) {
  .font_71 {
    font-size: 71px;
  }
}
@media (min-width: 2000px) {
  .font_71 {
    font-size: 78.1px;
  }
}
@media (min-width: 2500px) {
  .font_71 {
    font-size: 85.2px;
  }
}

.font_72 {
  font-size: 3.75vw;
}
@media (max-width: 764px) {
  .font_72 {
    font-size: 28.65px;
  }
}
@media (min-width: 1920px) {
  .font_72 {
    font-size: 72px;
  }
}
@media (min-width: 2000px) {
  .font_72 {
    font-size: 79.2px;
  }
}
@media (min-width: 2500px) {
  .font_72 {
    font-size: 86.4px;
  }
}

.font_73 {
  font-size: 3.8020833333vw;
}
@media (max-width: 764px) {
  .font_73 {
    font-size: 29.0479166667px;
  }
}
@media (min-width: 1920px) {
  .font_73 {
    font-size: 73px;
  }
}
@media (min-width: 2000px) {
  .font_73 {
    font-size: 80.3px;
  }
}
@media (min-width: 2500px) {
  .font_73 {
    font-size: 87.6px;
  }
}

.font_74 {
  font-size: 3.8541666667vw;
}
@media (max-width: 764px) {
  .font_74 {
    font-size: 29.4458333333px;
  }
}
@media (min-width: 1920px) {
  .font_74 {
    font-size: 74px;
  }
}
@media (min-width: 2000px) {
  .font_74 {
    font-size: 81.4px;
  }
}
@media (min-width: 2500px) {
  .font_74 {
    font-size: 88.8px;
  }
}

.font_75 {
  font-size: 3.90625vw;
}
@media (max-width: 764px) {
  .font_75 {
    font-size: 29.84375px;
  }
}
@media (min-width: 1920px) {
  .font_75 {
    font-size: 75px;
  }
}
@media (min-width: 2000px) {
  .font_75 {
    font-size: 82.5px;
  }
}
@media (min-width: 2500px) {
  .font_75 {
    font-size: 90px;
  }
}

.font_76 {
  font-size: 3.9583333333vw;
}
@media (max-width: 764px) {
  .font_76 {
    font-size: 30.2416666667px;
  }
}
@media (min-width: 1920px) {
  .font_76 {
    font-size: 76px;
  }
}
@media (min-width: 2000px) {
  .font_76 {
    font-size: 83.6px;
  }
}
@media (min-width: 2500px) {
  .font_76 {
    font-size: 91.2px;
  }
}

.font_77 {
  font-size: 4.0104166667vw;
}
@media (max-width: 764px) {
  .font_77 {
    font-size: 30.6395833333px;
  }
}
@media (min-width: 1920px) {
  .font_77 {
    font-size: 77px;
  }
}
@media (min-width: 2000px) {
  .font_77 {
    font-size: 84.7px;
  }
}
@media (min-width: 2500px) {
  .font_77 {
    font-size: 92.4px;
  }
}

.font_78 {
  font-size: 4.0625vw;
}
@media (max-width: 764px) {
  .font_78 {
    font-size: 31.0375px;
  }
}
@media (min-width: 1920px) {
  .font_78 {
    font-size: 78px;
  }
}
@media (min-width: 2000px) {
  .font_78 {
    font-size: 85.8px;
  }
}
@media (min-width: 2500px) {
  .font_78 {
    font-size: 93.6px;
  }
}

.font_79 {
  font-size: 4.1145833333vw;
}
@media (max-width: 764px) {
  .font_79 {
    font-size: 31.4354166667px;
  }
}
@media (min-width: 1920px) {
  .font_79 {
    font-size: 79px;
  }
}
@media (min-width: 2000px) {
  .font_79 {
    font-size: 86.9px;
  }
}
@media (min-width: 2500px) {
  .font_79 {
    font-size: 94.8px;
  }
}

.font_81 {
  font-size: 4.21875vw;
}
@media (max-width: 680px) {
  .font_81 {
    font-size: 28.6875px;
  }
}
@media (min-width: 1920px) {
  .font_81 {
    font-size: 81px;
  }
}
@media (min-width: 2000px) {
  .font_81 {
    font-size: 89.1px;
  }
}
@media (min-width: 2500px) {
  .font_81 {
    font-size: 97.2px;
  }
}

.font_82 {
  font-size: 4.2708333333vw;
}
@media (max-width: 680px) {
  .font_82 {
    font-size: 29.0416666667px;
  }
}
@media (min-width: 1920px) {
  .font_82 {
    font-size: 82px;
  }
}
@media (min-width: 2000px) {
  .font_82 {
    font-size: 90.2px;
  }
}
@media (min-width: 2500px) {
  .font_82 {
    font-size: 98.4px;
  }
}

.font_83 {
  font-size: 4.3229166667vw;
}
@media (max-width: 680px) {
  .font_83 {
    font-size: 29.3958333333px;
  }
}
@media (min-width: 1920px) {
  .font_83 {
    font-size: 83px;
  }
}
@media (min-width: 2000px) {
  .font_83 {
    font-size: 91.3px;
  }
}
@media (min-width: 2500px) {
  .font_83 {
    font-size: 99.6px;
  }
}

.font_84 {
  font-size: 4.375vw;
}
@media (max-width: 680px) {
  .font_84 {
    font-size: 29.75px;
  }
}
@media (min-width: 1920px) {
  .font_84 {
    font-size: 84px;
  }
}
@media (min-width: 2000px) {
  .font_84 {
    font-size: 92.4px;
  }
}
@media (min-width: 2500px) {
  .font_84 {
    font-size: 100.8px;
  }
}

.font_85 {
  font-size: 4.4270833333vw;
}
@media (max-width: 680px) {
  .font_85 {
    font-size: 30.1041666667px;
  }
}
@media (min-width: 1920px) {
  .font_85 {
    font-size: 85px;
  }
}
@media (min-width: 2000px) {
  .font_85 {
    font-size: 93.5px;
  }
}
@media (min-width: 2500px) {
  .font_85 {
    font-size: 102px;
  }
}

.font_86 {
  font-size: 4.4791666667vw;
}
@media (max-width: 680px) {
  .font_86 {
    font-size: 30.4583333333px;
  }
}
@media (min-width: 1920px) {
  .font_86 {
    font-size: 86px;
  }
}
@media (min-width: 2000px) {
  .font_86 {
    font-size: 94.6px;
  }
}
@media (min-width: 2500px) {
  .font_86 {
    font-size: 103.2px;
  }
}

.font_87 {
  font-size: 4.53125vw;
}
@media (max-width: 680px) {
  .font_87 {
    font-size: 30.8125px;
  }
}
@media (min-width: 1920px) {
  .font_87 {
    font-size: 87px;
  }
}
@media (min-width: 2000px) {
  .font_87 {
    font-size: 95.7px;
  }
}
@media (min-width: 2500px) {
  .font_87 {
    font-size: 104.4px;
  }
}

.font_88 {
  font-size: 4.5833333333vw;
}
@media (max-width: 680px) {
  .font_88 {
    font-size: 31.1666666667px;
  }
}
@media (min-width: 1920px) {
  .font_88 {
    font-size: 88px;
  }
}
@media (min-width: 2000px) {
  .font_88 {
    font-size: 96.8px;
  }
}
@media (min-width: 2500px) {
  .font_88 {
    font-size: 105.6px;
  }
}

.font_89 {
  font-size: 4.6354166667vw;
}
@media (max-width: 680px) {
  .font_89 {
    font-size: 31.5208333333px;
  }
}
@media (min-width: 1920px) {
  .font_89 {
    font-size: 89px;
  }
}
@media (min-width: 2000px) {
  .font_89 {
    font-size: 97.9px;
  }
}
@media (min-width: 2500px) {
  .font_89 {
    font-size: 106.8px;
  }
}

.font_90 {
  font-size: 4.6875vw;
}
@media (max-width: 680px) {
  .font_90 {
    font-size: 31.875px;
  }
}
@media (min-width: 1920px) {
  .font_90 {
    font-size: 90px;
  }
}
@media (min-width: 2000px) {
  .font_90 {
    font-size: 99px;
  }
}
@media (min-width: 2500px) {
  .font_90 {
    font-size: 108px;
  }
}

.font_91 {
  font-size: 4.7395833333vw;
}
@media (max-width: 680px) {
  .font_91 {
    font-size: 32.2291666667px;
  }
}
@media (min-width: 1920px) {
  .font_91 {
    font-size: 91px;
  }
}
@media (min-width: 2000px) {
  .font_91 {
    font-size: 100.1px;
  }
}
@media (min-width: 2500px) {
  .font_91 {
    font-size: 109.2px;
  }
}

.font_92 {
  font-size: 4.7916666667vw;
}
@media (max-width: 680px) {
  .font_92 {
    font-size: 32.5833333333px;
  }
}
@media (min-width: 1920px) {
  .font_92 {
    font-size: 92px;
  }
}
@media (min-width: 2000px) {
  .font_92 {
    font-size: 101.2px;
  }
}
@media (min-width: 2500px) {
  .font_92 {
    font-size: 110.4px;
  }
}

.font_93 {
  font-size: 4.84375vw;
}
@media (max-width: 680px) {
  .font_93 {
    font-size: 32.9375px;
  }
}
@media (min-width: 1920px) {
  .font_93 {
    font-size: 93px;
  }
}
@media (min-width: 2000px) {
  .font_93 {
    font-size: 102.3px;
  }
}
@media (min-width: 2500px) {
  .font_93 {
    font-size: 111.6px;
  }
}

.font_94 {
  font-size: 4.8958333333vw;
}
@media (max-width: 680px) {
  .font_94 {
    font-size: 33.2916666667px;
  }
}
@media (min-width: 1920px) {
  .font_94 {
    font-size: 94px;
  }
}
@media (min-width: 2000px) {
  .font_94 {
    font-size: 103.4px;
  }
}
@media (min-width: 2500px) {
  .font_94 {
    font-size: 112.8px;
  }
}

.font_95 {
  font-size: 4.9479166667vw;
}
@media (max-width: 680px) {
  .font_95 {
    font-size: 33.6458333333px;
  }
}
@media (min-width: 1920px) {
  .font_95 {
    font-size: 95px;
  }
}
@media (min-width: 2000px) {
  .font_95 {
    font-size: 104.5px;
  }
}
@media (min-width: 2500px) {
  .font_95 {
    font-size: 114px;
  }
}

.font_96 {
  font-size: 5vw;
}
@media (max-width: 680px) {
  .font_96 {
    font-size: 34px;
  }
}
@media (min-width: 1920px) {
  .font_96 {
    font-size: 96px;
  }
}
@media (min-width: 2000px) {
  .font_96 {
    font-size: 105.6px;
  }
}
@media (min-width: 2500px) {
  .font_96 {
    font-size: 115.2px;
  }
}

.font_97 {
  font-size: 5.0520833333vw;
}
@media (max-width: 680px) {
  .font_97 {
    font-size: 34.3541666667px;
  }
}
@media (min-width: 1920px) {
  .font_97 {
    font-size: 97px;
  }
}
@media (min-width: 2000px) {
  .font_97 {
    font-size: 106.7px;
  }
}
@media (min-width: 2500px) {
  .font_97 {
    font-size: 116.4px;
  }
}

.font_98 {
  font-size: 5.1041666667vw;
}
@media (max-width: 680px) {
  .font_98 {
    font-size: 34.7083333333px;
  }
}
@media (min-width: 1920px) {
  .font_98 {
    font-size: 98px;
  }
}
@media (min-width: 2000px) {
  .font_98 {
    font-size: 107.8px;
  }
}
@media (min-width: 2500px) {
  .font_98 {
    font-size: 117.6px;
  }
}

.font_99 {
  font-size: 5.15625vw;
}
@media (max-width: 680px) {
  .font_99 {
    font-size: 35.0625px;
  }
}
@media (min-width: 1920px) {
  .font_99 {
    font-size: 99px;
  }
}
@media (min-width: 2000px) {
  .font_99 {
    font-size: 108.9px;
  }
}
@media (min-width: 2500px) {
  .font_99 {
    font-size: 118.8px;
  }
}

.font_100 {
  font-size: 5.2083333333vw;
}
@media (max-width: 680px) {
  .font_100 {
    font-size: 35.4166666667px;
  }
}
@media (min-width: 1920px) {
  .font_100 {
    font-size: 100px;
  }
}
@media (min-width: 2000px) {
  .font_100 {
    font-size: 110px;
  }
}
@media (min-width: 2500px) {
  .font_100 {
    font-size: 120px;
  }
}

.font_101 {
  font-size: 5.2604166667vw;
}
@media (max-width: 680px) {
  .font_101 {
    font-size: 35.7708333333px;
  }
}
@media (min-width: 1920px) {
  .font_101 {
    font-size: 101px;
  }
}
@media (min-width: 2000px) {
  .font_101 {
    font-size: 111.1px;
  }
}
@media (min-width: 2500px) {
  .font_101 {
    font-size: 121.2px;
  }
}

.font_102 {
  font-size: 5.3125vw;
}
@media (max-width: 680px) {
  .font_102 {
    font-size: 36.125px;
  }
}
@media (min-width: 1920px) {
  .font_102 {
    font-size: 102px;
  }
}
@media (min-width: 2000px) {
  .font_102 {
    font-size: 112.2px;
  }
}
@media (min-width: 2500px) {
  .font_102 {
    font-size: 122.4px;
  }
}

.font_103 {
  font-size: 5.3645833333vw;
}
@media (max-width: 680px) {
  .font_103 {
    font-size: 36.4791666667px;
  }
}
@media (min-width: 1920px) {
  .font_103 {
    font-size: 103px;
  }
}
@media (min-width: 2000px) {
  .font_103 {
    font-size: 113.3px;
  }
}
@media (min-width: 2500px) {
  .font_103 {
    font-size: 123.6px;
  }
}

.font_104 {
  font-size: 5.4166666667vw;
}
@media (max-width: 680px) {
  .font_104 {
    font-size: 36.8333333333px;
  }
}
@media (min-width: 1920px) {
  .font_104 {
    font-size: 104px;
  }
}
@media (min-width: 2000px) {
  .font_104 {
    font-size: 114.4px;
  }
}
@media (min-width: 2500px) {
  .font_104 {
    font-size: 124.8px;
  }
}

.font_105 {
  font-size: 5.46875vw;
}
@media (max-width: 680px) {
  .font_105 {
    font-size: 37.1875px;
  }
}
@media (min-width: 1920px) {
  .font_105 {
    font-size: 105px;
  }
}
@media (min-width: 2000px) {
  .font_105 {
    font-size: 115.5px;
  }
}
@media (min-width: 2500px) {
  .font_105 {
    font-size: 126px;
  }
}

.font_106 {
  font-size: 5.5208333333vw;
}
@media (max-width: 680px) {
  .font_106 {
    font-size: 37.5416666667px;
  }
}
@media (min-width: 1920px) {
  .font_106 {
    font-size: 106px;
  }
}
@media (min-width: 2000px) {
  .font_106 {
    font-size: 116.6px;
  }
}
@media (min-width: 2500px) {
  .font_106 {
    font-size: 127.2px;
  }
}

.font_107 {
  font-size: 5.5729166667vw;
}
@media (max-width: 680px) {
  .font_107 {
    font-size: 37.8958333333px;
  }
}
@media (min-width: 1920px) {
  .font_107 {
    font-size: 107px;
  }
}
@media (min-width: 2000px) {
  .font_107 {
    font-size: 117.7px;
  }
}
@media (min-width: 2500px) {
  .font_107 {
    font-size: 128.4px;
  }
}

.font_108 {
  font-size: 5.625vw;
}
@media (max-width: 680px) {
  .font_108 {
    font-size: 38.25px;
  }
}
@media (min-width: 1920px) {
  .font_108 {
    font-size: 108px;
  }
}
@media (min-width: 2000px) {
  .font_108 {
    font-size: 118.8px;
  }
}
@media (min-width: 2500px) {
  .font_108 {
    font-size: 129.6px;
  }
}

.font_109 {
  font-size: 5.6770833333vw;
}
@media (max-width: 680px) {
  .font_109 {
    font-size: 38.6041666667px;
  }
}
@media (min-width: 1920px) {
  .font_109 {
    font-size: 109px;
  }
}
@media (min-width: 2000px) {
  .font_109 {
    font-size: 119.9px;
  }
}
@media (min-width: 2500px) {
  .font_109 {
    font-size: 130.8px;
  }
}

.font_110 {
  font-size: 5.7291666667vw;
}
@media (max-width: 680px) {
  .font_110 {
    font-size: 38.9583333333px;
  }
}
@media (min-width: 1920px) {
  .font_110 {
    font-size: 110px;
  }
}
@media (min-width: 2000px) {
  .font_110 {
    font-size: 121px;
  }
}
@media (min-width: 2500px) {
  .font_110 {
    font-size: 132px;
  }
}

.font_111 {
  font-size: 5.78125vw;
}
@media (max-width: 680px) {
  .font_111 {
    font-size: 39.3125px;
  }
}
@media (min-width: 1920px) {
  .font_111 {
    font-size: 111px;
  }
}
@media (min-width: 2000px) {
  .font_111 {
    font-size: 122.1px;
  }
}
@media (min-width: 2500px) {
  .font_111 {
    font-size: 133.2px;
  }
}

.font_112 {
  font-size: 5.8333333333vw;
}
@media (max-width: 680px) {
  .font_112 {
    font-size: 39.6666666667px;
  }
}
@media (min-width: 1920px) {
  .font_112 {
    font-size: 112px;
  }
}
@media (min-width: 2000px) {
  .font_112 {
    font-size: 123.2px;
  }
}
@media (min-width: 2500px) {
  .font_112 {
    font-size: 134.4px;
  }
}

.font_113 {
  font-size: 5.8854166667vw;
}
@media (max-width: 680px) {
  .font_113 {
    font-size: 40.0208333333px;
  }
}
@media (min-width: 1920px) {
  .font_113 {
    font-size: 113px;
  }
}
@media (min-width: 2000px) {
  .font_113 {
    font-size: 124.3px;
  }
}
@media (min-width: 2500px) {
  .font_113 {
    font-size: 135.6px;
  }
}

.font_114 {
  font-size: 5.9375vw;
}
@media (max-width: 680px) {
  .font_114 {
    font-size: 40.375px;
  }
}
@media (min-width: 1920px) {
  .font_114 {
    font-size: 114px;
  }
}
@media (min-width: 2000px) {
  .font_114 {
    font-size: 125.4px;
  }
}
@media (min-width: 2500px) {
  .font_114 {
    font-size: 136.8px;
  }
}

.font_115 {
  font-size: 5.9895833333vw;
}
@media (max-width: 680px) {
  .font_115 {
    font-size: 40.7291666667px;
  }
}
@media (min-width: 1920px) {
  .font_115 {
    font-size: 115px;
  }
}
@media (min-width: 2000px) {
  .font_115 {
    font-size: 126.5px;
  }
}
@media (min-width: 2500px) {
  .font_115 {
    font-size: 138px;
  }
}

.font_116 {
  font-size: 6.0416666667vw;
}
@media (max-width: 680px) {
  .font_116 {
    font-size: 41.0833333333px;
  }
}
@media (min-width: 1920px) {
  .font_116 {
    font-size: 116px;
  }
}
@media (min-width: 2000px) {
  .font_116 {
    font-size: 127.6px;
  }
}
@media (min-width: 2500px) {
  .font_116 {
    font-size: 139.2px;
  }
}

.font_117 {
  font-size: 6.09375vw;
}
@media (max-width: 680px) {
  .font_117 {
    font-size: 41.4375px;
  }
}
@media (min-width: 1920px) {
  .font_117 {
    font-size: 117px;
  }
}
@media (min-width: 2000px) {
  .font_117 {
    font-size: 128.7px;
  }
}
@media (min-width: 2500px) {
  .font_117 {
    font-size: 140.4px;
  }
}

.font_118 {
  font-size: 6.1458333333vw;
}
@media (max-width: 680px) {
  .font_118 {
    font-size: 41.7916666667px;
  }
}
@media (min-width: 1920px) {
  .font_118 {
    font-size: 118px;
  }
}
@media (min-width: 2000px) {
  .font_118 {
    font-size: 129.8px;
  }
}
@media (min-width: 2500px) {
  .font_118 {
    font-size: 141.6px;
  }
}

.font_119 {
  font-size: 6.1979166667vw;
}
@media (max-width: 680px) {
  .font_119 {
    font-size: 42.1458333333px;
  }
}
@media (min-width: 1920px) {
  .font_119 {
    font-size: 119px;
  }
}
@media (min-width: 2000px) {
  .font_119 {
    font-size: 130.9px;
  }
}
@media (min-width: 2500px) {
  .font_119 {
    font-size: 142.8px;
  }
}

.font_120 {
  font-size: 6.25vw;
}
@media (max-width: 680px) {
  .font_120 {
    font-size: 42.5px;
  }
}
@media (min-width: 1920px) {
  .font_120 {
    font-size: 120px;
  }
}
@media (min-width: 2000px) {
  .font_120 {
    font-size: 132px;
  }
}
@media (min-width: 2500px) {
  .font_120 {
    font-size: 144px;
  }
}

.font_121 {
  font-size: 6.3020833333vw;
}
@media (max-width: 680px) {
  .font_121 {
    font-size: 42.8541666667px;
  }
}
@media (min-width: 1920px) {
  .font_121 {
    font-size: 121px;
  }
}
@media (min-width: 2000px) {
  .font_121 {
    font-size: 133.1px;
  }
}
@media (min-width: 2500px) {
  .font_121 {
    font-size: 145.2px;
  }
}

.font_122 {
  font-size: 6.3541666667vw;
}
@media (max-width: 680px) {
  .font_122 {
    font-size: 43.2083333333px;
  }
}
@media (min-width: 1920px) {
  .font_122 {
    font-size: 122px;
  }
}
@media (min-width: 2000px) {
  .font_122 {
    font-size: 134.2px;
  }
}
@media (min-width: 2500px) {
  .font_122 {
    font-size: 146.4px;
  }
}

.font_123 {
  font-size: 6.40625vw;
}
@media (max-width: 680px) {
  .font_123 {
    font-size: 43.5625px;
  }
}
@media (min-width: 1920px) {
  .font_123 {
    font-size: 123px;
  }
}
@media (min-width: 2000px) {
  .font_123 {
    font-size: 135.3px;
  }
}
@media (min-width: 2500px) {
  .font_123 {
    font-size: 147.6px;
  }
}

.font_124 {
  font-size: 6.4583333333vw;
}
@media (max-width: 680px) {
  .font_124 {
    font-size: 43.9166666667px;
  }
}
@media (min-width: 1920px) {
  .font_124 {
    font-size: 124px;
  }
}
@media (min-width: 2000px) {
  .font_124 {
    font-size: 136.4px;
  }
}
@media (min-width: 2500px) {
  .font_124 {
    font-size: 148.8px;
  }
}

.font_125 {
  font-size: 6.5104166667vw;
}
@media (max-width: 680px) {
  .font_125 {
    font-size: 44.2708333333px;
  }
}
@media (min-width: 1920px) {
  .font_125 {
    font-size: 125px;
  }
}
@media (min-width: 2000px) {
  .font_125 {
    font-size: 137.5px;
  }
}
@media (min-width: 2500px) {
  .font_125 {
    font-size: 150px;
  }
}

.font_126 {
  font-size: 6.5625vw;
}
@media (max-width: 680px) {
  .font_126 {
    font-size: 44.625px;
  }
}
@media (min-width: 1920px) {
  .font_126 {
    font-size: 126px;
  }
}
@media (min-width: 2000px) {
  .font_126 {
    font-size: 138.6px;
  }
}
@media (min-width: 2500px) {
  .font_126 {
    font-size: 151.2px;
  }
}

.font_127 {
  font-size: 6.6145833333vw;
}
@media (max-width: 680px) {
  .font_127 {
    font-size: 44.9791666667px;
  }
}
@media (min-width: 1920px) {
  .font_127 {
    font-size: 127px;
  }
}
@media (min-width: 2000px) {
  .font_127 {
    font-size: 139.7px;
  }
}
@media (min-width: 2500px) {
  .font_127 {
    font-size: 152.4px;
  }
}

.font_128 {
  font-size: 6.6666666667vw;
}
@media (max-width: 680px) {
  .font_128 {
    font-size: 45.3333333333px;
  }
}
@media (min-width: 1920px) {
  .font_128 {
    font-size: 128px;
  }
}
@media (min-width: 2000px) {
  .font_128 {
    font-size: 140.8px;
  }
}
@media (min-width: 2500px) {
  .font_128 {
    font-size: 153.6px;
  }
}

.font_129 {
  font-size: 6.71875vw;
}
@media (max-width: 680px) {
  .font_129 {
    font-size: 45.6875px;
  }
}
@media (min-width: 1920px) {
  .font_129 {
    font-size: 129px;
  }
}
@media (min-width: 2000px) {
  .font_129 {
    font-size: 141.9px;
  }
}
@media (min-width: 2500px) {
  .font_129 {
    font-size: 154.8px;
  }
}

.font_130 {
  font-size: 6.7708333333vw;
}
@media (max-width: 680px) {
  .font_130 {
    font-size: 46.0416666667px;
  }
}
@media (min-width: 1920px) {
  .font_130 {
    font-size: 130px;
  }
}
@media (min-width: 2000px) {
  .font_130 {
    font-size: 143px;
  }
}
@media (min-width: 2500px) {
  .font_130 {
    font-size: 156px;
  }
}

.font_131 {
  font-size: 6.8229166667vw;
}
@media (max-width: 680px) {
  .font_131 {
    font-size: 46.3958333333px;
  }
}
@media (min-width: 1920px) {
  .font_131 {
    font-size: 131px;
  }
}
@media (min-width: 2000px) {
  .font_131 {
    font-size: 144.1px;
  }
}
@media (min-width: 2500px) {
  .font_131 {
    font-size: 157.2px;
  }
}

.font_132 {
  font-size: 6.875vw;
}
@media (max-width: 680px) {
  .font_132 {
    font-size: 46.75px;
  }
}
@media (min-width: 1920px) {
  .font_132 {
    font-size: 132px;
  }
}
@media (min-width: 2000px) {
  .font_132 {
    font-size: 145.2px;
  }
}
@media (min-width: 2500px) {
  .font_132 {
    font-size: 158.4px;
  }
}

.font_133 {
  font-size: 6.9270833333vw;
}
@media (max-width: 680px) {
  .font_133 {
    font-size: 47.1041666667px;
  }
}
@media (min-width: 1920px) {
  .font_133 {
    font-size: 133px;
  }
}
@media (min-width: 2000px) {
  .font_133 {
    font-size: 146.3px;
  }
}
@media (min-width: 2500px) {
  .font_133 {
    font-size: 159.6px;
  }
}

.font_134 {
  font-size: 6.9791666667vw;
}
@media (max-width: 680px) {
  .font_134 {
    font-size: 47.4583333333px;
  }
}
@media (min-width: 1920px) {
  .font_134 {
    font-size: 134px;
  }
}
@media (min-width: 2000px) {
  .font_134 {
    font-size: 147.4px;
  }
}
@media (min-width: 2500px) {
  .font_134 {
    font-size: 160.8px;
  }
}

.font_135 {
  font-size: 7.03125vw;
}
@media (max-width: 680px) {
  .font_135 {
    font-size: 47.8125px;
  }
}
@media (min-width: 1920px) {
  .font_135 {
    font-size: 135px;
  }
}
@media (min-width: 2000px) {
  .font_135 {
    font-size: 148.5px;
  }
}
@media (min-width: 2500px) {
  .font_135 {
    font-size: 162px;
  }
}

.font_136 {
  font-size: 7.0833333333vw;
}
@media (max-width: 680px) {
  .font_136 {
    font-size: 48.1666666667px;
  }
}
@media (min-width: 1920px) {
  .font_136 {
    font-size: 136px;
  }
}
@media (min-width: 2000px) {
  .font_136 {
    font-size: 149.6px;
  }
}
@media (min-width: 2500px) {
  .font_136 {
    font-size: 163.2px;
  }
}

.font_137 {
  font-size: 7.1354166667vw;
}
@media (max-width: 680px) {
  .font_137 {
    font-size: 48.5208333333px;
  }
}
@media (min-width: 1920px) {
  .font_137 {
    font-size: 137px;
  }
}
@media (min-width: 2000px) {
  .font_137 {
    font-size: 150.7px;
  }
}
@media (min-width: 2500px) {
  .font_137 {
    font-size: 164.4px;
  }
}

.font_138 {
  font-size: 7.1875vw;
}
@media (max-width: 680px) {
  .font_138 {
    font-size: 48.875px;
  }
}
@media (min-width: 1920px) {
  .font_138 {
    font-size: 138px;
  }
}
@media (min-width: 2000px) {
  .font_138 {
    font-size: 151.8px;
  }
}
@media (min-width: 2500px) {
  .font_138 {
    font-size: 165.6px;
  }
}

.font_139 {
  font-size: 7.2395833333vw;
}
@media (max-width: 680px) {
  .font_139 {
    font-size: 49.2291666667px;
  }
}
@media (min-width: 1920px) {
  .font_139 {
    font-size: 139px;
  }
}
@media (min-width: 2000px) {
  .font_139 {
    font-size: 152.9px;
  }
}
@media (min-width: 2500px) {
  .font_139 {
    font-size: 166.8px;
  }
}

.font_140 {
  font-size: 7.2916666667vw;
}
@media (max-width: 680px) {
  .font_140 {
    font-size: 49.5833333333px;
  }
}
@media (min-width: 1920px) {
  .font_140 {
    font-size: 140px;
  }
}
@media (min-width: 2000px) {
  .font_140 {
    font-size: 154px;
  }
}
@media (min-width: 2500px) {
  .font_140 {
    font-size: 168px;
  }
}

.font_141 {
  font-size: 7.34375vw;
}
@media (max-width: 680px) {
  .font_141 {
    font-size: 49.9375px;
  }
}
@media (min-width: 1920px) {
  .font_141 {
    font-size: 141px;
  }
}
@media (min-width: 2000px) {
  .font_141 {
    font-size: 155.1px;
  }
}
@media (min-width: 2500px) {
  .font_141 {
    font-size: 169.2px;
  }
}

.font_142 {
  font-size: 7.3958333333vw;
}
@media (max-width: 680px) {
  .font_142 {
    font-size: 50.2916666667px;
  }
}
@media (min-width: 1920px) {
  .font_142 {
    font-size: 142px;
  }
}
@media (min-width: 2000px) {
  .font_142 {
    font-size: 156.2px;
  }
}
@media (min-width: 2500px) {
  .font_142 {
    font-size: 170.4px;
  }
}

.font_143 {
  font-size: 7.4479166667vw;
}
@media (max-width: 680px) {
  .font_143 {
    font-size: 50.6458333333px;
  }
}
@media (min-width: 1920px) {
  .font_143 {
    font-size: 143px;
  }
}
@media (min-width: 2000px) {
  .font_143 {
    font-size: 157.3px;
  }
}
@media (min-width: 2500px) {
  .font_143 {
    font-size: 171.6px;
  }
}

.font_144 {
  font-size: 7.5vw;
}
@media (max-width: 680px) {
  .font_144 {
    font-size: 51px;
  }
}
@media (min-width: 1920px) {
  .font_144 {
    font-size: 144px;
  }
}
@media (min-width: 2000px) {
  .font_144 {
    font-size: 158.4px;
  }
}
@media (min-width: 2500px) {
  .font_144 {
    font-size: 172.8px;
  }
}

.font_145 {
  font-size: 7.5520833333vw;
}
@media (max-width: 680px) {
  .font_145 {
    font-size: 51.3541666667px;
  }
}
@media (min-width: 1920px) {
  .font_145 {
    font-size: 145px;
  }
}
@media (min-width: 2000px) {
  .font_145 {
    font-size: 159.5px;
  }
}
@media (min-width: 2500px) {
  .font_145 {
    font-size: 174px;
  }
}

.font_146 {
  font-size: 7.6041666667vw;
}
@media (max-width: 680px) {
  .font_146 {
    font-size: 51.7083333333px;
  }
}
@media (min-width: 1920px) {
  .font_146 {
    font-size: 146px;
  }
}
@media (min-width: 2000px) {
  .font_146 {
    font-size: 160.6px;
  }
}
@media (min-width: 2500px) {
  .font_146 {
    font-size: 175.2px;
  }
}

.font_147 {
  font-size: 7.65625vw;
}
@media (max-width: 680px) {
  .font_147 {
    font-size: 52.0625px;
  }
}
@media (min-width: 1920px) {
  .font_147 {
    font-size: 147px;
  }
}
@media (min-width: 2000px) {
  .font_147 {
    font-size: 161.7px;
  }
}
@media (min-width: 2500px) {
  .font_147 {
    font-size: 176.4px;
  }
}

.font_148 {
  font-size: 7.7083333333vw;
}
@media (max-width: 680px) {
  .font_148 {
    font-size: 52.4166666667px;
  }
}
@media (min-width: 1920px) {
  .font_148 {
    font-size: 148px;
  }
}
@media (min-width: 2000px) {
  .font_148 {
    font-size: 162.8px;
  }
}
@media (min-width: 2500px) {
  .font_148 {
    font-size: 177.6px;
  }
}

.font_149 {
  font-size: 7.7604166667vw;
}
@media (max-width: 680px) {
  .font_149 {
    font-size: 52.7708333333px;
  }
}
@media (min-width: 1920px) {
  .font_149 {
    font-size: 149px;
  }
}
@media (min-width: 2000px) {
  .font_149 {
    font-size: 163.9px;
  }
}
@media (min-width: 2500px) {
  .font_149 {
    font-size: 178.8px;
  }
}

.image_wrapper,
.image_wraper {
  font-size: 0;
  line-height: 0;
}
.image_wrapper img,
.image_wraper img {
  max-width: 100%;
  height: auto;
}

/*.wi_flex_box{
    display:flex;
    &.wi_flex_box_inline{
        display:inline-flex;
    }
    &.wi_fa_c,
    &.wi_align_c,
    &.wi_align_center{
        align-items:center;
    }
    &.wi_fa_t,
    &.wi_align_t,
    &.wi_align_top{
        align-items:flex-start;
    }
    &.wi_fa_b,
    &.wi_align_b,
    &.wi_align_bottom{
        align-items:flex-end;
    }
    &.wi_fj_sb,
    &.wi_justify_sb{
        justify-content:space-between;
    }
    &.wi_fj_fs,
    &.wi_justify_fs{
        justify-content:flex-start;
    }
    &.wi_fj_fe,
    &.wi_justify_fe{
        justify-content:flex-end;
    }
    &.wi_fj_c, 
    &.wi_justify_c,
    &.wi_justify_center{
        justify-content:center;
    }
    &.wi_flex_wrap{
        flex-wrap:wrap;
    }
}*/
.wi_display_block {
  display: block !important;
}

.wi_display_inlineblock {
  display: inline-block !important;
}

.wi_display_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wi_display_inlineflex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.wi_flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wi_flex_x_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wi_flex_x_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wi_flex_x_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wi_flex_x_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wi_flex_y_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wi_flex_y_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wi_flex_y_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wi_flex_y_stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.div_Padding_5 {
  padding-bottom: 0.2604166667vw;
}
@media (max-width: 1440px) {
  .div_Padding_5 {
    padding-bottom: 3.75px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_5 {
    padding-bottom: 5px;
  }
}

.div_Padding_10 {
  padding-bottom: 0.5208333333vw;
}
@media (max-width: 1440px) {
  .div_Padding_10 {
    padding-bottom: 7.5px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_10 {
    padding-bottom: 10px;
  }
}

.div_Padding_15 {
  padding-bottom: 0.78125vw;
}
@media (max-width: 1440px) {
  .div_Padding_15 {
    padding-bottom: 11.25px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_15 {
    padding-bottom: 15px;
  }
}

.div_Padding_20 {
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 1440px) {
  .div_Padding_20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_20 {
    padding-bottom: 20px;
  }
}

.div_Padding_25 {
  padding-bottom: 1.3020833333vw;
}
@media (max-width: 1440px) {
  .div_Padding_25 {
    padding-bottom: 18.75px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_25 {
    padding-bottom: 25px;
  }
}

.div_Padding_30 {
  padding-bottom: 1.5625vw;
}
@media (max-width: 960px) {
  .div_Padding_30 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_30 {
    padding-bottom: 30px;
  }
}

.div_Padding_40 {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 960px) {
  .div_Padding_40 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_40 {
    padding-bottom: 40px;
  }
}

.div_Padding_50 {
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 960px) {
  .div_Padding_50 {
    padding-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_50 {
    padding-bottom: 50px;
  }
}

.div_Padding_60 {
  padding-bottom: 3.125vw;
}
@media (max-width: 960px) {
  .div_Padding_60 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_60 {
    padding-bottom: 60px;
  }
}

.div_Padding_70 {
  padding-bottom: 3.6458333333vw;
}
@media (max-width: 960px) {
  .div_Padding_70 {
    padding-bottom: 35px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_70 {
    padding-bottom: 70px;
  }
}

.div_Padding_80 {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 960px) {
  .div_Padding_80 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_80 {
    padding-bottom: 80px;
  }
}

.div_Padding_90 {
  padding-bottom: 4.6875vw;
}
@media (max-width: 960px) {
  .div_Padding_90 {
    padding-bottom: 45px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_90 {
    padding-bottom: 90px;
  }
}

.div_Padding_100 {
  padding-bottom: 5.2083333333vw;
}
@media (max-width: 960px) {
  .div_Padding_100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_100 {
    padding-bottom: 100px;
  }
}

.div_Padding_110 {
  padding-bottom: 5.7291666667vw;
}
@media (max-width: 960px) {
  .div_Padding_110 {
    padding-bottom: 55px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_110 {
    padding-bottom: 110px;
  }
}

.div_Padding_120 {
  padding-bottom: 6.25vw;
}
@media (max-width: 960px) {
  .div_Padding_120 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_120 {
    padding-bottom: 120px;
  }
}

.div_Padding_130 {
  padding-bottom: 6.7708333333vw;
}
@media (max-width: 960px) {
  .div_Padding_130 {
    padding-bottom: 65px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_130 {
    padding-bottom: 130px;
  }
}

.div_Padding_140 {
  padding-bottom: 7.2916666667vw;
}
@media (max-width: 960px) {
  .div_Padding_140 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_140 {
    padding-bottom: 140px;
  }
}

.div_Padding_150 {
  padding-bottom: 7.8125vw;
}
@media (max-width: 764px) {
  .div_Padding_150 {
    padding-bottom: 59.6875px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_150 {
    padding-bottom: 150px;
  }
}

.div_Padding_160 {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 764px) {
  .div_Padding_160 {
    padding-bottom: 63.6666666667px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_160 {
    padding-bottom: 160px;
  }
}

.div_Padding_200 {
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 764px) {
  .div_Padding_200 {
    padding-bottom: 79.5833333333px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_200 {
    padding-bottom: 200px;
  }
}

.div_Padding_250 {
  padding-bottom: 13.0208333333vw;
}
@media (max-width: 764px) {
  .div_Padding_250 {
    padding-bottom: 99.4791666667px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_250 {
    padding-bottom: 250px;
  }
}

.div_Padding_300 {
  padding-bottom: 15.625vw;
}
@media (max-width: 764px) {
  .div_Padding_300 {
    padding-bottom: 119.375px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_300 {
    padding-bottom: 300px;
  }
}

.div_Padding_450 {
  padding-bottom: 23.4375vw;
}
@media (max-width: 764px) {
  .div_Padding_450 {
    padding-bottom: 179.0625px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_450 {
    padding-bottom: 450px;
  }
}

.div_Padding_500 {
  padding-bottom: 26.0416666667vw;
}
@media (max-width: 764px) {
  .div_Padding_500 {
    padding-bottom: 198.9583333333px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_500 {
    padding-bottom: 500px;
  }
}

.div_Padding_550 {
  padding-bottom: 28.6458333333vw;
}
@media (max-width: 764px) {
  .div_Padding_550 {
    padding-bottom: 218.8541666667px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_550 {
    padding-bottom: 550px;
  }
}

.div_Padding_600 {
  padding-bottom: 31.25vw;
}
@media (max-width: 764px) {
  .div_Padding_600 {
    padding-bottom: 238.75px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_600 {
    padding-bottom: 600px;
  }
}

.div_Padding_650 {
  padding-bottom: 33.8541666667vw;
}
@media (max-width: 764px) {
  .div_Padding_650 {
    padding-bottom: 258.6458333333px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_650 {
    padding-bottom: 650px;
  }
}

.box_grid_50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_grid_50.contact_grid > * {
  width: calc(50% - 16px);
  margin-bottom: 0;
}
.box_grid_50.contact_grid > * {
  padding-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .box_grid_50.contact_grid > * {
    padding-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .box_grid_50.contact_grid > * {
    padding-bottom: 60px;
  }
}
.box_grid_50.contact_grid.wrap > * {
  width: 100%;
  margin: 0px 0 !important;
}
.box_grid_50.contact_grid.wrap > *:nth-of-type(1) {
  margin: 0px 0 0 !important;
}
.box_grid_50.contact_grid.wrap > *:nth-of-type(2) {
  margin: 0 0px 0px !important;
}
.box_grid_50 > * {
  width: calc(50% - 6px);
}
.box_grid_50.wrap > * {
  width: 100%;
  margin: 12px 0;
}
.box_grid_50.wrap > *:nth-of-type(1) {
  margin: 12px 0 0;
}
.box_grid_50.wrap > *:nth-of-type(2) {
  margin: 0 0px 12px;
}
.box_grid_50.wrap.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.box_grid_50.wrap.reverse:nth-of-type(1) {
  margin: 0px 0 12px;
}
.box_grid_50.wrap.reverse:nth-of-type(2) {
  margin: 12px 0px 0px;
}
.box_grid_50.wrap.no_top > *:nth-of-type(1) {
  margin: 0px 0 0;
}

.box_grid_30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_grid_30 > * {
  width: calc(33.3334% - 30px);
}
.box_grid_30.wrap > * {
  width: 100%;
  margin: 0px 0 20px;
}
.box_grid_30.wrap > *:last-of-type {
  margin-bottom: 0;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.font_h1, .font_h2, .font_h3, .font_h4, .font_h5, .font_h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h2, h3, h4, h5, h6, h1 {
  display: block;
  margin: 0;
}
.font_h1.color_061D5C, .font_h2.color_061D5C, .font_h3.color_061D5C, .font_h4.color_061D5C, .font_h5.color_061D5C, .font_h6.color_061D5C,
.h1.color_061D5C, .h2.color_061D5C, .h3.color_061D5C, .h4.color_061D5C, .h5.color_061D5C, .h6.color_061D5C,
h2.color_061D5C, h3.color_061D5C, h4.color_061D5C, h5.color_061D5C, h6.color_061D5C, h1.color_061D5C {
  color: #061D5C;
}
.font_h1.no_top, .font_h1.no-top, .font_h2.no_top, .font_h2.no-top, .font_h3.no_top, .font_h3.no-top, .font_h4.no_top, .font_h4.no-top, .font_h5.no_top, .font_h5.no-top, .font_h6.no_top, .font_h6.no-top,
.h1.no_top,
.h1.no-top, .h2.no_top, .h2.no-top, .h3.no_top, .h3.no-top, .h4.no_top, .h4.no-top, .h5.no_top, .h5.no-top, .h6.no_top, .h6.no-top,
h2.no_top,
h2.no-top, h3.no_top, h3.no-top, h4.no_top, h4.no-top, h5.no_top, h5.no-top, h6.no_top, h6.no-top, h1.no_top, h1.no-top {
  margin-top: 0;
}
.font_h1.no_bottom, .font_h1.no-bottom, .font_h2.no_bottom, .font_h2.no-bottom, .font_h3.no_bottom, .font_h3.no-bottom, .font_h4.no_bottom, .font_h4.no-bottom, .font_h5.no_bottom, .font_h5.no-bottom, .font_h6.no_bottom, .font_h6.no-bottom,
.h1.no_bottom,
.h1.no-bottom, .h2.no_bottom, .h2.no-bottom, .h3.no_bottom, .h3.no-bottom, .h4.no_bottom, .h4.no-bottom, .h5.no_bottom, .h5.no-bottom, .h6.no_bottom, .h6.no-bottom,
h2.no_bottom,
h2.no-bottom, h3.no_bottom, h3.no-bottom, h4.no_bottom, h4.no-bottom, h5.no_bottom, h5.no-bottom, h6.no_bottom, h6.no-bottom, h1.no_bottom, h1.no-bottom {
  margin-bottom: 0;
}
.font_h1.no_margin, .font_h1.no-margin, .font_h2.no_margin, .font_h2.no-margin, .font_h3.no_margin, .font_h3.no-margin, .font_h4.no_margin, .font_h4.no-margin, .font_h5.no_margin, .font_h5.no-margin, .font_h6.no_margin, .font_h6.no-margin,
.h1.no_margin,
.h1.no-margin, .h2.no_margin, .h2.no-margin, .h3.no_margin, .h3.no-margin, .h4.no_margin, .h4.no-margin, .h5.no_margin, .h5.no-margin, .h6.no_margin, .h6.no-margin,
h2.no_margin,
h2.no-margin, h3.no_margin, h3.no-margin, h4.no_margin, h4.no-margin, h5.no_margin, h5.no-margin, h6.no_margin, h6.no-margin, h1.no_margin, h1.no-margin {
  margin: 0;
}
.font_h1.margin_p, .font_h2.margin_p, .font_h3.margin_p, .font_h4.margin_p, .font_h5.margin_p, .font_h6.margin_p,
.h1.margin_p, .h2.margin_p, .h3.margin_p, .h4.margin_p, .h5.margin_p, .h6.margin_p,
h2.margin_p, h3.margin_p, h4.margin_p, h5.margin_p, h6.margin_p, h1.margin_p {
  margin: 16px 0;
}
.font_h1.font_left, .font_h2.font_left, .font_h3.font_left, .font_h4.font_left, .font_h5.font_left, .font_h6.font_left,
.h1.font_left, .h2.font_left, .h3.font_left, .h4.font_left, .h5.font_left, .h6.font_left,
h2.font_left, h3.font_left, h4.font_left, h5.font_left, h6.font_left, h1.font_left {
  text-align: left;
}
.font_h1.font_center, .font_h2.font_center, .font_h3.font_center, .font_h4.font_center, .font_h5.font_center, .font_h6.font_center,
.h1.font_center, .h2.font_center, .h3.font_center, .h4.font_center, .h5.font_center, .h6.font_center,
h2.font_center, h3.font_center, h4.font_center, h5.font_center, h6.font_center, h1.font_center {
  text-align: center;
}
.font_h1.font_right, .font_h2.font_right, .font_h3.font_right, .font_h4.font_right, .font_h5.font_right, .font_h6.font_right,
.h1.font_right, .h2.font_right, .h3.font_right, .h4.font_right, .h5.font_right, .h6.font_right,
h2.font_right, h3.font_right, h4.font_right, h5.font_right, h6.font_right, h1.font_right {
  text-align: right;
}
.font_h1.has_icon, .font_h2.has_icon, .font_h3.has_icon, .font_h4.has_icon, .font_h5.has_icon, .font_h6.has_icon,
.h1.has_icon, .h2.has_icon, .h3.has_icon, .h4.has_icon, .h5.has_icon, .h6.has_icon,
h2.has_icon, h3.has_icon, h4.has_icon, h5.has_icon, h6.has_icon, h1.has_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.font_h1.has_icon .icon, .font_h2.has_icon .icon, .font_h3.has_icon .icon, .font_h4.has_icon .icon, .font_h5.has_icon .icon, .font_h6.has_icon .icon,
.h1.has_icon .icon, .h2.has_icon .icon, .h3.has_icon .icon, .h4.has_icon .icon, .h5.has_icon .icon, .h6.has_icon .icon,
h2.has_icon .icon, h3.has_icon .icon, h4.has_icon .icon, h5.has_icon .icon, h6.has_icon .icon, h1.has_icon .icon {
  margin-left: 20px;
  margin-right: 20px;
  width: 100px;
  font-size: 0;
  line-height: 0;
}
.font_h1.has_icon .icon img, .font_h2.has_icon .icon img, .font_h3.has_icon .icon img, .font_h4.has_icon .icon img, .font_h5.has_icon .icon img, .font_h6.has_icon .icon img,
.h1.has_icon .icon img, .h2.has_icon .icon img, .h3.has_icon .icon img, .h4.has_icon .icon img, .h5.has_icon .icon img, .h6.has_icon .icon img,
h2.has_icon .icon img, h3.has_icon .icon img, h4.has_icon .icon img, h5.has_icon .icon img, h6.has_icon .icon img, h1.has_icon .icon img {
  max-width: 100%;
  height: auto;
}

.h1,
.font_h1,
h1 {
  line-height: 1.1;
  font-size: 3.3333333333vw;
  /*@include mixin_header_margin(32);*/
  /*@include mixin_header_margin_bottom(70);*/
}
@media (max-width: 960px) {
  .h1,
  .font_h1,
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .h1,
  .font_h1,
  h1 {
    font-size: 64px;
  }
}

.h2,
.font_h2,
h2 {
  line-height: 1.15;
  font-size: 2.7083333333vw;
  /*@include mixin_header_margin(32);*/
  /*@include mixin_header_margin_bottom(60);*/
}
@media (max-width: 1100px) {
  .h2,
  .font_h2,
  h2 {
    font-size: 29.7916666667px;
  }
}
@media (min-width: 1920px) {
  .h2,
  .font_h2,
  h2 {
    font-size: 52px;
  }
}

.h3,
.font_h3,
h3 {
  line-height: 1.25;
  font-size: 1.9791666667vw;
  /*@include mixin_header_margin(48);*/
  /*@include mixin_header_margin_bottom(48);*/
}
@media (max-width: 1440px) {
  .h3,
  .font_h3,
  h3 {
    font-size: 28.5px;
  }
}
@media (min-width: 1920px) {
  .h3,
  .font_h3,
  h3 {
    font-size: 38px;
  }
}

.h4,
.font_h4,
h4 {
  line-height: 1.3;
  font-size: 1.5625vw;
  /*@include mixin_header_margin_bottom(39);*/
}
@media (max-width: 1600px) {
  .h4,
  .font_h4,
  h4 {
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  .h4,
  .font_h4,
  h4 {
    font-size: 30px;
  }
}

.h5,
.font_h5,
h5 {
  line-height: 1.35;
  font-size: 1.1979166667vw;
  /*@include mixin_header_margin_bottom(31);*/
}
@media (max-width: 1600px) {
  .h5,
  .font_h5,
  h5 {
    font-size: 19.1666666667px;
  }
}
@media (min-width: 1920px) {
  .h5,
  .font_h5,
  h5 {
    font-size: 23px;
  }
}

.h6,
.font_h6,
h6 {
  line-height: 1.5;
  font-size: 0.9375vw;
  /*@include mixin_header_margin_bottom(28);*/
}
@media (max-width: 1600px) {
  .h6,
  .font_h6,
  h6 {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .h6,
  .font_h6,
  h6 {
    font-size: 18px;
  }
}
.h6.small,
.font_h6.small,
h6.small {
  font-size: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .h6.small,
  .font_h6.small,
  h6.small {
    font-size: 13.3333333333px;
  }
}
@media (min-width: 1920px) {
  .h6.small,
  .font_h6.small,
  h6.small {
    font-size: 16px;
  }
}

.font_weight_100 {
  font-weight: 100;
}

.font_weight_200 {
  font-weight: 200;
}

.font_weight_300 {
  font-weight: 300;
}

.font_weight_400 {
  font-weight: 400;
}

.font_weight_500 {
  font-weight: 500;
}

.font_weight_600 {
  font-weight: 600;
}

.font_weight_700 {
  font-weight: 700;
}

.font_weight_800 {
  font-weight: 800;
}

.font_weight_900 {
  font-weight: 900;
}

.font_uppercase {
  text-transform: uppercase;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ac_animate_opacity.is_detect .animate_box,
.ac_animate_opacity.is_detect .inner_wrapper {
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  opacity: 0.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac_animate_opacity.is_detect.active .animate_box,
.ac_animate_opacity.is_detect.active .inner_wrapper {
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}

.ac_animate_opacity_without_slide.is_detect .inner_wrapper {
  opacity: 0.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac_animate_opacity_without_slide.is_detect.active .inner_wrapper {
  opacity: 1;
}

.ac_animate_left_right.is_detect .inner_wrapper .right_box,
.ac_animate_left_right.is_detect .inner_wrapper .left_box {
  opacity: 0.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac_animate_left_right.is_detect .inner_wrapper .left_box {
  -webkit-transform: translate(-30px, 0%);
      -ms-transform: translate(-30px, 0%);
          transform: translate(-30px, 0%);
}
.ac_animate_left_right.is_detect .inner_wrapper .right_box {
  -webkit-transform: translate(30px, 0%);
      -ms-transform: translate(30px, 0%);
          transform: translate(30px, 0%);
}
@media (min-width: 1920px) {
  .ac_animate_left_right.is_detect .inner_wrapper .left_box {
    -webkit-transform: translate(-60px, 0%);
        -ms-transform: translate(-60px, 0%);
            transform: translate(-60px, 0%);
  }
  .ac_animate_left_right.is_detect .inner_wrapper .right_box {
    -webkit-transform: translate(60px, 0%);
        -ms-transform: translate(60px, 0%);
            transform: translate(60px, 0%);
  }
}
.ac_animate_left_right.is_detect.active .right_box,
.ac_animate_left_right.is_detect.active .left_box {
  -webkit-transform: translate(0px, 0%);
      -ms-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  opacity: 1;
}

.ac_animate_left_right_single {
  position: relative;
}
.ac_animate_left_right_single.is_detect .right_box,
.ac_animate_left_right_single.is_detect .left_box {
  opacity: 0.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.ac_animate_left_right_single.is_detect.row_type_1 .left_box {
  -webkit-transform: translate(80px, 0%);
      -ms-transform: translate(80px, 0%);
          transform: translate(80px, 0%);
}
.ac_animate_left_right_single.is_detect.row_type_1 .right_box {
  -webkit-transform: translate(-80px, 0%);
      -ms-transform: translate(-80px, 0%);
          transform: translate(-80px, 0%);
}
.ac_animate_left_right_single.is_detect.row_type_2 .left_box {
  -webkit-transform: translate(-80px, 0%);
      -ms-transform: translate(-80px, 0%);
          transform: translate(-80px, 0%);
}
.ac_animate_left_right_single.is_detect.row_type_2 .right_box {
  -webkit-transform: translate(80px, 0%);
      -ms-transform: translate(80px, 0%);
          transform: translate(80px, 0%);
}
@media (min-width: 1920px) {
  .ac_animate_left_right_single.is_detect.row_type_1 .left_box {
    -webkit-transform: translate(120px, 0%);
        -ms-transform: translate(120px, 0%);
            transform: translate(120px, 0%);
  }
  .ac_animate_left_right_single.is_detect.row_type_1 .right_box {
    -webkit-transform: translate(-120px, 0%);
        -ms-transform: translate(-120px, 0%);
            transform: translate(-120px, 0%);
  }
  .ac_animate_left_right_single.is_detect.row_type_2 .left_box {
    -webkit-transform: translate(-120px, 0%);
        -ms-transform: translate(-120px, 0%);
            transform: translate(-120px, 0%);
  }
  .ac_animate_left_right_single.is_detect.row_type_2 .right_box {
    -webkit-transform: translate(120px, 0%);
        -ms-transform: translate(120px, 0%);
            transform: translate(120px, 0%);
  }
}
.ac_animate_left_right_single.is_detect.active.row_type_1 .right_box,
.ac_animate_left_right_single.is_detect.active.row_type_1 .left_box, .ac_animate_left_right_single.is_detect.active.row_type_2 .right_box,
.ac_animate_left_right_single.is_detect.active.row_type_2 .left_box {
  -webkit-transform: translate(0px, 0%);
      -ms-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  opacity: 1;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 wrz 2024, 09:46:34
    Author     : Tomek
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
  border-bottom: 1px solid #E6E6E6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background-color: red;*/
}
#header.fixed {
  padding-top: 0;
  padding-bottom: 0;
}
.header_main_v1 {
  padding-left: 2.9166666667vw;
}
@media (max-width: 768px) {
  .header_main_v1 {
    padding-left: 22.4px;
  }
}
@media (min-width: 1920px) {
  .header_main_v1 {
    padding-left: 56px;
  }
}
.header_main_v1 {
  padding-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  .header_main_v1 {
    padding-right: 22.4px;
  }
}
@media (min-width: 1920px) {
  .header_main_v1 {
    padding-right: 56px;
  }
}
.header_main_v1 #lang_sel_ul .ico_dropdown svg path, .header_main_v1 #lang_sel_ul .ico svg path,
.header_main_v1 .main_menu a .mobile-dropdown svg path {
  stroke: #C99E65;
}
.header_main_v1.wi_down .inner_wrapper_box .bottom_bar,
.header_main_v1.wi_down .inner_wrapper .bottom_bar {
  /*padding: 14px 0;*/
}
.header_main_v1 .header_cta_button {
  margin-left: 32px;
}
.header_main_v1 .header_cta_button .wi_btn {
  padding: 5px 24px;
}
.header_main_v1 .header_cta_button .wi_btn .label {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 960px) {
  .header_main_v1 .header_cta_button {
    margin-left: 0px;
    text-align: center;
  }
}
.header_main_v1 .cp_href {
  margin: 0 16px;
}
.header_main_v1 .cp_href .icon svg {
  width: 18px !important;
  height: 18px !important;
}
.header_main_v1 .cp_href .icon svg path {
  stroke: #C99E65;
}
.header_main_v1 .cp_href .label {
  font-size: 14px;
  line-height: 1.5;
  color: #1D398B;
  font-weight: 500;
  text-transform: uppercase;
}
.header_main_v1 .mobile_cp_href {
  text-align: center;
}
.header_main_v1 .mobile_cp_href > * {
  margin-top: 20px;
}
.header_main_v1 .inner_wrapper_box .top_bar,
.header_main_v1 .inner_wrapper .top_bar {
  position: relative;
  background-color: #E6E6E6;
  z-index: 9;
}
.header_main_v1 .inner_wrapper_box .top_bar:before,
.header_main_v1 .inner_wrapper .top_bar:before {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  content: "";
  background-color: #EFF6FF;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
.header_main_v1 .inner_wrapper_box .top_bar:after,
.header_main_v1 .inner_wrapper .top_bar:after {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 0px;
  left: 50%;
  content: "";
  background-color: #E6E6E6;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header_main_v1 .inner_wrapper_box .top_bar .wi_grid_box,
.header_main_v1 .inner_wrapper .top_bar .wi_grid_box {
  height: 100%;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_main_v1 .inner_wrapper_box .top_bar .wi_grid_box .right_bar,
.header_main_v1 .inner_wrapper .top_bar .wi_grid_box .right_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 961px) {
  .header_main_v1 .inner_wrapper_box .top_bar,
  .header_main_v1 .inner_wrapper .top_bar {
    height: 64px;
  }
}
@media (max-width: 960px) {
  .header_main_v1 .inner_wrapper_box .top_bar,
  .header_main_v1 .inner_wrapper .top_bar {
    display: none;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar,
.header_main_v1 .inner_wrapper .bottom_bar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  /*padding: 16px 0;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar,
  .header_main_v1 .inner_wrapper .bottom_bar {
    padding: 14px 0;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar .left_bar,
.header_main_v1 .inner_wrapper .bottom_bar .left_bar {
  font-size: 0;
  line-height: 0;
  width: 210px;
  position: relative;
}
.header_main_v1 .inner_wrapper_box .bottom_bar .left_bar img,
.header_main_v1 .inner_wrapper .bottom_bar .left_bar img {
  max-width: 100%;
  height: auto;
}
.header_main_v1 .inner_wrapper_box .bottom_bar .left_bar svg,
.header_main_v1 .inner_wrapper .bottom_bar .left_bar svg {
  max-width: 100%;
  height: auto;
}
.header_main_v1 .inner_wrapper_box .bottom_bar .middle_bar,
.header_main_v1 .inner_wrapper .bottom_bar .middle_bar {
  margin-left: auto;
}
.header_main_v1 .inner_wrapper_box .bottom_bar .right_bar,
.header_main_v1 .inner_wrapper .bottom_bar .right_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta_button_header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main_subheader {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 14.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_subheader {
  padding-top: 3.125vw;
}
@media (max-width: 768px) {
  .main_subheader {
    padding-top: 24px;
  }
}
@media (min-width: 1920px) {
  .main_subheader {
    padding-top: 60px;
  }
}
.main_subheader {
  padding-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .main_subheader {
    padding-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .main_subheader {
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .main_subheader {
    min-height: 280px;
  }
}
.main_subheader .inner_wrapper {
  width: 100%;
}
.main_subheader .content {
  max-width: 820px;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.main_subheader .content .header_block .sub_label {
  padding-bottom: 0.9375vw;
}
@media (max-width: 768px) {
  .main_subheader .content .header_block .sub_label {
    padding-bottom: 7.2px;
  }
}
@media (min-width: 1920px) {
  .main_subheader .content .header_block .sub_label {
    padding-bottom: 18px;
  }
}

.lang_container_inline {
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lang_container_inline a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lang_container_inline a.current {
  color: #2ba8ff;
}

#lang_sel_ul {
  position: relative;
  text-transform: uppercase;
}
#lang_sel_ul a {
  color: #1D398B;
  font-weight: 500;
}
#lang_sel_ul a:hover {
  color: #162352;
}
#lang_sel_ul .lang_selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
#lang_sel_ul .ico_dropdown, #lang_sel_ul .ico {
  line-height: 0;
  font-size: 0;
}
#lang_sel_ul .ico_dropdown svg path, #lang_sel_ul .ico svg path {
  stroke: #162352;
}
#lang_sel_ul .ico {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  font-size: 0;
}
#lang_sel_ul .ico svg path {
  stroke: #162352;
}
#lang_sel_ul > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#lang_sel_ul > ul > li {
  position: relative;
}
#lang_sel_ul > ul > li:hover > ul {
  display: block;
}
#lang_sel_ul > ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 8px;
  display: none;
}
#lang_sel_ul .sub-lang {
  list-style-type: none;
  margin: 0;
}

.breadcrumbs_main_wrapper {
  background-color: #F2F2F2;
}
@media (max-width: 960px) {
  .breadcrumbs_main_wrapper {
    display: none;
  }
}
.breadcrumbs_main_wrapper #breadcrumbs {
  padding: 8px 0 6px;
}
.breadcrumbs_main_wrapper #breadcrumbs a {
  color: #808080;
}
.breadcrumbs_main_wrapper #breadcrumbs a:hover {
  color: #C99E65;
}
.breadcrumbs_main_wrapper #breadcrumbs .breadcrumb_last {
  color: #C99E65;
}
.breadcrumbs_main_wrapper #breadcrumbs .icon {
  font-size: 0;
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px;
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
.breadcrumbs_main_wrapper #breadcrumbs .icon svg path {
  stroke: #808080;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 wrz 2024, 09:47:38
    Author     : Tomek
*/
.p_footer {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625;
}

#main_footer {
  background-color: #fff;
  color: #162352;
}
#main_footer {
  padding-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  #main_footer {
    padding-top: 32px;
  }
}
@media (min-width: 1920px) {
  #main_footer {
    padding-top: 80px;
  }
}
#main_footer {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  #main_footer {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  #main_footer {
    padding-bottom: 40px;
  }
}
#main_footer {
  padding-left: 2.9166666667vw;
}
@media (max-width: 768px) {
  #main_footer {
    padding-left: 22.4px;
  }
}
@media (min-width: 1920px) {
  #main_footer {
    padding-left: 56px;
  }
}
#main_footer {
  padding-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  #main_footer {
    padding-right: 22.4px;
  }
}
@media (min-width: 1920px) {
  #main_footer {
    padding-right: 56px;
  }
}
#main_footer a {
  /*color: $footer_a;*/
  color: #162352;
  font-weight: 300;
}
#main_footer a:hover {
  color: #0fa9e4;
}
#main_footer .inner_wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
#main_footer .footer_main_content {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-left: -16px;
}
#main_footer .footer_main_content h1, #main_footer .footer_main_content h2, #main_footer .footer_main_content h3, #main_footer .footer_main_content h4, #main_footer .footer_main_content h5, #main_footer .footer_main_content h6 {
  color: #1D398B;
}
@media (max-width: 764px) {
  #main_footer .footer_main_content h1, #main_footer .footer_main_content h2, #main_footer .footer_main_content h3, #main_footer .footer_main_content h4, #main_footer .footer_main_content h5, #main_footer .footer_main_content h6 {
    text-align: center !important;
  }
}
#main_footer .footer_main_content .box_footer {
  width: calc(20% - 32px);
  margin: 16px;
}
@media (max-width: 1200px) {
  #main_footer .footer_main_content .box_footer {
    width: calc(33.334% - 32px);
  }
}
@media (max-width: 764px) {
  #main_footer .footer_main_content .box_footer {
    width: calc(100% - 32px);
    text-align: center;
  }
}
#main_footer .footer_main_content .box_footer.big {
  width: calc(40% - 32px);
}
@media (max-width: 764px) {
  #main_footer .footer_main_content .box_footer.big {
    width: calc(100% - 32px);
  }
}
#main_footer .footer_main_content .box_footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main_footer .footer_main_content .box_footer ul li {
  margin-bottom: 10px;
}
#main_footer .footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*border-top: $footer_copyright_border;*/
  border-top: 1px solid #dbeafe;
  /*border-bottom: 1px solid #CCC;*/
}
#main_footer .footer_copyright * {
  font-weight: 300;
}
#main_footer .footer_copyright {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  #main_footer .footer_copyright {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  #main_footer .footer_copyright {
    padding-top: 24px;
  }
}
#main_footer .footer_copyright {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  #main_footer .footer_copyright {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  #main_footer .footer_copyright {
    padding-bottom: 24px;
  }
}
@media (max-width: 960px) {
  #main_footer .footer_copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main_footer .footer_copyright {
    padding-top: 1.875vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  #main_footer .footer_copyright {
    padding-top: 14.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  #main_footer .footer_copyright {
    padding-top: 36px;
  }
}
@media (max-width: 960px) {
  #main_footer .footer_copyright > * {
    width: 100%;
  }
}
@media (max-width: 764px) {
  #main_footer .footer_copyright {
    text-align: center;
  }
  #main_footer .footer_copyright a {
    display: block;
  }
}

.footer_sep {
  color: transparent;
  display: inline-block;
}
.footer_sep {
  padding-left: 1.25vw;
}
@media (max-width: 768px) {
  .footer_sep {
    padding-left: 9.6px;
  }
}
@media (min-width: 1920px) {
  .footer_sep {
    padding-left: 24px;
  }
}
.footer_sep {
  padding-right: 1.25vw;
}
@media (max-width: 768px) {
  .footer_sep {
    padding-right: 9.6px;
  }
}
@media (min-width: 1920px) {
  .footer_sep {
    padding-right: 24px;
  }
}
@media (max-width: 764px) {
  .footer_sep {
    display: none;
  }
}

.cta_box {
  /*    @include elementVWsize(pl, 56);
      @include elementVWsize(pr, 56);*/
  background-color: #E6E6E6;
}
.cta_box.bg_blue {
  background-color: #ebf6ff;
}
.cta_box.bg_grey {
  background-color: #E6E6E6;
}
.cta_box {
  padding-top: 5vw;
}
@media (max-width: 768px) {
  .cta_box {
    padding-top: 38.4px;
  }
}
@media (min-width: 1920px) {
  .cta_box {
    padding-top: 96px;
  }
}
.cta_box {
  padding-bottom: 5vw;
}
@media (max-width: 768px) {
  .cta_box {
    padding-bottom: 38.4px;
  }
}
@media (min-width: 1920px) {
  .cta_box {
    padding-bottom: 96px;
  }
}
.cta_box .inner_wrapper .cta_box_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 32px);
  margin-left: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cta_box .inner_wrapper .single_box {
  margin: 16px;
  background-color: #fff;
}
.cta_box .inner_wrapper .single_box {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .cta_box .inner_wrapper .single_box {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cta_box .inner_wrapper .single_box {
    padding-left: 48px;
  }
}
.cta_box .inner_wrapper .single_box {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .cta_box .inner_wrapper .single_box {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cta_box .inner_wrapper .single_box {
    padding-right: 48px;
  }
}
.cta_box .inner_wrapper .single_box {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .cta_box .inner_wrapper .single_box {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cta_box .inner_wrapper .single_box {
    padding-top: 48px;
  }
}
.cta_box .inner_wrapper .single_box {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .cta_box .inner_wrapper .single_box {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cta_box .inner_wrapper .single_box {
    padding-bottom: 48px;
  }
}
.cta_box .inner_wrapper .single_box:nth-of-type(1) {
  width: calc(37.25% - 32px);
}
.cta_box .inner_wrapper .single_box:nth-of-type(2) {
  width: calc(37.25% - 32px);
}
.cta_box .inner_wrapper .single_box:nth-of-type(3) {
  width: calc(25.5% - 32px);
  background-color: #061D5C;
}
.cta_box .inner_wrapper .single_box:nth-of-type(3) .font_heading {
  color: #fff;
}
@media (max-width: 1280px) {
  .cta_box .inner_wrapper .single_box:nth-of-type(1) {
    width: calc(50% - 32px);
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(2) {
    width: calc(50% - 32px);
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(3) {
    width: calc(100% - 32px);
    background-color: #061D5C;
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(3) .font_heading {
    color: #fff;
  }
}
@media (max-width: 764px) {
  .cta_box .inner_wrapper .single_box:nth-of-type(1) {
    width: calc(100% - 32px);
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(2) {
    width: calc(100% - 32px);
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(3) {
    width: calc(100% - 32px);
  }
}

@media (max-width: 764px) {
  .main_cta .cpt_snippet_cta {
    background-image: none !important;
    background-color: #162352;
  }
}

.newsletter_box {
  background-color: #262626;
  color: #FFFFFF;
}
.newsletter_box {
  padding-top: 4.6875vw;
}
@media (max-width: 768px) {
  .newsletter_box {
    padding-top: 36px;
  }
}
@media (min-width: 1920px) {
  .newsletter_box {
    padding-top: 90px;
  }
}
.newsletter_box {
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .newsletter_box {
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .newsletter_box {
    padding-bottom: 50px;
  }
}
.newsletter_box .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter_box .inner_wrapper > * {
  width: 45%;
}
@media (max-width: 764px) {
  .newsletter_box .inner_wrapper > * {
    width: 100%;
  }
  .newsletter_box .inner_wrapper > *:nth-of-type(1) {
    margin-bottom: 16px;
  }
}

.bottom_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom_cta .map_box {
  width: calc(50% - 16px);
}
.bottom_cta .map_box .wi_iframe_wrapper {
  height: 100%;
}
.bottom_cta .content_box {
  width: calc(50% - 16px);
}
.bottom_cta .main_content {
  padding-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .bottom_cta .main_content {
    padding-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .bottom_cta .main_content {
    padding-top: 32px;
  }
}
.bottom_cta .main_content {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .bottom_cta .main_content {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .bottom_cta .main_content {
    padding-right: 32px;
  }
}
.bottom_cta .main_content {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .bottom_cta .main_content {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .bottom_cta .main_content {
    padding-bottom: 32px;
  }
}
.bottom_cta .main_content {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .bottom_cta .main_content {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .bottom_cta .main_content {
    padding-left: 32px;
  }
}
.bottom_cta .image_wrapper img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 764px) {
  .bottom_cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom_cta .map_box {
    width: 100%;
  }
  .bottom_cta .content_box {
    width: 100%;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.is_hover .wi_btn.btn_secondary {
  background-color: #b37643;
}
.is_hover .wi_btn.btn_primary {
  background-color: #1d3eb0;
}
.is_hover .wi_btn.btn_ghost {
  background-color: #b37643;
  color: #fff;
}
.is_hover .wi_btn.btn_ghost .icon svg path {
  stroke: #fff;
}
.is_hover .wi_btn.btn_ghost_white {
  background-color: #fff;
  color: #000;
}
.is_hover .wi_btn.btn_ghost_white .icon svg path {
  stroke: #000;
}
.is_hover .wi_btn.btn_white {
  background-color: #000;
  color: #fff;
}
.is_hover .wi_btn.btn_white .icon svg path {
  stroke: #fff;
}

.wi_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  border-radius: 1px;
  padding: 5px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}
@media (max-width: 960px) {
  .wi_btn {
    height: 48px;
  }
}
.wi_btn.btn_no_label .label {
  display: none;
}
.wi_btn.btn_no_icon_after .icon_after {
  display: none;
}
.wi_btn.btn_no_icon_before .icon_before {
  display: none;
}
.wi_btn.btn_no_icon .icon {
  display: none;
}
.wi_btn.btn_size_l {
  height: 56px;
}
@media (max-width: 960px) {
  .wi_btn.btn_size_l {
    height: 48px;
  }
}
.wi_btn.btn_size_m {
  height: 48px;
}
@media (max-width: 960px) {
  .wi_btn.btn_size_m {
    height: 40px;
  }
}
.wi_btn.btn_size_s {
  height: 40px;
}
@media (max-width: 960px) {
  .wi_btn.btn_size_s {
    height: 36px;
  }
}
.wi_btn.btn_size_xs {
  height: 32px;
}
.wi_btn .label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.wi_btn .icon {
  font-size: 0;
  line-height: 0;
}
.wi_btn .icon.icon_before {
  margin-right: 12px;
}
.wi_btn .icon.icon_after {
  margin-left: 12px;
}
.wi_btn.btn_secondary {
  background-color: #C99E65;
  color: #fff;
}
.wi_btn.btn_secondary .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_secondary.is_hover, .wi_btn.btn_secondary:hover {
  background-color: #b37643;
}
.wi_btn.btn_primary {
  /*background-color: $color_base;*/
  background-color: #1C4BD9;
  color: #fff;
}
.wi_btn.btn_primary.is_hover, .wi_btn.btn_primary:hover {
  background-color: #1d3eb0;
}
.wi_btn.btn_primary .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_ghost {
  background-color: transparent;
  border: 1px solid #162352;
  color: #162352;
}
.wi_btn.btn_ghost.is_hover, .wi_btn.btn_ghost:hover {
  background-color: #1d3eb0;
  color: #fff;
}
.wi_btn.btn_ghost.is_hover .icon svg path, .wi_btn.btn_ghost:hover .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_ghost .icon svg path {
  stroke: #162352;
}
.wi_btn.btn_ghost_white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.wi_btn.btn_ghost_white.is_hover, .wi_btn.btn_ghost_white:hover {
  background-color: #fff;
  color: #000;
}
.wi_btn.btn_ghost_white.is_hover .icon svg path, .wi_btn.btn_ghost_white:hover .icon svg path {
  stroke: #000;
}
.wi_btn.btn_ghost_white .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.wi_btn.btn_white .icon svg path {
  stroke: #000;
}
.wi_btn.btn_white.is_hover, .wi_btn.btn_white:hover {
  background-color: #000;
  color: #fff;
}
.wi_btn.btn_white.is_hover .icon svg path, .wi_btn.btn_white:hover .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_icon_box {
  background-color: transparent;
  border: none;
  color: #000;
}
.wi_btn.btn_icon_box .icon {
  background-color: #1C4BD9;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wi_btn.btn_icon_box .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_icon_box.is_hover, .wi_btn.btn_icon_box:hover {
  background-color: transparent;
}
.wi_btn.btn_icon_box.is_hover .icon, .wi_btn.btn_icon_box:hover .icon {
  background-color: #1d3eb0;
}
.wi_btn.btn_icon_box.is_hover .icon svg path, .wi_btn.btn_icon_box:hover .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_icon_box.btn_icon_box_white {
  color: #fff;
}
.wi_btn.btn_icon_box.btn_icon_box_white .icon {
  background-color: #fff;
}
.wi_btn.btn_icon_box.btn_icon_box_white .icon svg path {
  stroke: #162352;
}
.wi_btn.btn_icon_box.btn_icon_box_white.is_hover .icon, .wi_btn.btn_icon_box.btn_icon_box_white:hover .icon {
  background-color: #000000;
}
.wi_btn.btn_icon_box.btn_icon_box_secondary {
  color: #C99E65;
}
.wi_btn.btn_icon_box.btn_icon_box_secondary .icon {
  background-color: #C99E65;
}
.wi_btn.btn_icon_box.btn_icon_box_secondary .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_icon_box.btn_icon_box_secondary.is_hover, .wi_btn.btn_icon_box.btn_icon_box_secondary:hover {
  color: #b37643 !important;
}
.wi_btn.btn_icon_box.btn_icon_box_secondary.is_hover .icon, .wi_btn.btn_icon_box.btn_icon_box_secondary:hover .icon {
  background-color: #b37643;
}
.wi_btn.btn_no_padding {
  padding: 0px 0px;
}

.tl_bg_alternative .cp_href:hover .label {
  color: #b37643;
}
.tl_bg_alternative .cp_href .label {
  color: #fff;
}
.tl_bg_alternative .cp_href .icon svg path {
  stroke: #fff;
}

.cp_href {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  margin-bottom: 16px;
}
.cp_href:hover .label {
  color: #b37643;
}
.cp_href.content_type {
  color: #162352;
}
.cp_href.content_type .icon svg {
  width: 24px !important;
  height: 24px !important;
}
.cp_href.content_type .icon svg path {
  stroke: #162352;
}
.cp_href.color_icon .icon svg path {
  stroke: #C99E65;
}
.cp_href .icon {
  font-style: 0;
  line-height: 0;
  padding-right: 12px;
}
.cp_href .icon svg {
  width: 24px !important;
  height: 24px !important;
}
.cp_href .icon svg path {
  stroke: #162352;
}
.cp_href .label {
  color: #162352;
  font-size: 21px;
  font-weight: 500;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10 wrz 2024, 07:33:18
    Author     : Tomek
*/
.menu_top_header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_top_header a {
  display: inline-block;
  padding: 3px 8px;
  color: #162352;
}
.menu_top_header a:hover {
  color: #1d3eb0;
}

#mobile_switcher {
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
  cursor: pointer;
  background-color: #fff;
  z-index: 5;
  border: 1px solid #162352;
  border-radius: 4px;
  margin-left: 20px;
}
@media (min-width: 961px) {
  #mobile_switcher {
    display: none;
  }
}
#mobile_switcher.lock {
  opacity: 0.5;
  pointer-events: none;
}
#mobile_switcher span {
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  left: calc(50% - 10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mobile_switcher span:nth-of-type(1) {
  top: calc(50% - 10px);
}
#mobile_switcher span:nth-of-type(2) {
  top: 50%;
}
#mobile_switcher span:nth-of-type(3) {
  top: calc(50% + 10px);
}
#mobile_switcher.close span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#mobile_switcher.close span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mobile_switcher.close span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 961px) {
  #menu_bar {
    /*@include elementVWsize(pr, 80);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  #menu_bar {
    left: -1500px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    background-color: #fff;
    padding: 12px 8px 24px;
    overflow-y: auto;
  }
  #menu_bar.opened {
    left: 0px;
    width: 100%;
  }
}

.main_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 56px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.main_menu a .mobile-dropdown {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 12px;
}
.main_menu a .mobile-dropdown > span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0;
  line-height: 0;
}
.main_menu a .mobile-dropdown svg path {
  stroke: #162352;
}
.main_menu li.current-menu-item > a, .main_menu li.current_page_item > a, .main_menu li.current-page-ancestor > a, .main_menu li.current-menu-ancestor > a, .main_menu li.current-menu-parent > a, .main_menu li.current-page-parent > a, .main_menu li.current_page_parent > a, .main_menu li.current_page_ancestor > a, .main_menu li.current-category-ancestor > a, .main_menu li.current-wi_tax_seminaria-ancestor > a, .main_menu li:hover > a {
  color: #162352;
}
.main_menu li a {
  color: #1D398B;
}
.main_menu li a:hover {
  color: #162352;
}
.main_menu a.href_has_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.main_menu a.href_has_arrow .label {
  padding-top: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main_menu a.href_has_arrow .icon {
  font-size: 0;
  line-height: 0;
  margin-left: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main_menu a.href_has_arrow .icon svg path {
  stroke: #08287F;
}
@media (max-width: 960px) {
  .main_menu a.href_has_arrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 961px) {
  .main_menu > li {
    position: relative;
    padding: 12px 24px;
  }
}
@media (min-width: 961px) and (max-width: 1680px) {
  .main_menu > li {
    padding: 5px 12px;
  }
}
@media (min-width: 961px) {
  .main_menu > li:hover > ul {
    pointer-events: auto;
    display: block;
  }
  .main_menu > li:hover > ul:not(.sub-menu-big) > div {
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .main_menu > li:hover > a .mobile-dropdown > span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .main_menu > li.right_submenu > ul {
    left: 100%;
    -webkit-transform: translate(-100%, 100%);
        -ms-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
  .main_menu > li > ul {
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0%;
    width: 330px;
    bottom: 0px;
    -webkit-transform: translate(0%, 100%);
        -ms-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
    overflow: hidden;
  }
  .main_menu > li > ul:not(.sub-menu-big) > div {
    padding: 8px 0 !important;
    background-color: #fff;
    -webkit-transform: translate(0%, -100%);
        -ms-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_menu > li > ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    padding: 10px 20px;
    font-weight: 400;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: none;
  }
}
@media (max-width: 960px) {
  .main_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_menu > li {
    display: block !important;
    width: 100%;
  }
  .main_menu > li > a {
    padding: 0 40px;
    height: 48px;
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_menu > li > a .mobile-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    margin-left: 12px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_menu > li > a .mobile-dropdown > span {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .main_menu > li > a .mobile-dropdown svg {
    width: 24px;
    height: 24px;
  }
  .main_menu > li > a .mobile-dropdown svg path {
    stroke: #C99E65;
  }
  .main_menu > li.opened > ul {
    display: block;
    border-top: 1px solid #162352;
    border-bottom: 1px solid #162352;
  }
  .main_menu > li.opened > a .mobile-dropdown > span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .main_menu > li > ul {
    display: none;
    /*background-color: $color_base;*/
    background-color: transparent;
  }
  .main_menu > li > ul a {
    width: 100%;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
  }
  .main_menu > li > ul a:hover {
    /*background-color: $color_base_hover;*/
    background-color: transparent;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 paź 2024, 08:31:03
    Author     : Tomek
*/
.main_menu > li.has_big_menu.menu_disabled {
  pointer-events: none;
}
.main_menu > li.has_big_menu > ul {
  width: 100vw !important;
  padding: 0 0 0 0 !important;
  background-color: transparent;
  overflow: hidden;
}
@media (min-width: 961px) {
  .main_menu > li.has_big_menu > ul {
    display: block !important;
  }
}

.big_menu_wrapper,
.big-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  background-color: #fff;
}
@media (min-width: 961px) {
  .big_menu_wrapper,
  .big-menu-wrapper {
    max-height: 80vh;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*opacity: 0;*/
    z-index: -30;
    -webkit-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
            transform: translate(0, -150%);
    border-bottom: 1px solid #e6e6e6;
  }
  .big_menu_wrapper.is_absolute,
  .big-menu-wrapper.is_absolute {
    z-index: 1;
  }
  .big_menu_wrapper.is_show,
  .big-menu-wrapper.is_show {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    min-height: 600px;
  }
}
.big_menu_wrapper .big_menu_inner_wrapper,
.big-menu-wrapper .big_menu_inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  background-color: #fff;
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  width: 50%;
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  padding-left: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-left: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-left: 64px;
  }
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  padding-right: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-right: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-right: 64px;
  }
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  padding-bottom: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-bottom: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-bottom: 64px;
  }
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  padding-top: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-top: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-top: 64px;
  }
}
.big_menu_wrapper .left_box_menu .header_box .sub_menu_label,
.big-menu-wrapper .left_box_menu .header_box .sub_menu_label {
  color: #000;
  font-size: 26px;
  line-height: 1.34;
}
.big_menu_wrapper .left_box_menu .header_box .sub_menu_desc,
.big-menu-wrapper .left_box_menu .header_box .sub_menu_desc {
  padding-top: 20px;
}
@media (max-width: 960px) {
  .big_menu_wrapper .left_box_menu .header_box,
  .big-menu-wrapper .left_box_menu .header_box {
    text-align: center;
  }
}
.big_menu_wrapper .left_box_menu .sub_menu_loop,
.big-menu-wrapper .left_box_menu .sub_menu_loop {
  padding-top: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop,
  .big-menu-wrapper .left_box_menu .sub_menu_loop {
    padding-top: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop,
  .big-menu-wrapper .left_box_menu .sub_menu_loop {
    padding-top: 64px;
  }
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a,
.big-menu-wrapper .left_box_menu .sub_menu_loop a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 30px);
  padding-right: 30px;
  min-height: 30px;
  color: #162352;
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a,
.big-menu-wrapper .left_box_menu .sub_menu_loop a {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 40px;
  }
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a.active, .big_menu_wrapper .left_box_menu .sub_menu_loop a:hover,
.big-menu-wrapper .left_box_menu .sub_menu_loop a.active,
.big-menu-wrapper .left_box_menu .sub_menu_loop a:hover {
  /*color: #08287f;*/
  /*color: $color_base_hover;*/
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a .label,
.big-menu-wrapper .left_box_menu .sub_menu_loop a .label {
  padding-top: 3px;
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a .icon,
.big-menu-wrapper .left_box_menu .sub_menu_loop a .icon {
  font-size: 0;
  line-height: 0;
  margin-left: 12px;
}
@media (min-width: 961px) {
  .big_menu_wrapper .left_box_menu .left_box_menu,
  .big-menu-wrapper .left_box_menu .left_box_menu {
    min-height: 30vh;
  }
}
@media (max-width: 960px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    width: 100%;
  }
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    width: 100%;
    min-height: 48px;
  }
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 0px;
  }
}
.big_menu_wrapper .right_box_menu,
.big-menu-wrapper .right_box_menu {
  width: 50%;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.big_menu_wrapper .right_box_menu img,
.big-menu-wrapper .right_box_menu img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.big_menu_wrapper .right_box_menu img.current,
.big-menu-wrapper .right_box_menu img.current {
  z-index: 5;
  opacity: 1;
}
@media (max-width: 960px) {
  .big_menu_wrapper .right_box_menu,
  .big-menu-wrapper .right_box_menu {
    display: none;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10 wrz 2024, 12:23:04
    Author     : Tomek
*/
.deco_uptitle {
  border-radius: 47px;
  border: 1px solid #DBEAFE;
  background-color: #DBEAFE;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 500 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  line-height: 1;
  text-transform: uppercase;
}
.deco_uptitle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1D398B;
}
.deco_uptitle.bg_alternative, .deco_uptitle.deco_grey {
  border: 1px solid #071559;
  background-color: #071559;
}
.deco_uptitle.bg_alternative span, .deco_uptitle.deco_grey span {
  color: #fff;
}
.deco_uptitle:after {
  content: "";
  display: table;
  clear: both;
}

.wi_small_title {
  color: #052EFF;
  margin-bottom: 12px;
}

.wi_icon_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wi_icon_label .icon {
  font-size: 0;
  line-height: 0;
  margin-right: 6px;
}
.wi_icon_label .label {
  margin-top: 3px;
}

.wi_map_iframe {
  position: relative;
  overflow: hidden;
}
.wi_map_iframe {
  padding-top: 30.2083333333vw;
}
@media (max-width: 768px) {
  .wi_map_iframe {
    padding-top: 232px;
  }
}
@media (min-width: 1920px) {
  .wi_map_iframe {
    padding-top: 580px;
  }
}
.wi_map_iframe * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cpt_snippet_logo {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .cpt_snippet_logo {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_logo {
    padding-top: 48px;
  }
}
.cpt_snippet_logo {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .cpt_snippet_logo {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_logo {
    padding-bottom: 48px;
  }
}
.cpt_snippet_logo .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.cpt_snippet_logo .slick-list {
  text-align: center;
}
.cpt_snippet_logo .single_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
}
.cpt_snippet_logo .single_logo {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .cpt_snippet_logo .single_logo {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_logo .single_logo {
    padding-left: 48px;
  }
}
.cpt_snippet_logo .single_logo {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .cpt_snippet_logo .single_logo {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_logo .single_logo {
    padding-right: 48px;
  }
}
.cpt_snippet_logo .single_logo.color_regular img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.cpt_snippet_logo .single_logo > span {
  display: inline-block;
}
.cpt_snippet_logo .single_logo:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.cpt_snippet_logo .single_logo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
  height: auto;
}

.personel_loop .single_person_team {
  margin-bottom: 2.9166666667vw;
}
@media (max-width: 768px) {
  .personel_loop .single_person_team {
    margin-bottom: 22.4px;
  }
}
@media (min-width: 1920px) {
  .personel_loop .single_person_team {
    margin-bottom: 56px;
  }
}
.personel_loop .single_person_team:last-of-type {
  margin-bottom: 0;
}

.single_person_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_person_team .image_person {
  font-size: 0;
  line-height: 0;
}
.single_person_team .image_person img {
  max-width: 100%;
  height: auto;
}
.single_person_team .personel_header {
  width: 35%;
}
.single_person_team .personel_footer {
  width: 65%;
}
.single_person_team .personel_footer {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_person_team .personel_footer {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_person_team .personel_footer {
    padding-left: 32px;
  }
}
.single_person_team .personel_content {
  margin-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_person_team .personel_content {
    margin-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_person_team .personel_content {
    margin-top: 32px;
  }
}
@media (max-width: 764px) {
  .single_person_team {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single_person_team .personel_header {
    width: 100%;
  }
  .single_person_team .personel_footer {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.tl_bg_alternative .table_wrapper table tr:nth-of-type(1) {
  background-color: #162352;
}
.tl_bg_alternative .table_wrapper table tr:nth-child(odd) {
  background-color: #162352;
}
.tl_bg_alternative .table_wrapper table tr:nth-child(even) {
  background-color: #162352;
}
.tl_bg_alternative .table_wrapper table td,
.tl_bg_alternative .table_wrapper table td span {
  font-family: "Sofia Sans", sans-serif !important;
}

.table_wrapper table tr:nth-of-type(1) {
  background-color: #fff;
}
.table_wrapper table tr:nth-of-type(1) td {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  font-family: "kallisto", sans-serif !important;
}
.table_wrapper table tr:nth-child(odd) {
  background-color: #fff;
}
.table_wrapper table tr:nth-child(even) {
  background-color: #F2F2F2;
}
.table_wrapper table td {
  padding: 16px 24px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33;
}
.table_wrapper table td,
.table_wrapper table td span {
  font-family: "Sofia Sans", sans-serif !important;
}
.table_wrapper table s {
  color: #999999;
}

.span_price {
  color: #999999;
  position: relative;
  display: inline-block;
}
.span_price:after {
  position: absolute;
  top: 50%;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #999999;
  left: 0;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.cf_forms {
  width: 100%;
  max-width: 680px;
  background-color: #EFF6FF;
  border: 2px solid #EFF6FF;
  /*margin:0 auto;*/
  margin-left: auto;
  /*    @include elementVWsize(pt, 72);
      @include elementVWsize(pb, 72);
      @include elementVWsize(pl, 72);
      @include elementVWsize(pr, 72);*/
}
.cf_forms .cf_form {
  display: block;
}
.cf_forms .cf_form.hide {
  display: none;
}
.cf_forms .thankyou {
  display: none;
  text-align: center;
  font-weight: 700;
}
.cf_forms .thankyou.show {
  display: block;
}
.cf_forms {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .cf_forms {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cf_forms {
    padding-top: 48px;
  }
}
.cf_forms {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .cf_forms {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cf_forms {
    padding-right: 48px;
  }
}
.cf_forms {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .cf_forms {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cf_forms {
    padding-bottom: 48px;
  }
}
.cf_forms {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .cf_forms {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cf_forms {
    padding-left: 48px;
  }
}
.cf_forms .contact_label {
  font-size: 16px;
  line-height: 1.5;
  /*text-transform: uppercase;*/
  color: #052EFF;
  display: block;
  padding-bottom: 5px;
}
.cf_forms.hide {
  display: none;
}
.cf_forms ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcbc;
  opacity: 1; /* Firefox */
}
.cf_forms ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcbc;
  opacity: 1; /* Firefox */
}
.cf_forms :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcbc;
  opacity: 1; /* Firefox */
}
.cf_forms ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcbc;
  opacity: 1; /* Firefox */
}
.cf_forms ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcbc;
  opacity: 1; /* Firefox */
}
.cf_forms :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bcbcbc;
}
.cf_forms ::-ms-input-placeholder { /* Microsoft Edge */
  color: #bcbcbc;
}
.cf_forms .form_label {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 5px;
  line-height: 1.33;
  display: block;
  font-weight: 500;
  color: #0D2944;
}
.cf_forms .form_label span {
  color: #E33737;
}
.cf_forms.small {
  max-width: 896px;
  margin: 0 auto;
}
.cf_forms label {
  margin-bottom: 24px;
  /*margin-bottom: 50px;*/
  display: block;
  text-transform: uppercase;
}
.cf_forms .margin_box {
  margin-bottom: 20px;
}
.cf_forms .wpcf7-not-valid-tip {
  font-size: 10px;
  color: red;
}
.cf_forms select option {
  /*background-color: #121212;*/
  padding: 10px;
}
.cf_forms select,
.cf_forms input[type=text], .cf_forms input[type=password], .cf_forms input[type=email], .cf_forms input[type=tel], .cf_forms input[type=number], .cf_forms input[type=date], .cf_forms textarea, .cf_forms .text_form {
  /*background: #ffffff;*/
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0px;
  height: 56px;
  padding: 16px 24px 12px;
  color: #6C757D;
  font-weight: 300;
  width: 100%;
  letter-spacing: 0.42px;
}
.cf_forms select.small,
.cf_forms input[type=text].small, .cf_forms input[type=password].small, .cf_forms input[type=email].small, .cf_forms input[type=tel].small, .cf_forms input[type=number].small, .cf_forms input[type=date].small, .cf_forms textarea.small, .cf_forms .text_form.small {
  height: 30px;
}
.cf_forms select.wpcf7-not-valid,
.cf_forms input[type=text].wpcf7-not-valid, .cf_forms input[type=password].wpcf7-not-valid, .cf_forms input[type=email].wpcf7-not-valid, .cf_forms input[type=tel].wpcf7-not-valid, .cf_forms input[type=number].wpcf7-not-valid, .cf_forms input[type=date].wpcf7-not-valid, .cf_forms textarea.wpcf7-not-valid, .cf_forms .text_form.wpcf7-not-valid {
  border: 1px solid #EC1C24;
}
.cf_forms select:focus,
.cf_forms input[type=text]:focus, .cf_forms input[type=password]:focus, .cf_forms input[type=email]:focus, .cf_forms input[type=tel]:focus, .cf_forms input[type=number]:focus, .cf_forms input[type=date]:focus, .cf_forms textarea:focus, .cf_forms .text_form:focus {
  border: 1px solid #D0DFFF;
  /*background: transparent;*/
}
.cf_forms textarea {
  width: 100%;
  height: 100px !important;
}
.cf_forms textarea.text_form {
  /*line-height: 22px;*/
  padding: 12px 24px;
  /*border-radius: 30px;*/
}
.cf_forms .center_wrapper {
  text-align: center;
  padding: 20px 10px;
}
.cf_forms .right_wrapper {
  text-align: right;
  padding: 20px 10px;
}
.cf_forms .send_button {
  margin-top: 30px;
}
.cf_forms button {
  cursor: pointer;
}
.cf_forms .wpcf7-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 56px;
  padding: 12px 24px 12px;
  width: 100%;
  background-color: #1C4BD9;
  /*text-transform: uppercase;*/
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
  border: 0px solid transparent;
}
.cf_forms .wpcf7-submit:hover {
  background-color: #1d3eb0;
}
.cf_forms .wpcf7-submit .icon {
  font-size: 0;
  line-height: 0;
  /*padding-left: 12px;*/
  padding-right: 12px;
  display: inline-block;
}
.cf_forms .wpcf7-submit .label {
  display: inline-block;
  padding-top: 0px;
  margin-left: 0px;
}

.ac_checkbox_wrapper .wpcf7-list-item,
.ac_checkbox_wrapper .wpcf7-form-control-wrap {
  margin-left: 0 !important;
}

.screen-reader-response {
  display: none;
}

.select_wrapper {
  position: relative;
}
.select_wrapper .icon {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 54px;
  width: 54px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.select_wrapper .icon svg path {
  stroke: #162352;
}

.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: block;
  position: relative;
  min-height: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: 0.42px;
  /*color:#D9D9D9;*/
  color: #0D2944;
  position: relative;
  cursor: pointer;
  z-index: 5;
  margin-bottom: 5px;
}
.wpcf7-acceptance .wpcf7-list-item input,
.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  opacity: 0.01;
  z-index: -1;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 28px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label .checkbox_label,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .checkbox_label,
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label .checkbox_label {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  text-transform: uppercase;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label .checkbox_label span,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .checkbox_label span,
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label .checkbox_label span {
  color: #E33737;
}

.wpcf7-radio .wpcf7-list-item {
  margin-bottom: 20px;
}
.wpcf7-radio .wpcf7-list-item:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #fff;
  border: 1px solid #000000;
  opacity: 1;
  border-radius: 25px;
  pointer-events: none;
  z-index: 7;
}
.wpcf7-radio .wpcf7-list-item.checked:after {
  border: 1px solid #000000;
}
.wpcf7-radio .wpcf7-list-item.checked:before {
  background: #000000;
  background-size: cover;
  position: absolute;
  border-radius: 5px;
  content: "";
  top: 11px;
  left: 4px;
  width: 8px;
  height: 8px;
  z-index: 8;
  pointer-events: none;
}

.wpcf7-acceptance .wpcf7-list-item:after,
.wpcf7-checkbox .wpcf7-list-item:after {
  /*            position: absolute;
              top:7px;
              left:0;
              width: 16px;
              height: 16px;
              content: '';
              background-color: #fff;
              opacity:1;
              border:1px solid #000000;
              pointer-events: none;
              z-index: 7;
              border-radius: 2px;*/
}
.wpcf7-acceptance .wpcf7-list-item:after,
.wpcf7-checkbox .wpcf7-list-item:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px !important;
  height: 12px !important;
  content: "";
  background-image: url("images/checkbox_empty.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
  background-color: transparent;
  pointer-events: none;
}
.wpcf7-acceptance .wpcf7-list-item.checked:after,
.wpcf7-checkbox .wpcf7-list-item.checked:after {
  background-image: url("images/checkbox_full.png");
}
.wpcf7-acceptance .wpcf7-list-item.checked:before,
.wpcf7-checkbox .wpcf7-list-item.checked:before {
  /*                content: "\2713";
                  top:5px;
                  left:3px;
                  color: #000000;
                  position: absolute;
                  pointer-events: none;
                  z-index: 8;*/
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*paginacja*/
.pagination_main {
  width: 100%;
  padding-top: 5rem;
}

#pagination {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding-top: 24px;
  /*padding-bottom:35px;*/
  text-align: center;
  position: relative;
  z-index: 3;
  /*background-color: #F7F7F7;*/
}
#pagination:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  /*background-color: #F7F7F7;*/
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#pagination.hide {
  display: none;
}

.page-numbers a.prev,
.page-numbers a.next {
  /*display:none;*/
  font-size: 22px;
  font-weight: 300;
}

.page-numbers {
  line-height: 0;
  font-size: 0;
}

.page-numbers li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-numbers li.npp {
  width: 40px;
  height: 40px;
  /*border:1px solid transparent;*/
  border-radius: 4px;
}
.page-numbers li.npp:hover > a svg,
.page-numbers li.npp:hover > span svg {
  stroke: #fff;
}
.page-numbers li.npp.last {
  margin-right: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-numbers li.npp.first {
  margin-left: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.page-numbers li.npp > a,
.page-numbers li.npp > span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #162352;
  width: 100%;
  height: 100%;
}
.page-numbers li.npp > a svg,
.page-numbers li.npp > span svg {
  width: 24px;
  height: 24px;
}
.page-numbers li.npp > a svg path,
.page-numbers li.npp > span svg path {
  /*fill: #fff;*/
  stroke: #fff;
}
.page-numbers li.npp > a:hover,
.page-numbers li.npp > span:hover {
  background-color: #1d3eb0;
}
.page-numbers li:last-of-type a {
  margin-right: 0;
}
.page-numbers li:last-of-type span {
  margin-right: 0;
}
.page-numbers li.single_number {
  width: 40px;
  height: 40px;
}
.page-numbers li.single_number span,
.page-numbers li.single_number a {
  padding-top: 3px;
}
.page-numbers li.single_number span:hover,
.page-numbers li.single_number a:hover {
  color: #fff;
  background: #162352;
  border: 1px solid #162352;
}
.page-numbers li.single_number span.current {
  color: #fff;
  background-color: #1d3eb0;
  border: 1px solid #162352;
}
.page-numbers li span,
.page-numbers li a {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1;
  padding: 0px 0rem 0px;
  border-radius: 4px;
  border: 1px solid #000;
  font-weight: 400;
  color: #162352;
}
.page-numbers {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 8px;
  background-color: #fff;
}
.page-numbers.hide {
  display: none;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.news_loop {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news_loop.col2 .single_news_box {
  width: calc(50% - 32px);
}
@media (max-width: 560px) {
  .news_loop.col2 .single_news_box {
    width: calc(100% - 32px);
  }
}
.news_loop.col2 .single_news_box .news_category,
.news_loop.col2 .single_news_box .content_wraper {
  padding-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-top: 16px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-top: 40px;
  }
}
.news_loop.col2 .single_news_box .news_category,
.news_loop.col2 .single_news_box .content_wraper {
  padding-left: 2.0833333333vw;
}
@media (max-width: 768px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-left: 16px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-left: 40px;
  }
}
.news_loop.col2 .single_news_box .news_category,
.news_loop.col2 .single_news_box .content_wraper {
  padding-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-right: 16px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-right: 40px;
  }
}
.news_loop.col2 .single_news_box .news_category,
.news_loop.col2 .single_news_box .content_wraper {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-bottom: 40px;
  }
}
.news_loop.col4 .single_news_box {
  width: calc(25% - 32px);
}
@media (max-width: 960px) {
  .news_loop.col4 .single_news_box {
    width: calc(50% - 32px);
  }
}
@media (max-width: 560px) {
  .news_loop.col4 .single_news_box {
    width: calc(100% - 32px);
  }
}
.news_loop.col4 .single_news_box .news_category,
.news_loop.col4 .single_news_box .content_wraper {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-top: 24px;
  }
}
.news_loop.col4 .single_news_box .news_category,
.news_loop.col4 .single_news_box .content_wraper {
  padding-left: 1.25vw;
}
@media (max-width: 768px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-left: 9.6px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-left: 24px;
  }
}
.news_loop.col4 .single_news_box .news_category,
.news_loop.col4 .single_news_box .content_wraper {
  padding-right: 1.25vw;
}
@media (max-width: 768px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-right: 9.6px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-right: 24px;
  }
}
.news_loop.col4 .single_news_box .news_category,
.news_loop.col4 .single_news_box .content_wraper {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-bottom: 24px;
  }
}
.news_loop .single_news_box {
  width: calc(33.3334% - 32px);
}
@media (max-width: 960px) {
  .news_loop .single_news_box {
    width: calc(50% - 32px);
  }
}
@media (max-width: 560px) {
  .news_loop .single_news_box {
    width: calc(100% - 32px);
  }
}

.post_news_image {
  text-align: center;
}

.single_news_box {
  margin: 16px;
  cursor: pointer;
}
.single_news_box .image_wrapper {
  position: relative;
}
.single_news_box .image_wrapper {
  padding-top: 15vw;
}
@media (max-width: 768px) {
  .single_news_box .image_wrapper {
    padding-top: 115.2px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .image_wrapper {
    padding-top: 288px;
  }
}
@media (max-width: 960px) {
  .single_news_box .image_wrapper {
    padding-top: 20.8333333333vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .single_news_box .image_wrapper {
    padding-top: 160px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .single_news_box .image_wrapper {
    padding-top: 400px;
  }
}
.single_news_box .image_wrapper > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -o-object-fit: cover;
     object-fit: cover;
}
.single_news_box .news_category {
  position: absolute;
}
.single_news_box .news_category {
  padding-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .news_category {
    padding-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .news_category {
    padding-top: 32px;
  }
}
.single_news_box .news_category {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .news_category {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .news_category {
    padding-left: 32px;
  }
}
.single_news_box .news_category {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .news_category {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .news_category {
    padding-right: 32px;
  }
}
.single_news_box .news_category {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .news_category {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .news_category {
    padding-bottom: 32px;
  }
}
.single_news_box .news_data {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  /*color: #00AFFF;*/
  color: #071559;
  margin-bottom: 8px;
}
.single_news_box .box_title {
  color: #0D0D0D;
  /*margin-bottom: 24px;*/
}
.single_news_box .box_title {
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .single_news_box .box_title {
    margin-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .box_title {
    margin-bottom: 24px;
  }
}
.single_news_box .content_wraper {
  border-bottom: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  background-color: #F2F2F2;
}
.single_news_box .content_wraper {
  padding-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .content_wraper {
    padding-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .content_wraper {
    padding-top: 32px;
  }
}
.single_news_box .content_wraper {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .content_wraper {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .content_wraper {
    padding-left: 32px;
  }
}
.single_news_box .content_wraper {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .content_wraper {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .content_wraper {
    padding-right: 32px;
  }
}
.single_news_box .content_wraper {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .content_wraper {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .content_wraper {
    padding-bottom: 32px;
  }
}

.post_news_share_box {
  padding-bottom: 16px;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.ce_block_box_with_icon_line.tl_bg_alternative .loop .single {
  border: 1px solid #fff;
}
.ce_block_box_with_icon_line .content_wrapper {
  width: 100%;
}
.ce_block_box_with_icon_line .section_desc {
  margin: 8px 0 0px;
}
.ce_block_box_with_icon_line .loop {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ce_block_box_with_icon_line .loop.has_margin_top {
  margin-top: 16px;
}
.ce_block_box_with_icon_line .loop.col_2 .single {
  width: calc(50% - 32px);
}
@media (max-width: 764px) {
  .ce_block_box_with_icon_line .loop.col_2 .single {
    width: calc(100% - 32px);
  }
}
.ce_block_box_with_icon_line .loop.col_3 .single {
  width: calc(33.3334% - 32px);
}
@media (max-width: 960px) {
  .ce_block_box_with_icon_line .loop.col_3 .single {
    width: calc(50% - 32px);
  }
}
@media (max-width: 764px) {
  .ce_block_box_with_icon_line .loop.col_3 .single {
    width: calc(100% - 32px);
  }
}
.ce_block_box_with_icon_line .loop .single {
  position: relative;
  z-index: 3;
  /*background-color: #fff;*/
  margin: 16px;
  width: calc(25% - 32px);
  /*border: 1px solid #E6E6E6;*/
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*min-height: 350px;*/
  border-radius: 4px;
  /*            @include elementVWsize(pt, 48);
              @include elementVWsize(pb, 48);
              @include elementVWsize(pl, 48);
              @include elementVWsize(pr, 48);*/
}
.ce_block_box_with_icon_line .loop .single {
  padding-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-top: 16px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-top: 40px;
  }
}
.ce_block_box_with_icon_line .loop .single {
  padding-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-right: 16px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-right: 40px;
  }
}
.ce_block_box_with_icon_line .loop .single {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-bottom: 40px;
  }
}
.ce_block_box_with_icon_line .loop .single {
  padding-left: 2.0833333333vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-left: 16px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-left: 40px;
  }
}
@media (max-width: 1440px) {
  .ce_block_box_with_icon_line .loop .single {
    width: calc(33.3334% - 32px);
  }
}
@media (max-width: 960px) {
  .ce_block_box_with_icon_line .loop .single {
    width: calc(50% - 32px);
  }
}
@media (max-width: 764px) {
  .ce_block_box_with_icon_line .loop .single {
    width: calc(100% - 32px);
  }
}
.ce_block_box_with_icon_line .loop .single .box_icon {
  font-size: 0;
  line-height: 0;
}
.ce_block_box_with_icon_line .loop .single .box_icon {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single .box_icon {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single .box_icon {
    padding-bottom: 32px;
  }
}
.ce_block_box_with_icon_line .loop .single .box_desc {
  margin-top: 16px;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.ce_imgvideo_text_block .content_deco {
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px !important;
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .content_deco {
    display: none;
  }
}
.ce_imgvideo_text_block .division {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ce_imgvideo_text_block .division.content_deco_enabled.right_text .content_deco {
  right: 0;
}
.ce_imgvideo_text_block .division.content_deco_enabled.left_text .content_deco {
  left: 0;
}
.ce_imgvideo_text_block .division.content_deco_enabled.left_text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
  padding-right: 3.3333333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 25.6px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 64px;
  }
}
.ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
  padding-left: 3.3333333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 25.6px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 64px;
  }
}
.ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
  padding-left: 3.3333333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 25.6px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 64px;
  }
}
.ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
  padding-right: 3.3333333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 25.6px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 64px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 0px;
  }
}
.ce_imgvideo_text_block .division .slick-track .single img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ce_imgvideo_text_block .division .wi_video_wrapper {
  /*padding-top: 70px;*/
  /*@include elementVWsize(pt, 588);*/
  padding-top: 56.25%;
}
.ce_imgvideo_text_block .division .wi_video_wrapper .main_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ce_imgvideo_text_block .division .wi_video_wrapper .wi_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_imgvideo_text_block .division .wi_video_wrapper .wi_video > * {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.ce_imgvideo_text_block .division .wi_editor_style {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ce_imgvideo_text_block .division > * {
  width: calc(50% - 16px);
  /*width: 50%;*/
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division > * {
    width: 100%;
  }
}
.ce_imgvideo_text_block .division.grid_type_6040 .left_box {
  width: calc(65% - 16px);
}
.ce_imgvideo_text_block .division.grid_type_6040 .right_box {
  width: calc(35% - 16px);
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.grid_type_6040 .left_box, .ce_imgvideo_text_block .division.grid_type_6040 .right_box {
    width: 100%;
  }
}
.ce_imgvideo_text_block .division.grid_type_4060 .left_box {
  width: calc(35% - 16px);
}
.ce_imgvideo_text_block .division.grid_type_4060 .right_box {
  width: calc(65% - 16px);
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.grid_type_4060 .left_box, .ce_imgvideo_text_block .division.grid_type_4060 .right_box {
    width: 100%;
  }
}
.ce_imgvideo_text_block .division.box_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ce_imgvideo_text_block .division.box_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ce_imgvideo_text_block .division.box_bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ce_imgvideo_text_block .division .left_box {
  text-align: center;
}
.ce_imgvideo_text_block .division.text_align_right .editor {
  text-align: right;
}
.ce_imgvideo_text_block .division .image_box {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division .image_box {
    margin-bottom: 15px;
  }
}
.ce_imgvideo_text_block .division .image_box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ce_imgvideo_text_block .division.left_text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ce_imgvideo_text_block .division.left_text .right_box {
  padding-right: 5.2083333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 40px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 100px;
  }
}
.ce_imgvideo_text_block .division.left_text .right_box {
  padding-left: 0vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0px;
  }
}
.ce_imgvideo_text_block .division.right_text .right_box {
  padding-left: 5.2083333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 40px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 100px;
  }
}
.ce_imgvideo_text_block .division.right_text .right_box {
  padding-right: 0vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.left_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0px;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.ce_columns_block.tl_bg_alternative .wi_editor_style ul:not([class]),
.ce_columns_block.tl_bg_alternative .editor_column {
  color: #fff !important;
}
.ce_columns_block .editor_column {
  overflow: hidden;
}
.ce_columns_block .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ce_columns_block .inner_wrapper.block_col_1 {
  display: block;
}
.ce_columns_block .inner_wrapper.block_col_1 > * {
  width: 100%;
  display: block;
}
.ce_columns_block .inner_wrapper.block_col_2 > * {
  width: calc(50% - 16px);
}
@media (max-width: 764px) {
  .ce_columns_block .inner_wrapper.block_col_2 > * {
    width: 100%;
  }
  .ce_columns_block .inner_wrapper.block_col_2 > *:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
.ce_columns_block .inner_wrapper.block_col_3 > * {
  width: calc(33.3334% - 16px);
}
@media (max-width: 764px) {
  .ce_columns_block .inner_wrapper.block_col_3 > * {
    width: 100%;
  }
  .ce_columns_block .inner_wrapper.block_col_3 > *:nth-of-type(2), .ce_columns_block .inner_wrapper.block_col_3 > *:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
.ce_columns_block .inner_wrapper.block_col_4 > * {
  width: calc(25% - 16px);
}
@media (max-width: 960px) {
  .ce_columns_block .inner_wrapper.block_col_4 > * {
    width: calc(50% - 16px);
  }
  .ce_columns_block .inner_wrapper.block_col_4 > *:nth-of-type(2), .ce_columns_block .inner_wrapper.block_col_4 > *:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
@media (max-width: 764px) {
  .ce_columns_block .inner_wrapper.block_col_4 > * {
    width: 100%;
  }
  .ce_columns_block .inner_wrapper.block_col_4 > *:nth-of-type(3) {
    margin-bottom: 16px;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.ce_counter_block {
  z-index: 3;
  position: relative;
}
.ce_counter_block.tl_bg_alternative .counter_list .single_counter {
  border: 1px solid #fff;
}
.ce_counter_block .ce_counter_block_inner_wrapper {
  position: relative;
  z-index: 4;
}
.ce_counter_block .counter_list {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ce_counter_block .counter_list.box_1 .single_counter {
  width: calc(100% - 32px);
}
@media (max-width: 1680px) {
  .ce_counter_block .counter_list.box_1 .single_counter {
    width: calc(100% - 32px);
  }
}
.ce_counter_block .counter_list.box_2 .single_counter {
  width: calc(50% - 32px);
}
@media (max-width: 1680px) {
  .ce_counter_block .counter_list.box_2 .single_counter {
    width: calc(50% - 32px);
  }
}
@media (max-width: 480px) {
  .ce_counter_block .counter_list.box_2 .single_counter {
    width: calc(100% - 32px);
  }
}
.ce_counter_block .counter_list.box_3 .single_counter {
  width: calc(33.3334% - 32px);
}
@media (max-width: 1680px) {
  .ce_counter_block .counter_list.box_3 .single_counter {
    width: calc(33.3334% - 32px);
  }
}
@media (max-width: 880px) {
  .ce_counter_block .counter_list.box_3 .single_counter {
    width: calc(50% - 32px);
  }
}
@media (max-width: 480px) {
  .ce_counter_block .counter_list.box_3 .single_counter {
    width: calc(100% - 32px);
  }
}
.ce_counter_block .counter_list .single_counter {
  width: calc(25% - 32px);
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  margin: 0 16px 16px;
  border-radius: 4px;
}
.ce_counter_block .counter_list .single_counter {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_counter_block .counter_list .single_counter {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_counter_block .counter_list .single_counter {
    padding-left: 32px;
  }
}
.ce_counter_block .counter_list .single_counter {
  padding-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_counter_block .counter_list .single_counter {
    padding-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_counter_block .counter_list .single_counter {
    padding-top: 32px;
  }
}
.ce_counter_block .counter_list .single_counter {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_counter_block .counter_list .single_counter {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_counter_block .counter_list .single_counter {
    padding-bottom: 32px;
  }
}
.ce_counter_block .counter_list .single_counter {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_counter_block .counter_list .single_counter {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_counter_block .counter_list .single_counter {
    padding-right: 32px;
  }
}
.ce_counter_block .counter_list .single_counter .wi_count {
  display: inline-block;
}
.ce_counter_block .counter_list .single_counter .conter_number {
  /*@include elementVWsize(pb, 32);*/
}
.ce_counter_block .counter_list .single_counter .desc {
  padding-top: 0.8333333333vw;
}
@media (max-width: 768px) {
  .ce_counter_block .counter_list .single_counter .desc {
    padding-top: 6.4px;
  }
}
@media (min-width: 1920px) {
  .ce_counter_block .counter_list .single_counter .desc {
    padding-top: 16px;
  }
}
@media (max-width: 1680px) {
  .ce_counter_block .counter_list .single_counter {
    width: calc(25% - 32px);
    margin: 10px 16px;
  }
}
@media (max-width: 880px) {
  .ce_counter_block .counter_list .single_counter {
    width: calc(50% - 32px);
  }
}
@media (max-width: 480px) {
  .ce_counter_block .counter_list .single_counter {
    width: calc(100% - 32px);
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.ce_download_block .inner_wrapper.small_grid {
  max-width: 960px;
}
.ce_download_block .inner_wrapper .single_file_download_warpper:last-of-type a {
  margin-bottom: 0;
}
.ce_download_block .download_list .single_file_download_warpper:last-of-type a {
  margin-bottom: 0;
}
.ce_download_block .single_download {
  border-bottom: 1px solid #D9D9D9;
}
.ce_download_block .single_download .main_content {
  padding-bottom: 24px;
}
.ce_download_block .single_download .single_file_download_warpper a {
  border: none;
}
.ce_download_block .download_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.ce_download_block .download_header .label {
  padding: 25px 12px 25px 0px;
  font-weight: 500;
}
.ce_download_block .download_header .trigger {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 3;
}
.ce_download_block .download_header .trigger .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_download_block .download_header .trigger.opened .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.single_file_download_warpper {
  /*margin-bottom: 16px;*/
}
.single_file_download_warpper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  background-color: #F2F2F2;
  margin-bottom: 16px;
  border-radius: 4px;
}
.single_file_download_warpper a {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a {
    padding-left: 32px;
  }
}
.single_file_download_warpper a {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a {
    padding-right: 32px;
  }
}
.single_file_download_warpper a {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a {
    padding-bottom: 24px;
  }
}
.single_file_download_warpper a {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a {
    padding-top: 24px;
  }
}
.single_file_download_warpper a:last-of-type {
  /*margin-bottom: 0px;*/
}
.single_file_download_warpper a:hover .label_box {
  color: #08287f;
}
.single_file_download_warpper a .main_icon {
  width: 32px;
  font-size: 0;
  line-height: 0;
  display: none;
}
.single_file_download_warpper a .main_icon svg line,
.single_file_download_warpper a .main_icon svg path {
  stroke: #000000;
}
.single_file_download_warpper a .label_box {
  width: calc(100% - 400px);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 21.96px */
  color: #162352;
}
.single_file_download_warpper a .label_box {
  padding-right: 0.8333333333vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a .label_box {
    padding-right: 6.4px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a .label_box {
    padding-right: 16px;
  }
}
.single_file_download_warpper a .file_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 24px;
  color: #999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*font-size:0;*/
  /*line-height: 0;*/
}
@media (min-width: 961px) {
  .single_file_download_warpper a .file_data {
    margin-left: auto;
  }
}
.single_file_download_warpper a .file_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
.single_file_download_warpper a .file_type span {
  display: inline-block;
  padding-left: 5px;
  text-transform: uppercase;
}
.single_file_download_warpper a .file_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_file_download_warpper a .wi_download_btn {
  border-left: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 10px 24px;
  height: 40px;
}
.single_file_download_warpper a .wi_download_btn .label {
  color: #000;
}
.single_file_download_warpper a .wi_download_btn .wi_btn {
  padding: 5px 7px;
  margin-right: 12px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_file_download_warpper a .button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 960px) {
  .single_file_download_warpper a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single_file_download_warpper a .label_box {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .single_file_download_warpper a .file_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    padding: 10px 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .single_file_download_warpper a .button_wrapper {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 540px) {
  .single_file_download_warpper a .file_data {
    padding: 10px 24px 0 24px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single_file_download_warpper a .button_wrapper {
    width: 100%;
    padding: 10px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single_file_download_warpper a .button_wrapper .wi_download_btn {
    border-left: 0px solid transparent;
    padding: 10px;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.ce_faq_block.tl_bg_alternative .single_faq .cross_animate .line2,
.ce_faq_block.tl_bg_alternative .single_faq .cross_animate .line1 {
  background-color: #000;
}
.ce_faq_block.tl_bg_alternative .single_faq .trigger {
  background-color: #fff;
  border: 1px solid #000;
}
.ce_faq_block.tl_bg_alternative .single_faq:hover .cross_animate .line2,
.ce_faq_block.tl_bg_alternative .single_faq:hover .cross_animate .line1 {
  background-color: #fff;
}
.ce_faq_block.tl_bg_alternative .single_faq:hover .trigger {
  border: 1px solid #fff;
  background-color: #000;
}

.faq_list {
  /*padding: 24px 0;*/
}
.faq_list .single_faq {
  background-color: #F2F2F2;
  padding: 24px 32px 24px;
  border-radius: 4px;
}
.faq_list .single_faq:last-of-type {
  margin-bottom: 0;
}

.single_faq {
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}
.single_faq .execute {
  cursor: pointer;
}
.single_faq .trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40px;
  height: 40px;
  background-color: #1C4BD9;
  border-radius: 4px;
}
.single_faq .trigger:hover {
  background-color: #1d3eb0;
}
.single_faq .title_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 32px 3px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 700;
  line-height: 1.33;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  color: #162352;
  width: 100%;
  width: calc(100% - 40px);
}
@media (max-width: 960px) {
  .single_faq .title_faq {
    font-size: 18px;
  }
}
.single_faq .cross_animate {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  border-radius: 4px;
}
.single_faq .cross_animate .line2,
.single_faq .cross_animate .line1 {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single_faq .cross_animate .line1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
}
.single_faq .cross_animate .line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
}
.single_faq .header_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_faq .header_faq .icon {
  margin-right: 12px;
}
.single_faq .header_faq.opened {
  padding-bottom: 0;
}
.single_faq .header_faq.opened .cross_animate {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.single_faq .header_faq.opened .cross_animate .line2 {
  height: 0;
}
.single_faq .header_faq.opened .trigger .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.single_faq .header_faq > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single_faq .content_faq {
  padding-bottom: 30px;
  /*padding-top: 16px;*/
  color: #162352;
}
.single_faq .content_faq {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .single_faq .content_faq {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .single_faq .content_faq {
    padding-top: 48px;
  }
}
@media (max-width: 960px) {
  .single_faq .content_faq {
    padding-left: 16px;
    padding-bottom: 16px;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 21 maj 2024, 12:54:57
    Author     : Tomek
*/
.tl_bg_alternative .n_p {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.tl_bg_alternative .n_p svg path,
.tl_bg_alternative .n_p .icon svg path {
  stroke: #000;
}
.tl_bg_alternative .n_p.is_hover, .tl_bg_alternative .n_p:hover {
  background-color: #000;
  color: #fff;
}
.tl_bg_alternative .n_p.is_hover svg path,
.tl_bg_alternative .n_p.is_hover .icon svg path, .tl_bg_alternative .n_p:hover svg path,
.tl_bg_alternative .n_p:hover .icon svg path {
  stroke: #fff;
}

.slider_gallery_inline .gallery-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
}
.slider_gallery_inline .gallery-thumbnail img {
  width: 100%;
}

.slider_gallery_inline_box_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-content: flex-end;*/
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider_gallery_inline_box_nav .n_p {
  position: relative;
  width: 40px !important;
  height: 40px !important;
}
.slider_gallery_inline_box_nav .n_p.n_p-arrow-left {
  -webkit-transform: translate(0, 0%) rotate(180deg) !important;
      -ms-transform: translate(0, 0%) rotate(180deg) !important;
          transform: translate(0, 0%) rotate(180deg) !important;
}
.slider_gallery_inline_box_nav .n_p.n_p-arrow-right {
  margin-left: 32px;
  -webkit-transform: translate(0, 0%) rotate(0deg) !important;
      -ms-transform: translate(0, 0%) rotate(0deg) !important;
          transform: translate(0, 0%) rotate(0deg) !important;
}

.slider_gallery_inline_box_nav_dots {
  position: relative;
}
.slider_gallery_inline_box_nav_dots ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
}
.slider_gallery_inline_box_nav_dots ul li {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.slider_gallery_inline_box_nav_dots ul li:hover:after, .slider_gallery_inline_box_nav_dots ul li.slick-active:after {
  background-color: #1C4BD9;
}
.slider_gallery_inline_box_nav_dots ul li:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  content: "";
  /*background-color: $color_arrow_bg;*/
  border-radius: 50%;
  background-color: #dbeafe;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider_gallery_inline_box_nav_dots ul li button {
  display: none;
}

.aside_gallery .n_p {
  width: 40px !important;
  height: 40px !important;
}
.aside_gallery .n_p.n_p-arrow-left {
  left: 32px !important;
}
.aside_gallery .n_p.n_p-arrow-right {
  right: 32px !important;
}

.slider_gallery_inline_box_wrapper {
  position: relative;
}
.slider_gallery_inline_box_wrapper .slider_gallery_inline_box_nav {
  position: absolute;
  top: 50%;
  left: 0%;
  /*width: calc(100% - 84px);*/
  width: 100%;
  /*left:42px;*/
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider_gallery_inline_box .n_p {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
}
.slider_gallery_inline_box .n_p.n_p-arrow-left {
  -webkit-transform: translate(0, -50%) rotate(180deg) !important;
      -ms-transform: translate(0, -50%) rotate(180deg) !important;
          transform: translate(0, -50%) rotate(180deg) !important;
  left: 32px;
}
.slider_gallery_inline_box .n_p.n_p-arrow-right {
  -webkit-transform: translate(0, -50%) rotate(0deg) !important;
      -ms-transform: translate(0, -50%) rotate(0deg) !important;
          transform: translate(0, -50%) rotate(0deg) !important;
  right: 32px;
}
@media (max-width: 960px) {
  .slider_gallery_inline_box .n_p.n_p-arrow-left {
    left: 0px;
  }
  .slider_gallery_inline_box .n_p.n_p-arrow-right {
    right: 0px;
  }
}
.slider_gallery_inline_box .n_p svg {
  width: 16px;
  height: 16px;
}
.slider_gallery_inline_box .n_p svg path {
  fill: transparent !important;
}
.slider_gallery_inline_box .n_p:hover svg path {
  stroke: #fff;
}
.slider_gallery_inline_box .slick-list {
  width: calc(100% + 32px);
  margin-left: -16px;
  overflow: initial;
}
.slider_gallery_inline_box .slick-list .gallery-thumbnail {
  padding: 16px;
}
.slider_gallery_inline_box .slick-list .gallery-thumbnail:hover a:after {
  opacity: 0.5;
}
.slider_gallery_inline_box .slick-list .gallery-thumbnail a {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.slider_gallery_inline_box .slick-list .gallery-thumbnail a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #181D1E;
  pointer-events: none;
  z-index: 4;
}

/* slider_gallery inline */
.slider_gallery_inline {
  position: relative;
  margin: 0 0;
  /*padding: 12px 60px 0;*/
  padding: 10px 0px 0;
  list-style-type: none;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0px;
  overflow: hidden;
}
.slider_gallery_inline .n_p {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
}
.slider_gallery_inline .n_p.n_p-arrow-left {
  left: 42px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.slider_gallery_inline .n_p.n_p-arrow-right {
  right: 42px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.slider_gallery_inline .n_p svg {
  width: 16px;
  height: 16px;
}
.slider_gallery_inline .n_p svg path {
  fill: transparent !important;
}
.slider_gallery_inline .n_p:hover svg path {
  stroke: #fff;
}
.slider_gallery_inline .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider_gallery_inline .slick-track .slick-slide {
  height: auto;
}
.slider_gallery_inline .slick-list {
  /*border: 1px solid #e6e6e6;*/
}
.slider_gallery_inline .gallery-thumbnail {
  position: relative;
  padding: 10px;
}
.slider_gallery_inline .gallery-thumbnail:hover .zoom {
  opacity: 1;
}
.slider_gallery_inline .gallery-thumbnail .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  width: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider_gallery_inline .gallery-thumbnail .zoom .icon {
  text-align: center;
}
.slider_gallery_inline .gallery-thumbnail .zoom .text {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding-top: 10px;
}
.slider_gallery_inline .gallery-thumbnail .number {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #fff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  font-size: 21px;
  padding-top: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_gallery_inline .gallery-thumbnail .desc {
  padding-top: 15px;
  font-size: 21px;
  color: #000;
}
.slider_gallery_inline .gallery-thumbnail .image_wraper img {
  max-width: 100%;
  height: auto;
}
.slider_gallery_inline .gallery-thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
}
.slider_gallery_inline .gallery-thumbnail a:hover:after {
  opacity: 0.5;
}
.slider_gallery_inline .gallery-thumbnail a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #181D1E;
  pointer-events: none;
  z-index: 4;
}
.slider_gallery_inline .gallery-thumbnail a > * {
  display: block;
  width: 100%;
}

.gallery_isotope {
  position: relative;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.gallery_isotope .gallery-thumbnail {
  width: calc(33.333% - 32px);
  margin: 16px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 764px) {
  .gallery_isotope .gallery-thumbnail {
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  .gallery_isotope .gallery-thumbnail {
    width: calc(100% - 16px);
  }
}
.gallery_isotope .gallery-thumbnail:hover:after {
  opacity: 1;
}
.gallery_isotope .gallery-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.gallery_isotope .gallery-thumbnail img {
  max-width: 100%;
  height: auto;
}

.gallery_inline_grid {
  width: calc(100% + 24px);
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery_inline_grid .gallery-thumbnail {
  position: relative;
  width: calc(33.3334% - 24px);
  margin: 12px;
}
.gallery_inline_grid .gallery-thumbnail:hover:after {
  opacity: 1;
}
.gallery_inline_grid .gallery-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media (max-width: 764px) {
  .gallery_inline_grid .gallery-thumbnail {
    width: calc(50% - 24px);
  }
}
@media (max-width: 480px) {
  .gallery_inline_grid .gallery-thumbnail {
    width: calc(100% - 24px);
  }
}
.gallery_inline_grid .gallery-thumbnail {
  padding-top: 18.2291666667vw;
}
@media (max-width: 768px) {
  .gallery_inline_grid .gallery-thumbnail {
    padding-top: 140px;
  }
}
@media (min-width: 1920px) {
  .gallery_inline_grid .gallery-thumbnail {
    padding-top: 350px;
  }
}
.gallery_inline_grid .gallery-thumbnail > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery_inline_grid .gallery-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-custom {
  position: relative;
}
.gallery-custom .custom_row {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.gallery-custom .custom_row:last-of-type {
  margin-bottom: 0;
}
.gallery-custom .custom_row .gallery-thumbnail {
  position: relative;
}
.gallery-custom .custom_row .gallery-thumbnail:hover:after {
  opacity: 1;
}
.gallery-custom .custom_row .gallery-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.gallery-custom .custom_row .size-small, .gallery-custom .custom_row .size-large {
  overflow: hidden;
}
.gallery-custom .custom_row .size-small a, .gallery-custom .custom_row .size-large a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-custom .custom_row .size-small img, .gallery-custom .custom_row .size-large img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 641px) {
  .gallery-custom .custom_row {
    height: 35vw;
  }
  .gallery-custom .custom_row .size-small, .gallery-custom .custom_row .size-large {
    position: absolute;
  }
  .gallery-custom .custom_row .size-small {
    width: calc(33.3334% - 8px);
    height: calc(15vw - 8px);
  }
  .gallery-custom .custom_row .size-large {
    width: calc(33.3334% - 8px);
    height: calc(20vw - 8px);
  }
  .gallery-custom .custom_row .image_index_1, .gallery-custom .custom_row image_index_2, .gallery-custom .custom_row image_index_3 {
    top: 0;
  }
  .gallery-custom .custom_row .image_index_4, .gallery-custom .custom_row .image_index_5, .gallery-custom .custom_row .image_index_6 {
    bottom: 0;
  }
  .gallery-custom .custom_row image_index_4,
  .gallery-custom .custom_row .image_index_1 {
    left: 0;
  }
  .gallery-custom .custom_row .image_index_5,
  .gallery-custom .custom_row .image_index_2 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .gallery-custom .custom_row .image_index_6,
  .gallery-custom .custom_row .image_index_3 {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@media (max-width: 640px) {
  .gallery-custom .custom_row .size-large,
  .gallery-custom .custom_row .size-small {
    width: 100%;
    height: 60vw;
  }
  .gallery-custom .custom_row .gallery-thumbnail {
    margin-bottom: 16px;
  }
  .gallery-custom .custom_row .gallery-thumbnail:last-of-type {
    margin-bottom: 0;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.ce_image__video_full {
  font-size: 0;
  line-height: 0;
}
.ce_image__video_full img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.tl_bg_transparent {
  background-color: transparent;
}

.tl_bg_base {
  background-color: #EFF6FF;
}

.tl_bg_alternative {
  /*background-color: #B3B3B3;*/
  background-color: #162352;
  color: #fff;
}
.tl_bg_alternative .title_label,
.tl_bg_alternative .small_label,
.tl_bg_alternative h1, .tl_bg_alternative h2, .tl_bg_alternative h3, .tl_bg_alternative h4, .tl_bg_alternative h5, .tl_bg_alternative h6 {
  color: #fff;
}

.ce_shortcode_edit_block {
  padding: 5px;
  border: 1px solid red;
  text-align: center;
  background-color: #fff;
}

.ce_edit_block {
  padding: 5px;
  text-align: center;
  display: block;
  background: #FB9378;
  color: #000;
}
.ce_edit_block a {
  color: red;
}

.inner_wrapper .image_wraper,
.inner_wrapper .image_wrapper,
.inner_wrapper .main_img,
.inner_wrapper .gallery-thumbnail,
.inner_wrapper .gallery-thumbnail a,
.inner_wrapper .gallery-thumbnail a img,
.inner_wrapper .gallery_inline_grid a {
  overflow: hidden;
  border-radius: 4px;
}

.single_logo span,
.single_logo a {
  overflow: hidden;
  border-radius: 4px;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19 lis 2024, 14:17:08
    Author     : Tomek
*/
.cpt_snippet_cta {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*text-align: center;*/
}
.cpt_snippet_cta {
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta {
    padding-top: 48px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta {
    padding-top: 120px;
  }
}
.cpt_snippet_cta {
  padding-bottom: 6.25vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta {
    padding-bottom: 48px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta {
    padding-bottom: 120px;
  }
}
.cpt_snippet_cta .cta_content {
  padding-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-top: 8px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-top: 20px;
  }
}
.cpt_snippet_cta .cp_href .icon svg path {
  stroke: #C99E65;
}
.cpt_snippet_cta .cp_href .label {
  font-size: 23px;
}
.cpt_snippet_cta .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cpt_snippet_cta .btn_wrapper .wi_btn {
  margin: 8px;
}
.cpt_snippet_cta .cta_content_box {
  max-width: 660px;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.fp_slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fp_slider.is_init {
  opacity: 1 !important;
}

.fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-right: 160px;
  }
}
.fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper .slider_nav_inner_wrapper {
    padding-left: 56px;
  }
}
.fp_main_slider .single_slide .inner_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.fp_main_slider .single_slide .inner_wrapper {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-right: 160px;
  }
}
.fp_main_slider .single_slide .inner_wrapper {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-top: 15.625vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-top: 120px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-top: 300px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-left: 56px;
  }
}
.fp_main_slider .slider_nav_wrapper_aside {
  width: 100%;
}
.fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 160px;
  }
}
.fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-top: 15.625vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-top: 120px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-top: 300px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 56px;
  }
}

.fp_main_slider {
  position: relative;
}
.fp_main_slider .slider_nav_wrapper_aside {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: none;
  display: none;
  display: none;
  display: none;
  display: none;
  display: none;
  display: none;
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper_aside {
    display: none;
  }
}
.fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}
.fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box .slider_dots {
  bottom: 0;
  right: 0;
}
.fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box .slider_dots .slick-dots {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.fp_main_slider .slider_nav_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.fp_main_slider .slider_nav_wrapper .inner_wrapper_box {
  position: relative;
  z-index: 10;
}
.fp_main_slider .slider_nav_wrapper .inner_wrapper_box {
  padding-bottom: 5.7291666667vw;
}
@media (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper .inner_wrapper_box {
    padding-bottom: 44px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper .inner_wrapper_box {
    padding-bottom: 110px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper .inner_wrapper_box {
    padding-bottom: 70px;
  }
}
.fp_main_slider .slider_nav_wrapper .inner_wrapper_box .slider_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 56px;
}
.fp_main_slider .slider_nav_wrapper .inner_wrapper_box .slider_dots {
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
}
.fp_main_slider .slider_nav_wrapper .inner_wrapper_box .slider_dots .slick-dots {
  height: 56px;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.fp_main_slider .slider_nav_wrapper .n_p {
  width: 48px;
  height: 48px;
}
.fp_main_slider .scroll_down {
  width: 56px;
  height: 56px;
}
.fp_main_slider .slier_logo_deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
}
.fp_main_slider .slier_logo_deco img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.fp_main_slider .slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp_main_slider .slider_nav > div {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.fp_main_slider .slider_nav > div .n_p {
  z-index: 10;
  background-color: transparent !important;
}
.fp_main_slider .slider_nav > div .n_p.n_p-arrow-left {
  left: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.fp_main_slider .slider_nav > div .n_p.n_p-arrow-right {
  right: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fp_main_slider .slider_dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp_main_slider .slider_dots.slider_dots_inline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fp_main_slider .slider_dots ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 5px;
}
.fp_main_slider .slider_dots ul > li {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.fp_main_slider .slider_dots ul > li button {
  display: none;
}
.fp_main_slider .slider_dots ul > li:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #E6E6E6;
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fp_main_slider .slider_dots ul > li.slick-active:after, .fp_main_slider .slider_dots ul > li:hover:after {
  background-color: #E74310;
}
@media (max-width: 640px) {
  .fp_main_slider .slider_dots {
    display: none;
  }
}
.fp_main_slider .single_slide {
  background-color: #000;
  position: relative;
  z-index: 2;
}
.fp_main_slider .single_slide.hover_slide {
  cursor: pointer;
}
.fp_main_slider .single_slide .slider_image_mobile {
  display: none;
}
@media (max-width: 764px) {
  .fp_main_slider .single_slide .slider_image_mobile {
    display: block;
  }
}
.fp_main_slider .single_slide .slider_image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.fp_main_slider .single_slide .slider_image .image_wrapper {
  width: 100%;
  height: 100%;
}
.fp_main_slider .single_slide .slider_image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  -o-object-position: right top;
     object-position: right top;
  z-index: 2;
}
.fp_main_slider .single_slide .slider_image .fp_slider_video {
  position: absolute;
  z-index: 4;
}
@media (max-width: 765px) {
  .fp_main_slider .single_slide .slider_image {
    display: none;
  }
}
.fp_main_slider .single_slide .image_bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fp_main_slider .single_slide .image_bg > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fp_main_slider .single_slide .fp_slider_video,
.fp_main_slider .single_slide .video_wrapper {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.fp_main_slider .single_slide .fp_slider_video > *,
.fp_main_slider .single_slide .video_wrapper > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fp_main_slider .single_slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(64.58%, rgba(2, 7, 38, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(2, 7, 38, 0.5) 64.58%);
  z-index: 5;
  pointer-events: none;
  display: none;
}
.fp_main_slider .single_slide .slider_deco {
  display: none;
}
.fp_main_slider .single_slide .slider_deco {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .slider_deco {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .slider_deco {
    padding-bottom: 32px;
  }
}
.fp_main_slider .single_slide .slide_content,
.fp_main_slider .single_slide .content_wrapper {
  position: relative;
  z-index: 10;
  color: #162352;
  max-width: 600px;
  padding-right: 80px;
}
.fp_main_slider .single_slide .slide_content .slider_small_desc,
.fp_main_slider .single_slide .content_wrapper .slider_small_desc {
  padding-top: 0.7291666667vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .slide_content .slider_small_desc,
  .fp_main_slider .single_slide .content_wrapper .slider_small_desc {
    padding-top: 5.6px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .slide_content .slider_small_desc,
  .fp_main_slider .single_slide .content_wrapper .slider_small_desc {
    padding-top: 14px;
  }
}
.fp_main_slider .single_slide .slide_content .slider_desc,
.fp_main_slider .single_slide .content_wrapper .slider_desc {
  font-weight: 400;
  font-size: 16px;
}
.fp_main_slider .single_slide .slide_content .slider_desc,
.fp_main_slider .single_slide .content_wrapper .slider_desc {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .slide_content .slider_desc,
  .fp_main_slider .single_slide .content_wrapper .slider_desc {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .slide_content .slider_desc,
  .fp_main_slider .single_slide .content_wrapper .slider_desc {
    padding-top: 24px;
  }
}
.fp_main_slider .single_slide .slide_content .slider_url,
.fp_main_slider .single_slide .content_wrapper .slider_url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fp_main_slider .single_slide .slide_content .slider_url,
.fp_main_slider .single_slide .content_wrapper .slider_url {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .slide_content .slider_url,
  .fp_main_slider .single_slide .content_wrapper .slider_url {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .slide_content .slider_url,
  .fp_main_slider .single_slide .content_wrapper .slider_url {
    padding-top: 24px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .single_slide .slide_content,
  .fp_main_slider .single_slide .content_wrapper {
    padding-bottom: 30px;
  }
  .fp_main_slider .single_slide .slide_content .slider_desc,
  .fp_main_slider .single_slide .content_wrapper .slider_desc {
    font-size: 16px;
  }
}
@media (max-width: 764px) {
  .fp_main_slider .single_slide .slide_content,
  .fp_main_slider .single_slide .content_wrapper {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .fp_main_slider .single_slide .slide_content .slider_title .h_type_wrapper > span,
  .fp_main_slider .single_slide .content_wrapper .slider_title .h_type_wrapper > span {
    font-size: 32px;
  }
}
.fp_main_slider .single_slide .inner_wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  /*            @include elementVWsize(pt, 60);
              @include elementVWsize(pb, 60);*/
}
.fp_main_slider .single_slide .inner_wrapper {
  min-height: 31.25vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    min-height: 240px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    min-height: 600px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    min-height: 37.5vw;
  }
}
@media (min-width: 1920px) and (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    min-height: 288px;
  }
}
@media (min-width: 1920px) and (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    min-height: 720px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 764px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
  }
}

.scroll_down {
  cursor: pointer;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.ce_start_point .loop {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ce_start_point .loop.col_2 .single {
  width: calc(50% - 32px);
  margin: 16px;
}
.ce_start_point .loop.col_2 .single .box_content {
  /*@include elementVWsize(mt, 600);*/
}
.ce_start_point .loop.col_2 .single .box_content {
  margin-top: 21.6145833333vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_2 .single .box_content {
    margin-top: 166px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_2 .single .box_content {
    margin-top: 415px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point .loop.col_2 .single .box_content {
    margin-top: 25vw;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .ce_start_point .loop.col_2 .single .box_content {
    margin-top: 192px;
  }
}
@media (max-width: 1200px) and (min-width: 1920px) {
  .ce_start_point .loop.col_2 .single .box_content {
    margin-top: 480px;
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop.col_2 .single .box_content {
    margin-top: 35.4166666667vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_start_point .loop.col_2 .single .box_content {
    margin-top: 272px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_start_point .loop.col_2 .single .box_content {
    margin-top: 680px;
  }
}
.ce_start_point .loop.col_2 .single .single_title {
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_2 .single .single_title {
    padding-top: 48px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_2 .single .single_title {
    padding-top: 120px;
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop.col_2 .single {
    width: calc(100% - 32px);
  }
}
.ce_start_point .loop.col_3 .single {
  width: calc(33.3334% - 32px);
  margin: 16px;
}
.ce_start_point .loop.col_3 .single {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single {
    padding-top: 48px;
  }
}
.ce_start_point .loop.col_3 .single {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single {
    padding-right: 48px;
  }
}
.ce_start_point .loop.col_3 .single {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single {
    padding-bottom: 48px;
  }
}
.ce_start_point .loop.col_3 .single {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single {
    padding-left: 48px;
  }
}
.ce_start_point .loop.col_3 .single .box_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@include elementVWsize(mt, 390);*/
}
.ce_start_point .loop.col_3 .single .box_content {
  margin-top: 11.71875vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single .box_content {
    margin-top: 90px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single .box_content {
    margin-top: 225px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point .loop.col_3 .single .box_content {
    margin-top: 25vw;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .ce_start_point .loop.col_3 .single .box_content {
    margin-top: 192px;
  }
}
@media (max-width: 1200px) and (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single .box_content {
    margin-top: 480px;
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop.col_3 .single .box_content {
    margin-top: 35.4166666667vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_start_point .loop.col_3 .single .box_content {
    margin-top: 272px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single .box_content {
    margin-top: 680px;
  }
}
.ce_start_point .loop.col_3 .single .single_url_wrapper {
  padding-top: 4.6875vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single .single_url_wrapper {
    padding-top: 36px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single .single_url_wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point .loop.col_3 .single {
    width: calc(50% - 32px);
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop.col_3 .single {
    width: calc(100% - 32px);
  }
}
.ce_start_point .loop.col_4 .single {
  width: calc(25% - 32px);
  margin: 16px;
}
.ce_start_point .loop.col_4 .single {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_4 .single {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_4 .single {
    padding-top: 24px;
  }
}
.ce_start_point .loop.col_4 .single {
  padding-right: 1.25vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_4 .single {
    padding-right: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_4 .single {
    padding-right: 24px;
  }
}
.ce_start_point .loop.col_4 .single {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_4 .single {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_4 .single {
    padding-bottom: 24px;
  }
}
.ce_start_point .loop.col_4 .single {
  padding-left: 1.25vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_4 .single {
    padding-left: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_4 .single {
    padding-left: 24px;
  }
}
.ce_start_point .loop.col_4 .single .box_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@include elementVWsize(mt, 390);*/
}
.ce_start_point .loop.col_4 .single .box_content {
  margin-top: 9.6354166667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_4 .single .box_content {
    margin-top: 74px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_4 .single .box_content {
    margin-top: 185px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point .loop.col_4 .single .box_content {
    margin-top: 25vw;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .ce_start_point .loop.col_4 .single .box_content {
    margin-top: 192px;
  }
}
@media (max-width: 1200px) and (min-width: 1920px) {
  .ce_start_point .loop.col_4 .single .box_content {
    margin-top: 480px;
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop.col_4 .single .box_content {
    margin-top: 35.4166666667vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_start_point .loop.col_4 .single .box_content {
    margin-top: 272px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_start_point .loop.col_4 .single .box_content {
    margin-top: 680px;
  }
}
.ce_start_point .loop.col_4 .single .single_url_wrapper {
  padding-top: 4.6875vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_4 .single .single_url_wrapper {
    padding-top: 36px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_4 .single .single_url_wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point .loop.col_4 .single {
    width: calc(50% - 32px);
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop.col_4 .single {
    width: calc(100% - 32px);
  }
}
.ce_start_point .loop .single {
  position: relative;
  z-index: 3;
  background-color: #fafafa;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
.ce_start_point .loop .single {
  padding-top: 2.9166666667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single {
    padding-top: 22.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single {
    padding-top: 56px;
  }
}
.ce_start_point .loop .single {
  padding-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single {
    padding-right: 22.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single {
    padding-right: 56px;
  }
}
.ce_start_point .loop .single {
  padding-bottom: 2.9166666667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single {
    padding-bottom: 22.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single {
    padding-bottom: 56px;
  }
}
.ce_start_point .loop .single {
  padding-left: 2.9166666667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single {
    padding-left: 22.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single {
    padding-left: 56px;
  }
}
.ce_start_point .loop .single:hover .single_image .image_wrapper, .ce_start_point .loop .single.is_hover .single_image .image_wrapper {
  width: calc(100% + 14px);
  height: calc(100% + 14px);
}
.ce_start_point .loop .single:hover .single_image .image_wrapper:after, .ce_start_point .loop .single.is_hover .single_image .image_wrapper:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.ce_start_point .loop .single .single_image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.ce_start_point .loop .single .single_image:after {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_start_point .loop .single .single_image .image_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ce_start_point .loop .single .single_image .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_start_point .loop .single .title_label {
  text-transform: uppercase;
  font-size: 14px;
}
.ce_start_point .loop .single .single_title {
  color: #fff;
}
.ce_start_point .loop .single .single_desc {
  color: #fff;
}
.ce_start_point .loop .single .single_desc {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .single_desc {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single .single_desc {
    padding-top: 24px;
  }
}
.ce_start_point .loop .single .single_number {
  color: #fff;
  padding-bottom: 20px;
  font-size: 16px;
}
.ce_start_point .loop .single .single_url_wrapper {
  /*@include elementVWsize(pt, 48);*/
}
.ce_start_point .loop .single .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ce_start_point .loop .single .box_content .single_url_wrapper {
  padding-top: 0;
}
.ce_start_point .loop .single .box_content .single_title {
  padding-top: 0;
  padding-right: 30px;
}
.ce_start_point .loop .single .box_content .wi_btn {
  padding: 5px 11px;
}
.ce_start_point .loop .single .box_content .wi_btn .icon.icon_after {
  margin-left: 0;
}
.ce_start_point .loop .single .box_content .wi_btn .label {
  display: none;
}
.ce_start_point .loop .single.layout_alternative {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .ce_start_point .loop .single.layout_alternative.col_2 .single_image {
    padding-top: 25vw;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative.col_2 .single_image {
    padding-top: 192px;
  }
}
@media (max-width: 1200px) and (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative.col_2 .single_image {
    padding-top: 480px;
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop .single.layout_alternative.col_2 .single_image {
    padding-top: 35.4166666667vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative.col_2 .single_image {
    padding-top: 272px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative.col_2 .single_image {
    padding-top: 680px;
  }
}
.ce_start_point .loop .single.layout_alternative.col_3 .single_image {
  /*@include elementVWsize(pt, 512);*/
}
.ce_start_point .loop .single.layout_alternative.col_3 .single_image {
  padding-top: 20vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative.col_3 .single_image {
    padding-top: 153.6px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative.col_3 .single_image {
    padding-top: 384px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point .loop .single.layout_alternative.col_3 .single_image {
    padding-top: 25vw;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative.col_3 .single_image {
    padding-top: 192px;
  }
}
@media (max-width: 1200px) and (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative.col_3 .single_image {
    padding-top: 480px;
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop .single.layout_alternative.col_3 .single_image {
    padding-top: 35.4166666667vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative.col_3 .single_image {
    padding-top: 272px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative.col_3 .single_image {
    padding-top: 680px;
  }
}
.ce_start_point .loop .single.layout_alternative.col_4 .single_image {
  /*@include elementVWsize(pt, 376);*/
}
.ce_start_point .loop .single.layout_alternative.col_4 .single_image {
  padding-top: 14.6875vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative.col_4 .single_image {
    padding-top: 112.8px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative.col_4 .single_image {
    padding-top: 282px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point .loop .single.layout_alternative.col_4 .single_image {
    padding-top: 25vw;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative.col_4 .single_image {
    padding-top: 192px;
  }
}
@media (max-width: 1200px) and (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative.col_4 .single_image {
    padding-top: 480px;
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop .single.layout_alternative.col_4 .single_image {
    padding-top: 35.4166666667vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative.col_4 .single_image {
    padding-top: 272px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative.col_4 .single_image {
    padding-top: 680px;
  }
}
.ce_start_point .loop .single.layout_alternative .single_image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  /*@include elementVWsize(pt, 784);*/
}
.ce_start_point .loop .single.layout_alternative .single_image {
  padding-top: 30.625vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative .single_image {
    padding-top: 235.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative .single_image {
    padding-top: 588px;
  }
}
.ce_start_point .loop .single.layout_alternative .single_title {
  color: #162352;
}
.ce_start_point .loop .single.layout_alternative .box_content {
  margin: 0;
  /*padding: 12px;*/
  display: block;
}
.ce_start_point .loop .single.layout_alternative .box_content {
  padding-top: 0.8333333333vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative .box_content {
    padding-top: 6.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative .box_content {
    padding-top: 16px;
  }
}
.ce_start_point .loop .single.layout_alternative .box_content .single_url_wrapper {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative .box_content .single_url_wrapper {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative .box_content .single_url_wrapper {
    padding-top: 24px;
  }
}
.ce_start_point .loop .single.layout_alternative .box_content .wi_btn.no_label .label {
  display: none;
}
.ce_start_point .loop .single.layout_alternative .box_content .wi_btn .label {
  display: inline-block;
  padding: 0 12px;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.cpt_snippet_team .cpt_snippet_team_box {
  margin: 0 -16px;
  padding: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item {
  position: relative;
  width: 33.3333333333%;
  padding: 16px;
}
@media (max-width: 1350px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 992px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item {
    width: 100%;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_img {
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_img > img {
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_title {
  color: black;
  margin: 0;
  line-height: 1.3;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social {
  z-index: 2;
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: 40px;
}
@media (max-width: 1450px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social {
    position: absolute;
    top: 36px;
    right: auto;
    bottom: auto;
    left: 36px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item {
  background: #fff;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
@media (max-width: 1350px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item {
    width: 32px;
    height: 32px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item svg {
  width: 18px;
  height: auto;
  pointer-events: none;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item svg path {
  fill: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item:hover {
  background: #1d3eb0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item:hover svg path {
  fill: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_name {
  font-weight: 700;
  color: #162352;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_position {
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc > * {
  width: 100%;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc .cpt_snippet_team_desc_btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn {
  /*                position: absolute; top: auto; right: calc(24px + 16px); bottom: calc(24px + 16px); left: calc(24px + 16px);
                  @media (max-width: 1450px) {
                      position: absolute; top: auto; right: calc(20px + 16px); bottom: calc(20px + 16px); left: calc(20px + 16px);
                  }*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn .wi_btn {
  margin: 5px;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn .wi_btn > * {
  pointer-events: none;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn .wi-btn span {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn .wi-btn span:nth-child(2) {
  margin-left: 12px;
  width: 32px;
  height: 32px;
  background: #162352;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_popup_text {
  font-size: 16px;
  line-height: 150%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_popup_text {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_popup_text {
    font-size: 14px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc {
  z-index: 1;
  padding: 24px 24px 86px;
  padding: 24px 24px 24px;
  background: #F2F2F2;
}
@media (max-width: 1450px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc {
    padding: 20px 20px 70px;
    padding: 20px 20px 20px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item:hover {
  cursor: pointer;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item:hover .cpt_snippet_team_img > img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item:hover .cpt_snippet_team_desc_btn .wi-btn span:nth-child(2) {
  background: #1d3eb0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .nav_wrapper {
  position: relative;
  width: 144px;
  height: 56px;
  padding-top: 16px;
}
@media (max-width: 764px) {
  .cpt_snippet_team .nav_wrapper {
    width: 108px;
  }
}
.cpt_snippet_team .img-full {
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-left: 56px;
  }
}

.cpt_snippet_team_popup {
  z-index: 99999999999;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container {
  position: relative;
  padding: 36px;
  background: #fff;
  border-radius: 4px;
  width: calc(100vw - 40px);
  max-width: 800px;
  height: auto;
  max-height: 90vh;
  font-size: 16px;
  overflow-y: auto;
}
@media (max-width: 1450px) {
  .cpt_snippet_team_popup .cpt_snippet_team_popup_container {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cpt_snippet_team_popup .cpt_snippet_team_popup_container {
    font-size: 15px;
  }
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container p {
  margin: 0;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_lr .cpt_snippet_team_popup_lr_img {
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
  border: 6px solid #F2F2F2;
  border-radius: 50%;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_lr .cpt_snippet_team_popup_lr_img > img {
  cursor: pointer;
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_lr .cpt_snippet_team_popup_lr_desc_title {
  color: black;
  margin: 0;
  line-height: 1.3;
  padding-left: 20px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_lr .cpt_snippet_team_popup_lr_desc_position {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_title {
  color: black;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  color: #000;
  font-size: 1.3541666667vw;
}
@media (max-width: 1600px) {
  .cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_title {
    font-size: 21.6666666667px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_title {
    font-size: 26px;
  }
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_text {
  margin-top: 20px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_position {
  font-size: 16px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_line {
  margin-top: 14px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 2rem;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close {
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close svg {
  width: 24px;
  height: 24px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close svg #Ellipse_34,
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close svg path {
  stroke: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close:hover svg #Ellipse_34,
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close:hover svg path {
  stroke: #C99E65;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team_popup.cpt_snippet_team_popup_active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12 gru 2024, 08:02:13
    Author     : Tomek
*/
.wi_cpt_snip_testimonial.tl_bg_alternative .single_testimonial .content .main_content {
  color: #fff;
}

.tl_bg_alternative .wi_cpt_snip_testimonial .single_testimonial .content .main_content {
  color: #fff;
}

.wi_cpt_snip_testimonial .nav_wrapper {
  position: relative;
  margin-top: 32px;
  width: 144px;
  height: 56px;
}
.wi_cpt_snip_testimonial .slider_testimonial {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wi_cpt_snip_testimonial .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wi_cpt_snip_testimonial .slick-track .slick-slide {
  height: auto;
}
.wi_cpt_snip_testimonial .slick-track .slick-slide .single_testimonial_inner_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wi_cpt_snip_testimonial .slick-track .slick-slide .single_testimonial_inner_wrapper .content {
  width: 100%;
}
.wi_cpt_snip_testimonial .slick-track .slick-slide .single_testimonial_inner_wrapper .person_wrapper {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wi_cpt_snip_testimonial .single_testimonial {
  padding: 18px;
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  border: 1px solid #E6E6E6;
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  padding-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-top: 16px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-top: 40px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-bottom: 40px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  padding-left: 2.0833333333vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-left: 16px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-left: 40px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  padding-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-right: 16px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-right: 40px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .image_wrapper > span {
  display: inline-block;
  border: 4px solid #F2F2F2;
  border-radius: 50%;
  overflow: hidden;
}
.wi_cpt_snip_testimonial .single_testimonial .image_wrapper img {
  width: 72px;
  height: 72px;
}
.wi_cpt_snip_testimonial .single_testimonial .content {
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.wi_cpt_snip_testimonial .single_testimonial .content .quote_before,
.wi_cpt_snip_testimonial .single_testimonial .content .quote_after {
  position: absolute;
  width: 60px;
  height: 56px;
  z-index: -1;
  font-size: 0;
  line-height: 0;
}
.wi_cpt_snip_testimonial .single_testimonial .content .quote_before svg,
.wi_cpt_snip_testimonial .single_testimonial .content .quote_after svg {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.wi_cpt_snip_testimonial .single_testimonial .content .main_content {
  position: relative;
  z-index: 4;
  color: #141414;
  line-height: 1.5;
}
.wi_cpt_snip_testimonial .single_testimonial .content .quote_before {
  top: 0;
  left: 0;
}
.wi_cpt_snip_testimonial .single_testimonial .content .quote_after {
  bottom: 0;
  right: 0;
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .person_wrapper {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .person_wrapper {
    padding-top: 48px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper .image_wrapper {
  padding-right: 16px;
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper .name {
  line-height: 1.68;
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper .desc {
  font-size: 14px;
  color: #B3B3B3;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 7 paź 2024, 14:33:13
    Author     : Tomek
*/
.tl_bg_alternative .cpt_timeline .single_row:after {
  background-color: #fff;
}

.cpt_timeline .loop_wrapper {
  position: relative;
}
.cpt_timeline .loop_wrapper:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 2px;
  height: 100%;
  background: #CCC;
  z-index: 2;
  -webkit-transform: translate(-1px, 0);
      -ms-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}
@media (max-width: 960px) {
  .cpt_timeline .loop_wrapper:after {
    display: none;
  }
}
.cpt_timeline .single_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpt_timeline .single_row:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 100%;
  z-index: 3;
  width: 12px;
  height: 12px;
  background-color: #162352;
  -webkit-transform: translate(-6px, -6px) rotate(-45deg);
      -ms-transform: translate(-6px, -6px) rotate(-45deg);
          transform: translate(-6px, -6px) rotate(-45deg);
}
@media (max-width: 960px) {
  .cpt_timeline .single_row:after {
    display: none;
  }
}
.cpt_timeline .single_row > * {
  width: calc(50% - 136px);
}
.cpt_timeline .single_row > *.left_box img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .cpt_timeline .single_row > *.right_box {
    text-align: center;
  }
  .cpt_timeline .single_row > *.right_box {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cpt_timeline .single_row > *.right_box {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .cpt_timeline .single_row > *.right_box {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .cpt_timeline .single_row > *.right_box {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cpt_timeline .single_row > *.right_box {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .cpt_timeline .single_row > *.right_box {
    padding-left: 56px;
  }
}
@media (max-width: 960px) {
  .cpt_timeline .single_row > * {
    width: calc(100% - 0px);
    padding: 10px 0;
  }
}
.cpt_timeline .single_row.row_type_2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 961px) {
  .cpt_timeline .single_row.row_type_2 .right_box {
    /*text-align: right;*/
  }
}
.cpt_timeline .single_row .date_box {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .cpt_timeline .single_row .date_box {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .cpt_timeline .single_row .date_box {
    padding-bottom: 32px;
  }
}
.cpt_timeline .single_row .main_title {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .cpt_timeline .single_row .main_title {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .cpt_timeline .single_row .main_title {
    padding-bottom: 24px;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.single_carousel_box {
  padding: 16px;
}
.single_carousel_box:hover .image_wrapper {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  margin-top: -5px;
  margin-left: -5px;
}
.single_carousel_box:hover .image_wrapper:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0.8;
}
.single_carousel_box:hover .carousel_btn_ghost {
  opacity: 1;
}
.single_carousel_box:hover .carousel_btn_ghost:hover .label {
  color: #000;
}
.single_carousel_box:hover .box_footer {
  padding-bottom: 55px;
}
.single_carousel_box .inner_wrapper_box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.single_carousel_box .inner_wrapper_box {
  padding-top: 27.6041666667vw;
}
@media (max-width: 768px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 212px;
  }
}
@media (min-width: 1920px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 530px;
  }
}
@media (max-width: 960px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 37.5vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 288px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 720px;
  }
}
.single_carousel_box .image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single_carousel_box .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single_carousel_box .image_wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.6;
}
.single_carousel_box .content_wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_carousel_box .box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.single_carousel_box .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.single_carousel_box .box_footer {
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_carousel_box .box_title {
  text-align: center;
  color: #fff;
}
.single_carousel_box .btn_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 16px;
  line-height: 24px; /* 150% */
  height: 48px;
  width: 100%;
  text-align: center;
}
.single_carousel_box .carousel_btn_ghost {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_carousel_box .carousel_btn_ghost .label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  color: #fff;
}
.ce_slider_carousel_block .url_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
}
.ce_slider_carousel_block .nav_wrapper {
  position: relative;
  width: 144px;
  height: 56px;
}
@media (max-width: 764px) {
  .ce_slider_carousel_block .nav_wrapper {
    width: 108px;
  }
}

.carousel__loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.carousel__loop .loop_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
}
.carousel__loop .loop_wrapper .slick-list {
  width: 100%;
}
.carousel__loop .loop_wrapper.col_line_2 .single_carousel_box {
  width: calc(50% - 32px);
}
@media (max-width: 560x) {
  .carousel__loop .loop_wrapper.col_line_2 .single_carousel_box {
    width: calc(100% - 32px);
    width: 100%;
  }
}
.carousel__loop .loop_wrapper.col_line_3 .single_carousel_box {
  width: calc(33.3334% - 32px);
  width: 33.3334%;
}
@media (max-width: 764x) {
  .carousel__loop .loop_wrapper.col_line_3 .single_carousel_box {
    width: calc(50% - 32px);
    width: 50%;
  }
}
@media (max-width: 560x) {
  .carousel__loop .loop_wrapper.col_line_3 .single_carousel_box {
    width: calc(100% - 32px);
    width: 100%;
  }
}
.carousel__loop .loop_wrapper .single_carousel_box {
  width: calc(25% - 32px);
  /*margin: 16px;*/
}
@media (max-width: 1240px) {
  .carousel__loop .loop_wrapper .single_carousel_box {
    width: calc(33.3334% - 32px);
    width: 33.3334%;
  }
}
@media (max-width: 764px) {
  .carousel__loop .loop_wrapper .single_carousel_box {
    width: calc(50% - 32px);
    width: 50%;
  }
}
@media (max-width: 560px) {
  .carousel__loop .loop_wrapper .single_carousel_box {
    width: calc(100% - 32px);
    width: 100%;
  }
}

.carousel__loop.category_loop .loop_wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
.single_realizations_box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single_realizations_box {
  padding-top: 27.6041666667vw;
}
@media (max-width: 768px) {
  .single_realizations_box {
    padding-top: 212px;
  }
}
@media (min-width: 1920px) {
  .single_realizations_box {
    padding-top: 530px;
  }
}
.single_realizations_box:hover .image_wrapper {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  margin-top: -5px;
  margin-left: -5px;
}
.single_realizations_box:hover .image_wrapper:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0.8;
}
.single_realizations_box:hover .realizations_btn_ghost {
  opacity: 1;
}
.single_realizations_box:hover .realizations_btn_ghost:hover .label {
  color: #000;
}
.single_realizations_box:hover .box_footer {
  padding-bottom: 55px;
}
.single_realizations_box .image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single_realizations_box .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single_realizations_box .image_wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.6;
}
.single_realizations_box .content_wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_realizations_box .box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.single_realizations_box .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.single_realizations_box .box_footer {
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_realizations_box .box_title {
  text-align: center;
  color: #fff;
}
.single_realizations_box .btn_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 16px;
  line-height: 24px; /* 150% */
  height: 48px;
  width: 100%;
  text-align: center;
}
.single_realizations_box .realizations_btn_ghost {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_realizations_box .realizations_btn_ghost .label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  color: #fff;
}
.single_realizations_box .realizations_btn_arrow {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_realizations_box .realizations_btn_arrow .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: #fff;
}
.single_realizations_box .realizations_btn_arrow .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  line-height: 0;
  background-color: #75D6FF;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  margin-left: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_realizations_box .realizations_btn_arrow .icon > span {
  display: inline-block;
}
.single_realizations_box .category_data {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  background: #F2F2F2;
  color: #212121;
}

.realization__loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.realization__loop .loop_wrapper {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.realization__loop .loop_wrapper.col_line_2 .single_realizations_box {
  width: calc(50% - 32px);
}
@media (max-width: 560x) {
  .realization__loop .loop_wrapper.col_line_2 .single_realizations_box {
    width: calc(100% - 32px);
  }
}
.realization__loop .loop_wrapper.col_line_3 .single_realizations_box {
  width: calc(33.3334% - 32px);
}
@media (max-width: 764x) {
  .realization__loop .loop_wrapper.col_line_3 .single_realizations_box {
    width: calc(50% - 32px);
  }
}
@media (max-width: 560x) {
  .realization__loop .loop_wrapper.col_line_3 .single_realizations_box {
    width: calc(100% - 32px);
  }
}
.realization__loop .loop_wrapper .single_realizations_box {
  width: calc(25% - 32px);
  margin: 16px;
}
@media (max-width: 1240px) {
  .realization__loop .loop_wrapper .single_realizations_box {
    width: calc(33.3334% - 32px);
  }
}
@media (max-width: 764px) {
  .realization__loop .loop_wrapper .single_realizations_box {
    width: calc(50% - 32px);
  }
}
@media (max-width: 560px) {
  .realization__loop .loop_wrapper .single_realizations_box {
    width: calc(100% - 32px);
  }
}

.main_header_cpt_realizations .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_header_cpt_realizations .inner_wrapper .left_box {
  width: 57.5%;
}
@media (max-width: 764px) {
  .main_header_cpt_realizations .inner_wrapper .left_box {
    width: 100%;
  }
}
.main_header_cpt_realizations .inner_wrapper .right_box {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_header_cpt_realizations .inner_wrapper .right_box > * {
  width: 100%;
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42;
  text-transform: uppercase;
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block {
  padding-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .main_header_cpt_realizations .inner_wrapper .right_box .label_block {
    padding-top: 8px;
  }
}
@media (min-width: 1920px) {
  .main_header_cpt_realizations .inner_wrapper .right_box .label_block {
    padding-top: 20px;
  }
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block {
  padding-bottom: 0.4166666667vw;
}
@media (max-width: 768px) {
  .main_header_cpt_realizations .inner_wrapper .right_box .label_block {
    padding-bottom: 3.2px;
  }
}
@media (min-width: 1920px) {
  .main_header_cpt_realizations .inner_wrapper .right_box .label_block {
    padding-bottom: 8px;
  }
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block.no_top {
  padding-top: 0;
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block.no_bottom {
  padding-bottom: 0;
}
.main_header_cpt_realizations .inner_wrapper .right_box .location_label,
.main_header_cpt_realizations .inner_wrapper .right_box .date_label {
  font-size: 18px;
  line-height: 1.33;
}
.main_header_cpt_realizations .inner_wrapper .right_box .footer_block {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 764px) {
  .main_header_cpt_realizations .inner_wrapper .right_box {
    width: 100%;
  }
  .main_header_cpt_realizations .inner_wrapper .right_box {
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .main_header_cpt_realizations .inner_wrapper .right_box {
    padding-top: 12.8px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .main_header_cpt_realizations .inner_wrapper .right_box {
    padding-top: 32px;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Golkowski, Lukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12 wrz 2024, 11:38:13
    Author     : Tomek
*/
.tl_bg_alternative .wi_editor_style ul:not([class]) > li:after {
  background-color: #fff;
}

.wi_editor_style a:not([class]) {
  font-weight: 700;
}
.wi_editor_style a:not([class]) :hover {
  text-decoration: underline !important;
}
.wi_editor_style blockquote {
  margin: 0;
  color: #071559;
  font-weight: 400;
  line-height: 1.43;
  font-size: 1.6666666667vw;
}
@media (max-width: 1600px) {
  .wi_editor_style blockquote {
    font-size: 26.6666666667px;
  }
}
@media (min-width: 1920px) {
  .wi_editor_style blockquote {
    font-size: 32px;
  }
}
.wi_editor_style img {
  max-width: 100%;
  height: auto;
}
.wi_editor_style strong, .wi_editor_style b {
  font-weight: 700;
}
.wi_editor_style ol:not([class]) {
  margin: 20px 0;
  padding: 0 3rem 0 3.5rem;
  font-size: 17px;
}
.wi_editor_style ol:not([class]) > li {
  margin: 10px 0;
}
.wi_editor_style ul:not([class]) {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
.wi_editor_style ul:not([class]) > li {
  padding-left: 25px;
  position: relative;
  margin: 5px 0;
}
.wi_editor_style ul:not([class]) > li span {
  display: inline-block;
  color: #C99E65;
  text-decoration: underline;
}
.wi_editor_style ul:not([class]) > li:after {
  position: absolute;
  content: "";
  background-color: #162352;
  top: 10px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

/* Bazowe style */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #C99E65;
  outline: 0;
  -webkit-transition: color 0.15s, background 0.15s;
  transition: color 0.15s, background 0.15s;
  text-decoration: none;
}

a:hover {
  color: #b37643;
}

a:hover, a:active, a:focus {
  outline: 0;
  /*text-decoration: underline;*/
  text-decoration: none;
}

p {
  margin: 0 0 10px;
}

:focus {
  outline: 0;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #1c2333;
}

::selection {
  color: #ffffff;
  background: #1c2333;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.table_wrap,
.table_wrapper {
  overflow-x: auto;
}
.table_wrap table,
.table_wrapper table {
  min-width: 100%;
}

.error404 {
  width: 100%;
  /*    h1,h2,h3{
          text-align: center;
          padding: 45px 0;
      }*/
}

.mobile764_show {
  display: none;
}
@media (max-width: 764px) {
  .mobile764_show {
    display: block;
  }
  .mobile764_show.inline {
    display: inline-block;
    /*margin: 0 12px;*/
  }
}

@media (max-width: 960px) {
  .mobile_hide {
    display: none;
  }
}

.mobile_show {
  display: none;
}
@media (max-width: 960px) {
  .mobile_show {
    display: block;
  }
}

.disabled {
  pointer-events: none;
}

.checkbox_wrapper .checkbox {
  cursor: pointer;
}
.checkbox_wrapper input {
  pointer-events: none;
}

.otgs-development-site-front-end {
  display: none;
}

.wpml-ls-statics-footer {
  display: none;
}

.wi_video_wrapper {
  max-width: 100%;
  padding-top: 56.4%;
  position: relative;
}
@media (max-width: 764px) {
  .wi_video_wrapper {
    padding-top: 74.6%;
  }
}
.wi_video_wrapper .image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wi_video_wrapper .wi_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.wi_video_wrapper .wi_video > * {
  width: 100%;
  height: 100%;
}
.wi_video_wrapper .initbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background-color: #0066CC;*/
  border: 3px solid #fff;
  padding: 15px;
  z-index: 4;
  /*        width: 40px;
          height: 40px;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.wi_video_wrapper .initbtn svg path {
  fill: #fff;
}
.wi_video_wrapper .initbtn .icon {
  display: block;
  width: 100%;
}
.wi_video_wrapper .initbtn .text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.wi_video_wrapper .initbtn:hover {
  /*            background-color: #00317A;
              border: 1px solid #00317A;*/
  opacity: 0.6;
}
.wi_video_wrapper .initbtn:hover svg path {
  fill: #fff;
}

.wi_iframe_wrapper {
  position: relative;
}
.wi_iframe_wrapper .iframe_popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #e6e6e6;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
}
.wi_iframe_wrapper .iframe_popup.iframe_hide {
  opacity: 0;
  pointer-events: none;
}
.wi_iframe_wrapper .iframe_popup > * {
  max-width: 480px;
}
.wi_iframe_wrapper .main_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.wi_iframe_wrapper .main_iframe > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.socialmedia_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.socialmedia_main.header_social a {
  margin: 0 12px 0px 0 !important;
  background-color: #fff;
}
.socialmedia_main.header_social a svg path {
  fill: #1D398B;
}
.socialmedia_main.header_social a:hover {
  background-color: #1D398B;
}
.socialmedia_main.header_social a:hover svg path {
  fill: #fff;
}
.socialmedia_main.icon_left a {
  margin: 0 12px 12px 0;
}
.socialmedia_main.icon_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socialmedia_main.icon_center a {
  margin: 0 12px 12px 12px;
}
.socialmedia_main.icon_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.socialmedia_main.icon_right a {
  margin: 0 12px 0px 12px;
}
.socialmedia_main a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*background-color: $color_white;*/
  background-color: #1C4BD9;
  border-radius: 4px;
}
.socialmedia_main a svg path {
  /*fill: $color_base;*/
  fill: #fff;
}
.socialmedia_main a:hover {
  background-color: #162352;
}
.socialmedia_main a:hover svg path {
  fill: #fff;
}

.n_p {
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #1C4BD9;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.n_p svg {
  /*        width: 8px;
          height: 12px;*/
}
.n_p svg path {
  stroke: #fff;
}
@media (max-width: 1800px) {
  .n_p.n_p-arrow-left {
    left: 20px;
  }
  .n_p.n_p-arrow-right {
    right: 20px;
  }
}
@media (max-width: 764px) {
  .n_p {
    width: 48px;
    height: 48px;
  }
}
.n_p:hover {
  background-color: #1d3eb0;
}
.n_p.n_p-arrow-right {
  right: 0px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.n_p.n_p-arrow-left {
  left: 0px;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
      -ms-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

.twentytwenty-container {
  max-width: 1440px;
  margin: 0 auto;
  /*border: 1px solid #111111;*/
}
.twentytwenty-container .label {
  position: absolute;
  top: 30px;
  background-color: #fff;
  color: #1A1818;
  font-weight: 700;
  font-size: 16px;
  width: 112px;
  height: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  z-index: 99;
}
.twentytwenty-container .label.after {
  right: 30px;
}
.twentytwenty-container .label.before {
  left: 30px;
}
@media (max-width: 960px) {
  .twentytwenty-container .label {
    font-size: 12px;
    height: 20px;
  }
}
@media (max-width: 560px) {
  .twentytwenty-container .label.after {
    display: none;
  }
  .twentytwenty-container .label.before {
    display: none;
  }
}

.twentytwenty-handle {
  width: 150px;
  height: 130px;
  margin-left: -75px;
  margin-top: -65px;
  border: 0 solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 840px) {
  .twentytwenty-handle {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
}
.twentytwenty-handle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(images/5050.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
}
.twentytwenty-handle .shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(images/ellipse_shadow.png) no-repeat center center;
  background-size: contain;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-right-arrow,
.twentytwenty-left-arrow {
  display: none;
  /*swipe.svg*/
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
  width: 2px !important;
  margin-left: -1px !important;
}

.twentytwenty-horizontal .twentytwenty-handle::after {
  margin-top: 0px;
}
@media (max-width: 840px) {
  .twentytwenty-horizontal .twentytwenty-handle::after {
    margin-top: 0px;
  }
}

.twentytwenty-horizontal .twentytwenty-handle::before {
  margin-bottom: 0px;
}
@media (max-width: 840px) {
  .twentytwenty-horizontal .twentytwenty-handle::before {
    margin-bottom: 0px;
  }
}

.video_box,
.aside_video {
  width: 100%;
  padding-top: 56.25%;
  z-index: 6;
  position: relative;
}
.video_box > *,
.aside_video > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}

.switch_admin_bar {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  /*left:0;*/
  bottom: 0;
  content: "";
  background: #fff url(images/admin_icon.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  border: 1px solid black;
}
@media (min-width: 961px) {
  .switch_admin_bar {
    right: 0;
  }
}
@media (max-width: 960px) {
  .switch_admin_bar {
    left: 0;
  }
}

#wpadminbar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wpadminbar.wihide {
  -webkit-transform: translate(0, -100%) !important;
      -ms-transform: translate(0, -100%) !important;
          transform: translate(0, -100%) !important;
}

#wp-admin-bar-new-content,
#wp-admin-bar-comments {
  display: none;
}
/*# sourceMappingURL=style.css.map */
