/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/product-info-gallery/_product-info-gallery-styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-product-info-gallery {
  display: block;
  position: relative;
  padding-top: 70px;
  opacity: 0;
}
.block-product-info-gallery.active {
  transition: opacity 0.5s ease;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery {
    padding-top: 12px;
  }
}
.block-product-info-gallery .col-content .content-wrapper {
  display: block;
  position: relative;
}
.block-product-info-gallery .col-content .title-product {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1.2;
  color: #224472;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .title-product {
    font-size: 3.2rem;
  }
}
.block-product-info-gallery .col-content .mark-product {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #224472;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .mark-product {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.block-product-info-gallery .col-content .description-product {
  display: block;
  position: relative;
  margin-bottom: 35px;
  max-width: 550px;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .col-content .description-product {
    max-width: 100%;
  }
}
.block-product-info-gallery .col-content .description-product p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #224472;
  margin: 0;
}
.block-product-info-gallery .col-content .bullet-list {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .bullet-list {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.block-product-info-gallery .col-content .bullet-list li {
  display: block;
  position: relative;
  padding-left: 47px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 27px;
  text-transform: uppercase;
  color: #224472;
  margin-bottom: 23px;
  background-image: url("../images/icon-bullet.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 27px;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .bullet-list li {
    font-size: 1.6rem;
  }
}
.block-product-info-gallery .col-content .table-product {
  display: block;
  position: relative;
  padding: 60px 79px 25px 69px;
  background: rgba(0, 102, 179, 0.0705882353);
  margin-bottom: 120px;
  border-radius: 16px;
}
@media (max-width: 1799.98px) {
  .block-product-info-gallery .col-content .table-product {
    padding: 60px 40px 25px 49px;
  }
}
@media (max-width: 1535.98px) {
  .block-product-info-gallery .col-content .table-product {
    padding: 40px 30px 25px 30px;
  }
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .table-product {
    padding: 0;
    background: transparent;
    margin-bottom: 30px;
  }
}
.block-product-info-gallery .col-content .table-product .table-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #224472;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1535.98px) {
  .block-product-info-gallery .col-content .table-product .table-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .table-product .table-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 23px;
  }
}
.block-product-info-gallery .col-content .table-product .table-item {
  display: flex;
  position: relative;
  margin-bottom: 6px;
  padding: 10px 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .table-product .table-item {
    padding: 10px 13px;
    margin-bottom: 0;
  }
}
.block-product-info-gallery .col-content .table-product .table-item:nth-child(odd) {
  background: rgba(0, 102, 179, 0.2);
}
.block-product-info-gallery .col-content .table-product .table-item .table-value {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 21px;
  color: #224472;
  margin-right: auto;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .table-product .table-item .table-value {
    font-size: 1.3rem;
    line-height: 15px;
  }
}
.block-product-info-gallery .col-content .table-product .table-item .table-key {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 21px;
  color: #0066b3;
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .col-content .table-product .table-item .table-key {
    font-size: 1.3rem;
    line-height: 15px;
  }
}
.block-product-info-gallery .col-gallery {
  display: flex;
  align-items: flex-start;
  padding-top: 25px;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .col-gallery {
    display: block;
    padding-top: 0;
  }
}
.block-product-info-gallery .capacity-product-wrapper {
  display: block;
}
.block-product-info-gallery .capacity-product-wrapper--desktop {
  display: block;
  position: sticky;
  margin-left: auto;
  margin-right: -30px;
  margin-bottom: 120px;
  top: 80px;
}
@media (max-width: 1799.98px) {
  .block-product-info-gallery .capacity-product-wrapper--desktop {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .capacity-product-wrapper--desktop {
    display: none;
  }
}
.block-product-info-gallery .capacity-product-wrapper--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .capacity-product-wrapper--mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.block-product-info-gallery .capacity-product-wrapper--mobile .capacity-item img {
  position: relative;
  margin-bottom: 10px;
}
.block-product-info-gallery .capacity-product-wrapper .capacity-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #224472;
  max-width: 145px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .capacity-product-wrapper .capacity-title {
    display: none;
  }
}
.block-product-info-gallery .capacity-product-wrapper .capacity-item {
  display: flex;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 20px;
  color: #002f67;
  margin-bottom: 30px;
  margin-left: 10px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.block-product-info-gallery .capacity-product-wrapper .capacity-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .capacity-product-wrapper .capacity-item span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.block-product-info-gallery .capacity-product-wrapper .capacity-item.duzy img {
  height: 120px;
  width: auto;
}
.block-product-info-gallery .capacity-product-wrapper .capacity-item.stredny img {
  height: 100px;
  width: auto;
}
.block-product-info-gallery .capacity-product-wrapper .capacity-item.maly img {
  height: 70px;
  width: auto;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .capacity-product-wrapper .capacity-item {
    display: flex;
    text-align: center;
    width: 80px;
    height: auto;
    padding-left: 0;
    margin-bottom: 25px !important;
  }
  .block-product-info-gallery .capacity-product-wrapper .capacity-item img {
    max-height: 100px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .capacity-product-wrapper .capacity-item img {
    max-height: 80px;
    width: auto;
  }
}
.block-product-info-gallery .capacity-product-wrapper .capacity-item:last-child {
  margin-bottom: 0;
}
.block-product-info-gallery .gallery-product-wrapper {
  display: block;
  position: relative;
  width: calc(100% - 145px);
  margin-right: 95px;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .gallery-product-wrapper {
    margin: 25px auto 25px auto;
    width: 100%;
  }
}
.block-product-info-gallery .gallery-product-wrapper--desktop {
  position: sticky;
  margin-bottom: 120px;
  top: 80px;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .gallery-product-wrapper--desktop {
    display: none;
  }
}
.block-product-info-gallery .gallery-product-wrapper--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .gallery-product-wrapper--mobile {
    display: block;
  }
}
.block-product-info-gallery .gallery-product-wrapper .gallery-item {
  display: none;
  position: relative;
}
.block-product-info-gallery .gallery-product-wrapper .gallery-item.active {
  display: block;
}
.block-product-info-gallery .gallery-product-wrapper .gallery-item img {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.block-product-info-gallery .gallery-product-wrapper .gallery-item__image--desktop {
  display: block;
}
.block-product-info-gallery .gallery-product-wrapper .gallery-item__image--desktop img {
  max-height: 589px;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .gallery-product-wrapper .gallery-item__image--desktop {
    display: none;
  }
}
.block-product-info-gallery .gallery-product-wrapper .gallery-item__image--mobile {
  display: none;
}
.block-product-info-gallery .gallery-product-wrapper .gallery-item__image--mobile img {
  max-height: 246px;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .gallery-product-wrapper .gallery-item__image--mobile {
    display: block;
  }
}
.block-product-info-gallery .btn-gallery {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background-color: rgb(205, 215, 234);
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  text-shadow: none;
  transition: all ease 0.2s;
}
.block-product-info-gallery .btn-gallery:hover {
  background-color: #0066b3;
}
.block-product-info-gallery .btn-gallery--prev {
  background-image: url("../images/icon-gallery-prev.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  left: 0;
}
.block-product-info-gallery .btn-gallery--next {
  background-image: url("../images/icon-gallery-next.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  right: 0;
}
.block-product-info-gallery .mobile-filters__open {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 20px 11px 20px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 22px;
  color: white;
  text-transform: uppercase;
  background: #0066b3;
  border: none;
  outline: none;
  width: 100%;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .mobile-filters__open {
    display: block;
    z-index: 10;
  }
}
.block-product-info-gallery .mobile-filters {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background: white;
  border-top: 10px #0066b3 solid;
  padding-top: 10px;
}
.block-product-info-gallery .mobile-filters.active {
  display: block;
}
.block-product-info-gallery .mobile-filters__title {
  display: block;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #002f67;
  text-transform: uppercase;
  z-index: 1;
}
.block-product-info-gallery .mobile-filters__close {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-filters-close.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px 20px;
  top: 21px;
  right: 10px;
  z-index: 2;
}
.block-product-info-gallery .mobile-filters form {
  display: block;
  position: relative;
  padding: 0 10px;
  z-index: 2;
}
.block-product-info-gallery .mobile-filters form .form-dropdown {
  display: block;
  position: relative;
}
.block-product-info-gallery .mobile-filters form .btn-search {
  display: none;
}
.block-product-info-gallery .mobile-filters form .mCustomScrollbar {
  max-height: calc(100vh - 200px);
  height: 100%;
  position: relative;
}
.block-product-info-gallery .mobile-filters form .mCSB_inside > .mCSB_container {
  margin-right: 27px;
}
.block-product-info-gallery .mobile-filters form .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  border-radius: 20px;
  background: #0066b3;
}
.block-product-info-gallery .mobile-filters form .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.block-product-info-gallery .mobile-filters form .mCSB_scrollTools {
  top: 12px;
  bottom: 9px;
  opacity: 1;
  overflow: hidden;
}
.block-product-info-gallery .mobile-filters__caption {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  color: black;
  padding-left: 5px;
  margin-bottom: 10px;
}
.block-product-info-gallery .mobile-filters .btn-dropdown {
  display: block;
  padding: 10px 35px 9px 16px;
  background: white;
  border: 1px solid #0066b3;
  border-radius: 16px;
  background-image: url("../images/icon-form-dropdown.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 20px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 21px;
  cursor: pointer;
}
.block-product-info-gallery .mobile-filters .btn-dropdown.active {
  background-image: url("../images/icon-form-dropdown-active.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 20px;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.block-product-info-gallery .mobile-filters .btn-dropdown.active:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(157, 157, 157, 0.3);
  height: 1px;
  width: calc(100% - 27px);
}
.block-product-info-gallery .mobile-filters .btn-dropdown.active + .box-dropdown {
  display: block;
}
.block-product-info-gallery .mobile-filters .box-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border: solid 1px #0066b3;
  border-top: transparent;
  background: white;
}
.block-product-info-gallery .mobile-filters .box-dropdown .label-checkbox {
  display: block;
  border-bottom: 1px solid rgba(157, 157, 157, 0.3);
  margin-bottom: 0;
  background: transparent;
  transition: all ease 0.2s;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .mobile-filters .box-dropdown .label-checkbox {
    border-bottom: transparent;
    padding: 0;
    margin-bottom: 10px;
  }
}
.block-product-info-gallery .mobile-filters .box-dropdown .label-checkbox:hover {
  background: rgba(129, 181, 19, 0.3);
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .mobile-filters .box-dropdown .label-checkbox:hover {
    background: transparent;
  }
}
.block-product-info-gallery .mobile-filters .box-dropdown .label-checkbox span {
  display: block;
  font-size: 1.3rem;
  line-height: 20px;
  cursor: pointer;
  color: #002f67;
  padding: 9px 0 11px 16px;
}
.block-product-info-gallery .mobile-filters .box-dropdown .label-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.block-product-info-gallery .mobile-filters .box-dropdown .label-checkbox input[type=checkbox]:checked + span {
  background: rgba(129, 181, 19, 0.3);
  background-image: url("../images/icon-checked-big.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) 50%;
  background-size: 25px;
}
.block-product-info-gallery .mobile-filters__products {
  display: block;
  position: relative;
  padding: 0 10px;
  margin-top: 15px;
  z-index: 1;
}
.block-product-info-gallery .mobile-filters__products .products-cards-wrapper {
  margin-top: 0;
}
.block-product-info-gallery .mobile-filters__products .product-item {
  display: block;
  position: relative;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .mobile-filters__products .product-item {
    width: 33.3333333333%;
    min-height: inherit;
    padding: 15px 15px;
  }
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .mobile-filters__products .product-item {
    padding: 10px 10px;
    margin-bottom: 15px;
  }
}
.block-product-info-gallery .mobile-filters__products .product-item .image-wrapper {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto 5px auto;
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .mobile-filters__products .product-item .image-wrapper {
    max-height: 105px;
  }
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .mobile-filters__products .product-item__title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.block-product-info-gallery .mobile-filters__products .product-item__caption {
  font-size: 10px;
  line-height: 13px;
  color: #224472;
}
.block-product-info-gallery .mobile-filters__products .product-item .item-desc {
  display: block;
  position: relative;
  text-align: center;
}
.block-product-info-gallery .mobile-filters__products .product-item .item-desc .item-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: #0066b3;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.block-product-info-gallery .mobile-filters__products .product-item .item-desc .item-caption {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  color: #224472;
}
.block-product-info-gallery .mobile-filters__score {
  max-height: calc(100vh - 202px - 58px);
  height: 100%;
  position: relative;
  padding-top: 15px;
}
.block-product-info-gallery .mobile-filters__score .mCSB_inside > .mCSB_container {
  margin-right: 27px;
}
.block-product-info-gallery .mobile-filters__score .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  border-radius: 20px;
  background: #0066b3;
}
.block-product-info-gallery .mobile-filters__score .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.block-product-info-gallery .mobile-filters__score .mCSB_scrollTools {
  top: 12px;
  bottom: 9px;
  opacity: 1;
  overflow: hidden;
}
.block-product-info-gallery .capacity-product-wrapper .capacity-item {
  text-decoration: none;
}
.block-product-info-gallery .capacity-product-wrapper .capacity-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .block-product-info-gallery .capacity-product-wrapper--desktop .capacity-item img {
    max-width: 90px;
  }
  .block-product-info-gallery .capacity-product-wrapper--mobile .capacity-item img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .block-product-info-gallery .capacity-product-wrapper--desktop .capacity-item img {
    max-width: 60px;
  }
  .block-product-info-gallery .capacity-product-wrapper--mobile .capacity-item img {
    max-width: 100%;
  }
}
