@charset "UTF-8";
@font-face {
  font-family: "CormorantGaramond";
  src: local("CormorantGaramond Regular"), local("CormorantGaramond-Regular"), url("fonts/CormorantGaramond-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  font-style: italic;
  src: local("CormorantGaramond Italic"), local("CormorantGaramond-Italic"), url("fonts/CormorantGaramond-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  font-weight: bold;
  src: local("CormorantGaramond Bold"), local("CormorantGaramond-Bold"), url("fonts/CormorantGaramond-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  font-weight: bold;
  font-style: italic;
  src: local("CormorantGaramond BoldItalic"), local("CormorantGaramond-BoldItalic"), url("fonts/CormorantGaramond-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  font-weight: 500;
  src: local("CormorantGaramond Semibold"), local("CormorantGaramond-Semibold"), url("fonts/CormorantGaramond-Semibold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("fonts/Montserrat-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: italic;
  src: local("Montserrat -BoldItalic"), local("Montserrat-BoldItalic"), url("fonts/Montserrat-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("fonts/Montserrat-Light.ttf");
  font-display: swap;
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #828793, 10%;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

input, select, textarea, .input-placeholder {
  margin: 0;
  border: 1px solid #767F8F;
  border-radius: 0;
  background: transparent;
  height: 50px;
  line-height: 1;
}

.submit-controls {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.submit-controls > div {
  width: auto;
  margin-right: 20px;
}

.submit-controls > div:last-child {
  margin-right: 0;
}

.submit-area {
  display: block;
  text-align: right;
}

.submit-area .button {
  margin: 0;
}

.input-wrapper {
  padding: 0 0 10px 0;
  width: 100%;
  position: relative;
}

.form-fields-wrapper {
  margin-right: -10px;
  width: 100%;
}

.columns .form-fields-wrapper {
  width: auto;
}

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
input ::-moz-placeholder, textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
input :-ms-input-placeholder, textarea :-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
input :-moz-placeholder, textarea :-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-number {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 150px;
  max-width: 150px;
}

.input-number input {
  width: 50px;
  text-align: center;
}

.input-number > span {
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all 300ms;
}

.input-number > span.down {
  border-top: 1px solid #767F8F;
  border-left: 1px solid #767F8F;
  border-bottom: 1px solid #767F8F;
}

.input-number > span.up {
  border-top: 1px solid #767F8F;
  border-right: 1px solid #767F8F;
  border-bottom: 1px solid #767F8F;
}

.input-number > span.up:after, .input-number > span.down:after {
  line-height: 1;
}

.input-number > span.up:after {
  content: url("graphics/commerce/plus.png");
}

.input-number > span.down:after {
  content: url("graphics/commerce/minus.png");
}

.input-number > span.down:hover, .input-number > span.up:hover {
  background: #eee;
}

.select-placeholder {
  color: #999999;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #767F8F;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 23px;
  right: 10px;
}

.styledSelect:active, .styledSelect.active {
  background-color: #efefef;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #767F8F;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #CFAC57;
  color: #fff;
}

/* INNY SELECT */
.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.select2-results ul, .select2-results ul li {
  text-align: left;
  margin: 0;
}

.select2-results ul li {
  padding: 9px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #111;
  color: #fff;
}

.select2-container {
  width: 100% !important;
}

/* --- input type=radio, input type=checkbox --- */
input[type=checkbox] + label, input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
}

input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #767F8F;
  border-radius: 0;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "✓";
  background: #CFAC57;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #767F8F;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=radio]:checked + label::before {
  content: "✓";
  background: #CFAC57;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checklist.rodo label {
  font-size: 0.7rem;
}

.checklist.wrapper {
  display: block;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px 10px;
}

.checklist.wrapper > label {
  margin-bottom: 10px;
}

.checklist.wrapper > label:last-child {
  margin-bottom: 0;
}

/* === DISABLED === */
input[type=checkbox][disabled] + label {
  opacity: 0.8;
}

input[type=checkbox][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[type=radio][disabled] + label {
  opacity: 0.8;
}

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[disabled=disabled] {
  background-color: #f0f0f0;
}

/* === swith toggle === */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #828793;
  border-radius: 20px;
  display: block !important;
}

.onoffswitch-checkbox[disabled=""] + .onoffswitch-label {
  opacity: 0.6;
  pointer-events: none;
}

.onoffswitch-label:before {
  display: none !important;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: CormorantGaramond, tahoma, arial, sans-serif;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #04AA6D;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #eee;
  color: #828793;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #828793;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* =============== zestawy pól ============== */
.input-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.input-combo > div {
  flex: 1;
  margin-right: 10px;
}

.input-combo > div:last-child {
  margin-right: 0;
}

.input-combo > div.post-code {
  flex: 0.5;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

/* ================ Wyszukiwarka ================== */
.simple-search-wrapper .button.search-button img {
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.8em 0;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: bold;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.6em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
  font-family: Montserrat, tahoma, arial, sans-serif;
}

h6 {
  font-size: 1em;
  font-weight: bold;
  font-family: Montserrat, tahoma, arial, sans-serif;
}

#START h1 {
  font-size: 4.8rem;
}

#START h2 {
  font-size: 3.25rem;
}

#START h3 {
  font-size: 2.25rem;
}

span.subtitle {
  font-weight: 300;
  color: #0B301F;
  font-size: 0.5em;
  font-family: Montserrat, tahoma, arial, sans-serif;
}

h1 > strong, h2 > strong {
  color: #CFAC57;
}

a {
  color: #CFAC57;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.ps-image:after,
.opSlider-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.button {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat, tahoma, arial, sans-serif;
  padding: 5px 35px;
  border: 3px solid #0B301F;
  border-radius: 0;
}

:hover.button {
  border-color: #CFAC57;
}

.button.alt {
  color: #0B301F;
  border: solid 1px #0B301F;
  background: transparent;
}

.button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #888;
  min-width: 0;
  padding-right: 35px;
  font-size: 0.9rem;
  font-weight: 300;
  border: 0;
}

.button.txt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 18px;
  background-image: url("graphics/svg/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: right 300ms;
}

.button.txt:hover {
  color: #0B301F;
}

.button.txt:hover:after {
  right: 0;
}

.button.cta {
  height: 60px;
  background: #CFAC57;
}

.button.alt.cta {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  color: #fff;
}

.button.file-btn {
  padding-right: 75px;
}

.button.file-btn:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  background-image: url("graphics/download.png");
  background-color: #0B301F;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-origin: content-box;
  transition: all 300ms;
}

:hover.button.file-btn:after {
  background-color: #CFAC57;
}

.button.ico-btn {
  padding-right: 75px;
}

.button.ico-btn .ico {
  background: #0B301F;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
}

.button.ico-left, .button.ico-right, .button.ico-left:hover, .button.ico-right:hover {
  background: transparent;
  border: 0;
  color: #0B301F;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.button.ico-left {
  padding-left: 50px;
}

.button.ico-right {
  padding-right: 50px;
}

.button.ico-left .ico, .button.ico-right .ico {
  position: absolute;
  top: 0;
  padding: 15px;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}

.button.ico-left .ico {
  left: 0;
}

.button.ico-right .ico {
  right: 0;
}

.button.alt.ico-left, .button.alt.ico-right, .button.alt.ico-left:hover, .button.alt.ico-right:hover {
  background: transparent;
  border: solid 1px #0B301F;
  color: #0B301F;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.button.disabled, .button.disabled:hover {
  color: #B6B6B6;
  border-color: #B6B6B6;
  cursor: default;
  pointer-events: none;
}

.updated {
  font-size: 1rem;
  font-weight: 300;
  color: #828793;
  text-transform: uppercase;
}

.text-wrapper .controls {
  position: static;
  padding-top: 30px;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.social-sharing-module > span.sharing-title {
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1em;
}

#copy_link_sharing {
  position: relative;
}

#copy_link_sharing:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #519c46;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms;
  transform: scale(0);
}

#copy_link_sharing.link-copied:after {
  transform: scale(1);
}

.links ul li {
  list-style: none;
  margin-left: 0;
}

.links ul li a {
  text-decoration: none;
  transition: all 300ms;
}

.video-wrapper .mp4-video video {
  display: block;
  max-width: 100%;
}

.cb-table table {
  table-layout: fixed;
  max-width: 1000px;
}

.cb-table table tr td, .cb-table table tr th {
  vertical-align: middle;
}

.cb-table table tr td .button, .cb-table table tr th .button {
  margin: 0;
}

.footer {
  text-align: center;
}

.header, .cb_header {
  max-width: 100%;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

#START .header h1, #START .header h2,
.header h1, .header h2, .cb_header h2 {
  margin-bottom: 0;
  margin-top: 0;
}

#START .header h1 strong, #START .header h2 strong,
.header h1 strong, .header h2 strong, h2.cb_header strong {
  position: relative;
}

#START .header h1 strong:after, #START .header h2 strong:after,
.header h1 strong:after, .header h2 strong:after, h2.cb_header strong:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 4px;
  background: #CFAC57;
  margin-top: 32px;
  z-index: 1;
}

.article-section .header .subtitle {
  position: absolute;
  bottom: 0;
  left: -390px;
  width: 320px;
  border-bottom: 1px solid #bdbdbd;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: block;
  padding-bottom: 39px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

.header:after, .cb_header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #bdbdbd;
}

.header.with-button {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header.with-button .button {
  margin: 0;
  margin-bottom: 0;
}

.header.with-button h2 {
  margin-bottom: 10px;
  margin-right: 30px;
}

.tile.sb-tile {
  padding-bottom: 35px;
  border-bottom: 1px solid #bdbdbd;
}

.tile.sb-tile .image-wrapper {
  width: 50%;
  box-sizing: border-box;
  padding-right: 35px;
}

.tile.sb-tile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 35px;
  width: 1px;
  background: #bdbdbd;
}

.tile.sb-tile .content {
  padding-left: 35px;
}

#START .tile.sb-tile .content h3, .tile.sb-tile .content h3 {
  font-size: 1.6rem;
}

.logo-box .thb {
  filter: grayscale(100%);
  transition: filter 600ms;
}

.logo-box:hover .thb {
  filter: grayscale(0);
}

.icon-card-lux-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 80px;
}

.icon-card-lux-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
}

.icon-card-lux-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.icon-card-lux-section .container {
  position: relative;
  z-index: 1;
}

.icon-card-lux-section .icon-card .content {
  color: #fff;
}

.icon-card-lux-section .icon-card h3 {
  color: #CFAC57;
}

.icon-card-lux-section .icon-card .icon-wrapper {
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(90deg, #CFAC57, #0B301F);
  width: 120px;
  height: 120px;
  margin: 0 auto 1em auto;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon img {
  width: 50%;
  height: 50%;
}

.quote-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-section .container::after {
  display: none;
}

.quote-section h2, .quote-section blockquote, .quote-section p, .quote-section span, .quote-section a {
  color: #0B301F;
}

.quote-section h2 {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 0;
}

.quote-section .header {
  padding-bottom: 0;
}

.quote-section blockquote, .quote-section span.signature {
  text-align: left;
  display: block;
}

blockquote {
  font-style: normal;
  overflow: visible;
  padding-left: 0;
  margin-bottom: 80px;
}

blockquote::before {
  display: none;
}

blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 1px;
  background-color: #bdbdbd;
}

blockquote span.signature {
  text-transform: uppercase;
  color: #CFAC57;
  text-align: left;
  margin-bottom: 25px;
  min-height: 60px;
}

.quote-section .slick-next, .quote-section .slick-prev {
  display: none !important;
}

#START .article-section.padding-bottom.p {
  padding-bottom: 150px;
}

.box-card-wrapper {
  position: relative;
  overflow: hidden;
}

.box-card-wrapper .mod-graphics {
  position: absolute;
  width: 360px;
  height: 360px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.box-card-wrapper .mod-graphics .lay-1,
.box-card-wrapper .mod-graphics .lay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-card-wrapper .mod-graphics.check-onscreen {
  top: 50%;
  opacity: 1;
}

.box-card-wrapper .mod-graphics.check-onscreen .lay-1 {
  transform: rotate(90deg);
  transition: all 1s ease-in;
}

.box-card-wrapper .mod-graphics.check-onscreen.onscreen .lay-1 {
  transition-delay: 500ms;
  transform: rotate(0deg);
}

.box-card-wrapper > .box-card {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 40px 85px 40px 85px;
  border-bottom: 1px solid #bdbdbd;
  position: relative;
}

.box-card-wrapper > .box-card .content {
  text-align: center;
}

.box-card-wrapper .box-card h3 {
  margin-top: 0;
  text-align: center;
  position: relative;
  min-height: 2.4em;
}

.box-card-wrapper > .box-card:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 35px;
  right: 0;
  width: 1px;
  background: #bdbdbd;
}

.box-card-wrapper > .box-card:nth-child(even):after {
  display: none;
}

.box-card-wrapper .box-card h3 .ribbon,
#START .box-card-wrapper .box-card h3 .ribbon,
.subtitle .ribbon, .col-tile .content h3 .ribbon {
  color: #CFAC57;
  font-weight: bold;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1rem;
  font-weight: 500;
  font-family: Montserrat, tahoma, arial, sans-serif;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  white-space: nowrap;
}

.box-card-wrapper .box-card h3 .ribbon,
#START .box-card-wrapper .box-card h3 .ribbon,
.col-tile .content h3 .ribbon {
  padding-bottom: 10px;
}

.box-card-wrapper .box-card h3 .ribbon img,
.subtitle .ribbon img,
.col-tile .content h3 .ribbon img {
  height: 0.9rem;
  margin-right: 9px;
}

.col-tile .content.with-ribbon {
  padding-top: 2em;
}

.col-tile .content h3 .ribbon {
  left: 0;
  transform: none;
}

#page-article .ribbon {
  position: static;
  display: flex;
  transform: translate(0);
}

.child-link a {
  color: #828793;
  display: block;
  padding: 5px 0;
}

.child-link a:hover {
  color: #CFAC57;
  text-decoration: none;
  font-weight: 500;
}

#START .box-card-wrapper > .box-card.inaccessible h3,
.box-card-wrapper > .box-card.inaccessible h3 {
  color: #B6B6B6;
}

.box-card-wrapper > .box-card:nth-child(1), .box-card-wrapper > .box-card:nth-child(2) {
  padding-bottom: 200px;
}

.box-card-wrapper > .box-card:nth-child(3), .box-card-wrapper > .box-card:nth-child(4) {
  padding-top: 200px;
}

.box-card-wrapper > .box-card .content .text-wrapper p {
  overflow: hidden;
  display: box;
  box-orient: vertical;
  line-clamp: 3;
  display: -moz-box;
  -moz-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-bottom: 0;
}

.person-area,
.col-tile {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  position: relative;
}

.person-area:last-child,
.col-tile:last-child {
  margin-bottom: 0;
}

.person-area:after,
.col-tile:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #bdbdbd;
}

.PAGE .person-area:last-child,
.PAGE .col-tile:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.PAGE .person-area:last-child:after,
.PAGE .col-tile:last-child:after {
  display: none;
}

.person-area > div, .col-tile > div {
  flex: 1;
  order: 2;
  box-sizing: border-box;
  min-width: 33.333%;
}

.col-tile > div.image-wrapper {
  width: 33.333%;
  max-width: 33.333%;
}

.person-area .content,
.col-tile .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
}

.person-area .image-wrapper,
.col-tile .image-wrapper {
  padding: 0 30px;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  position: relative;
}

.person-area .image-wrapper .image {
  z-index: 1;
  position: relative;
}

.col-tile .image-wrapper {
  background: none;
}

.person-area, .col-tile {
  margin-left: -30px;
  margin-right: -30px;
}

.person-area .image-wrapper .team-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("graphics/SYGNET-ZLOTY.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(100%);
  transition: all 300ms ease-out;
  z-index: 0;
}

.person-area .image-wrapper:hover .team-bg {
  filter: grayscale(0);
}

.person-area .image-wrapper:first-child,
.col-tile .image-wrapper:first-child {
  border-left: 0;
}

.person-area .content h3,
.col-tile .content h3 {
  margin-top: 0;
  font-size: 2.25rem;
  position: relative;
}

.person-area:nth-child(even) .empty,
.col-tile:nth-child(even) .empty {
  order: 1;
  padding: 0 30px;
  border-right: 1px solid #bdbdbd;
}

.person-area .image-wrapper .img-placeholder,
.col-tile .image-wrapper .img-placeholder {
  padding-bottom: 92%;
}

.position {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 1em;
  margin-top: -20px;
  color: #18442A;
}

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

#TOP {
  border-color: #bdbdbd;
}

#CANVAS, #TOP-MAIN, #TOP-EXTENDED, #SYSTEM-FOOT {
  padding-left: 390px;
}

#START .container.full, #START .container.alt, #START .container {
  padding: 0 70px 0 35px;
}

.container.full, .container.alt, .container {
  position: relative;
  padding: 0 70px 0 30px;
}

.container.full:after,
.container.alt:after,
.container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -50px;
  left: 0;
  width: 1px;
  background-color: #bdbdbd;
}

.article-section.padding-top .container:after {
  top: -80px;
}

.article-section.padding-bottom .container:after {
  bottom: -80px;
}

.article-section.padding-both .container:after {
  top: -80px;
  bottom: -80px;
}

#START .article-section.padding-top .container:after {
  top: -230px;
}

#START .article-section.padding-bottom .container:after {
  bottom: -230px;
}

#START .article-section.padding-both .container:after {
  top: -230px;
  bottom: -230px;
}

#TOP .container.full:after,
#TOP .container.alt:after,
#TOP .container:after {
  top: 35px;
  bottom: 35px;
}

nav.desktop {
  float: left;
}

nav.desktop > ul {
  height: 100%;
}

nav.desktop .nav-button {
  margin: 0 30px 0 0;
}

nav.desktop .nav-button > a {
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0;
  font-family: Montserrat, tahoma, arial, sans-serif;
  font-weight: 300;
  color: #B6B6B6;
}

nav.desktop .nav-button > a span {
  position: static;
  letter-spacing: -0.5px;
}

nav.desktop .nav-button > a span:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  right: 0;
  height: 0;
  background: #CFAC57;
  transition: all 300ms;
}

nav.desktop .nav-button > a:hover span:after, nav.desktop .nav-button.urhere > a span:after {
  height: 3px;
}

nav.desktop .nav-button > a:hover, nav.desktop .nav-button.urhere > a {
  color: #0B301F;
}

.header-modules {
  float: right;
  height: 100%;
}

#TOP .header-modules .social-links {
  margin: 0 10px;
}

#TOP .social-icon {
  width: 32px;
  height: 32px;
}

.megadropdown-content .container:after {
  display: none;
}

.megadropdown .hide-button {
  background: #CFAC57;
  border: 0;
}

#TOP-MAIN .header-modules {
  padding-left: 0;
  margin-left: 0;
  position: relative;
}

#TOP-MAIN .header-modules:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  background: #ddd;
  display: none;
}

.header-modules .phone-wrapper {
  margin-left: 30px;
}

.social-icon svg path {
  fill: #B6B6B6;
}

.phone-wrapper .button .ico {
  padding: 10px;
}

#logo .primary-logo {
  display: none;
}

#logo .secondary-logo {
  display: block;
}

#logo {
  transition: all 300ms;
}

#START #logo {
  opacity: 0;
  transform: translate(-100%, 50%);
}

#TOP.sticked #logo {
  height: 70px;
}

#START #TOP.sticked #logo {
  opacity: 1;
  transform: translate(0, 50%);
}

.credobanner-content-wrapper {
  height: 100vh;
  box-sizing: border-box;
  padding-top: 135px;
}

.credobanner-content-wrapper .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.credobanner-content-wrapper .container > div {
  width: 100%;
}

.credobanner-content-wrapper .credobanner-content {
  width: 100%;
  padding-left: 195px;
  position: relative;
  box-sizing: border-box;
}

.credobanner-content-wrapper .credobanner-content .text-wrapper {
  font-size: 1.3rem;
  color: #0B301F;
}

.credobanner-content-wrapper .credobanner-content .header:after {
  left: -60px;
}

.credobanner-content-wrapper .credobanner-content .controls {
  margin-top: 15px;
}

.credobanner-content-wrapper .header .circle-logo {
  position: absolute;
  bottom: -168px;
  left: -405px;
  width: 350px;
  height: 350px;
  z-index: 2;
}

.credobanner-content-wrapper .header .circle-logo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  background: #fff;
  z-index: 0;
}

.credobanner-content-wrapper .header .circle-logo img {
  position: relative;
  z-index: 1;
}

.opSlider-control-prev, .opSlider-control-next {
  display: none;
}

.banner-content h1,
.banner-content h2,
.banner-content .text-wrapper,
.banner-content .controls {
  text-align: left;
}

.article-section.padding-top h2:first-child {
  margin-top: 0;
}

#kancelaria .header {
  padding-left: 195px;
}

#kancelaria .header:after {
  left: 120px;
}

#kancelaria .header .subtitle {
  width: 195px;
}

#BOTTOM {
  padding: 100px 0;
}

#BOTTOM, #SYSTEM-FOOT {
  background: #0B301F;
}

#BOTTOM h3:first-child {
  margin-top: 0;
}

#BOTTOM, #BOTTOM h3, #BOTTOM p, #BOTTOM span, #BOTTOM a, #BOTTOM strong {
  color: rgba(255, 255, 255, 0.8);
}

#BOTTOM .social-links {
  margin-top: 1em;
}

#BOTTOM .social-icon {
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

#BOTTOM .social-icon svg path {
  fill: #fff;
}

#BOTTOM .links ul li {
  padding-bottom: 5px;
}

#BOTTOM .links ul li a:hover {
  color: white;
}

#SYSTEM-FOOT {
  border-top: 1px solid rgb(30.0169491525, 130.9830508475, 84.593220339);
  font-weight: 300;
}

#SYSTEM-FOOT .container {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#SYSTEM-FOOT .container:after {
  top: 30px;
  bottom: 30px;
}

#SYSTEM-FOOT .phone-wrapper {
  display: inline-flex;
  color: #919294;
}

#SYSTEM-FOOT .email {
  display: inline-block;
  color: #919294;
}

#SYSTEM-FOOT .address {
  margin: 0;
  color: #919294;
}

#SYSTEM-FOOT .phone-wrapper a,
#SYSTEM-FOOT .email a {
  color: #919294;
}

#SYSTEM-FOOT .system-foot-logo {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  width: 360px;
  padding-right: 30px;
}

#SYSTEM-FOOT .links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 1em 0 0 0;
}

#SYSTEM-FOOT .links ul li a {
  font-size: 0.9rem;
}

#START h2 {
  text-align: left;
}

#START .subtitle {
  font-weight: 300;
}

.tile.news-tile {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
}

.PAGE div:last-child > .tile.news-tile {
  border-bottom: 0;
  padding-bottom: 0;
}

.tile.news-tile .image-wrapper {
  min-width: 66.666%;
  padding-right: 30px;
  border-right: 1px solid #bdbdbd;
  display: block;
}

.tile.news-tile .content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tile.news-tile .content .controls {
  position: static;
  text-align: left;
  padding-top: 30px;
}

.tile.news-tile .image-wrapper .img-placeholder {
  padding-bottom: 42%;
}

.PAGE {
  padding-top: 30px;
  padding-bottom: 0;
}

.PAGE .header h1 {
  margin-top: 0;
}

.breadcrumps {
  padding-bottom: 10px;
  overflow: hidden;
}

.breadcrumps li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  margin: 0;
  list-style: none;
}

.breadcrumps li a, .breadcrumps li a span {
  cursor: pointer;
}

.breadcrumps li a, .breadcrumps span {
  padding: 0;
}

.breadcrumps li > span {
  cursor: default;
}

.breadcrumps img, .breadcrumps svg {
  margin: 0 12px;
}

.article-section h2 {
  margin-top: 0;
  padding-top: 80px;
}

.PAGE .article-section.padding-bottom .container::after {
  bottom: -120px;
}

.text-wrapper p {
  margin-bottom: 0;
  padding-bottom: 1em;
}

.ui-accordion-header, h2.ui-accordion-header {
  padding-top: 30px;
}

.article-section-footer {
  margin-bottom: 30px;
}

.article-section-footer .container:after {
  bottom: 0;
}

.article-footer-controls {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #bdbdbd;
  margin-top: 30px;
}

.article-section .text-wrapper .controls {
  margin-top: 0;
}

.cb-text_photo .image-wrapper {
  margin: 40px 40px;
}

.article-section.cb-text_content.highlight .text-wrapper {
  font-size: 1.1rem;
  color: #0B301F;
}

#page-contactus .columns .contact_data h3:first-child,
#page-contactus .columns .form-wrapper h2:first-child {
  margin-top: 0;
}

#page-contactus .columns .form-wrapper h2 {
  font-size: 1.6em;
}

.company_name, .add_company_name, .address, .phone, .email, .hours, .add_descr, .fax {
  display: block;
}

.company_name, .add_company_name, .address, .phones-wrapper, .emails-wrapper, .hours, .add_descr, .fax {
  margin-bottom: 1em;
}

.contact-section-icon {
  overflow: hidden;
}

.contact-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.contact-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 20px;
}

.contact-icon .button {
  margin: 0;
}

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #0B301F;
  font-family: CormorantGaramond, tahoma, arial, sans-serif;
}

.contact-icon .hours {
  margin-top: 0;
}

.email-wrapper .email, .phone-wrapper .phone {
  display: none;
}

.email-wrapper.show-email .email, .phone-wrapper.show-phone .phone {
  display: flex;
}

.email-wrapper.show-email .button.show-btn, .phone-wrapper.show-phone .button.show-btn {
  display: none;
}

.email-wrapper.show-email, .phone-wrapper.show-phone {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.phone-number > a:hover {
  text-decoration: none;
}

.map {
  padding: 30px 0;
  border-bottom: 1px solid #bdbdbd;
}

.map iframe {
  width: 100% !important;
}

#START .map {
  margin-bottom: 80px;
}

.contact-simple-layout {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
}

.contact-simple-layout > div {
  float: left;
}

.contact-simple-layout > div h2:first-child, .contact-layout > div h3:first-child {
  margin-top: 0;
}

.contact-simple-layout > div.contact-content {
  width: 35%;
}

.contact-simple-layout > div.contact-form {
  width: 65%;
}

.contact-content h3 {
  margin-top: 0;
}

.form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form-fields-wrapper > .col1,
.form-fields-wrapper > .col2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.form-fields-wrapper > .col1 {
  padding-right: 5px;
}

.form-fields-wrapper > .col2 {
  padding-left: 5px;
}

.form-fields-wrapper .input-wrapper.field-rodo {
  clear: both;
}

.form-fields-wrapper > .col2 .input-wrapper {
  height: calc(100% - 10px);
}

.form-fields-wrapper > .col2 textarea {
  min-height: 120px;
  height: 100%;
}

.form-fields-wrapper .input-wrapper input, .form-fields-wrapper .input-wrapper textarea {
  display: block;
}

.contact-data-form-section {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
}

.contact-data-form-section > div {
  box-sizing: border-box;
}

.contact-data-form-section > div.contact-col {
  background: none;
  position: relative;
  width: 33.333%;
  padding: 0 30px 0 0;
  border-right: 1px solid #bdbdbd;
}

.contact-data-form-section > div.add-module-col {
  width: 66.666%;
  padding: 0 0 0 30px;
}

.contact-data-form-section > div.add-module-col .form-wrapper {
  background: #EFF1F3;
  padding: 30px;
}

.contact-data-form-section .contact-icon .icon svg path {
  fill: #CFAC57;
}

.contact-data-form-section h2, #START .contact-data-form-section h2,
.contact-data-form-section h3, #START .contact-data-form-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.contact-data-form-section .contact_data {
  padding-top: 30px;
}

.contact-data-form-section .contact_data .button {
  min-width: 180px;
}

.contact-data-form-section .contact_data a {
  color: #0B301F;
  font-size: 1.2rem;
  font-weight: bold;
}

.contact-data-product-section {
  border: 1px solid #ddd;
  padding: 50px;
}

.contact-data-product-section > div {
  float: left;
  box-sizing: border-box;
  padding-right: 60px;
}

.contact-data-product-section > div.contact-col {
  position: relative;
  width: 35%;
}

.contact-data-product-section > div.add-module-col {
  width: 65%;
  padding-right: 0;
}

.contact-data-product-section h2, #START .contact-data-product-section h2,
.contact-data-product-section h3, #START .contact-data-product-section h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

.contact-data-product-section .contact_data {
  padding-top: 30px;
}

.contact-data-product-section .button-style .button,
.contact-data-product-section .email-wrapper .button {
  min-width: 180px;
}

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}

.contact-data-section .contact-box.small {
  padding-right: 50%;
}

.contact-data-section .contact-box.small .image-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: -15px;
  width: 40%;
}

.contact-data-section .contact-box.small .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-data-section .form-fields-wrapper textarea {
  min-height: 179px;
}

.contact-data-section h2, #START .contact-data-section h2,
.contact-data-section h3, #START .contact-data-section h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

.contact-data-section .phone-wrapper .button,
.contact-data-section .email-wrapper .button,
.contact-data-product-section .phone-wrapper .button,
.contact-data-product-section .email-wrapper .button,
.contact-data-form-section .phone-wrapper .button,
.contact-data-form-section .email-wrapper .button {
  min-width: 180px;
}

.contact-data-product-section .contact-icon, .contact-data-form-section .contact-icon {
  align-items: center;
}

.bg-color {
  background: linear-gradient(90deg, #CFAC57, #0B301F);
}

.bg-color h1, .bg-color h2, .bg-color h3,
.bg-color .subtitle, #START .bg-color .subtitle,
.bg-color p, .bg-color a, .bg-color span {
  color: #fff;
}

.bg-color .green-alert, .bg-color .red-alert, .bg-color .yellow-alert {
  color: inherit;
}

.slick-prev, .slick-next {
  bottom: auto !important;
  top: -120px !important;
}

.slick-prev {
  left: auto !important;
  right: 60px !important;
}

.slick-next {
  left: auto !important;
  right: 0 !important;
}

.check-onscreen {
  position: relative;
}

.check-onscreen.offscreen-bottom {
  top: 100px;
  opacity: 0;
  transition: all 400ms;
}

.check-onscreen.onscreen {
  top: 0;
  opacity: 1;
  transition: all 400ms;
}

.container.check-onscreen {
  top: 0;
  opacity: 1;
  transition: all 1s;
}

.container.check-onscreen:after {
  transition: all 1s ease-in;
  bottom: 100%;
}

.container.check-onscreen.onscreen:after {
  bottom: -50px;
}

#START .container.check-onscreen .header h1 strong:after,
.container.check-onscreen .header h1 strong:after {
  right: 100%;
  transition: all 1s;
}

#START .container.check-onscreen.onscreen .header h1 strong:after,
.container.check-onscreen.onscreen .header h1 strong:after {
  right: 0;
  transition-delay: 1s;
}

#START .header.check-onscreen {
  top: 0;
  opacity: 1;
  transition: all 400ms;
}

#START .header.check-onscreen h2 strong:after,
.header.check-onscreen h1 strong:after {
  right: 100%;
  transition: all 1s;
}

#START .header.check-onscreen.onscreen h2 strong:after,
.header.check-onscreen.onscreen h1 strong:after {
  right: 0;
  transition-delay: 500ms;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

#cookie-info {
  left: 25%;
  right: 25%;
  bottom: 15px;
  border: 1px solid #959595;
  background: #fff;
  font-size: 14px;
  padding: 30px;
  border-radius: 8px;
}

#cookie-info .button:after {
  display: none;
}

#cookie-info .container {
  border: 0;
  padding: 0 20px;
}

#cookie-info .container:after {
  display: none;
}

.reveal-phone-number-wrapper {
  position: relative;
}
.reveal-phone-number-wrapper .button {
  padding: 5px 15px;
}

.button.ico-left, .button.ico-right, .button.ico-left:hover, .button.ico-right:hover {
  background: #CFAC57;
  border: 0;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.button.ico-left .ico, .button.ico-right .ico {
  position: absolute;
  top: 0;
  padding: 12px;
  box-sizing: border-box;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}

.header-modules .button {
  margin: 0;
  font-weight: normal;
}

.button.ico-left {
  padding-left: 40px;
}

.phone-window-wrapper.show-me {
  display: block;
  animation-duration: 400ms;
  animation-name: slidein;
  animation-timing-function: ease-in-out;
  padding: 0;
  width: 100%;
  left: -10px;
  padding: 10px;
}

.phone-window-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  left: 0;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

.header-module-phone {
  display: none;
}/*# sourceMappingURL=theme.css.map */