/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-photos-category.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-photos-category {
  position: relative;
  width: 100%;
  height: 450px;
}
@media (max-width: 992px) {
  .m-photos-category {
    height: auto;
  }
}
.m-photos-category::after {
  content: "";
  clear: both;
  display: table;
}
.m-photos-category__title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .m-photos-category__title {
    margin-bottom: 20px;
  }
}
.m-photos-category__title h1, .m-photos-category__heading {
  color: #fff;
}
@media (max-width: 1419px) and (min-width: 992px) {
  .m-photos-category__title h1, .m-photos-category__heading {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .m-photos-category__title h1, .m-photos-category__heading {
    font-size: 3rem;
    line-height: 30px;
  }
}
@media (max-width: 1419px) and (min-width: 992px) {
  .m-photos-category__desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
.m-photos-category__leftLayer {
  max-width: 535px;
  min-height: 345px;
  background: #333333;
  color: #fff;
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  top: 50%;
  padding: 50px;
  opacity: 0;
  left: 0;
  animation: leftLayerSlideIn 0.7s cubic-bezier(0.3, 1.02, 0.73, 1) 0.3s forwards;
}
@keyframes leftLayerSlideIn {
  to {
    opacity: 1;
  }
}
@media (max-width: 1419px) {
  .m-photos-category__leftLayer {
    max-width: 285px;
  }
}
@media (max-width: 1419px) and (min-width: 993px) {
  .m-photos-category__leftLayer {
    padding: 30px;
    min-height: 0;
  }
}
@media (max-width: 992px) {
  .m-photos-category__leftLayer {
    position: static;
    min-height: 0;
    max-width: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .m-photos-category__leftLayer {
    padding: 30px;
  }
}
.m-photos-category__leftLayer--topic {
  max-width: 435px;
  min-height: 310px;
}
@media (max-width: 1420px) {
  .m-photos-category__leftLayer--topic {
    position: static;
    max-width: none;
    min-height: 0;
    transform: none;
  }
}
.m-photos-category__leftLayer--topic .m-photos-category__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .m-photos-category__leftLayer--topic .m-photos-category__heading {
    font-size: 30px;
  }
}
@media (min-width: 1420px) {
  .m-photos-category__leftLayer--topic .m-photos-category__heading {
    font-size: 40px;
  }
}
@media (max-width: 576px), (min-width: 1420px) {
  .m-photos-category__leftLayer--topic .m-photos-category__heading--tidy {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 576px) {
  .m-photos-category__leftLayer--topic .m-photos-category__heading--small {
    font-size: 20px;
  }
}
@media (min-width: 1420px) {
  .m-photos-category__leftLayer--topic .m-photos-category__heading--small {
    font-size: 26px;
  }
}
.m-photos-category__leftLayer--topic .m-photos-category__desc {
  font-size: 16px;
  line-height: 28px;
}
.m-photos-category__photos {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .m-photos-category__photos {
    display: block;
  }
}
@media (max-width: 1420px) {
  .m-photos-category__photos--topic {
    height: auto;
  }
}
@media (max-width: 992px) {
  .m-photos-category__photos--topic {
    max-width: none;
  }
}
.m-photos-category__mainPhoto {
  height: 100%;
  text-align: right;
}
.m-photos-category__mainPhoto:not(:last-of-type) {
  margin-right: 30px;
}
.m-photos-category__mainPhoto img {
  height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .m-photos-category__mainPhoto img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (max-width: 992px) {
  .m-photos-category__mainPhoto:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .m-photos-category__mainPhoto img {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .m-photos-category__mainPhoto {
    max-width: 589px;
    flex: 0 0 589px;
    overflow: hidden;
  }
  .m-photos-category__mainPhoto img {
    max-width: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .m-photos-category__mainPhoto img {
      position: static;
      transform: none;
    }
  }
}
.m-photos-category__sidePhotos {
  max-width: 275px;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 992px) {
  .m-photos-category__sidePhotos {
    max-height: 240px;
  }
}
@media (min-width: 993px) {
  .m-photos-category__sidePhotos {
    flex: 0 0 275px;
  }
}
@media (max-width: 992px) {
  .m-photos-category__sidePhotos {
    max-width: none;
    display: flex;
  }
}
@media (max-width: 576px) {
  .m-photos-category__sidePhotos {
    display: block;
  }
}
.m-photos-category__sidePhotos > div {
  overflow: hidden;
}
.m-photos-category__sidePhotos > div:nth-of-type(1) {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .m-photos-category__sidePhotos > div:nth-of-type(1) {
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .m-photos-category__sidePhotos > div:nth-of-type(1) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .m-photos-category__sidePhotos > div {
    width: 100%;
  }
  .m-photos-category__sidePhotos > div img {
    width: 100%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .m-photos-category__sidePhotos > div img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 577px) {
  .m-photos-category__sidePhotos > div {
    flex-basis: calc(50% - 15px);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .m-photos-category__sidePhotos > div:nth-of-type(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  .m-photos-category__sidePhotos > div {
    flex-basis: 100%;
    height: 50%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .m-photos-category__sidePhotos > div {
      height: calc(50% - 15px);
    }
  }
}
.m-photos-category--topic {
  height: auto;
}
@media (min-width: 1420px) {
  .m-photos-category--topic {
    min-height: 450px;
  }
}
@media (min-width: 993px) and (max-width: 1420px) {
  .m-photos-category--topic .m-photos-category__mainPhoto {
    max-width: none;
    flex: 50%;
  }
}
