@charset "UTF-8";
/* TOOLTIPY POCZĄTEK */
.master-tooltip {
  position: relative;
}
.master-tooltip.mobile-enable:after {
  content: "i";
  width: 12px;
  height: 12px;
  position: relative;
  border: 1px solid #a7a7a7;
  text-align: center;
  line-height: 11px;
  font-size: 9px;
  border-radius: 50%;
  color: #a7a7a7;
  font-weight: bold;
  margin-left: 10px;
}
.master-tooltip.mobile-enable.mobile-visible {
  z-index: 1;
}
.master-tooltip.mobile-enable.mobile-visible .tooltip {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.master-tooltip.mobile-enable.mobile-visible .tooltip.top {
  transform: translate(-50%, -170%);
  transition: all 0.1s ease-in;
}
.master-tooltip.mobile-enable.mobile-visible .tooltip.bottom {
  transform: translate(-50%, 170%);
  transition: all 0.1s ease-in;
}
.master-tooltip.mobile-enable.mobile-visible .tooltip.break-word {
  transform: translate(-50%, calc(-100% - 20px));
  transition: all 0.1s ease-in;
}
.master-tooltip .tooltip {
  position: absolute;
  color: #000;
  background: #fff;
  border-radius: 300px;
  font-size: 12px;
  white-space: nowrap;
  line-height: normal;
  opacity: 0;
  z-index: -1;
  transition: all 0.1s ease-out;
  font-weight: normal;
  visibility: hidden;
  border: 1px solid #ddd;
  padding: 6px 12px;
}
.master-tooltip .tooltip:before {
  position: absolute;
  content: "";
  font-family: fontawesomeselsey;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px -1px 1px #ddd;
}
.master-tooltip .tooltip.bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  box-shadow: 0 10px 7px -10px rgba(0, 0, 0, 0.3);
}
.master-tooltip .tooltip.bottom:before {
  content: "\e812";
  left: 50%;
  transform: translate(-50%, -100%);
  top: 2px;
}
.master-tooltip .tooltip.top {
  left: 50%;
  transform: translate(-50%, -100%);
  top: 0;
  box-shadow: 0 10px 7px -10px rgba(0, 0, 0, 0.3);
}
.master-tooltip .tooltip.top:before {
  content: "\e811";
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 8px;
  text-shadow: 0px 1px 1px #ddd;
}
.master-tooltip .tooltip.right {
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
}
.master-tooltip .tooltip.right:before {
  content: "\e813";
  left: 2px;
  transform: translate(-100%, -50%);
  top: 50%;
  text-shadow: -1px 0px 0px #cfcfcf;
}
.master-tooltip .tooltip.left {
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.master-tooltip .tooltip.left:before {
  content: "\e814";
  right: 2px;
  transform: translate(100%, -50%);
  top: 50%;
  text-shadow: 1px 0px 0px #cfcfcf;
}
.master-tooltip .tooltip.break-word {
  width: 100%;
  max-height: none;
  height: auto;
  white-space: normal;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .master-tooltip:hover {
    z-index: 1;
  }
  .master-tooltip:hover .tooltip {
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
  .master-tooltip:hover .tooltip.top {
    transform: translate(-50%, -170%);
    transition: all 0.1s ease-in;
  }
  .master-tooltip:hover .tooltip.bottom {
    transform: translate(-50%, 170%);
    transition: all 0.1s ease-in;
  }
  .master-tooltip:hover .tooltip.break-word {
    transform: translate(-50%, calc(-100% - 20px));
    transition: all 0.1s ease-in;
  }
}

/* TOOLTIPY KONIEC */
/* STOPKA POCZĄTEK */
#footer {
  margin-top: auto;
  color: #b7b7b7;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: -1px;
}
@media screen and (max-width: 600px) {
  #footer {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#footer .footer-title {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 45px;
  display: block;
  border: 0;
  width: 100%;
  text-align: left;
  background: none;
  letter-spacing: 0.05em;
  padding: 0;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  #footer .footer-title.mobile-normal-type {
    all: unset;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-title {
    margin: 0;
    padding: 8px 0;
  }
}
#footer ul,
#footer ul li {
  list-style: none;
}
#footer ul {
  margin-top: 15px;
}
#footer ul li a {
  display: block;
  padding: 7.5px 0 7.5px 0;
  position: relative;
}
#footer ul li a:before {
  content: "";
  top: -2px;
  right: -7px;
  left: -7px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  display: block;
  border-radius: 4px;
  position: absolute;
  bottom: -2px;
}
#footer ul li a:hover {
  color: #ffffff;
  transition: all 0.2s;
}
#footer ul li a:hover:before {
  opacity: 0.1;
  transition: opacity 0.3s ease-in;
}
#footer ul li:first-child a {
  margin-top: -7.5px;
}
#footer ul.no-anchor li {
  display: block;
  padding: 7.5px 0 7.5px 0;
}
#footer ul.no-anchor li:first-child {
  margin-top: -7.5px;
}
@media (max-width: 600px) {
  #footer ul {
    flex-wrap: wrap;
  }
}
#footer .footer-laur {
  text-align: center;
  margin: 46px 0;
}
@media screen and (max-width: 1199px) {
  #footer .footer-laur {
    margin: 0 46px 0 0;
  }
}
#footer .footer-laur.footer-laur-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  #footer .footer-laur.footer-laur-desktop {
    display: none;
  }
  #footer .footer-laur.footer-laur-mobile {
    display: block;
    margin: 0 0 0 0;
  }
}
#footer .ekomi-widget-container {
  display: flex;
  justify-content: center;
}
#footer .footer-contact-wrapper--flex {
  flex: 1;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  #footer .footer-contact-wrapper--flex {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 992px) {
  #footer .footer-contact-wrapper--flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-contact-wrapper--flex {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#footer .footer-contact-wrapper--flex > div {
  width: 50%;
  padding-right: unset;
}
@media screen and (max-width: 992px) {
  #footer .footer-contact-wrapper--flex > div {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  #footer .footer-contact-wrapper--flex > div .footer-contact-column, #footer .footer-contact-wrapper--flex > div .footer-contact--data {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-contact-wrapper--flex > div {
    flex-direction: column;
    gap: 8px;
  }
  #footer .footer-contact-wrapper--flex > div .footer-contact-column, #footer .footer-contact-wrapper--flex > div .footer-contact--data {
    max-width: 100%;
  }
}
#footer .footer-extra-margin {
  margin-top: 6px;
}
#footer .footer-showroom {
  margin-top: 32px;
}
#footer .footer-container {
  border-radius: 30px;
  background: #000;
}
#footer .footer-newsletter {
  border-radius: 30px;
  background: #F4F4F4;
  margin: 30px 0 30px 0;
}
#footer .footer-newsletter__legal {
  font-size: 8px;
  line-height: 11px;
  margin-top: 12px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  max-width: 1210px;
  display: block;
  margin: 12px auto 10px auto;
}
#footer .footer-newsletter__legal a {
  text-decoration: underline;
}
#footer .footer-newsletter .footer-newsletter-container {
  padding: 30px 0;
}
@media screen and (max-width: 1350px) {
  #footer .footer-newsletter .footer-newsletter-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container {
    display: flex;
    padding: 23px 30px;
    flex-direction: column;
  }
}
#footer .footer-newsletter .footer-newsletter-container.extra-padding {
  padding: 48px 0 26px;
}
#footer .footer-newsletter .footer-newsletter-container .footer-newsletter-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container .footer-newsletter-box {
    flex-direction: column;
    margin: 0 auto;
  }
}
#footer .footer-newsletter .footer-newsletter-container .footer-newsletter-info {
  font-size: 8px;
  line-height: 11px;
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container .footer-newsletter-info-desktop {
    display: none;
  }
}
#footer .footer-newsletter .footer-newsletter-container .footer-newsletter-info-mobile {
  margin-top: 12px;
  display: none;
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container .footer-newsletter-info-mobile {
    display: block;
  }
}
#footer .footer-newsletter .footer-newsletter-container .master-input.input-submit button {
  color: #FFF;
  border-radius: 50px;
  background: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  width: 275px;
  border: unset;
}
@media screen and (max-width: 1024px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-submit button {
    width: 209px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-submit button {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-submit button {
    font-size: 12px;
  }
}
#footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email {
  width: 100%;
  padding: 0 32px 0 0;
  margin-bottom: 8px;
  position: relative;
}
#footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email .input-error {
  position: absolute;
  top: -20px;
  font-size: 11px;
  line-height: 22px;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email .input-error {
    padding: 0;
    top: -27px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email .input-error {
    padding: 0;
    top: unset;
    bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email {
    margin-right: 8px;
  }
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email.error, #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email.errors {
    margin-bottom: 28px;
  }
}
#footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email input {
  max-width: 294.5px;
  width: 294.5px;
  background: unset;
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  padding: 10px;
  height: 42px;
  font-size: 12px;
  line-height: 22px;
}
#footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email input::placeholder {
  color: #000;
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email input::placeholder {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email input {
    font-size: 14px;
    line-height: 22px;
    width: 251.5px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email input {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 359px) {
  #footer .footer-newsletter .footer-newsletter-container .master-input.input-newsletter-email input {
    padding: 4px;
    width: 100%;
  }
}
#footer .footer-newsletter .footer-newsletter-container.input-checkbox {
  width: 0;
}
#footer .footer-newsletter .input-checkbox {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
#footer .footer-newsletter .input-checkbox-all {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  margin: 0;
}
#footer .footer-newsletter form {
  display: flex;
}
@media screen and (max-width: 1024px) {
  #footer .footer-newsletter form {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .newsletter-part-wrapper {
    width: 100%;
  }
}
#footer .footer-newsletter .footer-part.is-hidden {
  display: none;
}
#footer .footer-newsletter .footer-title-part {
  color: #000;
  margin-right: 32px;
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-title-part {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
#footer .footer-newsletter .footer-title-part .newsletter-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
#footer .footer-newsletter .footer-title-part .newsletter-subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
}
#footer .footer-newsletter .footer-title-part .newsletter-text {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  #footer .footer-newsletter .footer-title-part .newsletter-text {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-title-part .newsletter-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .footer-form-part {
    width: 100%;
  }
}
#footer .footer-newsletter .newsletter-email-box {
  position: relative;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #footer .footer-newsletter .newsletter-email-box {
    margin-bottom: 16px;
  }
}
#footer .footer-newsletter .master-form-sent {
  padding: 0;
  font-size: 11px;
  line-height: 22px;
  color: #367902;
  position: absolute;
  top: -20px;
  margin-left: 10px;
  text-align: start;
}
#footer .footer-newsletter .master-form-sent.success {
  display: block;
  margin: 0;
  position: static;
  white-space: initial;
  padding: 0 16px;
}
#footer .footer-newsletter .master-form-sent.success p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .master-form-sent.success p {
    font-size: 12px;
  }
}
#footer .footer-newsletter .master-form-sent.success p.newsletter-sent-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #footer .footer-newsletter .master-form-sent.success p.newsletter-sent-header {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .master-form-sent.success p.newsletter-sent-header {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .master-form-sent.success {
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-newsletter .master-form-sent {
    margin-left: 0;
    font-size: 10px;
    top: -27px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-newsletter .master-form-sent {
    bottom: 13px;
    top: unset;
  }
}
#footer .footer-newsletter.newsletter-notpl {
  background: unset;
  padding-left: 24px;
}
#footer .footer-newsletter.newsletter-notpl #footer-newsletter {
  gap: 16px;
}
#footer .footer-newsletter.newsletter-notpl .input-submit {
  width: 100px;
}
#footer .footer-newsletter.newsletter-notpl .ga_fo_email_subsc {
  height: 42px;
  line-height: 42px;
}
#footer .footer-bottom {
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
}
#footer .footer-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  #footer .footer-user {
    flex-direction: row;
  }
}
#footer .footer-col-box {
  padding-right: 48px;
}
@media screen and (max-width: 1400px) {
  #footer .footer-col-box {
    padding-right: 24px;
  }
}
#footer .showroom-desktop .mobile-normal-type {
  display: none;
}
@media screen and (max-width: 1199px) {
  #footer .footer-user {
    order: 0;
  }
  #footer .footer-contact-wrapper {
    margin: 0 auto;
    display: flex;
    margin-bottom: 102px;
  }
  #footer .footer-contact--data {
    order: 1;
    padding-right: 0;
  }
  #footer .footer-contact--data .footer-contact-column {
    margin-left: 0;
  }
  #footer .footer-contact--showroom {
    order: 2;
    display: flex;
    padding: 0;
    margin-top: 0;
  }
  #footer .footer-contact--showroom .footer-contact-column.footer-showroom {
    margin: 0 48px 0 0;
    order: -1;
  }
  #footer .footer-menu-wrapper {
    order: 3;
    margin: 0 auto;
    padding: 0;
  }
  #footer .footer-col-wrapped {
    display: flex;
  }
  #footer .footer-col-wrapped .footer-col {
    padding: 0;
    margin: 0;
  }
  #footer .footer-col-wrapped .footer-col.footer-extra-margin {
    order: -1;
    margin-right: 24px;
  }
  #footer .footer-col-box {
    margin-right: 48px;
  }
  #footer .footer-bottom {
    order: 4;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1199px) and (max-width: 600px) {
  #footer .footer-bottom {
    order: 6;
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  #footer .footer-contact-data-box {
    margin-right: unset;
  }
  #footer .footer-bottom {
    flex-direction: column;
  }
  #footer .footer-bottom .footer-bottom-payments {
    order: -1;
  }
  #footer .footer-bottom .footer-bottom-copyright {
    padding: 32px 0;
  }
}
@media screen and (max-width: 1199px) and (max-width: 600px) {
  #footer .footer-bottom .footer-bottom-copyright {
    padding: 48px 0 4px 0;
  }
}
@media screen and (max-width: 1199px) {
  #footer .footer-title.showroom-title {
    display: none;
  }
  #footer .showroom-desktop .mobile-normal-type {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-contact-data-box {
    margin-right: 12px;
  }
  #footer .footer-contact--showroom .footer-contact-column.footer-showroom {
    margin: 0 12px 0 0;
  }
  #footer .footer-col-wrapped .footer-col {
    max-width: 200px;
  }
  #footer .footer-col-box {
    margin-right: 12px;
  }
  #footer .footer-extra-margin {
    margin-right: 6px;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-user .footer-social {
    margin-right: 24px;
  }
  #footer .footer-user .footer-social ul li {
    margin-right: 12px;
  }
  #footer .footer-user .footer-social ul li:last-of-type {
    margin-right: 0;
  }
  #footer .footer-user .footer-laur {
    margin-right: 24px;
  }
}
#footer .showroom-mobile {
  display: none;
}
#footer .footer-col-mobile {
  display: none;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  #footer .footer-contact--showroom .footer-contact-column.footer-showroom {
    order: unset;
  }
  #footer .footer-user {
    justify-content: start;
    margin-bottom: 48px;
    gap: 16px;
    flex-wrap: wrap;
  }
  #footer .showroom-mobile {
    display: flex;
  }
  #footer .showroom-desktop {
    display: none !important;
  }
  #footer .footer-contact-wrapper {
    margin: unset;
  }
  #footer .footer-contact-data-box {
    margin: 0;
    width: 100%;
  }
  #footer .footer-menu-wrapper {
    margin: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #footer .footer-menu-wrapper .footer-col-box {
    display: none;
  }
  #footer .footer-menu-wrapper .footer-col-mobile {
    display: flex;
  }
  #footer .footer-col-wrapped {
    flex-direction: column;
  }
  #footer .footer-col-wrapped .footer-col {
    width: 100%;
    max-width: unset;
  }
  #footer .toggle-box-button {
    height: 32px;
  }
  #footer .toggle-box-order {
    order: 10;
  }
  #footer .footer-contact-column {
    margin-top: 16px;
  }
}
@media screen and (max-width: 359px) {
  #footer .footer-bottom-copyright {
    font-size: 13px;
  }
}
#footer .footer-pictures-wrapper {
  display: none;
}
@media screen and (max-width: 600px) {
  #footer .footer-pictures-wrapper {
    order: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }
}
#footer .footer-contact-wrapper {
  display: flex;
}
#footer .footer-contact-wrapper .footer-contact-data-box .footer-contact--data {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  #footer .footer-contact-wrapper .footer-contact-data-box .footer-contact--data {
    align-items: start;
  }
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px 30px 0px;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 1410px) {
  .footer-wrapper {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer-wrapper .footer-menu-wrapper {
  display: flex;
}
@media screen and (min-width: 1241px) {
  .footer-wrapper .footer-menu-wrapper {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1240px) {
  .footer-wrapper .footer-menu-wrapper {
    margin-left: 36px;
  }
}
.footer-wrapper .footer-menu-wrapper .footer-col:last-of-type {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .footer-wrapper .footer-menu-wrapper {
    padding: 42px 21px;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrapper {
    flex-direction: column;
    width: 100%;
    padding: 30px;
  }
}

.footer-bottom {
  flex: 1 100% !important;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 1023px) {
  .footer-bottom {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .footer-bottom {
    margin: 0;
  }
}

.footer-col {
  flex: 1;
  padding-right: 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .footer-col {
    padding-right: 8px;
  }
}
@media (max-width: 600px) {
  .footer-col {
    flex: 1 100%;
    padding-right: 0;
  }
}

.footer-contact .footer-contact-city {
  padding-left: 0;
}
.footer-contact li {
  padding-left: 30px !important;
  position: relative;
}
.footer-contact li i {
  position: absolute;
  left: 0;
  top: 10px;
  color: #FFb4a2;
  font-size: 15px;
}
@media (max-width: 600px) {
  .footer-contact {
    margin-right: 0;
    flex-direction: column;
  }
  .footer-contact > div {
    margin-right: 0;
  }
}

.footer-user {
  color: #ffffff;
}
.footer-user .footer-title ~ p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .footer-user {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 72px;
  }
}

.footer-contact-column {
  margin-bottom: 15px;
  color: #ffffff;
}
.footer-contact-column .footer-title {
  height: auto;
}

.footer-social h3 {
  border-bottom: 0 !important;
}
.footer-social ul {
  color: #ffffff;
  display: flex;
}
.footer-social ul li {
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .footer-social ul li {
    margin-right: 21px;
  }
}
.footer-social ul li li:last-of-type {
  margin-right: 0;
}
.footer-social ul li:first-child a {
  margin-top: 0 !important;
}
.footer-social ul li a {
  padding: 0 !important;
  width: 42px;
  height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.footer-social ul li a:before {
  border-radius: 50% !important;
  left: 2px !important;
  right: 2px !important;
}
.footer-social ul li a i {
  font-size: 20px;
}
@media screen and (max-width: 330px) {
  .footer-social ul li a {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-social {
    margin-right: 46px;
  }
}
@media only screen and (max-width: 991.5px) {
  .footer-social ul {
    margin-top: 7.5px !important;
  }
}

.justify {
  text-align: justify;
}

.footer-bottom-payments {
  display: flex;
  align-items: center;
}
.footer-bottom-payments > div {
  margin-left: 35px;
}
.footer-bottom-payments > div img {
  opacity: 0.2;
  transition: opacity 0.1s;
  max-height: 35px;
}
.footer-bottom-payments > div img:hover {
  opacity: 0.7;
  transition: opacity 0.1s;
}
@media (max-width: 1023px) {
  .footer-bottom-payments {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-bottom-payments > div:first-child {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .footer-bottom-payments {
    display: none;
  }
}

@media (max-width: 600px) {
  .toggle-box {
    max-height: 32px;
    overflow: hidden;
    position: relative;
  }
  .toggle-box:first-child {
    max-height: 50px;
  }
  .toggle-box.show {
    max-height: 9999px;
    overflow: visible;
  }
  .toggle-box.show .toggle-box-button:before {
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.1s;
  }
}

.toggle-box-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 42px;
  background: transparent;
  border: 0;
  width: 100%;
}
.toggle-box-button:before {
  content: "\f107";
  font-family: fontawesomeselsey;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 20px;
  transition: transform 0.1s;
}
@media (max-width: 600px) {
  .toggle-box-button.mobile {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .footer-col-wrapped .footer-menu:first-of-type ul li:nth-of-type(3) {
    max-width: 230px;
  }
}
#footer .footer-wrapper.notpl .footer-col-wrapped .footer-menu:first-of-type ul li:nth-of-type(3) {
  max-width: unset;
}
#footer .footer-wrapper.notpl .footer-col {
  flex: unset;
}
#footer .footer-wrapper.notpl .footer-menu-wrapper {
  margin-left: unset;
}
#footer .footer-wrapper.notpl #footer-newsletter {
  flex-wrap: wrap;
  max-width: 330px;
}
#footer .footer-wrapper.notpl #footer-newsletter .master-input {
  display: block;
  padding-bottom: 0;
}
#footer .footer-wrapper.notpl #footer-newsletter .input-error {
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 0;
}
#footer .footer-wrapper.notpl #footer-newsletter .input-nesletter-email {
  padding-bottom: 12px;
}
#footer .footer-wrapper.notpl #footer-newsletter .input-newsletter-email input {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: unset;
}
#footer .footer-wrapper.notpl #footer-newsletter .input-newsletter-email input::placeholder {
  color: white;
  font-size: 10px;
}
#footer .footer-wrapper.notpl #footer-newsletter .master-form-sent {
  padding: 0;
  width: 100%;
}
#footer .footer-wrapper.notpl #footer-newsletter .master-form-sent .newsletter-sent-header {
  text-align: start;
  font-weight: normal;
  text-transform: unset;
  font-size: 13px;
  line-height: 13px;
}
#footer .footer-wrapper.notpl #footer-newsletter .master-form-sent .newsletter-sent-header.green {
  color: #31c11a;
}
#footer .footer-wrapper.notpl #footer-newsletter .master-form-sent .newsletter-sent-header.red {
  color: red;
}
#footer .footer-wrapper.notpl .footer-user {
  order: 1;
  align-items: start;
  padding-left: 24px;
}
#footer .footer-wrapper.notpl .footer-bottom {
  order: 2;
}
#footer .footer-wrapper.notpl .footer-contact-wrapper {
  margin-left: auto;
}
#footer .footer-wrapper.notpl .footer-extra-margin {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  #footer .footer-wrapper.notpl .footer-contact-wrapper {
    margin: 0 16px 16px auto;
  }
  #footer .footer-wrapper.notpl .footer-menu {
    margin: 0;
  }
  #footer .footer-wrapper.notpl .footer-contact-data-box {
    margin-right: 0;
  }
  #footer .footer-wrapper.notpl .footer-col-box {
    margin-right: 0;
  }
  #footer .footer-wrapper.notpl .footer-bottom-copyright {
    padding: 16px 0;
  }
  #footer .footer-wrapper.notpl .footer-bottom {
    flex-direction: row;
  }
  #footer .footer-wrapper.notpl .footer-user {
    justify-content: flex-start;
  }
  #footer .footer-wrapper.notpl .footer-bottom-payments div:first-child {
    margin-left: 0;
  }
  #footer .footer-wrapper.notpl .footer-menu-wrapper {
    order: 0;
    margin: 0 24px 0 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #footer .footer-wrapper.notpl .footer-menu-wrapper {
    margin-right: auto;
    min-width: 50%;
  }
  #footer .footer-wrapper.notpl .footer-contact-wrapper {
    margin: 0 16px 0 24px;
  }
  #footer .footer-wrapper.notpl .footer-newsletter {
    order: 1;
    margin-top: 16px;
  }
  #footer .footer-wrapper.notpl .footer-newsletter form {
    align-items: start;
    flex-direction: row;
  }
  #footer .footer-wrapper.notpl .input-newsletter-email {
    padding-bottom: 12px;
  }
  #footer .footer-wrapper.notpl .footer-user {
    min-width: unset;
    margin-top: 16px;
  }
  #footer .footer-wrapper.notpl .footer-social {
    margin-right: 6px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .footer-wrapper.notpl .footer-bottom-payments {
    margin-bottom: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-wrapper.notpl .footer-newsletter {
    padding-right: 24px;
    padding-left: 6px;
  }
  #footer .footer-wrapper.notpl .footer-user {
    min-width: unset;
  }
  #footer .footer-wrapper.notpl .footer-bottom {
    flex-direction: column;
  }
  #footer .footer-wrapper.notpl .footer-contact-wrapper {
    margin: 0 0 0 6px;
  }
  #footer .footer-wrapper.notpl .footer-menu-wrapper {
    margin: 0 auto 0 0;
  }
  #footer .footer-wrapper.notpl .footer-col-box {
    padding-right: 6px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-wrapper.notpl {
    padding: 26px 16px 0 16px;
  }
  #footer .footer-wrapper.notpl .footer-col-box {
    display: block;
    padding: 0;
  }
  #footer .footer-wrapper.notpl .footer-bottom {
    margin-top: 32px;
  }
  #footer .footer-wrapper.notpl .footer-bottom .footer-bottom-payments {
    display: flex;
  }
  #footer .footer-wrapper.notpl .footer-contact-wrapper, #footer .footer-wrapper.notpl .footer-menu-wrapper {
    margin: 0;
  }
  #footer .footer-wrapper.notpl .footer-user, #footer .footer-wrapper.notpl .footer-newsletter {
    padding-left: 0;
  }
  #footer .footer-wrapper.notpl .footer-col-mobile {
    display: none;
  }
  #footer .footer-wrapper.notpl .footer-user {
    margin: 16px 0 0 0;
  }
  #footer .footer-wrapper.notpl .toggle-box-button:before {
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  #footer .footer-wrapper.notpl .footer-newsletter {
    padding-right: 0;
  }
  #footer .footer-wrapper.notpl .footer-newsletter form .input-newsletter-email {
    padding-bottom: 12px;
    max-width: 260px;
  }
  #footer .footer-wrapper.notpl .footer-newsletter form .input-newsletter-email input {
    font-size: 14px;
  }
  #footer .footer-wrapper.notpl .footer-newsletter form .input-submit {
    max-width: 120px;
  }
}
@media screen and (max-width: 359px) {
  #footer .footer-wrapper.notpl .footer-newsletter form .input-newsletter-email {
    max-width: 172px;
  }
  #footer .footer-wrapper.notpl .footer-newsletter form .input-submit {
    max-width: 100px;
    width: 100%;
  }
}

/* STOPKA KONIEC */
/* NOWE POPUPY I FORMULARZE */
.service-forms .input-error {
  display: none;
}

.master-popup-scroll {
  overflow-y: auto;
  scroll-behavior: smooth;
  margin-right: 28px;
  margin-bottom: 30px;
}

.master-popup-overlay .list li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 15px;
}

.master-popup-overlay .list li:before {
  content: "\f105";
  font-family: fontawesomeselsey;
  color: #e41f22;
  position: absolute;
  left: 0;
  top: 1px;
}

.input-helper p {
  height: 0;
  opacity: 0;
}
.input-helper button {
  color: #468ceb;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}
.input-helper button:before {
  width: 13px;
  height: 13px;
  background: #4d4d4d;
  border-radius: 50%;
  line-height: 13px;
  content: "?";
  font-weight: bold;
  margin-right: 6px;
  color: #fff;
  font-size: 10px;
}
.input-helper.active button, .error .input-helper button {
  display: none;
}
.input-helper.active p, .error .input-helper p {
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.error .input-helper p {
  color: #f81515;
}

.master-input-radio-group.error .input-error {
  opacity: 1;
  height: auto;
  margin-top: -15px;
  margin-bottom: 15px;
}

.master-select-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.master-select {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-right: 10px;
  padding: 0 10px !important;
}

.master-input {
  display: flex;
  padding-bottom: 30px;
  position: relative;
  flex-wrap: wrap;
}
.master-input--active {
  z-index: 999999999 !important;
}
.master-input--no-margin {
  margin: 0px;
}
.master-input--no-padding {
  padding: 0px;
}
.master-input--fullwidth {
  width: 100%;
}
.master-input--width-20 {
  width: 20% !important;
}
.master-input--width-80 {
  width: 80%;
}
.master-input--centered {
  justify-content: center;
}
.master-input--margin-top {
  margin-top: 32px;
}
.master-input__information {
  font-size: 12px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .master-input__information {
    margin-bottom: 24px;
  }
}
.master-input.input-verification.sending.error .input-error {
  display: none;
}
.master-input.input-select {
  z-index: 99999999;
}
.master-input.input-select.clicked li.title {
  display: none;
}
.master-input__legal-info {
  font-size: 12px;
  line-height: 14px;
  padding-left: 50px;
}
.master-input__legal-info--small {
  font-size: 10px;
  line-height: 12px;
}
.master-input__legal-info--margin-bottom {
  margin-bottom: 20px;
}
.master-input.input-submit {
  padding-bottom: 0;
}
.master-input.input-file {
  padding-bottom: 0;
}
.master-input.input-file input[type=file] {
  padding: 0;
  border: 0;
}
.master-input.input-limit.error .input-error {
  margin-bottom: 0;
  padding: 0;
}
.master-input.input-select select {
  height: 0;
  opacity: 0;
  width: 0;
}
.master-input.input-textarea {
  display: flex;
  flex-direction: column;
  position: relative;
}
@supports not (-moz-appearance: none) {
  .master-input.input-textarea:before, .master-input.input-textarea:after {
    height: 13px;
    position: absolute;
    left: 1px;
    right: 20px;
    border-radius: 6px 6px 0 0;
    top: 1px;
    display: block;
    background: #fff;
    content: "";
  }
  .master-input.input-textarea:after {
    top: auto;
    bottom: 31px;
    border-radius: 0 0 6px 6px;
    display: none;
  }
}
.master-input.input-textarea textarea {
  line-height: 24px;
  min-height: 120px;
  max-height: 400px;
}
.master-input.input-textarea textarea:before {
  content: "asd";
}
@supports not (-moz-appearance: none) {
  .master-input.input-textarea textarea {
    border-right: 7px solid #fff;
    border-bottom: 10px solid #fff;
    box-shadow: 1px 1px 0px 0px #d5d9d9, 0px 1px 0px 0px #d5d9d9;
    border-bottom: 10px solid #fff;
  }
  .master-input.input-textarea textarea:not([disabled]):focus {
    border-bottom: 10px solid #fff;
    box-shadow: 1px 1px 0px 0px #000, 0px 1px 0px 0px #000;
  }
}
.master-input.input-textarea textarea[disabled] {
  z-index: 2;
  border-right: 0;
  border-bottom: 0;
}
.master-input.input-textarea textarea[disabled]:focus {
  border: 1px solid #d5d9d9;
}
.master-input.input-date:after {
  content: "\f274";
  font-family: fontawesomeselsey;
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 16px;
}
.master-input.input-date input {
  background: transparent;
}
.master-input.input-date label {
  z-index: -1;
}
.master-input:not(.input-checkbox,
.input-checkbox-all,
.input-radio) label {
  position: absolute;
  padding: 0 15px;
  line-height: 46px;
  left: 0px;
  font-size: 16px;
  transition: all 0.2s ease-out;
  color: #707070;
}
.master-input:not(.input-checkbox,
.input-checkbox-all,
.input-radio) label.is-required {
  color: #000;
}
.master-input:not(.input-checkbox,
.input-checkbox-all,
.input-radio) label:hover {
  cursor: text;
}
.master-input:not(.input-checkbox,
.input-radio).input-has-value label {
  top: 0;
  font-size: 13px;
  background: #fff;
  padding: 0 6px;
  left: 10px;
  height: 13px;
  line-height: 13px;
  transform: translatey(-50%);
  pointer-events: none;
  cursor: auto;
  z-index: 1;
}
.master-input:not(.input-checkbox,
.input-radio).success input,
.master-input:not(.input-checkbox,
.input-radio).success textarea {
  border: 1px solid #7fcd7f;
}
.master-input:not(.input-checkbox,
.input-radio).success input:focus,
.master-input:not(.input-checkbox,
.input-radio).success textarea:focus {
  border-right-color: #fff !important;
}
.master-input:not(.input-checkbox,
.input-radio) input,
.master-input textarea, .master-input .master-select {
  border: 1px solid #d5d9d9;
  height: 46px;
  line-height: 46px;
  padding: 10px 5px 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
}
@media (min-width: 601px) {
  .master-input:not(.input-checkbox,
  .input-radio) input::-webkit-scrollbar,
  .master-input textarea::-webkit-scrollbar, .master-input .master-select::-webkit-scrollbar {
    width: 9px;
  }
  .master-input:not(.input-checkbox,
  .input-radio) input::-webkit-scrollbar-thumb,
  .master-input textarea::-webkit-scrollbar-thumb, .master-input .master-select::-webkit-scrollbar-thumb {
    background: #828282;
    border-radius: 10px;
    box-shadow: inset 0px 7px 0px 0px #f8f8f8, inset 0px -7px 0px 0px #f8f8f8, inset 0px 7px 0px 0px #f8f8f8, inset 0px -7px 0px 0px #f8f8f8, inset 0px 7px 0px 0px #f8f8f8, inset 0px -7px 0px 0px #f8f8f8, inset 0px 7px 0px 0px #f8f8f8, inset 0px -7px 0px 0px #f8f8f8;
    border: px solid #f8f8f8;
  }
  .master-input:not(.input-checkbox,
  .input-radio) input::-webkit-scrollbar-track,
  .master-input textarea::-webkit-scrollbar-track, .master-input .master-select::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: inset 0px 7px 0px 0px #fff, inset 0px -7px 0px 0px #fff;
  }
}
.master-input:not(.input-checkbox,
.input-radio) input:active:not([disabled]),
.master-input textarea:active:not([disabled]), .master-input .master-select:active:not([disabled]) {
  border: 1px solid #000;
}
.master-input:not(.input-checkbox,
.input-radio) input:focus:not([disabled]),
.master-input textarea:focus:not([disabled]), .master-input .master-select:focus:not([disabled]) {
  border: 1px solid #828282;
  outline: 0;
}
.master-input:not(.input-checkbox,
.input-radio) input:focus:not([disabled]) ~ label,
.master-input textarea:focus:not([disabled]) ~ label, .master-input .master-select:focus:not([disabled]) ~ label {
  top: 0;
  font-size: 13px;
  background: #fff;
  padding: 0 6px;
  left: 10px;
  height: 13px;
  line-height: 13px;
  transform: translatey(-50%);
  pointer-events: none;
  cursor: auto;
  z-index: 1;
}
.master-input:not(.input-checkbox,
.input-radio) input.var-height,
.master-input textarea.var-height, .master-input .master-select.var-height {
  height: unset;
}
.master-input:not(.input-checkbox,
.input-radio) input[disabled],
.master-input textarea[disabled], .master-input .master-select[disabled] {
  border-color: #D5D9D9;
  background: #f8f8f8;
}
.master-input [disabled] {
  border: 1px solid #D5D9D9 !important;
}
.master-input [disabled] ~ label {
  color: #D5D9D9 !important;
}
.master-input textarea {
  line-height: normal;
  padding: 10px 5px 10px 15px;
  overflow-y: auto;
  min-height: 120px;
}
.master-input select {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 0 10px;
  border: 1px solid #E1E1E1;
}
.master-input.input-checkbox {
  padding-left: 20px;
}
.master-input.input-checkbox, .master-input.input-checkbox-all {
  width: 100%;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.master-input.input-checkbox label, .master-input.input-checkbox-all label {
  order: 1;
  font-size: 14px;
  width: calc(100% - 30px);
  line-height: 20px;
  margin-top: -4px;
  margin-left: 30px;
}
.master-input.input-checkbox .input-error, .master-input.input-checkbox-all .input-error {
  order: 2;
  padding-left: 30px;
  padding: 0 0 0 30px !important;
  margin-top: 0px;
}
@media (max-width: 600px) {
  .master-input.input-checkbox label, .master-input.input-checkbox-all label {
    font-size: 13px;
  }
}
.master-input.input-checkbox--with-margin, .master-input.input-checkbox-all--with-margin {
  margin-bottom: 0px;
  margin-top: 20px;
}
.master-input.input-checkbox--with-margin .input-error, .master-input.input-checkbox-all--with-margin .input-error {
  margin-top: 0px;
}
.master-input.error input,
.master-input.error textarea {
  border-color: #f81515;
}
.master-input.error textarea {
  border-right: 1px solid #f81515;
  border-bottom: 1px solid #f81515;
}
.master-input.error .master-input-select-container ul {
  border: 1px solid #f81515;
}
.master-input.error .input-error {
  opacity: 1;
  height: auto;
  padding: 3px 10px;
  transition: opacity 0.1s ease-in;
  margin-bottom: -18px;
  display: block;
}
.master-input.error .input-error--no-margin {
  margin-bottom: 0px;
}
.master-input.error .input-required,
.master-input.error .input-helper {
  opacity: 0;
}
.master-input.input-active:not(.input-checkbox,
.input-radio) label {
  top: 0;
  font-size: 12px;
  background: #fff;
  padding: 0 5px;
  left: 5px;
  height: 12px;
  line-height: 12px;
  transform: translatey(-50%);
}
.master-input.input-file-ex {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.master-input.input-file-ex .master-input-title {
  width: 120px;
}
@media (max-width: 600px) {
  .master-input.input-file-ex .master-input-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.master-input.input-file-ex input {
  display: none;
}
.master-input.input-file-ex label {
  border-radius: 4px;
  background: #efefef;
  padding: 0 25px;
  height: 29px;
  line-height: 40px;
  position: relative;
}
@media (max-width: 600px) {
  .master-input.input-file-ex {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}
.master-input.input-password.error .input-helper {
  opacity: 1;
}

.master-pagination {
  min-height: 30px;
}

.master-input .input-limit-char {
  position: absolute;
  right: 11px;
  top: 13px;
  color: #707070;
}

.master-input-radio-group-title {
  margin-bottom: 20px;
  font-size: 16px;
}

.input-date-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
}
.input-date-container .pika-next,
.input-date-container .pika-prev {
  text-indent: 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  opacity: 1;
  font-weight: bold;
}
.input-date-container .pika-next:before,
.input-date-container .pika-prev:before {
  content: "\f104";
  font-family: fontawesomeselsey;
}
.input-date-container .pika-next:before {
  content: "\f105";
}
.input-date-container .pika-singl,
.input-date-container .pika-single.is-bounde {
  border: 1px solid #d5d9d9;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #000;
}
.input-date-container .is-selected .pika-button,
.input-date-container .has-event .pika-button {
  background: #f81515;
  box-shadow: none;
}
.input-date-container .pika-button {
  background: #fff;
}
.input-date-container .pika-button:hover,
.input-date-container .pika-row.pick-whole-week:hover .pika-button {
  background: #f8f8f8;
  color: inherit;
}
.input-date-container .pika-single {
  color: #707070;
}
.input-date-container .pika-single.is-bound {
  box-shadow: none;
  left: 0;
  right: 0;
  border: 1px solid #d5d9d9;
  border-top: 1px solid #000;
}
.input-date-container .pika-table abbr {
  border: none;
  text-decoration: none;
}
.input-date-container .is-today .pika-button {
  background-color: #f81515 !important;
  color: #fff !important;
}
.input-date-container .is-today[aria-selected=false] .pika-button {
  font-weight: bold;
  background: transparent !important;
  color: #000 !important;
}

.pika-lendar {
  width: 100% !important;
  padding-right: 15px;
}

.view-password {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background: transparent;
  text-align: center;
  padding: 0;
  line-height: 25px;
  font-size: 20px;
  border: 0;
  color: #4d4d4d;
  right: 12px;
  top: 10px;
}
.view-password:before {
  content: "\e801";
  font-family: fontawesomeselsey;
}
.view-password.active:before {
  content: "\e800";
}

.master-input-filename {
  margin-left: 10px;
  display: none;
}
.master-input-filename.is-with-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}

.master-input-title {
  margin-right: 10px;
}

.master-checkbox-overlay {
  position: absolute;
  margin-right: 10px;
  top: -2.5px;
  width: 20px;
}
.master-checkbox-overlay input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: 100%;
}
.master-checkbox-overlay span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #707070;
  background: #fff;
  display: block;
  border-radius: 5px;
}
.master-checkbox-overlay span:before {
  content: "";
  position: absolute;
  background: transparent;
  width: 0;
  height: 0;
}
.master-checkbox-overlay input:checked ~ span {
  border-color: #707070;
}
.master-checkbox-overlay input:checked ~ span:before {
  content: "\e810";
  font-family: fontawesomeselsey;
  width: 100%;
  height: 100%;
  line-height: 16px;
  font-size: 16px;
  background: #707070;
  color: #fff;
}
.master-input.is-checkbox .master-checkbox-overlay input:checked ~ span {
  background: #468CEB;
  border-color: #468CEB;
}
.master-input.is-checkbox .master-checkbox-overlay input:checked ~ span:before {
  content: "\e810";
  font-family: fontawesomeselsey;
  color: #fff;
  width: 100%;
  height: 100%;
  background: none;
  line-height: 14px;
  font-size: 9px;
  text-align: center;
}
.master-input.is-checkbox .master-checkbox-overlay span {
  border-radius: 3px;
  border: 2px solid #d5d9d9;
  width: 18px;
  height: 18px;
}

.master-input-select-container {
  flex-direction: column;
  display: flex;
  flex: 1 100%;
  height: 46px;
  overflow: hidden;
  z-index: 9;
}
.master-input-select-container ul {
  height: 46px;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d5d9d9;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  overflow-y: hidden;
  flex-shrink: 0;
}
.master-input-select-container ul:after {
  content: "\f107";
  font-family: fontawesomeselsey;
  position: absolute;
  right: 15px;
  top: 0;
}
.master-input-select-container ul > li {
  height: 46px;
  line-height: 46px;
  position: relative;
  flex: 1 46px;
  flex-shrink: 0;
  background: #fff;
  margin-top: -1px;
}
.master-input-select-container ul > li:first-child {
  margin-top: 0;
}
.master-input-select-container ul > li:first-child button:hover {
  background: unset;
}
.master-input-select-container ul > li:nth-child(2) {
  border-top: 1px solid #000;
  margin-top: 1px;
}
.master-input-select-container button {
  background: transparent;
  border: 0;
  position: absolute;
  padding: 0 15px;
  left: 0px;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 16px;
  transition: all 0.2s ease-out;
  color: #707070;
  width: 100%;
  text-align: left;
}
.master-input-select-container button:hover {
  background: #f8f8f8;
}
.master-input-select-container.active {
  overflow: visible;
}
.master-input-select-container.active ul {
  height: auto;
  border-color: #000;
}
.master-input-select-container.active.for-moment-hidden ul {
  height: 46px;
}

.input-error,
.input-helper,
.input-required,
.input-helper {
  padding: 0;
  height: 0;
  opacity: 0;
}

.input-error {
  color: red;
}

.input-helper,
.input-required,
.input-helper,
.input-limit-char-container {
  flex: 1 100%;
  font-size: 14px;
  opacity: 1;
  height: auto;
  padding: 5px 10px 0;
  transition: opacity 0.1s ease-in;
  margin-bottom: -34px;
  color: #707070;
}
.input-helper--custom,
.input-required--custom,
.input-helper--custom,
.input-limit-char-container--custom {
  margin-bottom: -20px;
}

.input-limit-char-container {
  display: flex;
}

.input-limit-char {
  margin-left: auto;
  font-weight: bold;
  font-size: 12px;
}
.error .input-limit-char {
  color: #f81515;
}

.input-verification-text {
  color: #468ceb;
  opacity: 0;
  height: 0;
  width: 0;
}
.sending .input-verification-text {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 3px 10px;
  transition: opacity 0.1s ease-in;
  margin-bottom: -34px;
}

.master-form-section {
  display: flex;
}

.master-form-sent {
  color: #009B00;
  text-align: center;
  width: 100%;
  padding-bottom: 29px;
  display: none;
}

.input-submit button,
.input-submit input {
  background: #000;
  border: 2px solid #000;
  box-sizing: border-box;
  border-radius: 4px;
  height: 42px;
  font-family: Hero New;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-family: inherit;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-submit--dark input,
.input-submit--dark button {
  background: #000;
  font-size: 16px;
  line-height: 22px;
}
.input-submit--width-auto input,
.input-submit--width-auto button {
  width: auto;
  padding: 0px 24px;
  letter-spacing: 0.42px;
}
.input-submit--bold input,
.input-submit--bold button {
  font-weight: 600;
}
.input-submit--margin-top input,
.input-submit--margin-top button {
  margin-top: 25px;
}
.input-submit .loader {
  border-left-color: #ffffff;
  margin: 0;
  margin-right: 10px;
}

.master-popup-overlay:not(.no-fixed) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.master-popup-overlay.no-fixed {
  margin: var(--margin);
  width: var(--width);
  max-width: 100%;
}
.master-popup-overlay.popup-inline {
  visibility: visible;
  position: static;
  opacity: 1;
}
.master-popup-overlay.visible {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
@media (max-width: 767px) {
  .master-popup-overlay .master-form {
    width: 100%;
  }
  .master-popup-overlay .master-form .input-submit {
    display: none;
  }
  .master-popup-overlay .master-form .master-input:last-child:not(.input-submit) {
    margin-bottom: 0;
  }
  .master-popup-overlay.popup-inline .master-form .input-submit {
    display: flex;
  }
}
@media (max-width: 600px) {
  .master-popup-overlay .mobile-last {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .master-popup-overlay.no-fullPage-mobile.with-submits .master-form .input-submit {
    display: flex;
  }
}

.master-popup-body {
  display: flex;
  flex-direction: column;
}
.master-popup-body--big-radius {
  border-radius: 24px;
}
.master-popup-body:not(.static) {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 600px) {
  .master-popup-body:not(.static).fullPage {
    width: calc(100vw - 30px);
    height: calc(100vh - 30px);
    left: 50%;
    top: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 600px) {
  .master-popup-body:not(.static).bottomPage {
    position: fixed;
    bottom: 0px;
    left: 0px;
    transform: unset;
    height: auto;
    top: unset;
    /* border-radius: 0px; */
    padding-bottom: 24px;
    border-radius: 8px 8px 0px 0px;
  }
}
@media (max-width: 767px) {
  .master-popup-body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    border-radius: 0;
    background: #fff;
  }
  .master-popup-body .master-popup-scroll {
    height: auto;
  }
  .no-fullPage-mobile .master-popup-body {
    top: 50%;
    left: 10px;
    right: 10px;
    bottom: auto;
    transform: translatey(-50%);
    border-radius: 4px;
  }
  .no-fullPage-mobile .master-popup-body--big-radius {
    border-radius: 24px;
  }
}
.master-popup-body.new-form {
  padding: 45px 50px 55px;
  width: 600px;
  max-height: 90vh;
}
@media screen and (max-width: 600px) {
  .master-popup-body.new-form {
    max-height: unset;
  }
}
.master-popup-body.new-form .master-popup-header {
  margin: -45px -50px 0;
  padding: 10px 10px 0 40px;
}
.master-popup-body.new-form .with-icon {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-right: 90px;
}
.master-popup-body.new-form .with-icon.no-padding {
  padding-right: 20px;
}
.master-popup-body.new-form .with-icon:last-child {
  margin-bottom: 0;
}
.master-popup-body.new-form .with-icon .col-1 {
  flex-shrink: 0;
  margin-right: 50px;
}
.master-popup-body.new-form .with-icon .col-2 p {
  margin-bottom: 20px;
}
.master-popup-body.new-form .with-icon .col-2 p:last-child {
  margin-bottom: 0;
}
.master-popup-body.new-form .with-icon .col-2 ul {
  margin-bottom: 20px;
}
.master-popup-body.new-form .with-icon p {
  font-size: 16px;
  line-height: 22px;
}
.master-popup-body.new-form .with-icon ul {
  list-style-type: disc;
  margin-left: 18px;
}
.master-popup-body.new-form .with-icon ul li {
  font-size: 16px;
  line-height: 22px;
}
.master-popup-body.new-form .with-icon .master-popup-title {
  padding-top: 0;
}
.master-popup-body.new-form .with-icon .master-popup-content {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .master-popup-body.new-form .with-icon .master-popup-content {
    text-align: center;
  }
}
.master-popup-body.new-form .master-popup-close-link {
  text-decoration: underline;
  font-size: 14px;
  display: none;
  border: 0;
  width: 100%;
  background: none;
  line-height: 42px;
}
.master-popup-body.new-form .master-popup-new-widget {
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 600px) {
  .master-popup-body.new-form .master-popup-new-widget {
    overflow-x: hidden;
  }
  .master-popup-body.new-form .master-popup-new-widget::-webkit-scrollbar {
    display: none;
  }
}
.master-popup-body.new-form .master-popup-new-widget .with-icon:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .master-popup-body.new-form .master-popup-new-widget.popup-delivery-cost button, .master-popup-body.new-form .master-popup-new-widget.popup-delivery-time button {
    margin-left: -13px;
  }
}
@media (max-width: 600px) {
  .master-popup-body.new-form .master-popup-new-widget.returns-time {
    margin-left: -4px;
  }
}
@media (max-width: 600px) {
  .master-popup-body.new-form {
    padding: 10px 25px;
    width: auto;
  }
  .master-popup-body.new-form .master-popup-close-link {
    display: block;
  }
  .master-popup-body.new-form .with-icon {
    flex-direction: column;
    justify-items: center;
    padding-right: 0;
    align-items: center;
  }
  .master-popup-body.new-form .with-icon .col-1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .master-popup-body.new-form .with-icon .master-popup-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .master-popup-body.new-form .master-popup-header {
    margin: 0 -15px 0;
    padding: 0;
  }
}

.master-form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.master-form input::-webkit-outer-spin-button,
.master-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.master-form input[type=number] {
  -moz-appearance: textfield;
}
.master-form .input-submit .loader {
  display: none;
}
.master-form.sending .input-submit {
  pointer-events: none;
}
.master-form.sending .input-submit .input-submit-text {
  display: none;
}
.master-form.sending .input-submit .loader {
  display: block;
}
.master-form.sent .master-form-sent {
  display: block;
}
.master-form.master-form-success-sent .master-input-success-text {
  display: block;
}

.master-input-success-text {
  display: none;
  color: #7fcd7f;
  margin-top: 15px;
}

.master-popup-body .master-title {
  letter-spacing: 0.3em;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
}

.master-popup-remove {
  width: 48px;
  height: 48px;
  background: url("../images/close_app_2.svg") no-repeat center center;
  background-size: 15px;
  border: 0;
  margin-left: auto;
}
@media (max-width: 600px) {
  .master-popup-remove {
    position: relative;
    right: -12px;
  }
  .master-popup-remove--textlink {
    right: auto;
  }
}

.master-popup-icon {
  background: #F8F8F8;
  border-radius: 50%;
  padding: 15px;
  display: inline-flex;
}

.master-popup-icon-image {
  width: 60px;
  padding: 4px;
}

.master-popup-header {
  display: flex;
  justify-content: space-between;
  padding: 25px 15px 0px 40px;
  align-items: center;
}
.no-fixed .master-popup-header {
  padding: 0 0 0 0;
}
.master-popup-header .master-title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .master-popup-header {
    padding: 5px 10px;
  }
}
.master-popup-scroll {
  padding: 25px 15px 10px 30px;
}
.no-fixed .master-popup-scroll {
  padding: 25px 0 0;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .master-popup-scroll {
    display: flex;
    height: 100%;
    overflow-y: auto;
    padding: 0 10px 15px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .master-popup-scroll form > .master-input:first-child {
    margin-top: 5px;
  }
  .master-popup-scroll > div {
    margin: auto 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .master-popup-submits {
    display: none;
  }
}
.master-popup-submits button {
  border-radius: 4px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.master-popup-submits button .loader {
  border-left-color: #ffffff;
  display: none;
  margin: 0;
  margin-right: 10px;
}
.master-popup-submits button .master-form-sent {
  display: none;
  margin-right: 10px;
}
.master-popup-submits button .master-form-sent:before {
  content: "\e810";
  font-family: fontawesomeselsey;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .master-popup-submits {
    flex-shrink: 0;
    padding: 15px 10px;
  }
  .no-fullPage-mobile .master-popup-submits {
    display: none;
  }
}
.sending .master-popup-submits button .loader {
  display: block;
}
.sent .master-popup-submits button {
  background: #009B00;
  color: #fff;
  pointer-events: none;
}
.sent .master-popup-submits button .master-form-sent {
  display: block;
  color: inherit;
}
.sent .master-popup-submits button .master-popup-submit-title {
  display: none;
}

.master-popup-columns {
  display: flex;
  align-items: flex-start;
}

.master-popup-column.no-resize {
  flex-shrink: 0;
  margin-right: 50px;
}

.master-popup-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 30px;
}

.master-popup-with-scroll {
  height: 731px;
  overflow-y: scroll;
}
.master-popup-with-scroll::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.master-popup-with-scroll .master-popup-submits {
  display: block;
  padding: 30px;
  filter: drop-shadow(0px -4px 25px rgba(0, 0, 0, 0.05));
  position: sticky;
  bottom: 0px;
  width: 100%;
  background: #ffffff;
}
.master-popup-with-scroll .input-submit {
  display: none;
}
.master-popup-with-scroll .master-popup-scroll {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .master-popup-scroll-container {
    overflow-y: scroll;
    flex-direction: column;
    overflow-x: hidden;
  }
}
/* KOMPONENTY POCZĄTEK */
.popup-master {
  overflow: hidden;
  position: fixed;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

@media (max-width: 600px) {
  .popup-master.not-full-screen-mobile .popup-master-wrapper {
    bottom: auto;
    top: 50%;
    transform: translatey(-50%);
  }
}
.popup-master .error {
  text-align: left;
  color: #f81515;
}

.popup-master.no-fixed {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 1;
  background: none;
  visibility: visible;
  opacity: 1;
  display: flex;
  justify-content: center;
}

.popup-master.no-fixed .popup-master-wrapper {
  position: relative;
  margin: 0 auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.popup-master.no-fixed .popup-master-remove {
  display: none;
}

.popup-master.with-title .popup-master-wrapper {
  padding-top: 25px;
}

.popup-master .list {
  margin: 15px 0;
}

.popup-master .list li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 15px;
}

.popup-master .list li:before {
  content: "\f105";
  font-family: fontawesomeselsey;
  color: #f81515;
  position: absolute;
  left: 0;
  top: 3px;
}

.popup-master .popup-master-remove {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  width: 30px;
  height: 30px;
  background: url("../images/close_app.png?v01") no-repeat center right;
  background-size: 15px;
}

.popup-master .popup-master-wrapper {
  background: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 60px 40px 40px;
  border-radius: 10px;
  position: absolute;
}

.popup-master.upped {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

.popup-master .popup-master-bottom-text {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  transform: translatey(100%);
}

.popup-master .popup-master-bottom-text a {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
}

.popup-master .popup-master-bottom-text nav ul {
  margin: 0;
  padding: 0 0px;
  display: flex;
  justify-content: space-around;
}

.popup-master .popup-master-bottom-text nav ul li {
  padding: 0;
  margin: 0 15px 0 0;
}

.popup-master .popup-master-content-scroll-wrapper {
  height: calc(80vh - 100px);
  padding-right: 30px;
  margin-right: -30px;
  overflow-y: scroll;
  position: relative;
}

@media (max-width: 767px) {
  .popup-master .popup-master-wrapper {
    left: 15px;
    top: 50%;
    right: 15px;
    bottom: auto;
    padding: 60px 15px 25px;
    transform: translatey(-50%);
  }
  .popup-master .popup-master-bottom-text {
    display: none;
  }
}
@media (max-width: 600px) {
  .popup-master .popup-master-content {
    width: 100%;
  }
  .popup-master .popup-master-wrapper {
    max-height: none;
    top: 15px;
    bottom: 15px;
    transform: none;
  }
  .popup-master .popup-master-wrapper.no_absolute {
    top: 50%;
    bottom: auto;
    transform: translatey(-50%);
  }
}
.popup-master.aplikuj-cv .popup-master-wrapper {
  max-height: 80vh;
  max-width: 580px;
}

.aplikuj-cv .title-text {
  text-align: justify;
}

.form-contact-content .popup-master-content {
  display: flex;
}

html.navbar-active {
  overflow-y: hidden;
  position: fixed;
}

/* KOMPONENTY KONIEC */
/* POPUP NAPISZ DO NAS */
.contact-list {
  white-space: nowrap;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
.contact-list .datas {
  padding-left: 75px;
  background-size: 60px;
  background-position: center left;
  background-repeat: no-repeat;
}
.contact-list .datas div {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
}
.contact-list li {
  width: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding: 0;
  padding-bottom: 15px;
  background: #fff;
}
.contact-list li figure {
  margin-right: 15px;
  width: 80px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.contact-list li figure img {
  max-width: 100%;
  height: auto;
}
.contact-list li div a,
.contact-list li div div {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
.contact-list li:last-child {
  border: 0;
}
@media (max-width: 1023px) {
  .contact-list {
    display: none;
  }
}

.write-to-us-con {
  display: flex;
  align-items: flex-start;
}
.write-to-us-con form {
  width: 300px;
}
@media (max-width: 600px) {
  .write-to-us-con form {
    width: 100%;
  }
}

.log-in-con {
  width: 360px;
}
.log-in-con .input-submit {
  display: flex;
  align-items: center;
}
.log-in-con .input-submit > * {
  flex: 1;
}
.log-in-con .input-submit p {
  flex: 1 100%;
  padding: 25px 0 0;
}

/* NAPISZ DO NAS KONIEC */
.slider-next,
.slider-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  border: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 20px;
  z-index: 2;
  transform: translatey(-50%);
}
.slider-next:before,
.slider-prev:before {
  content: "\f105";
  font-family: fontawesomeselsey;
  color: #fff;
}

.slider-prev {
  right: auto;
  left: 15px;
}
.slider-prev:before {
  content: "\f104";
}

.main-banner-next,
.lazy-next,
.main-banner-prev,
.lazy-prev,
.featured-prev,
.featured-next,
.sc_widget_next,
.sc_widget_prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  border: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 20px;
  z-index: 2;
  transform: translatey(-50%);
}

.main-banner-next, .main-banner-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-banner-prev:before {
  margin-right: 2px;
  margin-top: -2px;
}

.main-banner-next:before {
  margin-left: 2px;
  margin-top: -2px;
}

@media (max-width: 600px) {
  .main-banner-next,
  .lazy-next,
  .main-banner-prev,
  .lazy-prev,
  .featured-prev,
  .featured-next,
  .sc_widget_next,
  .sc_widget_prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  .main-banner-next:after,
  .lazy-next:after,
  .main-banner-prev:after,
  .lazy-prev:after,
  .featured-prev:after,
  .featured-next:after,
  .sc_widget_next:after,
  .sc_widget_prev:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 42px;
    top: -9px;
    left: -9px;
  }
  .main-banner-prev, .main-banner-next {
    font-size: 14px;
  }
  .main-banner-prev:before {
    margin-right: 1px;
    margin-top: 0;
  }
  .main-banner-next:before {
    margin-left: 1px;
    margin-top: 0;
  }
}
.main-banner-next:before,
.lazy-next:before,
.main-banner-prev:before,
.lazy-prev:before,
.sc_widget_prev:before {
  content: "\f105";
  font-family: fontawesomeselsey;
  color: #fff;
  line-height: 1;
}

.main-banner-prev,
.lazy-prev {
  left: 15px;
}

.main-banner-prev:before,
.lazy-prev:before {
  content: "\f104";
}

/* STOPKA POCZĄTEK */
/* STOPKA KONIEC */
.button-selsey,
#go_to_cart form button,
#wishlist_submits .goback,
#copy_all_to_cart,
.copy_to_cart {
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 20px;
  text-align: justify;
  border-radius: 300px;
  background: #000;
  border: 0;
  position: relative;
  background: #fff;
  margin: 0 auto;
}

.button-selsey:before,
#go_to_cart form button:before,
#wishlist_submits .goback:before,
#copy_all_to_cart:before,
.copy_to_cart:before {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 300px;
}

.spacer-title {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 25px 0;
  font-weight: 400;
  letter-spacing: 4px;
}
@media (max-width: 600px) {
  .spacer-title {
    font-size: 13px;
  }
}

.close-app-widget,
.fancybox-item.fancybox-close,
.close-popup-newsletter,
.remove-sidebar-rwd,
.delete_filters ul li a:after,
.close-form-contact,
.close-product-pop-up,
.close-map,
.close-rodo {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  width: 30px;
  height: 30px;
  background: url("../images/close_app.png?v01") no-repeat center right;
  background-size: 15px;
}

.header_contact_form {
  min-width: 300px;
}
@media (max-width: 500px) {
  .header_contact_form {
    width: 100%;
    min-width: auto;
  }
}

/* PODSTRONY */
.headline-box {
  padding: 0;
}
.headline-box h1 {
  text-transform: uppercase;
}

.headline-content {
  flex-wrap: wrap;
}
.headline-content .desc {
  flex: 1 100%;
  margin-top: 15px;
  text-align: justify;
}
.headline-content h1,
.headline-content h2,
.headline-content h3 {
  font-weight: 300;
  font-size: 30px;
}
@media (max-width: 600px) {
  .headline-content h1,
  .headline-content h2,
  .headline-content h3 {
    font-size: 26px;
  }
}

/* PODSTRONY KONIEC */
#livechat-compact-container {
  z-index: 2 !important;
}

.no_products {
  padding-top: 30px;
  padding-bottom: 70px;
}

.cookie_alert_selsey {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  z-index: 9999999999;
  padding-right: 50px;
  font-weight: 300;
}
.cookie_alert_selsey button {
  background: url("../images/close_app_w.png") no-repeat center center, url("../images/close_app_w.png") no-repeat center center, url("../images/close_app_w.png") no-repeat center center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  border: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.container {
  width: 1350px;
}
@media (max-width: 1350px) {
  .container {
    width: 100%;
  }
}

.description iframe {
  max-width: 100%;
  height: 220px;
}

/* DO KOSZYKA  */
.btn-4-1 {
  background: #F58569;
  color: #fff;
  height: 50px;
  line-height: 46px;
}
.btn-4-1:before {
  width: 25px;
  display: inline-block;
  height: 14px;
  position: relative;
  content: "";
  background: url(/magazine/page/images/koszyk-icon.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  top: 1px;
}
.btn-4-1:hover {
  background: #c06752;
}
.btn-4-1:hover:before {
  background: url(/magazine/page/images/koszyk-icon-hover.svg) no-repeat center center;
  background-size: contain;
}

/* iframe showroom/ biz */
body.custom-view {
  padding: 0 !important;
}
body.custom-view .product-list,
body.custom-view .sc_widget {
  margin-top: 0;
  margin-right: 0;
}
body.custom-view .product-list {
  margin-right: -15px;
}

/* iframe showroom/ biz */
/* LOADER */
.spinner {
  margin: 30px auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f81515;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* LOADER */
/* FORMULARZE POCZĄTEK */
/* FORMULARZE KONIEC */
/* ZAMOWPROBKE POCZĄTEK */
.company_name {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  display: none !important;
}
.company_name.visible {
  visibility: visible;
  opacity: 1;
  display: block !important;
}

.nr_mieszkania {
  flex: none !important;
  width: 85px !important;
  margin-right: 0 !important;
}

.miasto {
  margin-right: 0 !important;
}

.kod_pocztowy {
  flex: none !important;
  width: 90px !important;
}

.login_form_a {
  width: 350px;
}
@media (max-width: 600px) {
  .login_form_a {
    width: 100%;
  }
}

.page-wrapper {
  overflow: hidden;
}

.login-left {
  order: 1;
  flex: 1;
}

.login-right {
  flex: 2;
  font-size: 18px;
  position: relative;
  font-weight: 100;
}
.login-right ul {
  line-height: 40px;
}
.as-checked-icon {
  margin-right: -30px;
  flex-wrap: wrap;
}
.as-checked-icon .master-input {
  flex: 1 calc(33% - 30px);
  margin-bottom: 30px;
  padding-bottom: 0;
}
.as-checked-icon .master-input.input-checkbox label {
  padding: 0 0 0 65px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
.as-checked-icon .master-input:first-child .master-checkbox-overlay span:before {
  color: #f81515;
}
.as-checked-icon .master-checkbox-overlay {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translatey(-50%);
}
.as-checked-icon .master-checkbox-overlay input:checked ~ span:before {
  content: "\e810";
  width: auto;
  height: auto;
  background: transparent;
}
.as-checked-icon .master-checkbox-overlay span {
  background: transparent;
  border: 0;
}
.as-checked-icon .master-checkbox-overlay span:before {
  content: "";
  font-family: fontawesomeselsey;
  color: #ffffff;
  width: auto;
  height: auto;
}
@media (max-width: 600px) {
  .as-checked-icon .master-input {
    flex: 1 calc(50% - 30px);
  }
}

.probki-odcienie-title {
  position: absolute;
}

.probki-odcienie {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.probki-odcienie-title {
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.probki-odcienie-title label {
  line-height: normal;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
}

.block-input {
  margin-bottom: 30px;
}
.block-input > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.zamowprobke {
  width: 580px;
  margin: 0 auto;
}
.zamowprobke [type=button] {
  margin: 0 auto;
}
.zamowprobke .steps {
  display: block;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.zamowprobke.in_popup .steps {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
}
@media (max-width: 600px) {
  .zamowprobke {
    width: 100%;
  }
}

@keyframes pulse-border {
  0% {
    border-color: #fff;
  }
  100% {
    border-color: #f81515;
  }
}
.zamow_probke_frame .some-info {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #f81515;
  animation: pulse-border 0.5s infinite alternate-reverse;
}
.zamow_probke_frame .popup-master-wrapper {
  max-height: 80vh;
}
.zamow_probke_frame .popup-master-content {
  position: relative;
  height: calc(80vh - 100px);
  width: 600px;
}
.zamow_probke_frame .popup-master-content-scroll-wrapper {
  height: calc(80vh - 100px);
  padding-right: 20px;
  margin-right: -20px;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  .zamow_probke_frame .popup-master-content {
    width: 100%;
  }
  .zamow_probke_frame .popup-master-wrapper {
    max-height: none;
    top: 15px;
    bottom: 15px;
    transform: none;
  }
  .zamow_probke_frame .popup-master-content-scroll-wrapper {
    height: calc(80vh + 10px);
    margin-right: 0;
  }
}

body.in_popup {
  padding-top: 0;
}
body.in_popup #livechat-compact-container {
  display: none !important;
}

.some-info {
  color: #838383;
}
.some-info i {
  color: #000000;
  margin-right: 10px;
  margin-left: 5px;
}

.informacje ul li {
  max-width: 180px;
}
.informacje ul li:nth-child(3) a {
  line-height: 16px;
  padding: 10px 0;
}

.hidden-price,
.hidden-szerokosc,
.hidden-wysokosc,
.hidden-glebokosc {
  display: none !important;
}

/* ZAMOWPROBKE KONIEC */
.selsey-action-button {
  padding: 0 25px;
  display: inline-block;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 50px;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #2B2A31;
}

p.small {
  font-size: 12px;
}

.hidden-ui {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.2s !important;
}

.lp-case .selsey-action-button {
  margin-bottom: 30px;
}

.showroom-title {
  font-weight: inherit;
}

.master-alert {
  background: transparent;
  padding: 0;
  margin-top: 0;
}
.master-alert--margin-bottom {
  margin-bottom: 20px;
}

.master-alert p {
  background: #fff8e2;
  padding: 15px;
  color: #dea400;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .master-alert p {
    padding: 15px 10px;
  }
}
.fa-wrapper:before {
  font-family: fontawesomeselsey;
}

.content-scroll > *:nth-child(2) {
  margin-top: 0 !important;
}
.content-scroll .ps__rail-y {
  right: 15px !important;
}

.login-to-register {
  border: 0;
  color: inherit;
  font-weight: bold;
  background: none;
  color: #000;
  font-family: inherit;
  padding: 0;
}

.open-contact {
  line-height: normal;
  border: 0;
  background: none;
  display: inline;
  padding: 0;
  font-weight: bold;
}
.open-contact:hover {
  cursor: pointer;
}

.headline-box {
  padding: 25px 0 20px;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 18%;
}
.headline-box.headline-box-listing {
  background: none;
  padding-left: 0;
}

.description {
  text-align: justify;
}

.description ol,
.description ol > li {
  list-style: decimal;
  margin-left: 7px;
}

.description ul,
.description ul > li {
  list-style: disc;
  margin-left: 7px;
}

@media (min-width: 601px) {
  .popup-master.register-form-popup .popup-master-wrapper .popup-master-content .popup-master-content-scroll-wrapper {
    overflow-y: auto;
    height: auto;
  }
}
@media (max-width: 600px) {
  .popup-master.register-form-popup .popup-master-wrapper .popup-master-content .popup-master-content-scroll-wrapper {
    height: calc(100vh - 100px);
    margin-right: 0;
    padding-right: 0;
  }
}

.swiper-pagination-bullet-active {
  background: #f81515 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets:not(.product-pins-grid__pagination),
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative !important;
  margin: 30px auto 10px !important;
  bottom: auto !important;
  top: auto !important;
}

@media (max-width: 600px) {
  .covid-inf span {
    display: none;
  }
}

.box-shadow {
  box-shadow: 0px 1px 3px 1px #e4e4e4;
}

.border-radius {
  height: 42px;
  line-height: 1;
  border: 0;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.border-radius i {
  color: #f81515;
  margin-right: 10px;
}
.border-radius:before {
  content: "";
  width: 70%;
  padding-top: 70%;
  background: #000;
  position: absolute;
  left: var(--x);
  top: var(--y);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.border-radius.black-radius {
  background: #000000;
  color: #ffffff;
}
.border-radius.black-radius:before {
  background: #ffffff;
}
.border-radius.black-radius:hover {
  background-color: #000000;
  color: #ffffff;
}
.border-radius.black-radius:hover:before {
  opacity: 0.15;
}

a.border-radius:hover,
button.border-radius:hover {
  color: #000;
  transition: all 0s;
}
a.border-radius:hover i,
button.border-radius:hover i {
  color: inherit;
}

.remove-button-black {
  background: transparent center center no-repeat;
  background-image: url("/magazine/page/images/close_app.png"), url("/magazine/page/images/close_app.png"), url("/magazine/page/images/close_app.png");
  background-size: contain;
}

.remove-button-white {
  background: transparent center center no-repeat;
  background-image: url("/magazine/page/images/close_app_w.png"), url("/magazine/page/images/close_app_w.png"), url("/magazine/page/images/close_app_w.png");
  background-size: contain;
}

.blue-link {
  color: #468ceb !important;
}

@media (min-width: 768px) {
  .register-form-popup .master-popup-body {
    width: 520px;
  }
}

.zamow-probke-popup .master-popup-scroll {
  overflow-x: hidden;
}
.zamow-probke-popup .master-popup-body {
  height: 700px;
  width: 768px;
}
@media (max-width: 767px) {
  .zamow-probke-popup .master-popup-body {
    width: 100%;
    height: unset;
  }
}
.zamow-probke-popup .master-alert {
  margin-top: -15px;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .zamow-probke-popup .master-alert {
    margin-top: 0;
  }
}
.zamow-probke-popup .mobile-enable {
  display: none;
}
@media (max-width: 767px) {
  .zamow-probke-popup .master-popup-scroll {
    margin-right: 0;
  }
  .zamow-probke-popup .mobile-enable {
    display: block;
  }
  .zamow-probke-popup .desktop-enable {
    display: none;
  }
}

.strong-info {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}

.no-copy:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.master-border-360 {
  border-radius: 50px;
  background: none;
  border: 0;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border: 1px solid #000000;
  background: #ffffff;
  text-transform: uppercase;
  color: #000000;
}
.master-border-360.black {
  background: #000000;
  color: #ffffff;
}
.master-border-360.black:hover:not([disabled]) {
  background: #464646;
  border-color: #464646;
}
.master-border-360:hover:not([disabled]) {
  background: #f3f3f3;
}
.master-border-360[disabled] {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  color: #979797;
  pointer-events: none;
}

#netgraf_master_message {
  margin-left: 0;
  left: 0%;
  min-height: auto;
  font-size: 12px;
  line-height: initial;
  text-align: center;
  padding: 8px 45px;
  text-indent: initial;
  color: #000;
  width: 100%;
}

#netgraf_master_message.ok {
  background: #dcffca !important;
}

#netgraf_master_message.error {
  background: #ffcaca !important;
}

#netgraf_master_message .popup-master-remove {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  width: 30px;
  height: 30px;
  background: url(../images/close_app.png?v01) no-repeat center right;
  background-size: 15px;
  top: 0px;
}

.custom-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: 580px;
  visibility: hidden;
  opacity: 0;
}

.custom-popup.upped {
  visibility: visible;
  opacity: 1;
}

.custom-popup-60 b,
.custom-popup-60 strong {
  font-weight: bold !important;
}

.custom-popup-60-ul > li {
  margin-bottom: 15px;
  font-size: 13px;
  position: relative;
  padding-left: 25px;
}

.custom-popup .fa {
  color: #ff0000;
  position: absolute;
  left: 0;
}

.custom-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
}

.custom-c-color {
  color: #ff0000;
  font-weight: bold;
}

.custom-c-color:hover {
  cursor: pointer;
}

@media (max-width: 620px) {
  .custom-popup {
    width: calc(100vw - 30px);
    bottom: 0;
    transform: translateX(-50%);
    top: auto;
  }
}
.ekomi-footer.footer-ekomi-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .ekomi-footer.footer-ekomi-desktop {
    display: none;
  }
  .ekomi-footer.footer-ekomi-mobile {
    display: block;
  }
}

.is-today .pika-button {
  font-weight: bold;
  background: transparent !important;
  color: #000 !important;
}

input.kalendarz {
  z-index: 3;
}
input.kalendarz ~ label {
  z-index: 4 !important;
}

@media (max-width: 480px) {
  .header-nav {
    order: 5;
  }
}
.contact-shop-popup-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}
.contact-shop-popup-background--resize {
  align-items: flex-start;
  overflow-y: auto;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup-background {
    background: #ffffff;
  }
}

.contact-shop-popup {
  width: 900px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  border-radius: 0px;
  opacity: 1;
  padding: 0px;
}
@media (max-width: 960px) {
  .contact-shop-popup {
    width: 708px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup {
    width: 100%;
    height: 100%;
    box-shadow: none;
    position: absolute;
  }
}
.contact-shop-popup--wide {
  width: 1065px;
}
.contact-shop-popup--wide .service-forms {
  max-width: 990px;
}
@media (max-width: 1125px) {
  .contact-shop-popup--wide {
    width: 800px;
  }
  .contact-shop-popup--wide .service-forms {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 860px) {
  .contact-shop-popup--wide {
    width: 708px;
  }
  .contact-shop-popup--wide .service-forms {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup--wide {
    width: 100%;
    height: 100%;
    box-shadow: none;
    position: absolute;
  }
  .contact-shop-popup--wide .service-forms {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.contact-shop-popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.contact-shop-popup__screen {
  display: none;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup__screen {
    padding-top: 90px;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: scroll;
  }
}
.contact-shop-popup__screen--active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-shop-popup__screen--form-send .contact-shop-popup__selection {
  display: none;
}
.contact-shop-popup__screen--form-send .service-forms {
  display: none;
}
.contact-shop-popup__screen--form-send .service-forms__success {
  display: block;
}
.contact-shop-popup__screen--form-error .contact-shop-popup__selection {
  display: none;
}
.contact-shop-popup__screen--form-error .service-forms {
  display: none;
}
.contact-shop-popup__screen--form-error .service-forms__error {
  display: block;
}
.contact-shop-popup__screen--form-sending .input-submit button {
  pointer-events: none;
  background: #d5d9d9 !important;
}
.contact-shop-popup__screen--form-sending .input-submit button .loader {
  display: block;
}
.contact-shop-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 25px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup__header {
    padding: 16px 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #ffffff;
    z-index: 9999999999;
  }
}
.contact-shop-popup__header-title {
  font: normal normal 500 20px/28px hero-new, sans-serif;
  color: #000000;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup__header-title {
    font: normal normal bold 20px/28px hero-new, sans-serif;
  }
}
.contact-shop-popup__header-icon {
  cursor: pointer;
}
.contact-shop-popup__icon {
  margin: 0px auto 38px auto;
  max-width: 130px;
  display: block;
}
.contact-shop-popup__icon--with-background {
  display: flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  border-radius: 50%;
}
.contact-shop-popup__icon--big {
  width: 130px;
  height: 130px;
}
.contact-shop-popup__icon--margin-custom {
  margin: 0px auto 12px auto;
}
.contact-shop-popup__section-icon {
  margin-top: 56px;
}
.contact-shop-popup__selection {
  opacity: 1;
  width: 100%;
  padding: 0px 25px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup__selection {
    padding: 0px 20px;
  }
}
.contact-shop-popup__selection-wrapper {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin: 0px auto;
  border-radius: 11px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup__selection-wrapper {
    flex-direction: column;
  }
}
.contact-shop-popup__selection-wrapper .master-form {
  width: 95%;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup__selection-wrapper .master-form {
    width: 100%;
  }
}
.contact-shop-popup__selection-wrapper--logged-in {
  justify-content: center;
}
.contact-shop-popup__selection-wrapper--logged-in .master-form {
  width: 100%;
}
.contact-shop-popup__login-text {
  font: normal normal 400 14px/20px hero-new, sans-serif;
  color: #0653c3;
  padding-left: 22px;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .contact-shop-popup__login-text {
    margin: 16px 0px;
    padding-left: 0px;
  }
}
.contact-shop-popup__button {
  background: #000;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.42px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  height: 46px;
  padding: 0px 30px;
  width: auto;
  border: none;
  border-radius: 4px;
}
.contact-shop-popup .input-submit {
  justify-content: center;
}

.service-welcome {
  padding: 56px 50px 50px 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-welcome {
    padding: 56px 30px 50px 30px;
    min-height: 660px;
  }
}
.service-welcome--active {
  display: flex;
}
.service-welcome__title {
  text-align: left;
  font: normal normal bold 24px/35px hero-new, sans-serif;
  color: #000000;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-welcome__title {
    font: normal normal bold 20px/28px hero-new, sans-serif;
  }
}
.service-welcome__subtitle {
  text-align: center;
  font: normal normal normal 20px/22px hero-new, sans-serif;
  letter-spacing: 0px;
  color: #4d4d4d;
  opacity: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-welcome__subtitle {
    font: normal normal normal 16px/22px hero-new, sans-serif;
  }
}
.service-welcome__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-welcome__buttons {
    flex-direction: column;
    gap: 16px;
  }
}
.service-welcome__buttons-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-welcome__buttons-box {
    margin-bottom: 37px;
  }
}
.service-welcome__buttons-image-wrapper {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  margin-bottom: 25px;
  background: #F8F8F8;
  border-radius: 50%;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-welcome__buttons-image-wrapper {
    width: 107px;
    height: 107px;
    padding: 24px;
    margin-bottom: 12px;
  }
}
.service-welcome__buttons-image {
  max-width: 100%;
  max-height: 100%;
}
.service-welcome__buttons-text {
  text-align: center;
  font: normal normal 600 14px/24px hero-new, sans-serif;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-welcome__buttons-text {
    font: normal normal 600 14px/20px hero-new, sans-serif;
  }
}
.service-welcome__button {
  text-transform: uppercase;
  background: #FFFFFF;
  border: 2px solid #000;
  border-radius: 50px;
  opacity: 1;
  color: #2B2A31;
  min-height: 61px;
  padding: 0px 20px;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 480px) {
  .service-welcome__button {
    width: 100%;
  }
}
.service-welcome__button:hover {
  color: #ffffff;
  background: #000;
}

.service-login-view {
  padding-bottom: 40px;
}
.service-login-view__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 550px;
  width: 100%;
}
.service-login-view__form {
  max-width: 350px;
}
.service-login-view__register {
  font: normal normal 400 14px/20px hero-new, sans-serif;
  margin-top: 40px;
  color: #0653c3;
  text-decoration: underline;
}

.var-height {
  height: var(--heightDesktop) !important;
}

@media (max-width: 600px) {
  .var-height {
    height: var(--heightMobile) !important;
  }
}
.service-forms {
  max-width: 654px;
  width: 100%;
  padding-bottom: 55px;
}
.service-forms__form {
  display: none;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-forms__form {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.service-forms__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-forms__row {
    flex-direction: column;
  }
}
.service-forms__row--tight .service-forms__col-100 {
  padding-left: 203px;
  padding-right: 203px;
}
@media (max-width: 860px) {
  .service-forms__row--tight .service-forms__col-100 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.service-forms__col-50 {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-forms__col-50 {
    width: 100%;
  }
}
.service-forms__col-50--with-background {
  padding: 15px;
  background: #f8f8f8;
  border-radius: 11px;
}
.service-forms__col-33 {
  width: -webkit-calc(33.333% - 15px);
  width: -moz-calc(33.333% - 15px);
  width: calc(33.333% - 15px);
}
@media (max-width: 860px) {
  .service-forms__col-33 {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-forms__col-33 {
    width: 100%;
  }
}
.service-forms__col-33--with-background {
  padding: 15px;
  background: #f8f8f8;
  border-radius: 11px;
}
.service-forms__col-66 {
  width: -webkit-calc(66.666% - 15px);
  width: -moz-calc(66.666% - 15px);
  width: calc(66.666% - 15px);
}
@media (max-width: 860px) {
  .service-forms__col-66 {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .service-forms__col-66 .service-forms__row {
    flex-direction: column;
  }
  .service-forms__col-66 .service-forms__col-50 {
    width: 100%;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-forms__col-66 {
    width: 100%;
  }
  .service-forms__col-66 .service-forms__row {
    flex-direction: row;
  }
  .service-forms__col-66 .service-forms__col-50 {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .service-forms__col-66 {
    width: 100%;
  }
  .service-forms__col-66 .service-forms__row {
    flex-direction: column;
  }
  .service-forms__col-66 .service-forms__col-50 {
    width: 100%;
  }
}
.service-forms__col-66--with-background {
  padding: 15px;
  background: #f8f8f8;
  border-radius: 11px;
}
.service-forms__col-100 {
  width: 100%;
}
.service-forms__legal-info {
  font-size: 12px;
  margin-top: 20px;
}
.service-forms__legal-info a {
  text-decoration: underline;
}
.service-forms__instruction {
  background: #F8F8F8;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 16px;
}
.service-forms__instruction a {
  text-decoration: underline;
  color: #0653C3;
}
.service-forms__section-title {
  font: normal normal 600 14px/20px hero-new, sans-serif;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.service-forms__section-title--under-element {
  margin-bottom: 0px;
  margin-top: 8px;
  text-transform: unset;
  letter-spacing: unset;
}
.service-forms__submits {
  border-top: 1px solid #d5d9d9;
  padding: 10px 30px 0px 30px;
  margin-top: 16px;
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .service-forms__submits {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .service-forms__submits--no-margin {
    margin-top: 15px;
  }
}
.service-forms__success {
  width: 100%;
  display: none;
}
.service-forms__error {
  width: 100%;
  display: none;
}
.service-forms__success-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.service-forms__success-title {
  font: normal normal 600 30px/43px hero-new, sans-serif;
  margin-bottom: 6.5px;
}
.service-forms__success-subtitle {
  font: normal normal 400 16px/22px hero-new, sans-serif;
  color: #4d4d4d;
  margin-bottom: 27px;
}
.service-forms__success-link {
  font: normal normal 400 16px/22px hero-new, sans-serif;
  color: #0653C3;
  margin-bottom: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.service-forms label a {
  color: #0653c3;
  text-decoration: underline;
}
.service-forms .master-input.input-textarea.error {
  margin-bottom: 20px;
}

.master-checkbox-field {
  position: relative;
  display: block;
  padding: 0px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}
.master-checkbox-field--small-padding .c-checkbox-field__checkmark {
  top: 6px;
}
.master-checkbox-field--small-padding .c-checkbox-field__label {
  padding: 6px 0 6px 32px;
}
.master-checkbox-field__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.master-checkbox-field__checkmark {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d9d9;
  border-radius: 4px;
  background: #ffffff;
}
.master-checkbox-field__checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.master-checkbox-field__label {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0 12px 44px;
}
.master-checkbox-field__label a {
  color: #0653c3;
  text-decoration: underline;
}
.master-checkbox-field__checkbox:checked ~ .master-checkbox-field__checkmark::after {
  border-color: #000000;
}

.master-form .master-input .input-file-button {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding-left: 0px;
  position: relative;
}
.master-form .master-input .input-file-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0x;
  top: 0px;
  cursor: pointer;
}

.fileToUploadName {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  display: flex;
  align-items: center;
  gap: 2px;
}

.fileToUploadName button {
  background: url("../konto-img/delete-trash.svg") no-repeat center center;
  border: 0;
  width: 19spx;
  height: 19px;
  background-size: cover;
}

.fileToUploadName:hover {
  cursor: pointer;
}

.master-input--disabled.master-input.input-textarea::before {
  background: rgba(239, 239, 239, 0.3);
}
.master-input--disabled.master-input.input-textarea textarea {
  background: rgba(239, 239, 239, 0.3);
  border-color: rgba(239, 239, 239, 0.3);
  pointer-events: none;
}

.master-form .master-input.master-input--disabled {
  color: #d5d9d9;
}
.master-form .master-input.master-input--disabled input {
  background: rgba(239, 239, 239, 0.3);
  pointer-events: none;
}
.master-form .master-input.master-input--disabled .input-file-button {
  border: 1px solid #d5d9d9;
  background: #f8f8f8;
  color: #d5d9d9;
  pointer-events: none;
}
.master-form .master-input.master-input--disabled .master-input-select-container {
  pointer-events: none;
}
.master-form .master-input.master-input--disabled .master-input-select-container ul > li {
  background: #f8f8f8;
}

.master-input--disabled.input-select {
  pointer-events: none;
}
.master-input--disabled.input-select li {
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  border-color: rgba(118, 118, 118, 0.3);
}

.lazy-load-product-photos .lazy-prev, .lazy-load-product-photos .lazy-next {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  height: 50px;
  border-radius: 5px;
}

.lazy-load-product-photos .lazy-prev::before, .lazy-load-product-photos .lazy-next::before {
  color: #acacac;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 719px) {
  .lazy-load-product-photos .lazy-prev::before, .lazy-load-product-photos .lazy-next::before {
    color: #494949;
  }
}

.footer-custom-info {
  background: #B5838D;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 500px) {
  .footer-custom-info {
    line-height: 18px;
    font-size: 11.5px;
  }
}
@media (max-width: 360px) {
  .footer-custom-info {
    font-size: 11px;
  }
}
.footer-custom-info__text {
  margin-right: 5px;
}
.footer-custom-info__text:last-child {
  margin: 0;
}

/* BESTSELLER SLIDER */
.bestseller-wrapper {
  margin-bottom: 30px;
  float: none;
  clear: both;
}

.bestseller-wrapper .swiper-wrapper {
  height: auto;
  margin-right: 0px;
  flex-wrap: nowrap;
}

.fabric-form-title {
  font-size: 2em;
  padding-bottom: 25px;
  font-weight: 600;
  white-space: normal;
  text-transform: uppercase;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .fabric-form-title {
    padding-bottom: 0px;
  }
}

/* EKOMI CUSTOM */
.opinion-widget {
  padding: 0 20px;
}

@media (max-width: 600px) {
  .opinion-widget {
    padding: 0 0;
  }
}
.opinion-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.opinion-rate {
  text-align: center;
  margin-right: 50px;
  position: relative;
}

.opinion-rate span {
  font-size: 52px;
  line-height: 65px;
  font-weight: 600;
}

.opinion-circles {
  display: flex;
}

.opinion-circles > div {
  margin-right: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.opinion-circles > div:last-child {
  margin-right: 0;
}

.opinion-circles > div > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.opinion-circles > div:before {
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  display: block;
  background: #fff;
  /* width: 100%; */
  /* height: 100%; */
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}

.opinion-circles > div span {
  font-weight: bold;
  font-size: 18px;
}

.opinion-rating {
  display: flex;
  align-items: center;
}

.opinion-stars {
  position: relative;
}

.opinion-stars img {
  width: auto;
  max-width: none;
}

.opinion-stars .opinion-stars-full {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.product-title-widget.opinion-cat-b .opinion-stars img {
  width: 105px;
}

.product-title-widget.opinion-cat-b {
  align-items: center;
}

.product-title-widget.opinion-cat-b .opinion-text {
  margin-right: 15px;
}

.product-title-widget.opinion-cat-b .opinion-full {
  font-size: 18px;
}

.product-title-widget.opinion-cat-b .opinion-rating {
  margin-top: 0;
}

.opinion-some {
  color: #707070;
  font-size: 14px;
  margin-top: 5px;
}

.opinion-title-list {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.opinion-list {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #E1E1E1;
}

#ekomi-product-widget-identifier {
  height: 0;
}

.opinion-list-ul {
  margin-bottom: 0;
}

.opinion-list-ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
}

.opinion-list-ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.opinion-list-header {
  display: flex;
  align-items: center;
}

.opinion-list-header .opinion-stars {
  margin-right: 8px;
}

.opinion-list-header .opinion-stars img {
  width: 95px;
}

@media (max-width: 600px) {
  .opinion-list-header .opinion-stars img {
    width: 65px;
  }
}
.opinion-time {
  color: #707070;
  font-size: 14px;
}

.opinion-under-header {
  color: #009B00;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0;
}

@media (max-width: 600px) {
  .opinion-under-header {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}
.opinion-content p {
  color: #383838;
  font-size: 14px;
}

@media (max-width: 600px) {
  .opinion-content p {
    line-height: 22px;
  }
}
.opinion-cat-a {
  display: flex;
  align-items: center;
}

.opinion-cat-a .opinion-text {
  display: flex;
  align-items: center;
}

.opinion-cat-a .opinion-circles {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .opinion-cat-a .opinion-circles {
    margin-right: 20px;
  }
}
.opinion-cat-a .pie {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.opinion-cat-a .pie:before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}

.opinion-cat-a .some-some {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}

.opinion-cat-a .opinion-rate {
  margin-right: 0px;
}

.opinion-cat-a .opinion-rating span {
  color: #707070;
}

.opinion-cat-a .opinion-rate-rest {
  flex-direction: row;
  display: flex;
}

.opinion-cat-a .opinion-rate-rest .opinion-stars {
  margin-right: 10px;
}

.opinion-cat-a .opinion-rest-cat-a {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .opinion-cat-a .opinion-rest-cat-a {
    flex-direction: column;
    align-items: flex-start;
  }
  .opinion-cat-a .opinion-rate-rest {
    flex-direction: column;
    align-items: flex-start;
  }
  .opinion-cat-a .pie {
    width: 60px;
    height: 60px;
  }
  .opinion-cat-a .some-some {
    margin-bottom: 5px;
  }
  .opinion-cat-a .opinion-some {
    font-size: 12px;
  }
}
.opinion-widget-homepage {
  display: flex;
  align-items: center;
}

.opinion-widget-homepage .opinion-title {
  font-size: 22px;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 5px;
}

.opinion-widget-homepage .opinion-rate a {
  color: #006CFF;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

.opinion-widget-homepage .opinion-stars {
  margin-bottom: 10px;
}

.bolder-a {
  font-weight: bold;
  display: inline;
}

.opinion-list-homepage {
  color: #383838;
}

.opinion-list-homepage .opinion-stars {
  margin-bottom: 0;
  font-size: 15px;
}

.opinion-list-homepage .opinion-stars > li {
  margin-right: 6.5px;
}

.opinion-list-homepage .opinion-list-info {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.opinion-list-homepage .opinion-list-info .yellow {
  right: 0;
}

.opinion-list-homepage .opinion-list-info div {
  font-size: 12px;
}

.opinion-list-homepage ul {
  display: flex;
}

.opinion-list-homepage > ul > li {
  flex-shrink: 0;
  margin-right: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 15px 10px;
  width: 295px;
}

.opinion-list-homepage > ul > li p {
  font-size: 14px;
}

.opinion-widget-b {
  border: 1px solid rgba(195, 195, 195, 0.5019607843);
  border-radius: 5px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 100px;
}

.opinion-widget-b figure {
  width: 80px;
  position: relative;
  margin-bottom: -40px;
  top: -50px;
}

.opinion-widget-b figure img {
  max-width: 100%;
}

.opinion-widget-b .opinion-stars {
  font-size: 18px;
}

.opinion-widget-b .opinion-stars > li {
  margin-right: 8px;
}

.opinion-widget-b .opinion-stars > li:last-child {
  marginr-right: 0;
}

.opinion-widget-b .opinion-rating {
  display: flex;
  flex-direction: column;
}

.opinion-widget-b .opinion-rate {
  margin-right: 0;
}

.opinion-widget-b .widget-b-text-1 {
  margin: 10px 0;
  font-weight: 600;
}

.opinion-widget-b .widget-b-text-2 {
  margin: 0px 0 10px;
  font-weight: bold;
  font-size: 12px;
}

.opinion-widget-b .widget-b-text-3 {
  font-size: 12px;
  color: #707070;
}

.pie {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .opinion-widget-product .opinion-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .opinion-widget-product .opinion-title {
    text-align: center;
    font-size: 26px;
    letter-spacing: -0.78px;
  }
  .opinion-widget-product .opinion-rate {
    margin-right: 0;
  }
  .opinion-widget-product .opinion-rate-rest {
    margin-top: 10px;
  }
  .opinion-widget-product .opinion-rate {
    display: flex;
    align-items: center;
  }
  .opinion-widget-product .opinion-rate span {
    margin-right: 20px;
    font-size: 50px;
  }
  .opinion-widget-product .opinion-circles {
    margin-top: 20px;
  }
  .opinion-widget-product .pie {
    width: 70px;
    height: 70px;
  }
  .opinion-widget-product .pie:before {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  .opinion-widget-product .opinion-circles > div span {
    color: #000;
    font-size: 20px;
  }
  .opinion-widget-product .opinion-circles > div > div {
    font-size: 11px;
    color: #707070;
  }
  .opinion-widget-product .opinion-title-list {
    font-size: 20px;
  }
}
.opinion-cat-b {
  display: flex;
  align-items: flex-end;
}

.opinion-cat-b .opinion-text {
  font-size: 18px;
  margin-right: 30px;
}

.opinion-cat-b .opinion-rating {
  margin-top: 5px;
}

.opinion-cat-b .opinion-full {
  font-size: 40px;
}

.opinion-cat-b .opinion-rate {
  margin-right: 0;
}

.opinion-widget-homepage-a {
  display: flex;
  align-items: center;
}

.opinion-widget-homepage-a .blue-link {
  border: 0;
  background: none;
  padding: 0;
  text-decoration: underline;
  display: block;
  text-align: center;
  width: 100%;
  display: block;
}

.opinion-widget-homepage-a .opinion-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.opinion-widget-homepage-a .left-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
}

.opinion-widget-homepage-a .opinion-stars img {
  width: 170px;
}

.opinion-widget-homepage-a .opinion-by {
  margin-right: 0;
  margin-top: 10px;
}

.opinion-widget-homepage-a .opinion-by span {
  font-weight: bold;
}

.opinion-widget-homepage-a .opinion-by button {
  margin-top: 10px;
}

.opinion-widget-homepage-a .right-side {
  padding: 15px 20px;
  font-size: 14px;
}

.opinion-widget-homepage-a .right-side .opinion-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 16px 15px;
}

@media (max-width: 600px) {
  .opinion-widget-homepage-a .right-side {
    padding: 15px 1px;
  }
}
.opinion-widget-homepage-a .opinion-shadow-bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.opinion-widget-homepage-a .opinion-shadow-bottom .opinion-stars img {
  width: 95px;
}

.opinion-widget-homepage-a .date {
  color: #707070;
  font-size: 12px;
}

@media (max-width: 600px) {
  .opinion-widget-homepage-a {
    flex-direction: column;
  }
  .opinion-widget-homepage-a .left-side {
    margin: 0 0 10px 0;
  }
  .opinion-widget-homepage-a .right-side {
    overflow-x: scroll;
    width: 100%;
    padding: 0 15px;
  }
  .opinion-widget-homepage-a .right-side .swiper-wrapper {
    width: 100%;
  }
  .opinion-widget-homepage-a .right-side .swiper-wrapper .swiper-slide {
    width: calc(100% - 50px);
    margin-right: 30px;
    padding: 2px;
  }
  .opinion-widget-homepage-a .right-side .swiper-wrapper .swiper-slide:last-child {
    padding-right: 15px;
  }
}
.opinion-slide-prev,
.opinion-slide-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  z-index: 2;
  transform: translatey(-50%);
}

.opinion-slide-prev:before,
.opinion-slide-next:before {
  content: "\f105";
  font-family: fontawesomeselsey;
  color: #fff;
}

@media (max-width: 600px) {
  .opinion-slide-prev,
  .opinion-slide-next {
    display: none;
  }
}
.opinion-slide-prev {
  left: 0;
}

.opinion-slide-prev:before {
  content: "\f104";
}

.opinion-footer {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #282828;
  border-radius: 5px;
  padding: 10px;
  margin-top: 50px;
  background: #0d0d0d;
  color: #868686;
}

.opinion-footer figure {
  text-align: center;
  position: relative;
  margin-bottom: -40px;
  top: -50px;
}

.opinion-footer figure img {
  width: 80px;
}

.opinion-footer .opinion-stars img {
  width: 105px;
}

.opinion-footer .opinion-r {
  margin: 2px 0 2px;
  font-weight: 600;
  color: #fff;
}

.opinion-footer .opinion-r-s {
  font-weight: bold;
  font-size: 12px;
}

.opinion-footer .opinion-r-s-date {
  font-size: 12px;
  color: #707070;
}

.opinion-list-ul li:nth-child(n+6) {
  display: none;
}

.opinion-list-ul.showed li {
  display: flex;
}

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

.opinion-button button {
  line-height: 35px;
  height: 35px;
  background: #fff;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

#footer .ekomi-widget-container * {
  box-sizing: border-box;
}

.opinion-footer {
  background: #b5838d;
  border: 1px solid #b5838d;
  color: #ffffff;
  cursor: pointer;
}

.opinion-footer .opinion-r-s-date {
  font-size: 12px;
  color: #d0d0d0;
}

.products_bestseller_slider .data {
  margin-top: 12px;
}

.ekomi-widget-container img {
  border: 0;
  vertical-align: middle;
}

/* END EKOMI CUSTOM STYLES */

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