*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  font-family: 'Inter', sans-serif;
  color: #262c27;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
img {
  object-fit: cover;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.conteiner {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.title {
  text-transform: uppercase;
  font-family: 'Comfortaa', sans-serif;
  font-size: 64px;
  line-height: 71px;
}
header {
  background-image: url(../images/RayAir_Header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  position: relative;
  margin-bottom: 80px;
}
header::before {
  content: '';
  position: absolute;
  background-image: url(../images/trees.svg);
  bottom: 0;
  left: 0;
  right: 0;
  height: 456px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(35%);
  z-index: 2;
}
header::after {
  content: '';
  position: absolute;
  background-image: url(../images/trees.svg);
  bottom: 0;
  left: 0;
  right: 0;
  height: 456px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(70%) rotate(180deg);
  z-index: 3;
}
.header__top {
  display: flex;
  align-items: center;
  padding: 57px 0;
  gap: 100px;
  justify-content: flex-end;
}
.logo path {
  transition: fill 0.3s ease;
}
.logo:hover path {
  fill: #0093a1;
}
.header__btn {
  color: #fff;
  font-family: 'Comfortaa', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding: 12px 71px;
  background-color: #262c27;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.header__btn:hover {
  color: #262c27;
  background-color: #b9c400;
}
.header__phone {
  font-family: 'Comfortaa', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: transform 0.3s ease;
}
.header__phone:hover {
  transform: scale(1.07);
}
.header__content {
  position: relative;
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__content-box {
  max-width: 550px;
  text-align: center;
  margin-right: 30px;
  color: #fff;
}
.header__title {
  margin-bottom: 20px;
}
.header__text {
  text-transform: uppercase;
  font-family: 'Comfortaa', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 20px;
}
.header__decor-text {
  position: absolute;
  bottom: 25px;
  color: #0093a1;
}
.header__decor-text--1 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 145px;
  z-index: 1;
  opacity: 0.3;
  right: 145px;
  bottom: 125px;
}
.header__decor-text--2 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 145px;
  opacity: 0.3;
  z-index: 4;
  left: 265px;
  bottom: 0;
}
.header__decor-text--3 {
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 39px;
  max-width: 360px;
  right: 145px;
  z-index: 4;
  text-align: center;
}
.info {
  background-image: url(../images/Fanatic_RayAir.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}
.info::before {
  content: '';
  position: absolute;
  height: 130px;
  color: #262c27;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-120px);
  z-index: 1;
}
.info__top {
  display: flex;
  gap: 80px;
  margin-bottom: 65vh;
}
.info__top-text {
  color: #fff;
  padding-top: 260px;
  width: 290px;
  position: relative;
}
.info__top-text--one {
  padding-bottom: 125px;
}
.info__top-text--two {
  border-bottom: 1px solid #fff;
}
.info__top-img {
  position: relative;
  z-index: 6;
}
.papup__btn {
  text-align: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
}
.papup__btn path,
.papup__btn circle {
  transition: fill 0.3s, stroke 0.3s;
}
.papup__btn:hover path {
  fill: #b9c400;
}
.papup__btn:hover circle {
  stroke: #b9c400;
}

.papup__btn span {
  padding-top: 12px;
  display: block;
  color: #fff;
  transition: color 0.3s;
}
.papup__btn:hover span {
  color: #0093a1;
}
.info__btn {
  bottom: 0;
  right: 0;
}
.info__specs {
  display: flex;
  align-items: center;
  gap: 130px;
  color: #fff;
  padding-bottom: 50px;
}
.info__specs-title {
  width: 250px;
}
.info__specs-list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  width: 565px;
  font-weight: 700;
}
.info__specs-item {
  margin-bottom: 15px;
  display: flex;
  gap: 25px;
}
.info__specs-caption {
  width: 180px;
}
.bay {
  padding: 150px 0 100px;
}
.bay__inner {
  display: flex;
  align-items: center;
  gap: 90px;
}
.bay__content {
  width: 510px;
  position: relative;
}
.bay__title {
  color: #0093a1;
  margin-bottom: 50px;
}
.bay__list {
  margin-bottom: 25px;
}
.bay__item {
  margin-bottom: 25px;
  width: 285px;
}
.bay__item-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  transition: color 0.3s;
}
.bay__item-title:hover {
  color: #0093a1;
}
.bay__btn {
  background-color: transparent;
  color: #0093a1;
  font-family: 'Comfortaa', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  padding: 18px 197px;
  border: 2px solid #0093a1;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
}
.bay__btn:hover {
  color: #262c27;
  background-color: #b9c400;
  border: 2px solid #b9c400;
}
.bay__price {
  position: absolute;
  right: 0;
  bottom: 130px;
  width: 201px;
  height: 199px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/Star.svg);
  transition: transform 0.3s;
}
.bay__price:hover {
  transform: scale(1.25);
}
.technology {
  margin-bottom: 150px;
}
.technology__top {
  background-image: url(../images/tecbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.technology__top-inner {
  position: relative;
  min-height: 110vh;
}
.technology__btn {
  right: 300px;
  top: 550px;
}
.technology__top-box {
  position: absolute;
  left: 0;
  bottom: 85px;
}
.technology__title {
  max-width: 470px;
  margin-bottom: 62px;
}
.technology__list {
  margin: 0;
  padding-left: 20px;
}
.technology__list-item {
  padding-left: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
.galery__box {
  display: flex;
  gap: 68px;
  margin-top: 115px;
}
.galery__text {
  width: 350px;
}
.galery__min {
  display: grid;
  gap: 30px 24px;
  grid-template-columns: 481px 208px;
  grid-template-rows: 432px 300px;
  margin-top: -38%;
  margin-bottom: 150px;
  padding: 72px 31px 52px;
  position: relative;
}
.galery__min::after {
  content: '';
  position: absolute;
  border: 3px solid #262c27;
  border-radius: 200px 0px 300px 0px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.galery__min-img--1 {
  grid-column: 1 / 3;
  border-radius: 400px 0px 0px 0px;
}
.galery__min-img--2 {
  border-radius: 0px 0px 0px 300px;
}
.galery__max {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 300px 469px 391px;
  grid-template-rows: 340px 270px 270px;
}
.galery__max-img--2 {
  grid-column: 2 / -1;
  justify-self: self-end;
  border-radius: 0px 500px 0px 0px;
}
.galery__max-img--3 {
  border-radius: 0px 0px 150px 0px;
}
.galery__max-img--4 {
  border-radius: 0px 200px 0px 0px;
}
.galery__max-img--5 {
  border-radius: 200px 0px 0px 0px;
}
.galery__max-img--6 {
  grid-column: 2 / -1;
  border-radius: 0px 0px 0px 400px;
}
.galery__max-text {
  border-radius: 0px 0px 0px 200px;
  border: 1px solid #0093a1;
  background: #0093a1;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer {
  padding: 100px 0 83px;
  background-color: #262c27;
  color: #fff;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__title {
  margin-bottom: 27px;
}
.footer__form {
  max-width: 500px;
}
.footer__form-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 57px;
  color: #fff;
}
.footer__form-input::placeholder {
  font-weight: 700;
  font-size: 18px;
  line-height: 22;
  opacity: 0.4;
}
.footer__form-btn {
  background-color: #fff;
  padding: 10px 66px;
  border: none;
  margin-bottom: 110px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Comfortaa', sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.footer__logo {
  align-self: flex-start;
}
.footer__logo path {
  transition: fill 0.3s;
}
.footer__logo:hover path {
  fill: #0093a1;
}
.footer__social-title {
  margin-bottom: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__gallery {
  display: grid;
  gap: 58px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 48px;
}
.footer__menu-list {
  display: flex;
  justify-content: space-between;
}
.footer__menu-item {
  font-weight: 700;
}
@media (max-width: 1230px) {
  .header__decor-text--2 {
    left: 0;
  }
  .bay__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bay__img {
    order: -1;
    max-width: 100%;
  }
  .bay__content {
    width: 100%;
  }
  .bay__item {
    width: 100%;
    max-width: 600px;
  }
  .galery__max {
    grid-template-columns: 1fr 2fr 3fr;
    grid-template-rows: auto auto auto;
    width: 100%;
  }
  .galery__max-img {
    width: 100%;
    align-self: stretch;
  }
  .footer__gallery-item {
    width: 100%;
    align-self: stretch;
  }
}
@media (max-width: 1175px) {
  .galery__box {
    flex-wrap: wrap;
  }
  .galery__min {
    margin-top: 0;
  }
  .galery__text {
    width: 100%;
  }
  .galery__min-img {
    width: 100%;
    align-self: stretch;
  }
  .galery__min {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .info__top {
    display: block;
  }
  .info__top-text {
    width: 100%;
  }
  .info__top-text--two {
    padding-bottom: 25px;
    padding-top: 45px;
  }
  .info__top-img {
    width: 227px;
    margin: 0 auto;
    display: block;
  }
  .info__specs {
    display: block;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    order: -1;
    margin: 0 auto 50px;
    display: inline-block;
  }
  .footer__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer__menu-list {
    display: block;
    text-align: center;
  }
  .footer__menu-item {
    padding: 15px 0;
  }
  .footer__social-title {
    text-align: center;
  }
  .footer__form {
    text-align: center;
  }
}
@media (max-width: 840px) {
  .bay__price {
    bottom: auto;
    top: -300px;
  }
  .galery__min {
    margin-bottom: 50px;
  }
  .galery__max-text {
    font-size: 18px;
    line-height: 20px;
  }
  .footer__logo {
    width: 90%;
  }
}
@media (max-width: 720px) {
  .header__top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 90px;
  }
  .header__btn {
    width: 70%;
  }
  .header__content-box {
    margin-right: 0;
  }
}
@media (max-width: 630px) {
  .info__specs-list {
    width: 100%;
  }
  .info__specs-item {
    display: block;
  }
  .title {
    font-size: 48px;
    line-height: 56px;
  }
  .galery__min {
    padding: 20px 10px 20px;
  }
}
@media (max-width: 500px) {
  .bay__price {
    width: 170px;
    height: 168px;
    background-size: cover;
    top: -185px;
  }
}
@media (max-width: 414px) {
  .header__decor-text {
    display: none;
  }
  .header__content {
    z-index: 5;
  }
  .galery__min::before {
    display: none;
  }
  .galery__min {
    gap: 10px;
  }
  .technology__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 375px) {
  .header__title {
    font-size: 55px;
    line-height: 50px;
  }
}
