@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("Roboto-Light"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Roboto-Regular"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("Roboto-Medium"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: local("Roboto-Bold"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("OpenSans-Regular"), url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local("OpenSans-SemiBold"), url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: local("OpenSans-Bold"), url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  background-color: #f2f2f2;
  color: #737373;
  font-family: 'Roboto';
}

img:not(#picture):not(.ril__image):not(.lb-image):not(.no100img) {
  max-width: 100%;
  display: block;
}

.logo {
  margin-right: 3rem;
}

@media (max-width: 1200px) {
  .logo {
    margin-right: 0;
  }

  .top-nav__link {
    padding: 0.625rem 0.9375rem !important;
  }
}

.main {
  margin-top: 2.1875rem;
}

.vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hover-effect {
  display: block;
  position: relative;
}
.hover-effect:after {
  content: '';
  background-image: url("../images/icons/search-icon.png");
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
@media (min-width: 768px) {
  .hover-effect:after {
    background-size: auto;
  }
}
.hover-effect:hover:after {
  opacity: 1;
}

.text-highlighted {
  color: #008e64;
  font-weight: bold;
  text-decoration: underline;
}

.display-mobile {
  display: block;
}
@media (min-width: 992px) {
  .display-mobile {
    display: none;
  }
}

.display-desktop {
  display: none;
}
@media (min-width: 992px) {
  .display-desktop {
    display: block;
  }
}

.img-center img {
  margin: 0 auto;
}

.separator {
  border-bottom: 0.0625rem solid #a0a0a0;
  margin-left: 2.5rem;
  margin-top: -0.0625rem;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  color: #000;
}

.promo-tag-icon {
  width: 1.75rem;
  position: absolute;
  top: -0.625rem;
  right: -0.8rem;
}

.form-input {
  width: 100%;
  background-color: #fff;
  border: 0.0625rem solid #737373;
  border-radius: 0.5rem;
  padding: 0.3125rem;
}
@media (min-width: 992px) {
  .form-input {
    border-radius: 0;
  }
}

input:focus, input:hover,
button:focus,
button:hover {
  outline: 0;
}

.page-header {
  z-index: 1000;
  position: relative;
  padding-top: 1.875rem;
  display: none;
}
@media (min-width: 992px) {
  .page-header {
    display: block;
  }
}
.page-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__bottom {
  padding-left: 11.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header-mobile {
  background-color: #f2f2f2;
  width: 100%;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .page-header-mobile {
    display: none;
  }
}

.top-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #737373;
}
@media (min-width: 992px) {
  .top-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border-top: 0;
  }
}
.top-nav__element--active .top-nav__link {
  color: #000;
  text-shadow: 0px 0px 1px black;
}
.top-nav__link {
  background-color: #fff;
  color: #737373;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #b9b9b9;
  display: block;
  -webkit-transition: 0.2s text-shadow ease-in-out;
  transition: 0.2s text-shadow ease-in-out;
}
.top-nav__link:hover {
  color: #000;
  text-shadow: 0px 0px 1px black;
  text-decoration: none;
}
@media (min-width: 992px) {
  .top-nav__link {
    background-color: transparent;
    border-bottom: 0;
  }
}
.top-nav--mobile {
  width: 100%;
  position: absolute;
  top: 4.375rem;
  left: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 8px 10px -12px #000;
          box-shadow: 0 8px 10px -12px #000;
  display: none;
}
.top-nav--mobile.top-nav--mobile--opened {
  display: block;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 0.3125rem;
}
.breadcrumb a {
  color: #010001;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb-item {
  font-size: 0.75rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #010001;
  font-size: 0.75rem;
}

.breadcrumb-item.active {
  color: #010001;
  font-size: 0.75rem;
  font-weight: 600;
}

.faq-page {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .faq-page {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.faq-page__header {
  border-bottom: 0.0625rem solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .faq-page__header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.faq-page__title {
  color: #010001;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  margin-top: -0.3125rem;
}
@media (min-width: 768px) {
  .faq-page__title {
    font-size: 1.875rem;
    letter-spacing: 0.125rem;
    margin-right: 4.375rem;
  }
}
.faq-page__content {
  width: 100%;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .faq-page__content {
    margin-left: 0.9375rem;
  }
}
.faq-page h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.9375rem;
}
.faq-page ol {
  line-height: 1.5rem;
  margin-left: -1.25rem;
}
.faq-page__section {
  margin: 1.5625rem 0;
}
.faq-page__section--delivery {
  margin: 3.75rem 0;
}
.faq-page__section--delivery h4 {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
.faq-page__section h4 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.9375rem;
}
.faq-page--wps h4 {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .faq-page--wps h4 {
    font-size: 1.25rem;
  }
}

.payment-section {
  margin-bottom: 4.5rem;
}

.deliverers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deliverers img {
  margin-right: 1.875rem;
}

.wps-logo {
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}

.wps-images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.wps-images a {
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.625rem;
}

.sidebar {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1.5625rem;
  position: relative;
}
@media (min-width: 992px) {
  .sidebar {
    width: 15rem;
    margin-bottom: 0;
  }
}
.sidebar--opened .sidebar__list {
  width: 100%;
  background-color: #fff;
  border-bottom-width: 0.0625rem;
  position: absolute;
  top: 2.6875rem;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 19px 50px -19px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 19px 50px -19px rgba(0, 0, 0, 0.75);
}
.sidebar--opened .sidebar__element {
  display: block;
  border-radius: 0;
}
.sidebar--opened .sidebar__button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center left 25px;
}
.sidebar__title {
  color: #737373;
  font-size: 1.3125rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1.125rem;
}
.sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0.0625rem solid #bebebe;
  border-radius: 0.75rem;
  border-bottom-width: 0;
}
@media (min-width: 992px) {
  .sidebar__list {
    border: 0.0625rem solid #737373;
  }
}
.sidebar__element {
  border-bottom: 0.0625rem solid #bebebe;
  border-radius: 0.75rem;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  display: none;
}
@media (min-width: 992px) {
  .sidebar__element {
    display: block;
    border-color: #737373;
    border-radius: 0;
  }
}
.sidebar__element:hover {
  background-color: #269671;
  color: #fff;
  -webkit-text-decoration: transparent;
          text-decoration: transparent;
}
.sidebar__element:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.sidebar__element:last-child {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
@media (min-width: 992px) {
  .sidebar__element:last-child {
    border-bottom: 0;
  }
}
.sidebar__element--active {
  display: block;
}
@media (min-width: 992px) {
  .sidebar__element--active {
    background-color: #269671;
    color: #fff;
  }
}
.sidebar__element--active .sidebar__link {
  color: #008e64;
}
@media (min-width: 992px) {
  .sidebar__element--active .sidebar__link {
    color: #fff;
  }
}
.sidebar__link {
  color: #008e64;
  font-size: 1rem;
  padding: 0.4375rem 0.9375rem;
  display: block;
}
@media (min-width: 992px) {
  .sidebar__link {
    padding: 1rem 0.9375rem;
  }
}
.sidebar__link:hover {
  color: #fff;
  -webkit-text-decoration: transparent;
          text-decoration: transparent;
}
.sidebar__button {
  width: calc(100% - 150px);
  height: 2.1875rem;
  background-color: transparent;
  background-image: url("../images/icons/arrow-icon.png");
  background-repeat: no-repeat;
  background-position: center right 25px;
  border: 0;
  position: absolute;
  z-index: 1000;
  top: 3rem;
  right: 0;
  outline: 0;
}
.sidebar__button:hover {
  outline: 0;
}
@media (min-width: 992px) {
  .sidebar__button {
    display: none;
  }
}

.primary-table {
  width: 100%;
  margin: 0.9375rem 0;
}
.primary-table td {
  font-size: 0.5625rem;
  border-right: 1px solid #2b2b2b;
  padding: 0.3125rem;
}
@media (min-width: 420px) {
  .primary-table td {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .primary-table td {
    font-size: 0.8125rem;
    padding: 0.9375rem;
  }
}
.primary-table td:last-child {
  border-right: 0;
}
.primary-table td:first-child {
  padding-left: 0.3125rem !important;
}
.primary-table tr {
  border-bottom: 1px solid #2b2b2b;
}
.primary-table tr:last-child {
  border-bottom: 0;
}
.primary-table tr:first-child td {
  padding: 0.3125rem 0.5rem;
}
@media (min-width: 768px) {
  .primary-table tr:first-child td {
    padding: 0.3125rem 1.5625rem;
  }
}
.primary-table__title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .primary-table__title {
    font-size: 1rem;
  }
}
.primary-table p {
  line-height: 0.875rem;
  margin: 0;
  padding: 0;
  margin-bottom: 0.625rem;
}

.cart {
  color: #008e64;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cart__amount {
  background-color: #008e64;
  color: #fff;
  font-size: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.3125rem;
}

.btn-link {
  color: #008e64;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.btn-link:hover {
  color: #008e64;
  text-decoration: none;
  opacity: 0.8;
}

.btn-foto-primary {
  background-color: #008e64;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  border-radius: 3.125rem;
  padding: 0.5rem 2.375rem;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .btn-foto-primary {
    font-size: 1.25rem;
    padding: 0.625rem 3.4375rem;
  }
}
.btn-foto-primary:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.btn-foto-primary--sm {
  font-size: 0.875rem;
  padding: 0.1875rem 1.25rem;
}
@media (min-width: 768px) {
  .btn-foto-primary--sm {
    font-size: 1rem;
  }
}
.btn-foto-primary--gray {
  font-size: 1rem;
  padding: 0.1875rem 1.25rem;
  background-color: #b7b7b7;
}
.btn-foto-primary--md {
  font-size: 0.875rem;
  padding: 0.3125rem 1.875rem;
}
@media (min-width: 768px) {
  .btn-foto-primary--md {
    font-size: 1.25rem;
  }
}
.btn-foto-primary--next {
  font-size: 1rem;
  padding: 0.3125rem 1.875rem;
  padding-right: 2.875rem;
}
@media (min-width: 768px) {
  .btn-foto-primary--next {
    font-size: 1.25rem;
    padding-right: 3.125rem;
  }
}
.btn-foto-primary--next:after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 100%;
  background-image: url("../images/icons/next-icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  right: 0.9375rem;
  bottom: 0;
}

.btn-back {
  color: #737373;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.btn-back:hover {
  color: #737373;
  text-decoration: none;
  opacity: 0.8;
}
.btn-back img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.9375rem;
}

.btn-foto-secondary {
  background-color: #737373;
  color: #fff;
  font-size: 0.8125rem;
  border: 0;
  border-radius: 1.75rem;
  padding: 0.5rem 0.625rem;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.btn-foto-secondary:hover {
  opacity: 0.8;
}
.btn-foto-secondary--red {
  background-color: #ee0a35;
}

.btn-outline {
  background-color: transparent;
  color: #737373;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 0.0625rem solid #737373;
  border-radius: 1rem;
  padding: 0.3125rem 0.5rem;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.btn-outline:hover {
  background-color: #737373;
  color: #fff;
}
.btn-outline--filled {
  background-color: #737373;
  color: #fff;
}

.page-footer {
  color: #000000;
  padding: 3.125rem 0;
}
.page-footer__title {
  color: #737373;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding-bottom: 0.9375rem;
}
.page-footer__list {
  color: #008e64;
  font-size: 0.875rem;
  margin-left: -1.25rem;
}
.page-footer__list a {
  color: inherit;
}
.page-footer__top {
  border-bottom: 0.125rem solid #bbbbbb;
  margin-bottom: 0.625rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-footer__banner {
  padding-top: 0;
}
.page-footer__banner-text {
  font-size: 0.875rem;
  padding: 0;
  margin: 0 0 10px 0;
}
.page-footer__images{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-footer__images a{
  flex-grow: 1;
  width: 100%;
}
.page-footer__images img{
  flex-grow: 1;
}
.page-footer__images-logo{
  width: 65%;
}
.page-footer__socials{
  list-style-type: none;
  display: flex;
  margin: 10px 0 0 0;
  padding: 0;
  justify-content: center;
}

@media (min-width: 768px) {
  .page-footer__socials {
    justify-content: left;
  }
}

.page-footer__socials li:nth-child(2) {
  margin: 0 15px 0 15px;
}

.surfaces {
  margin-top: 1.875rem;
}

.surface-view {
  width: 10rem;
  margin: 0.9375rem auto;
}
.surface-view__img {
  background-color: #ebebeb;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.surface-view__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.surface-view__desc {
  color: #737373;
  font-size: 1rem;
  text-align: center;
  padding-top: 0.625rem;
}
.surface-view__link:after {
  content: '';
  background-image: url("../images/icons/search-icon.png");
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.surface-view__link:hover:after {
  opacity: 1;
}

.compare-material {
  background-color: #fff;
  padding: 1.25rem;
}

.size-table {
  width: 100%;
  margin-bottom: 1.5625rem;
}
@media (min-width: 992px) {
  .size-table {
    margin-bottom: 0;
  }
}
.size-table thead {
  border-bottom: 1px solid #737373;
  margin-bottom: 0.9375rem;
}
.size-table thead tr:nth-child(1) {
  background-color: #f2f2f2;
}
.size-table th {
  color: #020001;
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0.625rem 0.9375rem;
}
@media (min-width: 992px) {
  .size-table th {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .size-table th {
    font-size: 0.9375rem;
    letter-spacing: 0.0625rem;
  }
}
.size-table tr {
  background-color: #f2f2f2;
}
.size-table tr:nth-child(odd) {
  background-color: #e1e1e1;
}
.size-table td {
  color: #010001;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1rem;
  padding: 0;
}
@media (min-width: 992px) {
  .size-table td {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .size-table td {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}


.size-table__highlight {
  background-color: #e1e1e1;
}

.dotted-shape {
  font-size: 1rem;
  border: 3px dotted #82ca9c;
  padding: 0.9375rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .dotted-shape {
    font-size: 1.125rem;
    padding: 1.5625rem;
    margin-bottom: 0;
  }
}

.photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5625rem;
}
@media (min-width: 992px) {
  .photos {
    margin-top: 0;
  }
}
.photos__element {
  background-color: #ebebeb;
  width: 8.125rem;
  height: 5.625rem;
  overflow: hidden;
  margin-left: 0.9375rem;
  margin-bottom: 0.9375rem;
  position: relative;
}
@media (min-width: 1200px) {
  .photos__element {
    width: 13.75rem;
    height: 9.375rem;
  }
}
.photos__element img {
  -o-object-fit: contain;
     object-fit: contain;
}

.slider.swiper-container {
  width: 100%;
}
.slider__nav {
  position: absolute;
  bottom: 1.25rem !important;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .slider__nav {
    position: unset;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .slider__nav {
    bottom: 2.5rem !important;
  }
}
.slider__nav .swiper-pagination-bullet {
  background-color: #fff;
  width: 1.875rem;
  height: 0.25rem;
  border-radius: 0;
  margin-right: 0.3125rem;
  opacity: 1;
}
.slider__nav .swiper-pagination-bullet-active {
  background-color: #008e64;
}

.slide {
  min-height: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide {
    min-height: 37.5rem;
    overflow: unset;
  }
}
.slide__header {
  margin-bottom: 2.125rem;
}
@media (max-width: 768px) {
  .slide__header {
    width: 100%;
    margin-bottom: 0;
  }
}
.slide__title {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.75rem;
  margin: 0;
  margin-bottom: 0.625rem;
}
.slide-profesjonalne-odbitki .slide__title{
  font-size: 1.7rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .slide__title {
    font-size: 3.75rem;
    line-height: 3.75rem;
    margin-bottom: 1.125rem;
  }
  .slide-profesjonalne-odbitki .slide__title{
    font-size: 3.2rem;
    line-height: 3.45rem;
  }
}
.slide__price {
  color: #737373;
}
.slide__price:hover {
  color: #737373;
  text-decoration: none;
}
.slide__desc {
  width: 18.75rem;
  color: #737373;
  line-height: 1.3125rem;
  font-size: 1rem;
  margin-top: 2.625rem;
  display: none;
}
@media (min-width: 992px) {
  .slide__desc {
    display: block;
  }
}
.slide__img {
  max-width: 17.5rem;
  max-height: 25rem;
  overflow: hidden;
  position: absolute;
  right: -6.25rem;
  bottom: 0;
  z-index: -1;
}
.slide1__img{
  max-width:22rem;
}
@media (max-width: 768px) {
  .slide__img {
    max-width: 100% !important;
    position: unset;
  }
  .slide__img img{
    display: inline-block !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .slide__img {
    max-width: 30rem;
  }
}
@media (min-width: 992px) {
  .slide__img {
    max-width: 36.25rem;
    max-height: 37.5rem;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .slide__img {
    max-width: 42.5rem;
  }
  .slide1__img{
    max-width: 55rem;
  }
  .slide2__img{
    max-width: 48rem;
  }
}
.slide__mobile-link {
  color: #008e64;
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.875rem;
  display: none;
  margin-top: 1.5625rem;
}
@media (min-width: 992px) {
  .slide__mobile-link {
    display: none;
  }
}
.slide__btn-order-mobile {
  display: none;
}
@media (max-width: 768px) {
  .slide__btn-order-mobile {
    display: inline-block;
    margin-top: 20px;
  }
  .slide__btn-order{
    display: none;
  }
}
.slide__link{
  display: inline-block;
}
.slide__link:hover {
  text-decoration: none;
}

.tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .tile-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tile {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  width: 100%;
  padding: 1.125rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: contain !important;
}
.tile-1{
  background: #fff url("../images/webp/home-box-1-bg.webp") center bottom no-repeat;
}
.tile-2{
  background: #fff url("../images/webp/home-box-2-bg.webp") center bottom no-repeat;
}
.tile-3{
  background: #fff url("../images/webp/home-box-3-bg.webp") center bottom no-repeat;
}
@media (max-width: 768px) {
  .tile {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) {
  .tile {
    width: 48%;
  }
  .tile {
    width: 32%;
    margin-bottom: 0;
    padding: 1.5625rem;
    padding-bottom:8rem !important;
  }
}
@media (min-width: 992px) {
  .tile {
    width: 32%;
    margin-bottom: 0;
    padding: 1.5625rem;
    padding-bottom:8rem !important;
  }
}
.tile:last-child {
  margin-right: 0;
}
.tile__title {
  color: #008e64;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin: 0;
  margin-bottom: 0.75rem;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.tile__desc {
  color: #737373;
  font-size: 0.875rem;
}
.tile__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tile__btn {
  color: #008e64;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.tile__btn:hover {
  color: #008e64;
  text-decoration: none;
  opacity: 0.8;
}
.tile--highlighted {
  background-color: #008e64;
}
.tile--highlighted .tile__title {
  color: #fff;
}
.tile--highlighted .tile__desc {
  color: #fff;
}
.tile--highlighted .tile__btn {
  color: #fff;
}
.tile--highlighted .tile__btn:hover {
  color: #fff;
}
.tile__link:hover {
  text-decoration: none;
}
.tile__link:hover .tile__title {
  opacity: 0.8;
}

.offer-tile {
  width: 100%;
  margin-top: 2.5rem;
}
.offer-tile--product {
  width: 100%;
}
@media (min-width: 992px) {
  .offer-tile--product {
    width: 28.75rem;
    margin-right: 2.5rem;
  }
}
.offer-tile--product:last-child {
  margin-right: 0;
}
.offer-tile--product .offer-tile__title {
  font-size: 1.625rem;
  text-align: left;
}
.offer-tile--product .offer-tile__desc {
  text-align: left;
}
.offer-tile--product .offer-tile__bottom {
  padding: 0;
  display: block;
}
@media (min-width: 768px) {
  .offer-tile--product .offer-tile__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .offer-tile--product .offer-tile__img {
    height: 33.438rem;
  }
  .offer-tile--product .offer-tile__img-swieta {
    height: 33rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px){
  .offer-tile--product .offer-tile__img {
    height: 27.813rem;
  }

  .offer-tile__img--gradient {
    height: 15.375rem !important;
  }
}
@media (max-width: 575px) {
  .offer-tile--product .offer-tile__img {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .offer-tile__img--gradient {
    height: 18.375rem !important;
  }
}
.offer-tile--product p {
  margin: 0;
}
.offer-tile__buttons {
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .offer-tile__buttons {
    margin-top: 0;
  }
  .offer-tile__img {
    margin-top: 1rem;
    height: 43.125rem;
  }
}
@media (max-width: 768px) {
  .offer-tile__img {
    margin-top: 1rem;
    height: 31.875rem;
  }

  .offer-tile__img--gradient {
    height: 17rem;
  }
}


@media (min-width: 768px) and (max-width: 992px) {
  .btn-foto-primary {
    margin: 1rem auto !important;
  }

  h2 {
    font-size: 25px !important;
  }

  .offer-tile__img--gradient {
    height: 17rem;
  }
}
.offer-tile__buttons a {
  display: block;
  text-align: center;
}
.offer-tile__img {
  min-height: 11.875rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.offer-tile__img-swieta {
  min-height: 21.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.offer-tile__img--gradient{
  -webkit-box-shadow: inset 0px -81px 25px -14px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px -81px 25px -14px rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .offer-tile__img {
    min-height: 19.375rem;
  }

  .offer-tile__img--gradient {
    min-height: 11.375rem;
    height: 11.375rem;
  }
}
.offer-tile__img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.offer-tile__header {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
}
@media (min-width: 768px) {
  .offer-tile__header {
    position: absolute;
    right: 2.5rem;
    bottom: 0;
  }
}
.offer-tile__title {
  color: #000;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
@media (min-width: 768px) {
  .offer-tile__title {
    font-size: 1.875rem;
  }
}
.offer-tile__desc {
  color: #737373;
  text-align: right;
  font-size: 0.875rem;
}
.offer-tile__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.9375rem;
  padding: 0 1.25rem;
}
.offer-tile__price {
  font-size: 1.875rem;
  font-weight: bold;
  padding-right: 0.3125rem;
}
.offer-tile__link {
  color: #000;
  display: block;
}
.offer-tile__link:hover {
  color: #000;
}
.offer-tile__link:hover .offer-tile__img:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.offer-tile__link:hover .offer-tile__header {
  text-decoration: underline;
  color: #000;
}

@media (min-width: 992px) {
  .offer-tile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.offer-2 {
  margin-top: 2.5rem;
}
.offer-2-fotokalendarz-swieta{
  margin-top: 1rem;
}
.offer-2-fotokalendarz-swieta img{
  margin-top: 2rem;
}
.offer-2-album-swieta img{
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .offer-2 {
    margin-top: 3.125rem;
  }
}
@media (min-width: 992px) {
  .offer-2 {
    margin-top: 3.5rem;
  }
  .offer-2-fotokalendarz-swieta{
    margin-top: 3.5rem;
  }
  .offer-2-fotokalendarz-swieta img{
    margin-top: 0;
  }
  .offer-2-album-swieta img{
    margin-top: 25px;
  }
}
.offer-2__title {
  color: #000;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
}
.offer-2__title a{
  color: #000;
}
.offer-2__title a:hover{
  color:#000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .offer-2__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .offer-2__title {
    font-size: 3.75rem;
  }
}
.offer-2__button-container {
  margin-top: 1.875rem;
}
.offer-2 p {
  font-size: 0.875rem;
}

.home-section {
  margin-top: -3.3125rem;
}

.advantages {
  color: #000000;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .home-section {
    margin-top: -0.8rem;
  }
	.home-section .container {
		/* padding-right: 0 !important; */
    margin-top: 0;
	}
}
@media (min-width: 768px) {
  .advantages {
    margin-top: 5.625rem;
  }
}
.advantages__title {
  color: #737373;
  font-size: 2.0625rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .advantages__title {
    font-size: 2.5rem;
  }
}
.advantages__subtitle {
  color: #008e64;
  font-size: 1.5625rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .advantages__subtitle {
    font-size: 1.875rem;
  }
}

.pictures-string {
  background-size: 180%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: -2.5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .pictures-string {
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .pictures-string {
    background-size: cover;
  }
}
.pictures-string__hand {
  width: 17.5rem;
  margin: 0 auto;
  position: relative;
  top: 5rem;
  right: -1.25rem;
}
@media (min-width: 620px) {
  .pictures-string__hand {
    width: 21.25rem;
  }
}
@media (min-width: 768px) {
  .pictures-string__hand {
    width: 23.75rem;
  }
}
@media (min-width: 992px) {
  .pictures-string__hand {
    width: 26.25rem;
    left: -3.75rem;
    right: auto;
  }
}
.pictures-string__hand--product {
  width: 11.25rem;
  left: -2.5rem;
}
@media (min-width: 400px) {
  .pictures-string__hand--product {
    width: 15rem;
  }
}
@media (min-width: 500px) {
  .pictures-string__hand--product {
    width: 17.5rem;
  }
}
@media (min-width: 600px) {
  .pictures-string__hand--product {
    width: 19.375rem;
  }
}
@media (min-width: 768px) {
  .pictures-string__hand--product {
    width: 23.75rem;
    left: -8.75rem;
  }
}
@media (min-width: 992px) {
  .pictures-string__hand--product {
    width: 26.25rem;
    left: -8.75rem;
  }
}
@media (min-width: 1200px) {
  .pictures-string__hand--product {
    width: 31.25rem;
    left: -12.5rem;
  }
}
.pictures-string__instapack {
  width: 8.75rem;
  position: absolute;
  bottom: 0;
  right: -6.25rem;
}
@media (min-width: 400px) {
  .pictures-string__instapack {
    width: 11.25rem;
  }
}
@media (min-width: 500px) {
  .pictures-string__instapack {
    width: 13.125rem;
    right: -8.125rem;
  }
}
@media (min-width: 768px) {
  .pictures-string__instapack {
    width: 22.5rem;
    right: -20.625rem;
  }
}
@media (min-width: 992px) {
  .pictures-string__instapack {
    width: 27.5rem;
    right: -26.25rem;
  }
}
@media (min-width: 1200px) {
  .pictures-string__instapack {
    width: 30rem;
    right: -30.625rem;
  }
}

.hamburger {
  width: 1.875rem;
  height: 1.25rem;
  background-color: transparent;
  border: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.hamburger__bar {
  background-color: #a0a0a0;
  width: 100%;
  height: 0.1875rem;
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.hamburger__bar:nth-child(1) {
  top: 0;
}
.hamburger__bar:nth-child(2), .hamburger__bar:nth-child(3) {
  top: 50%;
}
.hamburger__bar:nth-child(4) {
  top: 100%;
}
.hamburger:hover {
  cursor: pointer;
  outline: none;
}
.hamburger--opened .hamburger__bar:nth-child(1) {
  top: 50%;
  width: 0;
  left: 50%;
}
.hamburger--opened .hamburger__bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--opened .hamburger__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger--opened .hamburger__bar:nth-child(4) {
  top: 50%;
  width: 0;
  left: 50%;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.schedule-table {
  width: 100%;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .schedule-table {
    font-size: 1.125rem;
  }
}
.schedule-table tr {
  border-bottom: 0.0625rem solid #a6a6a6;
}
.schedule-table tr:last-child {
  border-bottom: 0;
}
.schedule-table td:last-child {
  text-align: right;
}

.schedule-table-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .schedule-table-title {
    font-size: 1.125rem;
  }
}

.product .gallery-thumbs .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .gallery-thumbs .swiper-slide {
  width: auto !important;
}
.product .gallery-thumbs .swiper-slide-thumb-active .product__preview-item {
  border: 0.0625rem solid #9f9f9f;
}
.product__title {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  .product__title {
    font-size: 3rem;
  }
}
.product__desc {
  color: #737373;
  font-size: 0.875rem;
}
.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .product__buttons {
    margin-top: 1.875rem;
  }
}
.product__price {
  color: #010001;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .product__price {
    font-size: 1rem;
  }
}
.product__format {
  margin-top: 1.875rem;
}
.product__preview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__preview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__preview-item {
  width: 20rem;
  height: 15rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  position: relative;
  display: none;
}
.product__preview-item:hover {
  cursor: pointer;
  border: 0.0625rem solid #9f9f9f;
}
@media (min-width: 768px) {
  .product__preview-item {
    margin-right: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .product__preview-item {
    width: 5.625rem;
    height: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product__preview-main-item {
  width: 15.75rem;
  height: 15.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.3125rem;
  position: relative;
}
@media (min-width: 992px) {
  .product__preview-main-item {
    display: block;
    width: 28.75rem;
    height: 28.75rem;
  }
}
@media (min-width: 1200px) {
  .product__preview-main-item {
    width: 31.25rem;
    height: 31.25rem;
  }
}
.product__preview-main-item video {
  width: 100%;
  height: 100%;
}
.product .play-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product__size-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1.25rem 0;
}

.product-format-title {
  color: #010001;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-format-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.product-format-table {
  width: 100%;
}
.product-format-table tr {
  border-bottom: 1px dashed #878787;
}
.product-format-table td {
  font-size: 0.75rem;
  padding: 0.3125rem 0;
}
@media (min-width: 768px) {
  .product-format-table td {
    font-size: 0.875rem;
  }
}
.product-format-table p {
  margin: 0;
}
.product-format-table__img {
  width: 6.25rem;
  padding-right: 0.625rem !important;
  position: relative;
}
.product-format-table__content{
	position: relative;
	display: inline-block;
}
@media (min-width: 768px) {
  .product-format-table__img {
    width: 9.375rem;
    margin-right: 0;
  }
}
.product-format-table__size {
  color: #010001;
  font-size: 1.125rem;
  font-weight: bold;
}
.product-format-table__express {
  width: 3.125rem;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .product-format-table__express {
    width: auto;
  }
}
.product-format-table__express-price {
  padding: 0.625rem 0;
}

.details {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .details {
    margin-top: 2.5rem;
  }
}
.details__item {
  border-bottom: 1px solid #737373;
}
.details__header {
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.details__header:hover {
  cursor: pointer;
}
.details__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .details__header {
    padding: 1.75rem 0.625rem;
  }
}
.details__title {
  color: #737373;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .details__title {
    font-size: 1rem;
  }
}
.details__icon {
  width: 2.1875rem;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .details__icon {
    width: 3.125rem;
    margin-right: 2.375rem;
  }
}
.details__content {
  font-size: 0.875rem;
  padding-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .details__content {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .details__content {
    padding-left: 6.25rem;
  }
}
.details__content h4 {
  color: #737373;
  font-size: 0.875rem;
  font-weight: bold;
}
.details__table {
  width: 100%;
  font-size: 0.5625rem;
}
@media (min-width: 768px) {
  .details__table {
    font-size: 0.875rem;
  }
}
.details__table thead tr {
  border-bottom: 0.0625rem solid #737373;
}
.details__table th {
  padding: 0 0.9375rem;
}
.details__table td {
  text-align: right;
  padding: 0.625rem 0.3125rem;
}
@media (min-width: 768px) {
  .details__table td {
    padding: 1.25rem 0;
  }
}
.details__table td:first-child {
  text-align: left;
  padding: 0 0.9375rem;
}
.details__table p {
  margin: 0;
}
.details__btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.details__btn.collapsed {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.details__province-form {
  padding: 2.5rem 0;
}
.details__schedule-table {
  margin-top: 2.8125rem;
}
.details__schedule-table .schedule-table {
  font-size: 0.875rem;
}

.tooltip-inner {
  background-color: #ffffff;
  color: #737373;
  font-size: 0.875rem;
  border: 0.125rem solid #b7b7b7;
  border-radius: 0;
  padding: 0.6875rem;
}
.tooltip .arrow:before {
  position: absolute;
  border: 0;
  background-color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  top: -0.625rem;
  border: 0.125rem solid #b7b7b7;
  border-top-width: 0;
  border-left-width: 0;
}
.tooltip.bs-tooltip-top .arrow:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tooltip.bs-tooltip-right .arrow:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: -0.625rem;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: -0.25rem;
}
.tooltip.bs-tooltip-left .arrow:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -10px;
}

.location-alert {
  background-color: #fff;
  color: #010001;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0.9375rem 0.625rem;
}
@media (min-width: 992px) {
  .location-alert {
    padding: 1.25rem 1.875rem;
  }
}
.location-alert h4 {
  color: #010001;
  font-size: 1.25rem;
  font-weight: bold;
}
.location-alert__header {
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .location-alert__header {
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 992px) {
  .location-alert__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.location-alert__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-alert__icon {
  width: 4.375rem;
  margin-right: 0.9375rem;
}
.location-alert__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.25rem;
}
.location-alert__buttons button:after {
  content: 'Zwiń';
}
.location-alert__buttons button.collapsed:after {
  content: 'Zmień';
}
@media (min-width: 992px) {
  .location-alert__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.location-alert__contact div {
  margin-right: 1.5625rem;
}
.location-alert__contact-tel {
  display: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 992px) {
  .location-alert__contact-tel {
    display: block;
  }
}
.location-alert p {
  margin: 0;
}
.location-alert__collapse {
  padding-top: 1.5625rem;
}
@media (min-width: 768px) {
  .location-alert__collapse {
    padding-top: 3.125rem;
    padding-left: 5.3125rem;
  }
}
.location-alert__form {
  padding: 0.625rem 0;
}
.location-alert__form button {
  margin-top: 0.3125rem;
}

.cart-page {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .cart-page {
    margin-top: 2.5rem;
  }
}
.cart-page--summary {
  color: #000000;
  font-size: 0.875rem;
}
.cart-page hr {
  border-color: rgba(0, 0, 0, 0.3);
}
.cart-page p {
  margin: 0;
}
@media (min-width: 1200px) {
  .cart-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cart-page__section {
  padding: 0.625rem 0;
}
.cart-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .cart-page__row {
    padding-right: 3.75rem;
  }
}
.cart-page__left {
  width: 100%;
  margin-right: 3.125rem;
}
.cart-page__title {
  color: #010001;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin: 0;
  margin-bottom: 1.25rem;
}
.cart-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5625rem;
}
.cart-page__header {
  border-bottom: 0.0625rem solid #b2b2b2;
  margin-bottom: 1.5625rem;
}
.cart-page__summary-table {
  width: 100%;
}
.cart-page__summary-table td {
  padding: 0.9375rem 0.1875rem;
}

.delivery {
  margin-top: 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.delivery__label {
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.delivery__select {
  width: 100%;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .delivery__select {
    width: 17.1875rem;
    margin: 0 4.375rem;
  }
}
.delivery__price {
  color: #444343;
  font-size: 0.875rem;
  padding-right: 0.625rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .delivery__price {
    position: static;
  }
}

.discount-code {
  width: 100%;
  color: #737373;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .discount-code {
    margin-top: 3.125rem;
  }
}
.discount-code__label {
  color: #737373;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  margin: 0;
  margin-bottom: 0.625rem;
}
.discount-code__desc {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.discount-code__field {
  position: relative;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .discount-code__field {
    width: 20.625rem;
  }
}
.discount-code__button {
  background-color: #b7b7b7;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  border-radius: 1rem;
  padding: 0.1875rem 0.9375rem;
  position: absolute;
  top: 50%;
  right: 0.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.discount-code__button:hover {
  opacity: 0.8;
}
.discount-code__input {
  padding-right: 7.5rem;
}
.discount-code__warning {
  color: #ff0000;
  font-size: 0.75rem;
}

.price-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

.price-value {
  color: #444343;
  font-size: 1.5rem;
}

.summary-title {
  color: #010001;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

.cart-table {
  width: 100%;
  color: #010001;
  font-size: 0.875rem;
}
.cart-table__tr {
  border-top: 0.0625rem solid #707070;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .cart-table__tr {
    display: table-row;
  }
}
.cart-table__tr:last-child {
  border-bottom: 0.0625rem solid #707070;
}
.cart-table__td {
  font-size: 0.75rem;
  padding: 0.625rem 0.3125rem;
  display: block;
}
@media (min-width: 768px) {
  .cart-table__td {
    display: table-cell;
    padding: 1.0625rem 0.3125rem;
  }
}
.cart-table__td--img {
  width: 5.625rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .cart-table__td--img {
    width: 7.625rem;
    display: table-cell;
  }
}
.cart-table__td--header {
  width: calc(100% - 94px);
  display: inline-block;
}
@media (min-width: 768px) {
  .cart-table__td--header {
    display: table-cell;
  }
}
.cart-table__td--quantity {
  display: inline-block;
}
@media (min-width: 768px) {
  .cart-table__td--quantity {
    width: 3.75rem;
    display: table-cell;
  }
}
.cart-table__td--price {
  color: #444343;
  font-size: 0.875rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .cart-table__td--price {
    width: 3.75rem;
    display: table-cell;
  }
}
.cart-table__td--control {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .cart-table__td--control {
    position: static;
  }
}
.cart-table p {
  margin: 0;
}
.cart-table__title {
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0;
}
.cart-table__link {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cart-table__link:hover {
  color: #000000;
  opacity: 0.8;
}
.cart-table__desc {
  color: #010001;
  font-size: 0.75rem;
  padding-top: 0.3125rem;
}
.cart-table__control {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-table__control li {
  margin-right: 0.5rem;
}
.cart-table__control li:last-child {
  margin-right: 0;
}
.cart-table__button {
  background-color: transparent;
  width: 1.25rem;
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-table__input {
  width: 3.125rem;
  background-color: transparent;
  color: #010001;
  font-size: 0.75rem;
  text-align: right;
  font-weight: bold;
  border: 0.125rem solid #000000;
  padding: 0 0.9375rem;
}
@media (min-width: 768px) {
  .cart-table__input {
    font-size: 0.875rem;
  }
}

.cart-summary {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  background-color: #d2d2d2;
  color: #444343;
  font-size: 0.875rem;
  padding: 0.9375rem 1.25rem;
  margin-top: 3.125rem;
}
@media (min-width: 992px) {
  .cart-summary {
    width: 80%;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .cart-summary {
    width: 23.75rem;
    margin-top: 0;
    padding: 0.75rem 2.1875rem;
    padding-bottom: 3.75rem;
  }
}
.cart-summary__title {
  color: #010001;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 0.0625rem solid #707070;
  margin: 0;
  padding-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .cart-summary__title {
    font-size: 1.75rem;
  }
}
.cart-summary__details {
  border-bottom: 0.0625rem solid #707070;
  padding: 1.75rem 0;
}
.cart-summary__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
.cart-summary__row:last-child {
  margin-bottom: 0;
}
.cart-summary__row--price {
  padding-top: 1.5625rem;
}
.cart-summary__subtitle {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.cart-summary__value {
  color: #444343;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.cart-summary__value--price {
  color: #ff0024;
  font-size: 1.25rem;
  font-weight: bold;
}

.cart-form {
  width: 100%;
}
.cart-form__row--faktura {
  margin-top: 0.9375rem;
}
@media (min-width: 992px) {
  .cart-form__row--faktura {
    margin-top: 0.625rem;
  }
}
.cart-form__label {
  color: #000000;
  font-size: 0.8125rem;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 0;
}
.cart-form__label--checkbox {
  color: #000000;
  font-size: 0.8125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-form__label--checkbox input {
  margin-right: 0.5rem;
}
.cart-form__input {
  background-color: transparent;
  width: 100%;
  border: 0;
  border-bottom: 0.0625rem solid #929291;
  margin-bottom: 1.5625rem;
}
.cart-form__input:active, .cart-form__input:focus {
  outline: 0;
  border-bottom-width: 0.125rem;
  border-color: #000;
}
.cart-form__faktura {
  padding-top: 1.5625rem;
}

.editor-bar {
  background-color: #008e64;
  padding: 0.3125rem;
}
.editor-bar--transparent {
  background-color: transparent;
  min-height: 9rem;
  border-bottom: 0.0625rem solid #c1c1c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0;
  padding-bottom: 0.625rem;
}
.editor-bar--transparent .editor-bar__label {
  color: #5d5d5d;
  font-size: 0.875rem;
  text-transform: unset;
}
.editor-bar--transparent .editor-bar__container {
	-ms-flex-direction: column;
  flex-direction: column;
}
.editor-bar--transparent .editor-bar__container .editor-bar__label{

}
.editor-bar--transparent .editor-bar__container .editor-bar__right{
	margin-top:27px;
}
@media (min-width: 768px) {
	.editor-bar--transparent .editor-bar__container {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.editor-bar--transparent {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.editor-bar--transparent .editor-bar__container .editor-bar__right{
		margin-top:0;
	}
}
@media (min-width: 992px) {
  .editor-bar--transparent .editor-bar__label {
    font-size: 1rem;
  }
}
.editor-bar__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
} 
@media (min-width: 768px) {
  .editor-bar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .editor-bar__right, .editor-bar__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.editor-bar__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
	margin-bottom: 0.625rem;
	-ms-flex-direction: column;
	flex-direction: column;
	margin:0 auto 10px auto;
	text-align: center;
	width: 100% !important;
}
.editor-bar__left select{
	width: 100% !important;
}
@media (min-width: 768px) {
  .editor-bar__left {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
		margin-bottom: 0;
		-ms-flex-direction: row;
		flex-direction: row;
		margin:0;
		text-align: left;
		width: 50% !important;
	}
	.editor-bar__left select{
		width: 250px !important;
	}
}
.editor-bar__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .editor-bar__right {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 0;
  }
}
.editor-bar__buttons {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 768px) {
  .editor-bar__buttons {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.editor-bar__label {
  color: #ffffff;
  font-size: 1rem;
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .editor-bar__label {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    padding-bottom: 0;
  }
}
.editor-bar__btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.editor-bar__input {
  width: 100%;
}
@media (min-width: 768px) {
  .editor-bar__input {
    width: 15.625rem;
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .editor-bar__input {
    margin-left: 2rem;
  }
}
.editor-bar__icon {
  margin-left: 0.3125rem;
  display: none;
}
@media (min-width: 992px) {
  .editor-bar__icon {
    display: block;
  }
}
.editor-bar__crop {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .editor-bar__crop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
.editor-bar__crop li {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .editor-bar__crop li {
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}
.editor-bar__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 1.875rem;
  margin: 0;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .switch {
    width: 3.75rem;
    height: 2.25rem;
  }
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .switch__slider {
  background-color: #2da07e;
}
.switch input:focus + .switch__slider {
  -webkit-box-shadow: 0 0 1px #2da07e;
          box-shadow: 0 0 1px #2da07e;
}
.switch input:checked + .switch__slider:before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
  border-color: #fff;
}

.switch input:disabled ~ .switch__slider {
  background-color: #f8f8f8 !important;
  border: 0.1875rem solid #bfbfbf !important;
}

.switch input:disabled ~ .switch__slider:before {
  border: 0.1875rem solid #bfbfbf !important;
}

@media (min-width: 992px) {
  .switch input:checked + .switch__slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
  }
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 0.1875rem solid #2da07e;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch__slider:before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  left: 0.25rem;
  bottom: 0.1875rem;
  background-color: transparent;
  border: 0.1875rem solid #2da07e;
  -webkit-transition: .4s;
  transition: .4s;
}
@media (min-width: 992px) {
  .switch__slider:before {
    width: 1.25rem;
    height: 1.25rem;
    bottom: 0.3125rem;
  }
}
.switch__slider.round {
  border-radius: 34px;
}
.switch__slider.round:before {
  border-radius: 50%;
}

.editor-page__content {
  height: 34.375rem;
  overflow-y: auto;
  padding: 0.5rem 0;
}
.editor-page__buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 0.0625rem solid #c1c1c1;
  padding-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0px;
  position: sticky;
  z-index: 100;
  padding-bottom: 10px;
  background: rgb(242, 242, 242);
}
.editor-page__buttons .btn-secondary{
	margin-bottom: 10px;
}
.editor-page__buttons *:first-child {
	margin-bottom: 10px;
}
.editor-page__buttons strong {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
  .editor-page__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	}
	.editor-page__buttons .btn-secondary{
		margin-bottom: 0px;
	}
	.editor-page__buttons *:first-child {
		margin-bottom: 0px;
	}
	.editor-page__buttons strong {
		margin-bottom: 0px;
	}
}
.editor-page__buttons li {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .editor-page__buttons li {
    margin-bottom: 0;
  }
}
.editor-page__progress-bar {
  margin-top: 0.9375rem;
}

.editor-upload-info {
  font-size: 1rem;
  text-align: center;
  padding-top: 5.3125rem;
}
@media (min-width: 768px) {
  .editor-upload-info {
    font-size: 1.375rem;
  }
}

.editor-progress {
  margin-top: 2.1875rem;
}
.editor-progress__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editor-progress__title {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .editor-progress__title {
    font-size: 1.5rem;
  }
}
.editor-progress__counter {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .editor-progress__counter {
    font-size: 1.125rem;
  }
}

.upload-photo {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-row-gap: 1.25rem;
  justify-items: center;
}
@media (min-width: 400px) {
  .upload-photo {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 576px) {
  .upload-photo {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 768px) {
  .upload-photo {
    grid-template-columns: repeat(6, 16.5%);
  }
}
@media (min-width: 992px) {
  .upload-photo {
    grid-template-columns: repeat(8, 12.5%);
  }
}
@media (min-width: 1200px) {
  .upload-photo {
    grid-template-columns: repeat(10, 10%);
  }
}
.upload-photo__img {
  width: 5.3125rem;
  height: 5.3125rem;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .upload-photo__img {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
.upload-photo__title {
  color: #010001;
  font-size: 0.625rem;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .upload-photo__title {
    display: block;
  }
}

.change-view {
  display: none;
}
@media (min-width: 992px) {
  .change-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.change-view__item {
  background-color: #929291;
  color: #fff;
  border: 0;
  padding: 0.3125rem 1.125rem;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.change-view__item:hover {
  background-color: #737373;
}
.change-view__item--selected {
  background-color: #737373;
}
.change-view__item:first-child {
  border-top-left-radius: 1.125rem;
  border-bottom-left-radius: 1.125rem;
}
.change-view__item:last-child {
  border-top-right-radius: 1.125rem;
  border-bottom-right-radius: 1.125rem;
}
.change-view__item img {
  width: 1.25rem;
}

.album-title {
  color: #737373;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .album-title {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
}
.album-title span {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 0.625rem;
}

.editor-sort {
  display: none;
}
@media (min-width: 992px) {
  .editor-sort {
    display: block;
  }
}

.edit-list {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-row-gap: 1.25rem;
  justify-items: center;
}
@media (min-width: 576px) {
  .edit-list {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 768px) {
  .edit-list {
    grid-template-columns: repeat(3, 33%);
  }
}
@media (min-width: 1200px) {
  .edit-list {
    grid-template-columns: repeat(4, 25%);
  }
}
.edit-list__item--square .edit-list__img {
  width: 12.5rem;
  height: 12.5rem;
}
.edit-list__img {
  width: 13.125rem;
  height: 8.75rem;
  background-color: #787878;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 1px 7px 24px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 7px 24px -12px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  position: relative;
}
.edit-list__img--frame {
  border: 0.625rem solid #fff;
}
.edit-list__img--vertical {
  width: 8.75rem;
  height: 12.5rem;
}
.edit-list__img-zoom {
  position: absolute;
  z-index: 1;
  top: 0.1875rem;
  left: 0.1875rem;
}
.edit-list__img-control {
  width: 100%;
  position: absolute;
  bottom: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.25rem;
}
.edit-list__img-warning {
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
}
.edit-list__icon {
  background-color: rgba(255, 255, 255, 0.5);
  width: 1.75rem;
  height: 1.75rem;
  color: #010001;
  font-size: 0.9375rem;
  font-weight: bold;
  border: 0.0625rem solid #010001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.125rem;
  margin-right: 0.3125rem;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.edit-list__icon:hover {
  background-color: rgba(212, 212, 212, 0.5);
}
.edit-list__icon:last-child {
  margin-right: 0;
}
.edit-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.edit-list__label {
  color: #010001;
  font-size: 0.6875rem;
  margin: 0;
  padding: 0;
}
.edit-list__switch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5rem;
  padding-right: 0.1875rem;
}
.edit-list__switch {
  width: 2.5rem;
  height: 1.375rem;
}
.edit-list__switch input:checked + .switch__slider {
  background-color: #1d1d1b;
}
.edit-list__switch input:checked + .switch__slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
  border-color: #fff;
}
.edit-list__switch .switch__slider {
  border-color: #1d1d1b;
  border-width: 0.125rem;
}
.edit-list__switch .switch__slider:before {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0.125rem;
  border-color: #1d1d1b;
  top: 0.1875rem;
}
.edit-list__btn-add {
  background-color: transparent;
  border: 0;
  color: #010001;
  font-size: 0.8125rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.edit-list__btn-add:hover {
  background-color: #676767;
}
.edit-list__btn-add span {
  padding-top: 0.5rem;
}

.editor-alert {
  color: #737373;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .editor-alert {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .editor-alert {
    margin-top: 0;
  }
}
.editor-alert a {
  color: #737373;
  text-decoration: underline;
}
.editor-alert__img {
  width: 1.875rem;
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.editor-alert__content p {
  margin: 0;
  padding: 0;
}

.progress {
  width: 100%;
  height: 1.25rem;
  background-color: #929291;
  text-align: center;
  position: relative;
  margin: auto;
}
.progress__scale {
  background-color: #008e64;
  width: 35%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.progress p {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0;
  font-weight: 700;
}

.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  padding-left: 1.75rem;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input ~ .checkmark {
  background-color: #fff;
}
.checkbox input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox input:checked ~ .checkbox__checkmark:after {
  display: block;
}
.checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  border: 0.125rem solid #737373;
}
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #737373;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox input:disabled ~ .checkbox__checkmark {
  background-color: #f8f8f8 !important;
  border: 0.125rem solid #bfbfbf !important;
}
.checkbox__text {
  color: #5d5d5d;
  font-size: 0.875rem;
}

.fl-modal {
  color: #010001;
  font-size: 1rem;
}
.fl-modal p {
  padding: 0;
  margin: 0;
}
.fl-modal a {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
@media (min-width: 768px) {
  .fl-modal .modal-dialog {
    top: 8vh;
  }
}
.fl-modal__content {
  max-width: 26.875rem;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 10px 13px 81px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 13px 81px -8px rgba(0, 0, 0, 0.75);
  border: 0;
  border-radius: 0.75rem;
  padding: 1.875rem;
  position: relative;
}
.fl-modal__header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.fl-modal__icon {
  position: absolute;
  left: 0;
}
.fl-modal__title {
  color: #010001;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.fl-modal__buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
}
.fl-modal__buttons li {
  margin-right: 1.875rem;
}
.fl-modal__buttons li:last-child {
  margin-right: 0;
}
.fl-modal__close-icon {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}
.fl-modal__close-icon button {
  background-color: transparent;
  border: 0;
}
.fl-modal__text {
  color: #010001;
  font-size: 0.875rem;
  text-align: justify;
  padding-top: 0.9375rem;
}
.fl-modal__text p {
  padding-bottom: 0.9375rem;
}

.manage-modal .modal-dialog {
  max-width: 62.5rem;
}
.manage-modal__header {
  background-color: #fff;
  padding: 0.9375rem;
  padding-left: 2.1875rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.manage-modal__title {
  color: #737373;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .manage-modal__title {
    font-size: 1.625rem;
  }
}
.manage-modal__subtitle {
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.9375rem 0;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .manage-modal__subtitle {
    margin-bottom: 0.9375rem;
  }
}
.manage-modal__container {
  background-color: #f2f1f1;
  font-size: 0.875rem;
}
.manage-modal__content {
  max-height: 25rem;
  padding: 0.9375rem;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .manage-modal__content {
    padding: 1.25rem;
    max-height: 37.5rem;
  }
}
.manage-modal__content--photo {
  height: 20.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .manage-modal__content--photo {
    height: 26.875rem;
  }
}
@media (min-width: 992px) {
  .manage-modal__content--photo {
    height: 31.25rem;
  }
}
.manage-modal__close-btn {
  background-color: transparent;
  border: 0;
}
@media (min-width: 768px) {
  .manage-modal__option-buttons {
    margin-right: 7.5rem;
  }
}
.manage-modal__option-buttons .manage-modal__option-btn {
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .manage-modal__option-buttons .manage-modal__option-btn:first-child {
    margin-right: 3.4375rem;
  }
}
.manage-modal__option-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.manage-modal__option-btn:hover {
  opacity: 0.6;
}
.manage-modal__bar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .manage-modal__bar {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.manage-modal__bar li {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .manage-modal__bar li {
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .manage-modal__bar li:last-child {
    margin-left: 2.8125rem;
  }
}
.manage-modal__footer {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
}
.manage-modal__footer--edit {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .manage-modal__footer--edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.manage-modal__footer--edit li {
  display: inline-block;
}
@media (min-width: 768px) {
  .manage-modal__footer--edit li {
    display: block;
  }
}
.manage-modal__footer--edit li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .manage-modal__footer--edit li:first-child {
    margin-bottom: 0;
  }
}
.manage-modal__footer li {
  margin-left: 0.9375rem;
}

.albums {
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-row-gap: 1.5625rem;
  justify-items: center;
}
@media (min-width: 768px) {
  .albums {
    display: grid;
    grid-template-columns: repeat(3, 33%);
  }
}
@media (min-width: 992px) {
  .albums {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 1200px) {
  .albums {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1200px) {
  .albums--modal {
    grid-template-columns: repeat(4, 25%);
  }
}
.albums__item {
  width: 8.25rem;
}
@media (min-width: 768px) {
  .albums__item {
    width: 12.625rem;
  }
}
.albums__item--add .albums__thumbnail {
  background-color: #929291;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.albums__item--add .albums__thumbnail img {
  width: 2.1875rem;
  margin-top: -1.5625rem;
}
@media (min-width: 768px) {
  .albums__item--add .albums__thumbnail img {
    width: 3.125rem;
    margin-top: -0.9375rem;
  }
}
.albums__item--add .albums__header {
  font-size: 0.6875rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .albums__item--add .albums__header {
    font-size: 0.8125rem;
  }
}
.albums__item--add .albums__header:after {
  display: none;
}
.albums__item--sm {
  margin-right: 0.1875rem;
}
@media (min-width: 768px) {
  .albums__item--sm {
    margin-right: 0.9375rem;
  }
}
.albums__item--sm .albums__main {
  width: 8rem;
  height: 8rem;
}
@media (min-width: 768px) {
  .albums__item--sm .albums__main {
    width: 11.25rem;
    height: 11.25rem;
  }
}
.albums__item--sm .albums__header {
  height: 3.125rem;
}
.albums__item--sm .albums__header:after {
  width: 4.375rem;
  height: 1.125rem;
  top: -1.125rem;
}
.albums__item--sm .albums__control {
  width: 8rem;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .albums__item--sm .albums__control {
    width: 11.25rem;
    font-size: 0.8125rem;
  }
}
.albums__item--sm .albums__date {
  font-size: 0.75rem;
}
.albums__item--sm .albums__amount-photo {
  font-size: 0.75rem;
}
.albums__item--sm .albums__btn {
  width: 1.875rem;
  margin: 0;
}
.albums__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.albums__main {
  width: 8.25rem;
  height: 8.25rem;
  position: relative;
  overflow: hidden;
  padding-top: 0.625rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .albums__main {
    width: 12.625rem;
    height: 12.625rem;
  }
}
.albums__main:hover .albums__thumbnail {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.albums__main:before, .albums__main:after {
  content: '';
  width: 95%;
  height: 100%;
  border: 0.125rem solid #cccccc;
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.albums__main:before {
  top: 0rem;
  width: 90%;
}
.albums__thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
.albums__header {
  background-color: #929291;
  width: 100%;
  height: 2.8125rem;
  color: #fff;
  font-size: 0.5625rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.3125rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
}
@media (min-width: 768px) {
  .albums__header {
    height: 4.375rem;
    font-size: 1rem;
  }
}
.albums__header:after {
  content: '';
  width: 3.75rem;
  height: 1.25rem;
  background-color: #929291;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  top: -1.25rem;
  right: -0.625rem;
}
@media (min-width: 768px) {
  .albums__header:after {
    width: 5.625rem;
    height: 1.5625rem;
    top: -1.5625rem;
  }
}
.albums__amount-photo {
  text-align: right;
}
.albums__control {
  color: #010001;
  font-size: 0.5625rem;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.1875rem;
}
@media (min-width: 768px) {
  .albums__control {
    font-size: 0.9375rem;
  }
}
.albums__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent;
  width: 1.75rem;
  border: 0;
  margin-left: 0.625rem;
}
@media (min-width: 768px) {
  .albums__btn {
    width: 2.1875rem;
  }
}

.album-view {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-row-gap: 1.25rem;
  justify-items: center;
}
@media (min-width: 400px) {
  .album-view {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 576px) {
  .album-view {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 768px) {
  .album-view {
    grid-template-columns: repeat(6, 16.5%);
  }
}
@media (min-width: 992px) {
  .album-view {
    grid-template-columns: repeat(8, 12.5%);
  }
}
@media (min-width: 1200px) {
  .album-view {
    grid-template-columns: repeat(10, 10%);
  }
}
@media (min-width: 1200px) {
  .album-view--modal {
    grid-template-columns: repeat(8, 12.5%);
  }
}
.album-view__item {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.1s border ease-in-out;
  transition: 0.1s border ease-in-out;
}
@media (hover: hover) {
  .album-view__item:not(.album-view__item--selected):hover {
    border: 0.2675rem solid #8e8e8e;
    cursor: pointer;
  }
}
.album-view__item:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .album-view__item {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.album-view__item--selected {
  border: 0.2675rem solid #008e64;
}

.select-group-container {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-group-container__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
  display: none;
}
@media (min-width: 768px) {
  .select-group-container__label {
    display: block;
  }
}

.select2-container--own {
  background-color: #fff;
  background-image: url("../images/icons/arrow-icon.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #010001;
  font-size: 1rem;
  border: 0.0625rem solid #5d5d5d;
  padding: 0.3125rem;
}
@media (min-width: 768px) {
  .select2-container--own {
    background-image: none;
  }
}
.select2-container--own .group-title {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 0.3125rem;
}
.select2-container--own .red {
  color: #f54951 !important;
}
.select2-container--own .select2-selection--single {
  height: auto;
}
.select2-container--own .select2-selection--single:focus, .select2-container--own .select2-selection--single:hover {
  outline: 0;
}
.select2-container--own .select2-dropdown--below {
  top: -2.1875rem;
}
@media (min-width: 768px) {
  .select2-container--own .select2-dropdown--below {
    width: 18.75rem !important;
  }
}
.select2-container--own .select2-results__group {
  font-weight: bold;
  padding: 0 0.5rem;
}
.select2-container--own .select2-results__option {
  color: #010001;
  font-size: 1rem;
  padding-bottom: 0.75rem;
}
.select2-container--own .select2-results__option--highlighted {
  background-color: #e1e1e1;
}
.select2-container--own .select2-results__options--nested .select2-results__option {
  padding: 0 0.5rem;
}

.album-preview {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-row-gap: 1.25rem;
  justify-items: center;
}
@media (min-width: 400px) {
  .album-preview {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 576px) {
  .album-preview {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 768px) {
  .album-preview {
    grid-template-columns: repeat(6, 16.5%);
  }
}
@media (min-width: 992px) {
  .album-preview {
    grid-template-columns: repeat(8, 12.5%);
  }
}
@media (min-width: 1200px) {
  .album-preview {
    grid-template-columns: repeat(10, 10%);
  }
}
@media (min-width: 992px) {
  .album-preview--bg {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1200px) {
  .album-preview--bg {
    grid-template-columns: repeat(6, 16.6%);
  }
}
.album-preview--bg .album-preview__item {
  width: 5.5rem;
  height: 5.5rem;
}
@media (min-width: 768px) {
  .album-preview--bg .album-preview__item {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (min-width: 992px) {
  .album-preview--bg .album-preview__item {
    width: 10.3125rem;
    height: 10.3125rem;
  }
}
.album-preview__item {
  width: 5.5rem;
  height: 5.5rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.1s border ease-in-out;
  transition: 0.1s border ease-in-out;
  position: relative;
}
.album-preview__item:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .album-preview__item {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.album-preview__control {
  position: absolute;
  bottom: -0.1875rem;
  left: 0.1875rem;
}
.album-preview__btn {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.album-preview__lightbox {
  display: block;
  width: 100%;
  height: 100%;
}

.photos-amount {
  padding-top: 0.625rem;
}

.product-header {
  position: relative;
}
@media (min-width: 992px) {
  .product-header {
    height: 27.5rem;
  }
}
.product-header__title {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.75rem;
  margin: 0;
}
@media (min-width: 992px) {
  .product-header__title {
    font-size: 3.75rem;
  }
}
.product-header__desc {
  color: #737373;
  line-height: 1.75rem;
  font-size: 1rem;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .product-header__desc {
    font-size: 1.25rem;
    margin-top: 1.125rem;
  }
}
@media (min-width: 992px) {
  .product-header__img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.product-unavailable {
  position: relative;
  opacity: 0.3;
}
.product-unavailable:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.product-unavailable-title {
  color: #878787;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .product-unavailable-title {
    font-size: 3rem;
    padding-top: 8.125rem;
  }
}
/* manage account */
.manage-account{}
.manage-account .manage-account__content{
	display: flex;
	flex-direction: row;
}
.manage-account .manage-account__title{
	margin-bottom: 20px;
}
@media (max-width: 992px) {
	.manage-account .manage-account__content{
		display: flex;
		flex-direction: column-reverse;
	}
}
/*# sourceMappingURL=main.css.map */

/* Edytor */

.react_crop img
{
  max-height: 22rem !important;
}

@media (max-width: 992px)
{
  .manage-modal__content--photo {
    height: 35.25rem;
  }
}

@media (max-width: 768px) {
	.page-price-list__content{
		display:flex;
		flex-direction: column-reverse;
	}
	.page-contact__content{
		display:flex;
		flex-direction: column-reverse;
	}
	.page-contact__content .faq-title{
		margin-top: 35px;
		display: inline-block;
		width: 100%;
	}
}

.page-error-404{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 50px 0 20px 0;
}
.page-error-404 img{
	width: 35%;
}
.page-error-404 h1 {
	font-size: 3.6rem;
	font-weight: 700;
	margin: 30px 0 15px 0;
}
.page-error-404 a{
	background: #737373; 
	text-transform: uppercase; 
	font-weight: bold;
	font-size: 14px;
	color :#fff;
	border-radius: 20px;
	padding: 5px 30px 5px 30px;
	margin-top: 22px;
}
@media (max-width: 768px) {
	.page-error-404{
		min-height: 40vh;
		margin: 30px 0 0px 0;
	}
	.page-error-404 img{
		width:60%;
	}
	.page-error-404 h1 {
		font-size: 1.6rem;
	}
}
@media (min-width:768px) and (max-width: 1280px ) {
	.page-error-404 img{
		width:30%;
	}
	.page-error-404 h1 {
		font-size: 3.0rem;
	}
}

/* Fotowydruk */
.editor-bar--fotowydruk {
  background-color: transparent;
  width: 100%;
  border-bottom: 0.0625rem solid #c1c1c1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.editor-bar--fotowydruk h3
{
  color: #1a1a1a;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}
.editor-bar--fotowydruk .editor-bar-step
{
  color: #929291;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
    .editor-bar--fotowydruk .editor-bar-step 
    {
      font-size: 24px;
    }
}
.editor-page .editor-page-fotowydruk {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1.15px;
}
.editor-page .editor-page-fotowydruk h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk h4 {
      font-size: 20px;
  }
}
.editor-page .editor-page-fotowydruk h5 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.19px;
}
.editor-page .editor-page-fotowydruk a {
  color: #008e64;
  font-size: 12px;
  font-weight: bold;
}
.editor-page .editor-page-fotowydruk p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk p {
      margin-bottom: 25px;
  }
}
.editor-page .editor-page-fotowydruk .desc {
  color: #8f8f8f;
  font-size: 0.875rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk .desc {
      font-size: 1rem;
  }
}
.editor-page .editor-page-fotowydruk .summary {
  color: #878787;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk .summary {
      font-size: 20px;
  }
}
@media (min-width: 992px) {
  .editor-page .editor-page-fotowydruk .summary {
      padding-left: 20px;
  }
}
.editor-page .editor-page-fotowydruk .summary .summary-text-bold {
  color: #1a1a1a;
  font-weight: bold;
}
.editor-page .editor-page-fotowydruk .summary .summary-price {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .editor-page .editor-page-fotowydruk .summary .summary-price {
      font-size: 24px;
      margin-top: 45px;
  }
}
.editor-page .editor-page-fotowydruk .summary .summary-price .summary-price-amount {
  color: #008e64;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk .summary .summary-price .summary-price-amount {
      font-size: 32px;
  }
}
@media (min-width: 992px) {
  .editor-page .editor-page-fotowydruk .summary .summary-additional {
      margin-top: 60px;
  }
}
.editor-page .editor-page-fotowydruk .summary .summary-additional .summary-additional-title {
  margin: 0;
  padding: 0;
}
.editor-page .editor-page-fotowydruk .editor-page-fotowydruk-row {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk .editor-page-fotowydruk-col-r {
      padding-left: 40px;
  }
}
.editor-page .editor-page-fotowydruk .quality-photo {
  color: #008e64;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.editor-page .editor-page-fotowydruk .checkbox__checkmark {
  width: 18px;
  height: 18px;
  border-color: #000;
}
.editor-page .editor-page-fotowydruk .checkbox__checkmark:after {
  /* background-image: url("../images/strony_produktowe/fotowydruk/check.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  transform: unset; */
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #1c8e63;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.editor-page .editor-page-fotowydruk .checkbox__text {
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .editor-page .editor-page-fotowydruk.editor-page-fotowydruk--summary {
      padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk.editor-page-fotowydruk--summary h4 {
      margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .editor-page .editor-page-fotowydruk.editor-page-fotowydruk--summary .fotowydruk-editor-preview {
      width: 560px;
      height: 560px;
  }
}
@media (min-width: 1200px) {
  .editor-page .editor-page-fotowydruk.editor-page-fotowydruk--summary .fotowydruk-editor-preview {
      width: 650px;
      height: 650px;
  }
}
@media (min-width: 576px) {
  .editor-page .editor-page-fotowydruk .fotowydruk-tile-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
}
@media (min-width: 992px) {
  .editor-page .editor-page-fotowydruk .fotowydruk-tile-container {
      padding: 20px 0;
      padding-bottom: 50px;
  }
}
.editor-page .editor-page-fotowydruk .fotowydruk-tile {
  max-width: 212px;
  color: #757575;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  border: 5px solid #c1c1c1;
  padding: 20px;
  padding-bottom: 120px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk .fotowydruk-tile {
      font-size: 20px;
  }
}
@media (min-width: 992px) {
  .editor-page .editor-page-fotowydruk .fotowydruk-tile {
    margin:0;  
    margin-right: 22px;
  }
  .editor-page .editor-page-fotowydruk .fotowydruk-tile:last-child {
      margin-right: 0;
  }
}
.editor-page .editor-page-fotowydruk .fotowydruk-tile h4 {
  color: #008e64;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk .fotowydruk-tile h4 {
      font-size: 28px;
      margin-bottom: 46px;
  }
}
.editor-page .editor-page-fotowydruk .fotowydruk-tile .fotowydruk-tile-icon {
  width: 80px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .editor-page .editor-page-fotowydruk .fotowydruk-tile .fotowydruk-tile-icon {
      width: 115px;
  }
}
.editor-page .fotowydruk-editor-bar-2 {
  margin-bottom: 15px;
}
.editor-amount-footer {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .editor-amount-footer {
      margin: 0;
  }
}
.editor-amount-footer .editor-amount--highlighted {
  color: #008e64;
  font-size: 30px;
  font-weight: bold;
}
.radio-input {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    padding-left: 1.5rem;
}
.radio-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radio-input input:checked ~ .radio-input__checkmark {
    background-color: #fff;
}
.radio-input input:checked ~ .radio-input__checkmark:after {
    display: block;
}
.radio-input__checkmark {
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #fff;
    border: 0.125rem solid #000000;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.radio-input__checkmark:after {
    content: "";
    background-color: #008e64;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.radio-input__text {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: bold;
}

.fotowydruk-editor {
    max-width: 40.625rem;
    padding-bottom: 0.9375rem;
    margin: 0 auto;
}
.fotowydruk-editor .fotowydruk-editor-preview {
    width: 100%;
    height: 100%;
    border: 1px solid #4e4e4e;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .fotowydruk-editor .fotowydruk-editor-preview {
        width: 40.625rem;
        height: 40.625rem;
    }
}
.fotowydruk-editor .fotowydruk-editor-bottom {
    margin-top: 8px;
}
.fotowydruk-editor .fotowydruk-editor-bottom h5 {
    color: #5b6360;
    font-size: 14px;
    letter-spacing: 0;
}
@media (min-width: 992px) {
    .fotowydruk-editor .fotowydruk-editor-bottom h5 {
        padding-left: 40px;
    }
}
.fotowydruk-editor .fotowydruk-editor-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fotowydruk-editor .fotowydruk-editor-btn {
    flex-shrink: 0;
    background-color: transparent;
    text-align: center;
    border: 0;
}
.fotowydruk-editor .fotowydruk-editor-btn:hover {
    opacity: 0.8;
}
.fotowydruk-editor .fotowydruk-editor-btn img {
    margin: 0 auto;
}
.fotowydruk-editor .fotowydruk-editor-btn span {
    color: #575355;
    font-size: 10px;
    display: block;
    padding-top: 2px;
}
@media (min-width: 768px) {
    .fotowydruk-editor .fotowydruk-editor-btn span {
        font-size: 12px;
    }
}

.dialog_fotowydruk
{
  position: fixed;
  background: white;
  z-index: 1000;
  width: 60%;
  margin: 5% 25%;
  padding: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  text-align: center;
}
.dialog_fotowydruk button
{
  font-size: .9rem;
}

/* Fotokalendarz */
  
.editor-page-fotokalendarz .change-view {
  align-items: unset;
}
.editor-page-fotokalendarz .change-view__item {
  padding: 8px 14px;
}
.editor-page-fotokalendarz .change-view__item img {
  width: unset;
}
.editor-page-fotokalendarz .editor-bar--transparent {
  min-height: auto;
  margin-bottom: 25px;
}
.editor-page-fotokalendarz .fotokalendarz-grid {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .editor-page-fotokalendarz .fotokalendarz-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 25px;
      grid-column-gap: 25px;
      justify-items: center;
  }
}
@media (min-width: 992px) {
  .editor-page-fotokalendarz .fotokalendarz-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-row-gap: 25px;
      grid-column-gap: 25px;
      justify-items: center;
  }
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-item {
  width: 260px;
  box-shadow: 5px 5px 15px -6px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-item {
      width: 100%;
      margin: 0;
  }
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-item img {
  max-width: 100%;
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor {
  width: 186px;
  height: 186px;
  background-color: #acacac;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor {
      width: 148px;
      height: 148px;
      top: 55px;
  }
}
@media (min-width: 1200px) {
  .editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor {
      width: 186px;
      height: 186px;
      top: 65px;
  }
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor .fotokalendarz-grid-editor-btn {
  background-color: transparent;
  border: 0;
  text-align: center;
  transition: 0.2s opacity ease-in-out;
  position: absolute;
  padding:0;
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor .fotokalendarz-grid-editor-btn:hover {
  opacity: 0.89;
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor .fotokalendarz-grid-editor-btn .icon {
  width: 36px;
  height: 36px;
  background-color: rgba(238, 238, 238, 0.9);
  border: 2px solid #595959;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 5px;
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor .fotokalendarz-grid-editor-btn span {
  color: #010001;
  font-size: 16px;
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor .fotokalendarz-grid-editor-btn.add {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.editor-page-fotokalendarz .fotokalendarz-grid .fotokalendarz-grid-editor .fotokalendarz-grid-editor-btn.edit {
  right: 0;
  bottom: 0;
  width: 50px;
  -webkit-appearance: none !important;
  padding:0;
}
.editor-page-fotokalendarz .fotokalendarz-grid.fotokalendarz-grid-3x4 {
  grid-template-columns: repeat(3, 1fr);
}
.editor-page-fotokalendarz .fotokalendarz-grid.fotokalendarz-grid-3x4 .fotokalendarz-grid-editor {
  width: 186px;
  height: 186px;
  top: 70px;
}
@media (min-width: 768px) {
  .editor-page-fotokalendarz .fotokalendarz-grid.fotokalendarz-grid-3x4 .fotokalendarz-grid-editor {
      width: 148px;
      height: 148px;
      top: 55px;
  }
}
@media (min-width: 992px) {
  .editor-page-fotokalendarz .fotokalendarz-grid.fotokalendarz-grid-3x4 .fotokalendarz-grid-editor {
      width: 205px;
      height: 205px;
      top: 75px;
  }
}
@media (min-width: 1200px) {
  .editor-page-fotokalendarz .fotokalendarz-grid.fotokalendarz-grid-3x4 .fotokalendarz-grid-editor {
      width: 245px;
      height: 245px;
      top: 90px;
  }
}

/*style do list laboratoriów*/
.list-labs{
  margin-top:110px;
}
.list-labs__details{
  text-align: center;
  margin-bottom: 10px;
  font-size:12px;
  color:#000;
}
.list-labs__details:hover{
  text-decoration: none;
}
.list-labs__details:hover h2{
  border:2px solid #70c9ae;
  color:#70c9ae;
}
.list-labs__details h2{
  width:100%;
  border:2px solid #008e64;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  color:#008e64;
  border-radius: 5px;
  padding: 10px 0 10px 0;
}


/*  */
.select-container
{
  display: flex;
}
.radio-container
{
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin:5px;
  width:115px;
  font-size: 0.85rem;
  position: relative;
}
.checkimg
{
  width: 105px;
  height: 105px;
  display: block;
}

.radio-container input
{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio-container input:checked ~ .checkimg
{
  border:3px solid #008e64;
}
@media only screen and (max-width: 400px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

.page-delete-account{

}
.page-delete-account .wrap-buttons{
  margin:0 auto;
  display:flex;
  justify-content: center;
  align-items: center;
}
.page-delete-account .wrap-buttons .btn{

}
.page-delete-account .wrap-buttons .btn-danger{
  background: #dc3545 !important;
  color: #fff;
}
.wrap-button-delete-account{
  float:left;
  display: inline-block;
}
.wrap-button-delete-account a{
  color: #737373;
  background-image: url("../images/icons/delete-account.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 4px 0 0 35px;
  font-size: 12px;
  height: 24px;
  margin-top:10px;
}
.wrap-button-delete-account a:hover{
  color: #dc3545 !important;
}

#newsletterPopup{
  color: #000;
}
#newsletterPopup .header{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom:5px;
}
#newsletterPopup .header img{
  margin-right: 20px;
}
#newsletterPopup .header span{
  font-size: 23px;
  font-weight: bold;
}
#newsletterPopup .desc{
  font-size: 12px;
  text-align:center;
}
#newsletterPopup .desc span{
  font-size: 16px;
  padding-bottom:3px;
  display: inline-block;
}
#newsletterPopup .form-label-group{
  margin-top:20px;
}
#newsletterPopup .ff_modal input[type=submit] {
  height: auto !important;
  padding: 7px 15px 5px 15px !important;
  font-size: 16px;
}
#newsletterPopup .info-bottom{
  color: #b1b0b0;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
#newsletterPopup .info-bottom a{
  text-decoration: underline;
  color: #b1b0b0;
}
#newsletterPopup .form-label-group input{
  border-width: 2px 2px 2px 2px !important;
  height: 40px !important;
  padding: 18px 10px 20px 10px !important;
}
#newsletterPopup .form-label-group input::-webkit-input-placeholder {
  color: #8d8989;
  font-size: 12px;
}
#newsletterPopup .form-label-group input:-ms-input-placeholder {
  color: #8d8989;
  font-size: 12px;
}

#newsletterPopup .form-label-group input::-ms-input-placeholder {
  color: #8d8989;
  font-size: 12px;
}
#newsletterPopup .form-label-group input::-moz-placeholder {
  color: #8d8989;
  font-size: 12px;
}
#newsletterPopup .form-label-group input::placeholder {
  color: #8d8989;
  font-size: 12px;
}
@media (max-width: 768px) {
  #newsletterPopup{
    color: #000;
    height: auto;
    padding-right: 0 !important;
  }
  #newsletterPopup{
    top: auto;
    bottom:0;
    height:auto;
  }

  #newsletterPopup .modal-body{
    padding: 0 2rem 2rem;
  }
  #newsletterPopup .header{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom:5px;
  }
  #newsletterPopup .header img{
    margin-right: 20px;
  }
  #newsletterPopup .header span{
    font-size: 16px;
    font-weight: bold;
  }
  #newsletterPopup .desc{
    font-size: 11px;
    text-align:center;
  }
  #newsletterPopup .close-newsletter{
    padding:5px 10px 0 0 !important;
  }
  #newsletterPopup .desc span{
    font-size: 13px;
    padding-bottom:3px;
    display: inline-block;
  }
  #newsletterPopup .form-label-group{
    margin-top:20px;
  }
  #newsletterPopup .ff_modal input[type=submit] {
    height: auto !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 13px;
  }
  #newsletterPopup .info-bottom{
    color: #b1b0b0;
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
  }
  #newsletterPopup .info-bottom a{
    text-decoration: underline;
    color: #b1b0b0;
  }
  #newsletterPopup .info-bottom br{
    display: none;
  }
  #newsletterPopup .form-label-group input{
    border-width: 2px 2px 2px 2px !important;
    height: 40px !important;
    padding: 18px 10px 20px 10px !important;
  }
  #newsletterPopup .form-label-group input::-webkit-input-placeholder {
    color: #8d8989;
    font-size: 12px;
  }
  #newsletterPopup .form-label-group input:-ms-input-placeholder {
    color: #8d8989;
    font-size: 12px;
  }
  
  #newsletterPopup .form-label-group input::-ms-input-placeholder {
    color: #8d8989;
    font-size: 12px;
  }
  #newsletterPopup .form-label-group input::-moz-placeholder {
    color: #8d8989;
    font-size: 12px;
  }
  #newsletterPopup .form-label-group input::placeholder {
    color: #8d8989;
    font-size: 12px;
  }
}

.privacy-policy-page .ot-sdk-show-settings:hover{
  background: none !important;
  text-decoration: underline;
}
.privacy-policy-page ol.number{
  counter-reset: item; 
  padding-left: 20px;
}
.privacy-policy-page ol.number li {
  display: block;
}
.privacy-policy-page ol.number li h3::before, 
.privacy-policy-page ol.number li h4::before, 
.privacy-policy-page ol.number li h5::before{
  content: counters(item, ".") ".";
  counter-increment: item;
  padding-right:5px;
}
.privacy-policy-page ol li h4{
  font-size: 22px;
}
.privacy-policy-page ol.number > li::marker{
  font-weight: bold;
  font-size:20px;
}
.privacy-policy-page ol > li h3, .privacy-policy-page ol > li h4, .privacy-policy-page ol > li h5{
  margin:20px 0 20px 0;
  padding:0;
  font-weight: bold;
  display: flex;
}

.privacy-policy-page ol.alpha {
  counter-reset: list;
  margin: 0;
}

.privacy-policy-page ol.alpha > li {
  list-style: none;
  position: relative;
}

.privacy-policy-page ol.alpha > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
}

.recent-front{
  margin-top: 5.625rem;
}
.recent-front .item{
  display: flex;
  flex-direction: column;
}
.recent-front a{
  color: #000;
  text-decoration:none;
  flex: 1;
}
.recent-front a:hover{
  color: #000;
}
.recent-front h4{
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-front .desc{
  color: #737373;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-front .publish-date{
  color: #737373;
  font-style: italic;
  font-size: 12px;
  text-align: right;
  flex: none;
}
@media (max-width: 768px) {
  .recent-front {
    margin-top: 1.25rem;
  }
  .recent-front .item-2, .recent-front .item-3{
    display: none;
  }
}
.front-box-newsletter{
  color: #fff;
  margin-top: 40px;
}
.front-box-newsletter .left, .front-box-newsletter .right{
  background: #008e64;
  padding-top: 20px;
  padding-bottom: 20px;
}
.front-box-newsletter .left .text{
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
}
.front-box-newsletter form {
  position: relative;
  margin-top: 18px;
}
.front-box-newsletter form input[type=email] {
  background: #fff !important;
  border:0;
  width: 100%;
  padding: 12px 10px 13px 10px;
}
.front-box-newsletter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #959191;
  font-size:11px;
  font-family: Roboto;
  font-weight: bold;
}
.front-box-newsletter form input::-moz-placeholder { /* Firefox 19+ */
  color: #959191;
  font-size:11px;
  font-family: Roboto;
}
.front-box-newsletter form input:-ms-input-placeholder { /* IE 10+ */
  color: #959191;
  font-size:11px;
  font-family: Roboto;
}
.front-box-newsletter form input:-moz-placeholder { /* Firefox 18- */
  color: #959191;
  font-size:11px;
  font-family: Roboto;
}
.front-box-newsletter form .btn-foto-primary{
  position: absolute;
  top:5px;
  right: 10px;
  font-size: 1.25rem;
  padding: 0.325rem 1.1375rem;
  font-size: 16px;
}
.front-box-newsletter .right {
  font-size: 12px;
  line-height: 15px;
}
.front-box-newsletter .right a {
  color: #fff;
  text-decoration: underline;
}
.product-promo-box .tile{
  padding:0 !important;
}
@media (max-width: 768px) {
  .product-promo-box .tile img{
    width: 100%;
  }
}

.product-promo-box h2{
  color: #000;
  padding:10px 30px 0px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.product-promo-box .desc{
  font-size: 14px;
  color: #737373;
  padding:0px 30px 10px 30px;
  line-height: 18px;
}
.product-promo-box .wrap-btn-foto-primary{
  width: 100%;
  display:flex;
  justify-content:flex-end;
}
.product-promo-box .wrap-btn-foto-primary .btn-foto-primary{
  width: auto;
  margin-right:auto;
  margin-bottom: 25px;
  margin-right: 30px;
}
.product-promo-box-other-page{
  margin-top: 50px;
}
@media (max-width: 768px) {
  .product-promo-box-other-page{
    margin-top: 20px;
  }
}

ul.dashed {
  margin: 0;
  padding:0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed li{
  margin-bottom: 10px;
}
ul.dashed > li {
  padding-left: 15px;
}
ul.dashed > li:before {
  content: "–"; /* en dash */
  position: absolute;
  margin-left: -1.1em;
}

.ReactCrop__crop-selection,
.ReactCrop__image
{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.nazwa_rejestracja {
  display: none;
}
.swipie-slide-instapack-promotion .slide__title {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.swipie-slide-instapack-fotokalendarz .slide__title {
  font-size: 1.8rem;
  line-height: 2rem;
}
.swipie-slide-instapack-fotoblok .slide__title {
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .swipie-slide-instapack-promotion .slide__title {
    font-size: 3.2rem;
    line-height: 3.75rem;
  }
  .swipie-slide-instapack-fotokalendarz .slide__title {
    font-size: 3.2rem;
    line-height: 3.75rem;
  }
  .swipie-slide-instapack-fotoblok .slide__title {
    font-size: 3.2rem;
    line-height: 3.75rem;
  }
}

.front-box-get-inspired {
  margin-top: 2.5rem;
}

.front-box-get-inspired h2 {
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  color:#737373;
  margin:0;
  padding:0;
}
.front-box-get-inspired__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 1rem 0 1rem 0;
}
.front-box-get-inspired__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0 1.5rem 0;
}
.front-box-get-inspired__icons-link-fb {
  margin-right: 1rem;
}
.front-box-get-inspired__icons-link-insta {
  margin-left: 1rem;
}
.front-box-get-inspired__image{
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .front-box-get-inspired__image-large {
    display: block !important;
  }
  .front-box-get-inspired__image-small {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .front-box-get-inspired__image-large {
    display: none !important;
  }
  .front-box-get-inspired__image-small {
    display: block !important;
  }
}
.company-form-vvv {
  display: none !important;
}

/** PAGE PROMOTION **/
.page-promocje__content table{
  border-collapse: separate !important;
}
.page-promocje__content img{
  height: auto !important;
}
/** PAGE PAYMENTS **/
.page-payments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 50px 0 20px 0;
}
.page-payments h1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 30px 0 15px 0;
}
.page-payments img {
  margin: 2rem 0 2rem 0;
  width: 35%;
}
.page-payments a {
  background: #737373;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  padding: 5px 30px 5px 30px;
  margin-top: 22px;
}
.page-payments a:hover{
  color: #fff;
}
.map.shadow {
  height: 520px !important;
}

@media (max-width: 1200px) {
  .slide__img {
    max-width: 70%;
  }

  .slide__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .slide__btn-order {
    font-size: 1rem;
  }

  .slide__desc,
  .slide__header {
    margin-bottom: 1rem;
  }

  .slide {
    margin-top: 4rem;
    min-height: auto;
  }
}

#BPWidget #BPWidgetOverlayShadow {
  height: 100% !important;
}

#BPWidget #BPWidgetZoomWarning {
  color: #4d4d4d;
  font-weight: 500;
}