* {
  margin: 0;
  padding: 0;
}

body, html {
  overflow-x: hidden;
  max-width: 100vw;
}

@media only screen and (min-width: 950px) {
  .mobileHeader__logo {
    display: none;
  }
  .mobileHeader__button {
    display: none;
  }
  .zoom {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.726);
  }
  .zoom .zoom__close {
    position: absolute;
    text-align: center;
    border: 1px solid white;
    border-radius: 100%;
    top: 30px;
    right: 30px;
    background: none;
    padding: 10px 15px;
    font-family: "Raleway", sans-serif;
    color: white;
    font-size: 20px;
  }
  .zoom .zoom__close:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .zoom .zoom__img {
    max-height: 90vh;
    max-width: 95vw;
  }
  .zoom .zoom__prev {
    margin: 0px auto 0px 20px;
    width: 50px;
    background: none;
    border: none;
    outline: none;
  }
  .zoom .zoom__prev:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .zoom .zoom__prev img {
    width: 50px;
  }
  .zoom .zoom__next {
    margin: 0px 20px 0px auto;
    background: none;
    border: none;
    outline: none;
  }
  .zoom .zoom__next:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .zoom .zoom__next img {
    width: 50px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .container {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .container .container__nav {
    width: 250px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100vh;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 20px;
  }
  .container .container__nav .nav__logo {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 20px 0px 25px -10px;
  }
  .container .container__nav .nav__logo img {
    width: 200px;
  }
  .container .container__nav .nav__link {
    color: black;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 5px 0px;
  }
  .container .container__nav .nav__link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.6;
  }
  .container .container__nav .nav__link--kolaz {
    margin-top: 30px;
  }
  .container .container__nav .nav__link--intro {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.555);
  }
  .container .container__nav .nav__link--small {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.555);
  }
  .container .container__nav .nav__link--small--first {
    margin-top: 30px;
  }
  .container .container__photos {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: calc(100vw - 290px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .container__photos .photos__h1 {
    margin: 20px 0px;
    font-size: 27px;
    color: black;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-align: center;
    width: 90%;
  }
  .container .container__photos .photos__h4 {
    margin: 20px 0px;
    font-size: 54px;
    color: black;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-align: center;
    width: 90%;
  }
  .container .container__photos .photos__p1 {
    margin: 20px 0px;
    font-size: 18px;
    color: black;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-align: left;
    width: 60%;
    line-height: 28px;
  }
  .container .container__photos .photos__p2 {
    margin: 80px 0px;
    font-size: 18px;
    color: black;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-align: left;
    width: 60%;
    line-height: 28px;
  }
  .container .container__photos .photos__column {
    position: relative;
    width: 30%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px;
  }
  .container .container__photos .photos__column2 {
    position: relative;
    width: 90%;
    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: start;
        -ms-flex-align: start;
            align-items:center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px;
  }
  .container .container__photos .photos__column2 .column__imgWrapper {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0px;
    position: relative;
    width: 80%;
  }
  .container .container__photos .photos__column .column__imgWrapper {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0px;
    position: relative;
  }
  .container .container__photos .photos__column2 .column__imgWrapper {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0px;
    position: relative;
  }
  .container .container__photos .photos__column .column__imgWrapper img {
    width: 100%;
  }
  .container .container__photos .photos__column2 .column__imgWrapper img {
    width: 100%;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description {
    position: absolute;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.521);
    font-family: "Raleway", sans-serif;
    color: black;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description {
    position: absolute;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.521);*/
    font-family: "Raleway", sans-serif;
    color: black;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description:hover {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description:hover {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__title {
    font-weight: 400;
    font-size: 12px;
    margin: 10px;
    color:white;
    vertical-align: top;
    line-height: 50px;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description .description__titlesmall {
    font-weight: 340;
    font-size: 20px;
    margin: 10px;
    width: 75%;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description .description__subtitlesmall {
    font-weight: 280;
    font-size: 16px;
    margin: 10px;
    width: 75%;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__title {
    font-weight: 400;
    font-size: 30px;
    margin: 10px;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__title2 {
    font-weight: 400;
    font-size: 40px;
    margin: 30px;
    width: 75%;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__title3 {
    font-weight: 400;
    font-size: 22px;
    margin: 30px;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description .description__year {
    font-weight: 400;
    font-size: 30px;
    margin: 10px;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__year {
    font-weight: 400;
    font-size: 30px;
    margin: 10px;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description .description__technika {
    font-weight: 400;
    font-size: 30px;
    margin: 10px;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__technika {
    font-weight: 400;
    font-size: 30px;
    margin: 10px;
  }
}

@media only screen and (max-width: 950px) {
  .zoom {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.726);
  }
  .zoom .zoom__close {
    position: absolute;
    text-align: center;
    border: 1px solid white;
    border-radius: 100%;
    top: 10px;
    right: 10px;
    background: none;
    padding: 5px 10px;
    font-family: "Raleway", sans-serif;
    color: white;
    font-size: 15px;
  }
  .zoom .zoom__close:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .zoom .zoom__img {
    max-height: 90vh;
    max-width: calc(100vw - 90px);
  }
  .zoom .zoom__prev {
    margin: 0px auto 0px 10px;
    background: none;
    border: none;
    outline: none;
  }
  .zoom .zoom__prev:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .zoom .zoom__prev img {
    width: 30px;
  }
  .zoom .zoom__next {
    margin: 0px 10px 0px auto;
    background: none;
    border: none;
    outline: none;
  }
  .zoom .zoom__next:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .zoom .zoom__next img {
    width: 30px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .container {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100vh;
    position: relative;
    background: white;
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .container .conteiner__mobileHeader {
    width: 100vw;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: white;
  }
  .container .conteiner__mobileHeader .mobileHeader__logo {
    margin-right: auto;
    margin-left: 10px;
  }
  .container .conteiner__mobileHeader .mobileHeader__logo img {
    height: 40px;
  }
  .container .conteiner__mobileHeader .mobileHeader__button {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: 10px;
    position: relative;
    height: 50px;
    width: 50px;
    background: none;
    border: none;
  }
  .container .conteiner__mobileHeader .mobileHeader__button .button__span {
    position: absolute;
    height: 2px;
    background: black;
    width: 32px;
  }
  .container .conteiner__mobileHeader .mobileHeader__button .button__span--first {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .container .conteiner__mobileHeader .mobileHeader__button .button__span--second {
    opacity: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .container .conteiner__mobileHeader .mobileHeader__button .button__span--third {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .container .conteiner__mobileHeader .mobileHeader__button .button__span--first--open {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .container .conteiner__mobileHeader .mobileHeader__button .button__span--second--open {
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .container .conteiner__mobileHeader .mobileHeader__button .button__span--third--open {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .container .conteiner__mobileHeader .container__nav--open {
    -webkit-transform: translateX(0vw) !important;
            transform: translateX(0vw) !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .container .conteiner__mobileHeader .container__nav {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 60px;
    width: 80vw;
    height: calc(100vh - 60px);
    z-index: 10;
    background: white;
    -webkit-transform: translateX(80vw);
            transform: translateX(80vw);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .container .conteiner__mobileHeader .container__nav .nav__logo {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 20px 0px 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container .conteiner__mobileHeader .container__nav .nav__logo img {
    width: 50vw;
  }
  .container .conteiner__mobileHeader .container__nav .nav__link {
    color: black;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 6px 0px;
  }
  .container .conteiner__mobileHeader .container__nav .nav__link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.6;
  }
  .container .conteiner__mobileHeader .container__nav .nav__link--kolaz {
    margin-top: 20px;
  }
  .container .conteiner__mobileHeader .container__nav .nav__link--intro {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.555);
  }
  .container .conteiner__mobileHeader .container__nav .nav__link--small {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.555);
  }
  .container .container__photos {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    margin-top: 60px;
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .container .container__photos .photos__h1 {
    margin: 20px 0px;
    font-size: 27px;
    color: black;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-align: center;
  }
  .container .container__photos .photos__h4 {
    margin: 20px 0px;
    font-size: 27px;
    color: black;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-align: center;
  }
  .container .container__photos .photos__p1 {
    margin: 20px 0px;
    font-size: 16px;
    color: black;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-align: center;
    width: 90%;
    line-height: 25px;
  }
  .container .container__photos .photos__p2 {
    margin: 20px 0px;
    font-size: 14px;
    color: black;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-align: center;
    width: 100%;
    line-height: 25px;
  }
  .container .container__photos .photos__column {
    position: relative;
    width: 80%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px;
  }
  .container .container__photos .photos__column2 {
    position: relative;
    width: 80%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px;
  }
  .container .container__photos .photos__column .column__imgWrapper {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5px 0px;
    position: relative;
  }
  .container .container__photos .photos__column2 .column__imgWrapper {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5px 0px;
    position: relative;
  }
  .container .container__photos .photos__column .column__imgWrapper img {
    width: 90%;
  }
  .container .container__photos .photos__column2 .column__imgWrapper img {
    width: 90%;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description {
    position: absolute;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.521);
    font-family: "Raleway", sans-serif;
    color: black;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description {
    position: absolute;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.521);
    font-family: "Raleway", sans-serif;
    color: black;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description:hover {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description:hover {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description .description__title {
    font-weight: 400;
    font-size: 25px;
    margin: 10px;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__title {
    font-weight: 400;
    font-size: 25px;
    margin: 10px;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description .description__year {
    font-weight: 400;
    font-size: 25px;
    margin: 10px;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__year {
    font-weight: 400;
    font-size: 25px;
    margin: 10px;
  }
  .container .container__photos .photos__column .column__imgWrapper .img__description .description__technika {
    font-weight: 400;
    font-size: 25px;
    margin: 10px;
  }
  .container .container__photos .photos__column2 .column__imgWrapper .img__description .description__technika {
    font-weight: 400;
    font-size: 25px;
    margin: 10px;
  }
}
/*# sourceMappingURL=style.css.map */