body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.gallery-section {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: 1300vw;
}

.img-block {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img.right-position {
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.img.left-position {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.section {
  position: relative;
  height: 100vh;
}

.content-section {
  position: relative;
  height: 80vh;
  max-height: 1000px;
  min-height: 600px;
  background-color: #000;
}

.gap {
  height: 15vh;
  background-color: #000;
}

.content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 600px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block--photo {
  width: 50%;
  height: 100%;
  max-height: 800px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2 {
  padding-bottom: 0.7em;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4.5vw;
  font-weight: 100;
}

.h2.text-center {
  padding-bottom: 1.2em;
  text-align: center;
}

.paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 125%;
  line-height: 185%;
  font-weight: 200;
}

.text-block {
  max-width: 500px;
  min-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.text-block.max-width-400 {
  max-width: 400px;
}

.photo {
  width: 100%;
  height: 100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-image: url('../images/_DSC7038_1.webp');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.download-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  padding-right: 110px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sipka.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

.download-block:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 15px;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300vh;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 600vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 300vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.left-item {
  margin: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: red;
}

.right-item {
  width: 70%;
}

.rightt-item {
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2f00ff;
  -o-object-fit: contain;
  object-fit: contain;
}

.photo2 {
  overflow: hidden;
  height: 100%;
  border-radius: 0px 100px 100px 0px;
  background-image: url('../images/_DSC7110_Z.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: fill;
  object-fit: fill;
}

.content-block--photo-2 {
  position: relative;
  width: 50%;
  height: 100%;
  max-height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.h4 {
  padding-bottom: 0.7em;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.download-section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #1f1f1f;
}

.footer {
  position: relative;
  display: block;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.download-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 11vw;
}

.download-image--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-image {
  width: 100%;
  height: auto;
}

.h3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.download-img-img {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 24vh;
  max-height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/_DSC7069.webp');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.download-img-img._02 {
  background-image: url('../images/IMG_3132.webp');
  background-position: 50% 50%;
}

.download-block-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  padding-right: 110px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sipka2.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.download-block-01:hover {
  background-image: url('../images/sipka3.svg');
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block {
  max-width: 4px;
  min-width: 250px;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1vw;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-item {
  padding-right: 30px;
  padding-left: 30px;
}

.menu-item:hover {
  color: #fff;
  text-decoration: underline;
}

.scroll-down {
  position: fixed;
  bottom: 3vh;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  width: 90px;
  height: 90px;
  background-image: url('../images/sipka.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.image-2 {
  display: block;
  max-width: 400px;
  min-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.logo-footer {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.back-block {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: 0%;
  width: 70px;
  height: 70px;
  background-image: url('../images/sipka.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.back-block:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  -webkit-transform: translate(0px, -5px) rotate(180deg);
  -ms-transform: translate(0px, -5px) rotate(180deg);
  transform: translate(0px, -5px) rotate(180deg);
}

@media screen and (min-width: 1920px) {
  .img-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .img {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-section {
    height: 100vh;
    max-height: none;
  }

  .content-block--photo {
    max-height: 900px;
  }

  .download-block:hover {
    background-image: url('../images/sipka4.svg');
  }

  .content-block--photo-2 {
    max-height: 700px;
  }

  .link-block-2 {
    max-width: 600px;
  }

  .logo-footer {
    max-width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .content-section {
    height: 80vh;
  }

  .gap {
    height: 10vh;
  }

  .content-block--text {
    width: 70%;
  }

  .h2 {
    font-size: 5.4em;
  }

  .h2.text-center {
    font-size: 4.5em;
  }

  .paragraph {
    font-size: 116%;
    line-height: 164%;
  }

  .download-block {
    height: 80px;
    background-size: contain;
  }

  .download-section {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .download-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 2em;
  }

  .download-image--block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .download-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .h3 {
    font-size: 18px;
  }

  .download-img-img {
    width: 100%;
    height: 150px;
  }

  .download-block-01 {
    height: 75px;
    background-size: contain;
  }

  .div-block {
    max-width: 300px;
  }

  .menu {
    padding-left: 5vw;
  }

  .menu-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .scroll-down {
    display: none;
  }

  .image-2 {
    max-width: 300px;
  }

  .logo-footer {
    position: relative;
  }

  .back-block {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    height: auto;
    max-height: none;
    min-height: 800px;
  }

  .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-block.inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content-block--text {
    width: 50%;
  }

  .content-block--photo {
    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 10vw;
  }

  .photo {
    position: relative;
    min-height: 500px;
  }

  .photo2 {
    min-height: 500px;
    background-position: 50% 50%;
  }

  .content-block--photo-2 {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 10vw;
  }

  .back-block {
    top: 20px;
    right: 20px;
    bottom: auto;
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .img-block {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .camera {
    overflow: hidden;
  }

  .img {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .content-section {
    height: auto;
    max-height: none;
  }

  .content-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content-block.inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content-block--text {
    width: 100%;
    min-width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .content-block--photo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: none;
    min-height: 50vh;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 5vw;
  }

  .h2 {
    font-size: 3.3em;
  }

  .h2.text-center {
    padding-bottom: 0.7em;
    padding-left: 5vw;
    font-size: 4em;
    text-align: left;
  }

  .text-block {
    min-width: 0px;
  }

  .photo {
    display: block;
    height: auto;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .download-block {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .photo2 {
    position: relative;
    overflow: visible;
    height: auto;
    min-height: 50vh;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .content-block--photo-2 {
    width: 100%;
    max-height: none;
    min-height: auto;
    padding-top: 60px;
    padding-right: 5vw;
    padding-bottom: 60px;
  }

  .download-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 5vh;
  }

  .download-wrap {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .download-image--block {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .download-img-img {
    margin-bottom: 10px;
  }

  .download-block-01 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block {
    max-width: 250px;
  }

  .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scroll-down {
    display: none;
  }

  .div-block-2 {
    display: none;
  }

  .image-2 {
    max-width: 250px;
    min-width: auto;
  }

  .back-block {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-bottom: 40px;
  }
}