/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/flexible.scss ***!
  \***********************************************************************************************************************************************************/
/* Fonts */
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url(../fonts/ClashDisplay-Medium.woff2) format("woff2"), url(../fonts/ClashDisplay-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Colors */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main,
img {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
  transition: all 300ms ease-in-out;
  z-index: 998;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  width: 140px;
  z-index: 999;
}
.header__logo img {
  width: 100%;
}
.header__menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  padding: 150px 20px 60px;
  transform: translateX(100%);
  transition: all 300ms ease-in-out;
}
.header__menu .menu {
  padding: 0;
  list-style: none;
}
.header__menu .menu-item {
  margin-bottom: 15px;
}
.header__menu .menu-item a {
  font: 500 18px/1.3 "ClashDisplay-Medium";
  color: #8787A8;
  text-decoration: none;
}
.header__menu__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header__menu__socials a {
  width: 25px;
  height: 25px;
}
.header__menu__socials a svg {
  width: 100%;
}
.header__menu__socials a svg path {
  fill: #8787A8;
}
.header__menu__socials a svg:hover path {
  fill: #141433;
}
.header__hamburger {
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 999;
}
.header__hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background: #141433;
  margin: 4px 0;
}
.header.active .header__menu {
  transform: translateX(0);
}
.header.minimized {
  padding: 10px 0;
  background: #fff;
}

@media only screen and (min-width: 1280px) {
  .header {
    padding: 25px 0;
  }
  .header__menu {
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    transform: none;
    gap: 50px;
  }
  .header__menu .menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 35px;
  }
  .header__menu .menu-item {
    margin-bottom: 0;
  }
  .header__menu__socials a {
    width: 22px;
    height: 22px;
  }
  .header__hamburger {
    display: none;
  }
}
.footer {
  background: #141433;
  padding: 60px 0 20px;
  text-align: center;
}
.footer__logo {
  width: 200px;
  margin: 0 auto 40px;
}
.footer__socials {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.footer__social {
  width: 25px;
}
.footer__social svg {
  width: 100%;
}
.footer__social svg path {
  fill: #fff;
}
.footer p {
  color: #fff;
}
.footer .working__hours,
.footer .address,
.footer .contact {
  margin-bottom: 60px;
}
.footer .working__hours__label,
.footer .address__label,
.footer .contact__label {
  font: 500 18px/1.3 "ClashDisplay-Medium";
  margin-bottom: 25px;
}
.footer .working__hours__day,
.footer .address__day,
.footer .contact__day {
  margin-bottom: 20px;
}
.footer .working__hours a,
.footer .address a,
.footer .contact a {
  display: inline-block;
  width: 100%;
  font: 300 16px/1.3 "Montserrat-Light";
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}
.footer__copyright {
  font-size: 14px;
  color: #F5F5FA;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 20px;
  }
  .footer__menus {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    text-align: left;
  }
  .footer .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .footer__logo {
    margin: 0 auto 30px 0;
  }
  .footer__copyright {
    text-align: right;
    width: 100%;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #F5F5FA;
  color: #141433;
}

h1,
h2,
h3,
h4,
p,
a,
ul,
ol {
  margin: 0;
}

h1 {
  font: 500 42px/1 "ClashDisplay-Medium";
}

h2 {
  font: 500 28px/1 "ClashDisplay-Medium";
}

h3 {
  font: 500 21px/1 "ClashDisplay-Medium";
}

p,
li {
  font: 400 16px/1.25 "Montserrat-Light";
  color: #505073;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  font: 500 16px/1.25 "ClashDisplay-Medium";
  transition: all 300ms ease-in-out;
}
.btn--black {
  color: #F5F5FA;
  background: #141433;
  border: 1px solid #141433;
  border-radius: 25px;
  padding: 8px 25px 8px;
  text-decoration: none;
}
.btn--white {
  color: #141433;
  background: #F5F5FA;
  border: 1px solid #F5F5FA;
  border-radius: 25px;
  padding: 8px 25px 8px;
  text-decoration: none;
}
.btn--icon {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}
.btn--icon svg {
  width: 20px;
  height: 20px;
  transition: all 300ms ease-in-out;
}
.btn--icon-white {
  color: #fff;
}
.btn--icon-white svg path,
.btn--icon-white svg polygon {
  fill: #fff;
}
.btn--icon-black {
  color: #141433;
}
.btn--icon-black svg path,
.btn--icon-black svg polygon {
  fill: #141433;
}
.btn--icon:hover svg {
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 46px;
  }
  p,
  li {
    font-size: 18px;
  }
  .container {
    max-width: 1240px;
  }
  .btn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1536px) {
  .container {
    max-width: 1500px;
  }
}
/**
 * Swiper 9.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 31, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slider {
  padding: 60px 0;
}
.slider .container {
  padding: 0;
}
.slider__text {
  padding: 0 20px;
}
.slider__title {
  margin-bottom: 20px;
}
.slider__paragraph {
  margin-bottom: 20px;
}
.slider .btn {
  margin-bottom: 40px;
}
.slider .swiper {
  position: relative;
}
.slider .swiper-wrapper {
  height: 400px;
  margin-bottom: 20px;
}
.slider .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .swiper-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.slider .swiper-project-prev, .slider .swiper-project-next {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.slider .swiper-project-prev svg, .slider .swiper-project-next svg {
  width: 100%;
  transition: all 300ms ease-in-out;
}
.slider .swiper-button-disabled svg {
  opacity: 0.5;
}

@media only screen and (min-width: 1280px) {
  .slider {
    padding: 100px 0;
  }
  .slider__text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .slider__title {
    flex: 0 0 30%;
  }
  .slider__description {
    flex: 0 0 50%;
  }
  .slider .swiper-wrapper {
    height: 600px;
  }
}
.image1 {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
.image1__title {
  margin-bottom: 20px;
}
.image1__paragraph {
  margin-bottom: 40px;
}
.image1 .btn {
  margin-bottom: 60px;
}
.image1__img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1280px) {
  .image1 {
    padding: 100px 0;
    text-align: left;
  }
  .image1 .container {
    display: grid;
    gap: 60px;
  }
  .image1__img {
    height: 100%;
  }
  .image1__text {
    padding: 40px 0;
  }
  .image1__title {
    margin-bottom: 40px;
  }
  .image1__paragraph {
    margin-bottom: 60px;
  }
  .image1 .btn {
    margin-bottom: 0;
  }
  .image1.left .container {
    grid-template-columns: 2fr 1fr;
  }
  .image1.left .image1__text {
    order: 2;
  }
  .image1.right .container {
    grid-template-columns: 1fr 2fr;
  }
}
.gallery {
  padding: 60px 0;
}
.gallery__text {
  margin-bottom: 40px;
}
.gallery__title {
  margin-bottom: 20px;
}
.gallery__paragraph {
  margin-bottom: 20px;
}
.gallery__image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .gallery__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px;
    gap: 20px;
  }
  .gallery__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery__image:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .gallery__image:nth-child(2) {
    grid-column: 1/2;
    grid-row: 3/5;
  }
  .gallery__image:nth-child(3) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .gallery__image:nth-child(4) {
    grid-column: 2/3;
    grid-row: 4/6;
  }
  .gallery__image:nth-child(5) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .gallery__image:nth-child(6) {
    grid-column: 1/3;
    grid-row: 6/8;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery {
    padding: 100px 0;
  }
  .gallery .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .gallery__title {
    flex: 0 0 30%;
  }
  .gallery__description {
    flex: 0 0 50%;
  }
  .gallery__images {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 150px 150px 150px 150px 150px 150px;
  }
  .gallery__image:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/5;
  }
  .gallery__image:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .gallery__image:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/4;
  }
  .gallery__image:nth-child(4) {
    grid-column: 1/2;
    grid-row: 5/7;
  }
  .gallery__image:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/7;
  }
  .gallery__image:nth-child(6) {
    grid-column: 3/4;
    grid-row: 4/7;
  }
}
.text {
  background: #141433;
  color: #F5F5FA;
  padding: 60px 0;
  text-align: center;
}
.text p,
.text a {
  color: #F5F5FA;
}

@media only screen and (min-width: 1280px) {
  .text {
    padding: 100px 0;
  }
}
html {
  background: #F5F5FA;
}

.hero {
  position: relative;
  height: 300px;
  margin-top: 150px;
}
.hero__img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
  z-index: 1;
}
.hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F5F5FA;
  z-index: 2;
}

@media only screen and (min-width: 1280px) {
  .hero {
    height: 500px;
  }
}
