@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #fff;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #243238;
  font-size: 16px;
  line-height: 18px;
}

input,
button,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #151516;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.wrapper > main {
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.header {
  align-items: center;
  left: 0;
  padding: 10px 70px 10px 30px;
  position: sticky;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, rgb(32, 33, 35) 0%, rgb(19, 19, 21) 48%);
  z-index: 5;
}

.header__box {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 18px;
}

.header__content {
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  max-width: 120px;
}

.header__logo img {
  width: 100%;
}

.header__btn img {
  width: 100%;
}

.header__contacts {
  display: flex;
}

.menu {
  height: inherit;
  border-top: 1px solid #d3bfa8;
  padding: 30px 0;
}

.menu__list {
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: space-between;
}

.menu__item {
  transition: all ease 0.3s;
  border-left: 1px solid #282829;
}

.menu__link {
  font-size: 20px;
  line-height: 20px;
  color: #f4ddc4;
  padding: 0 31px 18px 30px;
}

.active-menu {
  border-bottom: 1px solid #d3bfa8;
  padding-bottom: 30px;
}

.header__name, .footer__name {
  font-size: 30px;
  color: #f4ddc4;
}

.footer__name {
  max-width: 120px;
}
.footer__name img {
  width: 100%;
}

.one {
  height: 700px;
  color: #f2d2af;
  background-image: url("../img/bg1-3.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.one__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.one__content {
  max-width: 648px;
  padding: 60px 20px 50px 60px;
  text-transform: uppercase;
}
.one__img {
  max-width: 650px;
}
.one__img img {
  width: 100%;
}
.one__title {
  font-size: 44px;
  transform: scale(0.5);
  opacity: 0;
  animation: title 2s forwards;
}
.one__text {
  margin-top: 50px;
  font-size: 26px;
}

.two {
  height: 700px;
  color: #f4ddc4;
  background-image: url("../img/bg2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.two__inner, .three__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.two__content, .three__content {
  max-width: 648px;
  padding: 60px 20px 50px 60px;
  text-transform: uppercase;
}

.two__img {
  max-width: 650px;
}
.two__img img {
  width: 350px;
}

.two__title, .three__title {
  font-size: 44px;
}

.two__text, .three__text {
  margin-top: 50px;
  font-size: 26px;
}

.three {
  height: 700px;
  color: #f4ddc4;
  background-image: url("../img/bg3.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.three__img {
  max-width: 650px;
}
.three__img img {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #c6b19a;
}

@keyframes title {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.about {
  border-top: 1px solid #f4ddc4;
}

.about__inner {
  max-width: 1220px;
  height: inherit;
  margin: 0 auto;
  padding: 100px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.about__welcome h2, .about__history h2, .about__photo h2 {
  font-size: 28px;
  padding-bottom: 8px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #f2d2af;
}

.about__welcome-title, .about__history-title, .about__photo-title {
  padding-bottom: 5px;
  border-bottom: 5px solid #f4ddc4;
}

.about__welcome-text, .about__history-text {
  margin-top: 20px;
  text-align: center;
}
.about__welcome-text h4, .about__history-text h4 {
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
  color: #f2d2af;
}
.about__welcome-text p, .about__history-text p {
  font-size: 18px;
  color: #54545e;
}

.about__welcome-btn, .about__history-btn {
  width: 100px;
  margin: 20px auto;
  color: #151516;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #f2d2af;
  padding: 7px 12px 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 0 0 4px #fff;
  transition: all ease-in-out 0.3s;
}

.about__welcome-btn:hover, .about__history-btn:hover {
  color: #fff;
  text-shadow: none;
  background-color: #4d4d4f;
}

.about__photo h4 {
  margin-top: 20px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #54545e;
}

.about__photo-img {
  max-width: 350px;
}
.about__photo-img img {
  width: 100%;
}

.about__history-btn {
  margin-top: 40px;
}

.about__img {
  max-width: 300px;
  margin: 30px auto 0;
}
.about__img img {
  width: 100%;
  border: 2px solid #fff;
}

p + p {
  margin-top: 20px;
}

.about-main {
  border: none;
}

.about-page h4 {
  color: #f2d2af;
}

.about-page p {
  margin-top: 20px;
  font-size: 18px;
  color: #54545e;
  text-align: center;
}

.partners__title {
  margin-top: 80px;
  font-size: 28px;
  padding-bottom: 8px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #f2d2af;
  border-bottom: 5px solid #f4ddc4;
}

.about__title {
  margin-top: 20px;
}

.partners__list {
  margin-top: 50px;
  padding: 0 10px;
  display: flex;
  gap: 30px;
  transform: translateY(200px);
}

.partners__text {
  max-width: 800px;
  margin: 30px auto;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  color: #f2d2af;
}

.card-insta {
  max-width: 500px;
}
.card-insta img {
  width: 100%;
  max-height: 500px;
  border: 2px solid #fff;
}

.card-insta__text {
  height: 100px;
  padding: 20px 10px;
  opacity: 0;
  font-size: 18px;
  text-transform: uppercase;
  background-color: rgba(21, 21, 22, 0.831372549);
  text-align: center;
  letter-spacing: 1.5px;
  transition: all ease-in-out 0.3s;
}

.card-insta:hover .card-insta__text {
  opacity: 1;
  transform: translateY(-70px);
  width: 100%;
}

.partners__text a {
  text-decoration: underline;
}

.catalog-cards {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}

.card {
  max-width: 300px;
  padding: 10px;
  overflow: hidden;
  display: none;
  transition: all ease 0.3s;
  background-color: #343439;
  position: relative;
  animation: animationCard 1s ease-in-out;
}

.card:hover {
  transform: scale(1.02);
}

.card__img {
  max-width: 350px;
  border: 2px solid #f4ddc4;
}
.card__img img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}

.card__text {
  margin: 10px 10px 20px 0;
  text-align: center;
}

.card__btn {
  color: #151516;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #f2d2af;
  padding: 7px 12px 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 0 0 4px #fff;
  transition: all ease-in-out 0.3s;
  display: block;
  text-align: center;
  align-self: flex-end;
}

.card__btn:hover {
  color: #fff;
  text-shadow: none;
  background-color: #4d4d4f;
  border: 1px solid #f2d2af;
}

@keyframes animationCard { /* объявляем имя анимации: "go-left-right" */
  from {
    bottom: -100%;
    opacity: 0;
  } /* от: left: 0px */
  to {
    bottom: 0;
    opacity: 1;
  } /* до: left: 100%-50px */
}
.catalog-title {
  max-width: 1300px;
  margin: 50px auto 30px;
  font-size: 28px;
  padding-bottom: 15px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #f2d2af;
  border-bottom: 5px solid #f4ddc4;
}

.catalog-btn {
  margin-top: 40px;
  text-align: center;
  width: 170px;
  cursor: pointer;
}

.card:nth-child(1), .card:nth-child(2), .card:nth-child(3), .card:nth-child(4), .card:nth-child(5), .card:nth-child(6), .card:nth-child(7), .card:nth-child(8), .card:nth-child(9), .card:nth-child(10) {
  display: block;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 70px;
}

.contact__box {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contact-adress__title, .contact-form__title {
  margin-top: 50px;
  font-size: 28px;
  padding-bottom: 15px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #f2d2af;
  border-bottom: 5px solid #f4ddc4;
}

.contact-adress__adress {
  max-width: 300px;
  margin-top: 20px;
  font-size: 22px;
  text-transform: uppercase;
  color: #f2d2af;
  text-align: center;
}

.contact-adress__tel {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #54545e;
  text-align: center;
}

.contact-form {
  max-width: 600px;
  flex: 0 60%;
}

.contact-form__title {
  max-width: 450px;
  margin: 50px auto 20px;
  line-height: 1.2;
}

.form {
  padding: 0 50px;
}

.form input {
  width: 100%;
  height: 35px;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #54545e;
  background-color: #0a0a0b;
  display: block;
  border: 1px solid #342627;
}

.form-input + .form-input {
  margin-top: 10px;
}

.buttons-wrapper {
  width: 100px;
  margin: 20px auto;
  color: #151516;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #f4ddc4;
  padding: 7px 12px 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 0 0 4px #fff;
  transition: all ease-in-out 0.3s;
}

.buttons-wrapper:hover {
  color: #fff;
  text-shadow: none;
  background-color: #4d4d4f;
}

.sticky {
  position: fixed;
}

@keyframes itemImg {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.about-main.move .about__inner {
  animation: itemImg 2s forwards;
}

.about-inner {
  transform: translateY(200px);
  opacity: 0;
}

.partners.move .partners__list {
  animation: itemImg 2s forwards;
}

.partners__list {
  opacity: 0;
}

footer {
  width: 100%;
  margin: 80px auto 0;
  padding: 25px 0 24px;
  border-top: 1px solid #d3bfa8;
}

.footer__box {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 80%;
  justify-content: space-between;
}

.footer-menu {
  max-width: 530px;
  padding-bottom: 9px;
  display: flex;
  height: inherit;
  align-items: center;
  justify-self: end;
}

.footer-menu li:first-child {
  background: none;
  padding-left: 14px;
}

.footer-menu li {
  padding: 0 14px 0 20px;
  border-left: 1px solid #282829;
}

.footer-menu li a {
  font-size: 20px;
  color: #f4ddc4;
  line-height: 20px;
  font-family: "Times New Roman", Times, serif;
}

@media (max-width: 999px) {
  .one__content .two__content, .three__content {
    max-width: 500px;
    padding: 60px 20px 50px 60px;
  }
  .about__inner {
    padding: 100px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 796px) {
  .menu {
    position: relative;
  }
  .header {
    text-align: end;
    padding: 10px 20px 10px;
  }
  .header__box {
    padding: 0 15px;
  }
  .header__content {
    position: relative;
  }
  .header__contacts {
    position: absolute;
    right: 52px;
  }
  .header-burger {
    display: flex;
  }
  .active-menu {
    background-color: transparent;
    padding-bottom: 2px;
  }
  .header__nav li {
    display: block;
  }
  .header__nav-item {
    margin-left: 20px;
  }
  .header__nav .menu ul {
    padding-top: 30px;
  }
  .menu li + li {
    margin-top: 10px;
  }
  .menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    right: 10px;
  }
  .menu-btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f2d2af;
    transition: all 0.5s;
    color: #f2d2af;
  }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 5px);
  }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 5px);
  }
  .menu {
    position: fixed;
    top: 120px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #151516;
    line-height: 1.8;
    transform: translateX(100%);
    transition: transform 0.5s;
  }
  .menu.active {
    width: 200px;
    transform: translateX(0%);
    z-index: 5;
  }
  .menu li {
    list-style-type: none;
  }
  .menu-btn.active span:nth-of-type(1) {
    display: none;
  }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
  }
  .menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
  }
  .menu__list {
    display: block;
  }
  .one__title, .two__title, .three__title {
    font-size: 38px;
  }
  .two__text, .one__text, .three__text {
    font-size: 20px;
  }
  .two__img img {
    width: 200px;
  }
  .one, .two, .three {
    height: 500px;
  }
  .about__inner {
    padding: 100px 10px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .card-insta__text {
    opacity: 1;
    transform: translateY(-70px);
    width: 100%;
  }
  .catalog-cards {
    justify-self: center;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .contact__box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .one__inner, .two__inner, .three__inner {
    display: block;
  }
  .one__content, .two__content, .three__content {
    max-width: 648px;
    padding: 20px;
  }
  .one__title, .two__title, .three__title {
    font-size: 32px;
  }
  .one__img, .two__img, .three__img {
    display: none;
  }
  .about__inner {
    padding-bottom: 0;
    grid-template-columns: 1fr;
  }
  .partners__list {
    display: block;
    justify-content: center;
  }
  .card {
    justify-self: center;
  }
  .contact-form {
    flex: 0 100%;
  }
  .footer__box {
    padding: 0 10px;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu li + li {
    margin-top: 10px;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
  }
  .contact-adress__title, .contact-form__title {
    font-size: 22px;
  }
  .card-insta + .card-insta {
    margin-top: -50px;
  }
  .partners__list {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 350px) {
  .one__title, .two__title, .three__title {
    font-size: 28px;
  }
  .contact-adress__title, .contact-form__title {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */