@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;

}


body {
  margin: 0;
}

main {
  display: block;
}
hr {
  box-sizing: content-box;

  height: 0;

  overflow: visible;

}

pre {
  font-family: monospace, monospace;

  font-size: 1em;

}

a {
  background-color: transparent;
}


abbr[title] {
  border-bottom: none;

  text-decoration: underline;

  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
 
}


b,
strong {
  font-weight: bolder;
}


code,
kbd,
samp {
  font-family: monospace, monospace;

  font-size: 1em;

}

small {
  font-size: 80%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;

}


button,
input {

  overflow: visible;
}

button,
select {

  text-transform: none;
}


button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


fieldset {
  padding: 0.35em 0.75em 0.625em;
}


legend {
  box-sizing: border-box;
 
  color: inherit;
  
  display: table;

  max-width: 100%;

  padding: 0;

  white-space: normal;

}


progress {
  vertical-align: baseline;
}


textarea {
  overflow: auto;
}


[type=checkbox],
[type=radio] {
  box-sizing: border-box;

  padding: 0;

}


[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}


[type=search] {
  -webkit-appearance: textfield;

  outline-offset: -2px;

}


[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;

}


details {
  display: block;
}


summary {
  display: list-item;
}


template {
  display: none;
}


[hidden] {
  display: none;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --color-bg: #fff;
  --color-card-bg: #f9f9f9;
  --color-main: #000;
  --color-accent: #f84066;
  --transition: .3s ease-out;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.1;
  font-family: var(--font-family);
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.animate-it {
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.animate-it:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.animate-it:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.animate-it:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.animate-it_active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}


html, body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  background: var(--color-bg);
  color: var(--color-main);
  font-size: 1.25rem;
  font-family: var(--font-family);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  font-variant-numeric: lining-nums;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.container {
  max-width: 1616px;
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .container {
    padding: 0 1.25rem;
  }
}

.main .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 11.25rem;
}
@media (max-width: 768px) {
  .main .container {
    gap: 5rem;
  }
}

.hero {
  background: #B10F35;
  margin: 0 0 11.25rem;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 5rem;
  }
}
.hero__bg {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .hero__bg {
    display: none;
  }
}
.hero__bg img {
  position: absolute;
  bottom: 0;
  width: 1330px;
  height: 820px;
  min-width: 1330px;
  min-height: 820px;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  left: 50%;
}
.hero__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 5rem;
}
@media (max-width: 700px) {
  .hero__back {
    padding-top: 2.5rem;
  }
  .hero__back svg {
    height: 1.5rem;
    width: auto;
  }
}
.hero__arrow {
  margin: 0 0 3.5rem;
  position: relative;
  z-index: 2;
}
.hero__arrow:hover {
  opacity: 0.7;
}
.hero__tags {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 6.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .hero__tags {
    padding: 0;
    position: initial;
  }
}
.hero__tags-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 3;
}
.hero__tags-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 35px;
  height: 42px;
  padding: 0 1.875rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.125rem;
  background: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-family: var(--font-family);
}
@media (max-width: 700px) {
  .hero__tags-item {
    height: 36px;
    font-size: 0.875rem;
  }
}
.hero__tags-item:hover, .hero__tags-item_current {
  background: #fff;
  color: var(--color-main);
}
.hero__slide {
  padding: 11.563rem 0 6.25rem;
  position: relative;
}
@media (max-width: 700px) {
  .hero__slide {
    padding: 6rem 0 1.25rem;
  }
}
.hero__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 640px;
  min-height: 574px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero__block {
    min-height: initial;
  }
}
.hero h1 {
  font-size: 4rem;
  margin: 0 0 1.875rem;
  font-weight: normal;
}
@media (max-width: 700px) {
  .hero h1 {
    font-size: 2.125rem;
    margin: 0 0 1.25rem;
  }
}
.hero__text {
  font-size: 1rem;
}
.hero__pics {
  display: none;
  padding-top: 2.875rem;
}
.hero__pics img {
  width: 100%;
}
@media (max-width: 768px) {
  .hero__pics {
    display: block;
  }
}

/*! About
----------------
 */
.about h2 {
  font-size: 2.25rem;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 700px) {
  .about h2 {
    font-size: 1.75rem;
  }
}
.about__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .about__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 700px) {
  .about__grid {
    gap: 1.875rem;
  }
}
.about__text {
  max-width: 870px;
  line-height: 1.2276;
}
@media (max-width: 768px) {
  .about__text {
    line-height: 1.5;
  }
}
.about__text p {
  margin: 0;
}
.about__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

/*! Section
----------------
 */
.section__top {
  margin: 0 0 5rem;
}
@media (max-width: 768px) {
  .section__top {
    margin: 0 0 1.875rem;
  }
}
.section h2 {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .section h2 {
    font-size: 1.5rem;
  }
}
.section__note {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .section__note {
    margin-top: 1.875rem;
  }
}
.section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .section__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section__grid_small-gap {
    gap: 1.25rem;
  }
}
.section__item {
  display: -webkit-box;
  display: flex;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
.section__item_full {
  grid-column: 1/-1;
}
.section__pic {
  background: var(--color-card-bg);
  position: relative;
  padding: 3.25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
}
.section__pic_line {
  background: var(--color-card-bg) url("/img/line.png") no-repeat 50% 50%;
}
@media (max-width: 700px) {
  .section__pic_line {
    background-position: 50% 15%;
    background-size: 800px;
    padding-top: 3rem !important;
  }
}
.section__pic img {
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .section__pic {
    padding: 1.5rem;
    height: initial;
  }
}
.section__pic_top {
  -webkit-box-align: start;
          align-items: flex-start;
  padding-top: 0;
}
.section__pic_bottom {
  padding-bottom: 0;
  -webkit-box-align: end;
          align-items: flex-end;
}
.section__label {
  font-size: 2.25rem;
  font-weight: 600;
}
@media (max-width: 700px) {
  .section__label {
    font-size: 1.25rem;
    margin-bottom: -10px;
  }
}
.section__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin: 0 0 5rem;
}
@media (max-width: 1280px) {
  .section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section__list-card {
  background: var(--color-card-bg);
  padding: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 700px) {
  .section__list-card {
    gap: 1.25rem;
    padding: 1.25rem;
  }
}
.section__list-icon {
  background: var(--color-accent);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
.section__list-title {
  font-weight: bold;
  font-size: 1.063rem;
}
.section__list-text {
  font-size: 1.125rem;
}
.section__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin: 0 0 5rem;
}
@media (max-width: 700px) {
  .section__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section__cards-item {
  background: var(--color-card-bg);
  padding: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 700px) {
  .section__cards-item {
    padding: 1.25rem;
  }
}
.section__cards-tag {
  display: -webkit-inline-box;
  display: inline-flex;
  background: var(--color-accent);
  height: 38px;
  padding: 0 1rem;
  color: #fff;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 35px;
  font-size: 1.125rem;
  font-weight: 600;
}
.section__cards-title {
  font-weight: bold;
  font-size: 1.063rem;
}
.section__cards-text {
  font-size: 1.125rem;
}


.project__grid {
  gap: 4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .project__grid {
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.project__about {
  -webkit-box-flex: 0;
          flex: none;
}
.project__about h2 {
  font-size: 2.25rem;
  margin: 0 0 1.875rem;
}
.project__people {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  grid-row-gap: 1.25rem;
}
@media (max-width: 700px) {
  .project__people {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.project__text {
  font-weight: 600;
  font-size: 2.75rem;
  -webkit-box-flex: 1;
          flex: auto;
  max-width: 870px;
  line-height: 1.2276;
}
@media (max-width: 1024px) {
  .project__text {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .project__text {
    font-size: 1.75rem;
  }
}


.qa {
  padding: 5.625rem 0;
  margin-top: 11.25rem;
  background: #f5f5f5;
  text-align: center;
}
@media (max-width: 768px) {
  .qa {
    margin-top: 5rem;
    padding: 3.5rem 0;
  }
}
.qa a {
  color: var(--color-main);
  font-size: 3.438rem;
  line-height: 0.8;
  font-weight: 600;
  display: table;
  margin: 1.875rem auto 0;
}
@media (max-width: 768px) {
  .qa a {
    font-size: 2.5rem;
  }
}
@media (max-width: 700px) {
  .qa a {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.qa a:hover {
  color: var(--color-accent);
}


.built h2 {
  text-align: center;
  margin: 0 0 5rem;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .built h2 {
    margin: 0 0 1.875rem;
    font-size: 1.875rem;
  }
}
.built__pic {
  border-radius: 4rem;
  overflow: hidden;
}
.built__pic video {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .built__pic {
    border-radius: 2rem;
  }
}
@media (max-width: 700px) {
  .built__pic {
    border-radius: 0;
  }
  .built__pic img, .built__pic video {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

