.mobile-parameters-menu {
  position: fixed;
  bottom: 0;
  display: none;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  max-height: 100%;
  max-width: 71.25rem;
  opacity: 1;
  transition: opacity 0.2s linear;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.mobile-parameters-menu-body {
  margin: 25px 0px 0px 0px;
  min-height: 185px;
  max-height: 185px;
  overflow-y: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: auto;
}
.mobile-parameters-menu-body .floatingLabel {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .mobile-parameters-menu {
    display: flex;
  }
}
.hidden-on-scroll {
  opacity: 0;
}
.hidden {
  display: none !important;
}
.crop_container {
  padding: 10px;
  display: flex;
  justify-content: center;
  background-color: #B1B1B1;
}
.productDetail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 2rem;
  /*&__galleryTabs {
    align-self: center;
    list-style-type: none;
    overflow-x: auto;
    display: flex;
    margin-left: 5%;
    margin-right: 5%;

    .tabs {
      padding-bottom: 0;
      z-index: 10;
      background-color: @color-white;
      border-radius: @radius-xxl;
      padding: @spacing-m;
      width: 90%;
      position: absolute;
      margin-top: -5px;
    }
  }*/
}
@media only screen and (max-width: 47.938rem) {
  .productDetail {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.productDetail__left,
.productDetail__right {
  min-width: 0;
  position: relative;
}
.productDetail__visualization {
  width: 100%;
  height: 500px;
  background-color: #F1F1F1;
  border-radius: 1rem;
}
.productDetail__visualization canvas {
  border-radius: 1rem;
}
.productDetail__scroll {
  position: sticky;
  top: 1.5rem;
}
.productDetail__gallery {
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__gallery {
    margin-left: calc(-2rem / 2);
    margin-right: calc(-2rem / 2);
    border-radius: 0;
  }
  .productDetail__gallery .productCard__label {
    left: 0;
  }
}
.productDetail__galleryImg {
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.productDetail__template {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0.75rem -0.75rem 0;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__template {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0.75rem;
    background-color: #F1F1F1;
    border-radius: 1rem;
    padding: 0.75rem;
  }
}
.productDetail__templateTitle {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.042em;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin: 0.25rem 0.75rem;
}
.productDetail__templateFile {
  display: flex;
  align-items: center;
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.042em;
  text-transform: none;
  margin: 0.25rem 0.75rem;
}
.productDetail__templateFile .icon {
  margin-right: 0.375rem;
}
.productDetail__templateName {
  color: var(--color-text);
}
.productDetail__templateName .size {
  opacity: 0.73;
  white-space: nowrap;
}
.productDetail__templateName:hover,
.productDetail__templateName:focus {
  text-decoration: underline;
}
.productDetail__finalPrice {
  border: 1px solid #E9E9E9;
  padding: 1rem;
  border-radius: 1rem;
  margin-top: calc(1.5rem - 0.25rem);
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__finalPrice {
    display: none;
  }
}
.productDetail__intro {
  margin-bottom: calc(2rem + 0.25rem);
}
.productDetail__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.productDetail__title .title {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.438rem;
  line-height: 1.256em;
  margin-right: 0.375rem;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__title .title {
    font-size: 2rem;
  }
}
.productDetail__title .small {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.042em;
  text-transform: uppercase;
  opacity: 0.73;
}
.productDetail__description {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714em;
}
.productDetail__descriptionShort,
.productDetail__descriptionLong {
  display: none;
}
.productDetail__descriptionShort.active,
.productDetail__descriptionLong.active {
  display: inline;
}
.productDetail__descriptionShort {
  opacity: 0.73;
}
.productDetail__descriptionShort + .productDetail__descriptionLink {
  margin-left: 0.25rem;
}
.productDetail__descriptionLink {
  display: none;
  font-weight: 600;
  color: var(--color-secondary);
  text-decoration: underline;
}
.productDetail__descriptionLink:hover,
.productDetail__descriptionLink:focus {
  text-decoration: none;
}
.productDetail__descriptionLink.active {
  display: inline;
}
.productDetail__block {
  margin-bottom: calc((2 * 1.5rem) - 0.375rem);
}
.productDetail__block:last-child {
  margin-bottom: 0;
}
.productDetail__blockTitle {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 0.375rem;
}
.productDetail__subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 0.375rem;
}
.productDetail__subtitleNumber {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6em;
  opacity: 0.27;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__subtitleNumber {
    font-size: 1.125rem;
  }
}
.productDetail__subtitleNumber .highlight {
  color: var(--color-text);
}
.productDetail__subtitleName {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-left: 0.75rem;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__subtitleName {
    font-size: 1.125rem;
  }
}
.productDetail__subtitleButton {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.563rem;
  line-height: 1.48em;
  letter-spacing: 0.004em;
  margin-left: 0.75rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  margin-left: 0px;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__subtitleButton {
    font-size: 1.375rem;
  }
}
.productDetail__subtitleButton .backButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0px;
  cursor: pointer;
  color: var(--color-text);
  line-height: 37px;
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5em;
  letter-spacing: 0.018em;
}
.productDetail__subtitleButton .backButton .icon {
  flex: 0 0 auto;
  width: calc(1.5rem - 0.25rem);
  height: calc(1.5rem - 0.25rem);
  fill: var(--color-text);
  transition: fill 250ms;
  margin-left: 0.375rem;
}
.productDetail__subtitleSeparator {
  flex: 1 0 auto;
  height: 1px;
  border: none;
  background-color: #E9E9E9;
  margin-left: 0.75rem;
}
.productDetail__container {
  display: flex;
  position: relative;
  transition: transform 500ms;
}
.productDetail__container.slideLeft {
  transform: translateX(calc(-100% - 1.5rem));
}
.productDetail__containerLeft {
  width: 100%;
}
.productDetail__containerRight {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: inherit;
  top: 0px;
  left: calc(100% + 1.5rem);
}
.productDetail__tabContent {
  background-color: #F1F1F1;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}
.productDetail__tabContent .floatingLabel {
  margin-bottom: 0.75rem;
}
.productDetail__tabContent .floatingLabel:last-child {
  margin-bottom: 0;
}
.productDetail__tabContent .tabs__pane {
  margin-bottom: 0.75rem;
}
.productDetail__tabContent .selectOptionsContainer {
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: auto;
}
.productDetail__tabContent .selectOptionsContainer::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.productDetail__tabContent .selectOptionsContainer::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.productDetail__tabContent .selectOptionsContainer::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
}
.productDetail__tabContent .selectOptionsContainer::-webkit-scrollbar-thumb:hover {
  background-color: #A6A6A6;
}
.productDetail__tabContent .selectOption {
  width: 100%;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 0.5rem;
  text-align: left;
  border: 0;
  outline: 0;
  /*&:not(:last-child) {
        padding-bottom: @spacing-n;
        border-bottom: 1px solid #d6d6d6;
      }*/
}
.productDetail__tabContent .selectOption:hover {
  cursor: pointer;
}
.productDetail__tabContent .selectOption__thumbnail {
  flex-basis: 25%;
  width: 100%;
}
.productDetail__tabContent .selectOption__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
.productDetail__tabContent .selectOption__text {
  flex-basis: 75%;
  width: 100%;
}
.productDetail__tabContent .selectOption__title {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__tabContent .selectOption__title {
    font-size: 1.125rem;
  }
}
.productDetail__tabContent .selectOption__description {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714em;
  opacity: 0.73;
  line-height: 1.4rem;
}
.productDetail__tabContent .selectOption--noDescription .selectOption__thumbnail {
  flex-basis: 20%;
}
.productDetail__tabContent .selectOption--noDescription .selectOption__title {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.563rem;
  line-height: 1.48em;
  letter-spacing: 0.004em;
  margin-top: 0.75rem;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__tabContent .selectOption--noDescription .selectOption__title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__tabContent .selectOption--noDescription .selectOption__thumbnail {
    flex-basis: 25%;
  }
}
.productDetail__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714em;
}
.productDetail__table .tbody + .tbody .tr:first-child .td {
  padding-top: 0.75rem;
}
.productDetail__table .tr--basePrice .td {
  opacity: 0.73;
}
.productDetail__table .tr--basePrice .td:last-child {
  font-weight: 400;
}
.productDetail__table .tr--finalPrice .td {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
  vertical-align: middle;
}
.productDetail__table .tr--finalPrice .td:last-child {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
  color: var(--color-price);
  white-space: nowrap;
}
.productDetail__table .tr--finalPrice .td .price {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.563rem;
  line-height: 1.48em;
}
.productDetail__table .td {
  padding: 0 0.375rem;
  vertical-align: top;
}
.productDetail__table .td:first-child {
  padding-left: 0;
}
.productDetail__table .td:last-child {
  padding-right: 0;
  text-align: right;
  font-weight: 700;
}
.productDetail__info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714em;
  color: var(--color-text);
  margin-top: 0.75rem;
  border-top: 1px solid #E9E9E9;
  padding-top: 0.75rem;
}
.productDetail__info .icon {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  fill: var(--color-primary);
  width: calc(1.5rem - 0.25rem);
  height: calc(1.5rem - 0.25rem);
}
.productDetail__info .text {
  opacity: 0.73;
}
.productDetail__info--spaced {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 0.75rem;
}
.productDetail__orderButtons {
  display: flex;
  flex-direction: column;
}
.productDetail__orderButtons .button.hidden {
  display: none;
}
.productDetail__orderButtonsPrint {
  margin-top: 0.375rem;
}
.productDetail__step2 .floatingLabel,
.productDetail__step2 .dropzone,
.productDetail__step2 .control {
  margin-bottom: 0.75rem;
}
.productDetail__step2 .productDetail__template {
  display: none;
}
@media only screen and (max-width: 47.938rem) {
  .productDetail__step2 .productDetail__template {
    display: flex;
  }
}
.modalAddToCart__product {
  display: flex;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 35.938rem) {
  .modalAddToCart__product {
    flex-direction: column;
  }
}
.modalAddToCart__productImage {
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 0.5rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 35.938rem) {
  .modalAddToCart__productImage {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.modalAddToCart__productTitle {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 47.938rem) {
  .modalAddToCart__productTitle {
    font-size: 1.125rem;
  }
}
.modalAddToCart__productTitle .separator {
  width: 1px;
  height: 1.5rem;
  margin: 0 0.75rem;
  background-color: #E9E9E9;
}
.modalAddToCart__productTitle .ammount {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: var(--color-text);
  opacity: 0.73;
}
.modalAddToCart__productParametrs {
  margin: -0.25rem -0.5rem;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.modalAddToCart__productParametr {
  display: inline-flex;
  align-items: center;
  margin: 0.25rem 0.5rem;
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.042em;
  text-transform: none;
}
.modalAddToCart__productParametr .name {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.042em;
  text-transform: uppercase;
  margin-right: 0.25rem;
}
.modalAddToCart__productParametr .tooltip {
  width: 1rem;
  height: 1rem;
}
.modalAddToCart__productPrices {
  display: flex;
  margin-top: 1.5rem;
}
.modalAddToCart__productPrice {
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
}
.modalAddToCart__productPrice:last-child {
  margin-right: 0;
}
.modalAddToCart__productPrice--final .price {
  color: var(--color-price);
}
.modalAddToCart__productPrice .price {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.563rem;
  line-height: 1.48em;
}
.modalAddToCart__productPrice .currency {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
}
.modalAddToCart__productPrice .vat {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.042em;
  text-transform: none;
  opacity: 0.73;
}
.modalAddToCart__summary {
  display: flex;
  align-items: center;
  margin: 0 -2rem;
  padding: 0.75rem 2rem;
  background-color: #F1F1F1;
}
@media only screen and (max-width: 47.938rem) {
  .modalAddToCart__summary {
    margin: 0 -1rem;
    padding: 0.75rem 1rem;
  }
}
@media only screen and (max-width: 35.938rem) {
  .modalAddToCart__summary {
    flex-wrap: wrap;
  }
}
.modalAddToCart__summaryTitle {
  flex: 1 1 auto;
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
}
@media only screen and (max-width: 35.938rem) {
  .modalAddToCart__summaryTitle {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 0.75rem;
  }
}
.modalAddToCart__summaryPrice {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0.75rem;
}
@media only screen and (max-width: 35.938rem) {
  .modalAddToCart__summaryPrice {
    flex: 0 0 50%;
    margin-left: 0;
    align-items: center;
  }
}
.modalAddToCart__summaryPrice--final .price {
  color: var(--color-price);
}
.modalAddToCart__summaryPrice .price {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
}
.modalAddToCart__summaryPrice .currency {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.modalAddToCart__summaryPrice .vat {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.042em;
  text-transform: none;
  opacity: 0.73;
}
.modalLogin {
  max-width: 23.438rem;
  margin: 0 auto;
}
.modalLogin .floatingLabel {
  margin-bottom: 0.75rem;
}
.modalLogin .floatingLabel:last-child {
  margin-bottom: 0;
}
.simpleForm__wrapper {
  max-width: 23.438rem;
  margin: 0 auto;
}
.simpleForm__title {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}
.simpleForm__group {
  display: flex;
}
.simpleForm__group .floatingLabel:first-child .select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 6.25rem;
}
.simpleForm__group .floatingLabel:last-child {
  flex: 1 1 auto;
}
.simpleForm__group .floatingLabel:last-child .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.simpleForm .floatingLabel {
  margin-bottom: 0.75rem;
}
.simpleForm > .button {
  width: 100%;
}
.simpleForm > .button + .button {
  margin-top: 0.375rem;
}
@media only screen and (max-width: 35.938rem) {
  .pageProductDetail .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 35.938rem) {
  .pageProductDetail .productDetail__left {
    margin-top: 0.75rem;
  }
}
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}