@font-face {
  font-family: "Roboto";
  src: local("Roboto"),
  url("../fonts/roboto/Roboto-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto"),
  url("../fonts/roboto/Roboto-Light.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display"),
  url("../fonts/playFairDisplay/PlayfairDisplay-SemiBold.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display"),
  url("../fonts/playFairDisplay/PlayfairDisplay-SemiBoldItalic.ttf");
  font-style: italic;
  font-weight: normal;
}

/* global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

p {
  margin: 0;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1360px;
  height: 100%;
  width: 100%;
}

/* header */
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 79px;
  height: 96px;
  font-family: "Roboto", sans-serif;
  background-color: #131313;
  transition: background-color 0.5s ease;
  z-index: 10
}

.header.sticky {
  background-color: black;
}

.header__container {
  display: flex;
  width: 100%;
}

.header__logo-link {
  display: inline-block;
  margin-right: 88px;
  height: 100%;
  width: 58px;
  font-size: 0;
}

.header__navigation {
  display: flex;
  align-items: center;
  padding-top: 17px;
  height: 32px;
}

.header__navigation-list {
  display: flex;
  width: 100%;
}

.header__navigation-list-item {
  position: relative;
  padding-left: 13px;
  height: 100%;
}

.header__navigation-list-item:not(:last-child) {
  margin-right: 32px;
}

.header__navigation-list-link {
  height: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.header__navigation-list-item:first-child .header__navigation-list-link::before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-image: url('../images/header__nav-link-button-dot.svg');
  background-position: left center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
}

.header__navigation-list-link::after {
  position: absolute;
  left: 13px;
  top: 21px;
  width: calc(100% - 14px);
  height: 1px;
  content: '';
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header__navigation-list-link:hover::after {
  opacity: 1;
}

.header__burger {
  padding-top: 8px;
  margin-left: auto;
  border: none;
  height: 100%;
  background-color: transparent;
}

.header__burger img {
  transition: transform 0.3s ease-in-out;
}

.header__burger:hover img {
  transform: scaleX(-1);
}

/* main */
.h1 {
  display: none;
}
.banner {
  position: relative;
  height: 1024px;
}

.swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  bottom: 50px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide_1th {
  background-image: url('../images/swiper-slide_1th.webp');
}

.swiper-slide_2th {
  background-image: url('../images/swiper-slide_2th.webp');
}

.swiper-slide_3th {
  background-image: url('../images/swiper-slide_3th.webp');
}

.swiper-pagination {
  position: absolute;
  left: 50px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 299px;
  bottom: 61px;
  max-width: 126px;
  width: 100%;
}

.swiper-pagination-bullet {
  padding: 5px 17px;
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #ececec;
}

.pagination-number {
  display: inline-block;
  background-color: transparent;
}

.custom-next, .custom-prev {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.custom-next {
  position: absolute;
  right: 319px;
  top: 518px;
  font-size: 0;
}

.custom-prev {
  position: absolute;
  left: 319px;
  top: 518px;
  font-size: 0;
}

.custom-next svg, .custom-prev svg {
  width: 48px;
  height: 48px;
}

.banner__content-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  width: 100%;
}

.banner__title {
  margin: 0;
  padding-bottom: 31px;
  max-width: 893px;
  width: 100%;
  font-weight: 600;
  font-size: 58px;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  line-height: 78px;
  color: #fff;
}

.banner__title_1th {
  padding-top: 13px;
}

.banner__title_2th {
  padding-top: 41px;
}

.banner__title_3th {
  padding-top: 78px;
}

.banner__description {
  margin-bottom: 41px;
  max-width: 781px;
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #ececec;
}

.banner__link-button {
  border: 1px solid #fff;
  padding: 16px 18px;
  max-width: 173px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.banner__link-button:hover {
  color: #000000;
  background-color: #fff;
}

.banner__decoration-line {
  position: absolute;
  bottom: 66px;
  right: 320px;
  z-index: 9;
}

/* our mission */
.our-mission {
  display: flex;
  justify-content: center;
  padding-bottom: 98px;
  background-color: #f9f9f9;
}

.our-mission__content-block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 88px;
  width: 100%;
}

.our-mission__row {
  display: flex;
  flex-wrap: nowrap;
}

.our-mission__info-box {
  margin-right: 72px;
  margin-bottom: 90px;
  position: relative;
  padding-top: 27px;
  max-width: 490px;
  width: 100%;
  min-height: 468px;
}

.our-mission__little-title {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.our-mission__title {
  position: relative;
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 49px;
  line-height: 117%;
  font-family: "Playfair Display", sans-serif;
}

.our-mission__title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 186px;
  width: 1px;
  background-color: grey;
  transform: translateY(241px);
}

.our-mission__info-box-description {
  margin-bottom: 58px;
  padding-left: 29px;
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  font-family: "Roboto", sans-serif;
}

.our-mission__link-button {
  padding: 16px 19px;
  border: 1px solid #000;
  max-width: 174px;
  width: 100%;
  min-height: 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.our-mission__link-button:hover {
  background-color: #f9f9f9;
  color: #000;
}

.our-mission__picture-first {
  display: inline-block;
  width: 100%;
  max-width: 718px;
  height: auto;
  object-fit: cover;
}

.our-mission__picture-first img {
  width: 100%;
  height: 89%;
  object-fit: cover;
}

.our-mission__picture-second {
  display: inline-block;
  margin-right: 72px;
  max-width: 790px;
  width: 100%;
  height: auto;
}

.our-mission__picture-second img {
  width: 100%;
  height: 99%;
  object-fit: cover;
}

.our-mission__description {
  padding-top: 73px;
  max-width: 418px;
  width: 100%;
  min-height: 168px;
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  font-family: "Roboto", sans-serif;
  color: #000;
}

/* offers */
.offers {
  display: flex;
  justify-content: center;
  padding-bottom: 65px;
  background-color: #f9f9f9;
}

.offers__title-block {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 98px;
  max-width: 543px;
  width: 100%;
  min-height: 96px;
}

.offers__little-title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.offers__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 117%;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  color: #000;
  z-index: 1;
}

.offers__title-decoration-line-left {
  position: absolute;
  top: 66px;
  right: 585px;
  height: 1px;
  width: 1588px;
  background-color: grey;
}

.offers__title-decoration-line-right {
  position: absolute;
  top: 66px;
  left: 585px;
  height: 1px;
  width: 1588px;
  background-color: grey;
}

.offers__cards-block {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.offers__card-block {
  padding-bottom: 25px;
  max-width: 302px;
  width: 100%;
  min-height: 328px;
  text-align: center;
}

.offers__card-block:not(:last-child) {
  margin-right: 24px;
}

.offers__card-block-picture {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin-bottom: 35px;
}

.offers__card-block-title {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 33px;
  line-height: 117%;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  color: #000;
}

.offers__card-block-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #000;
}

/* brands */
.brands {
  display: flex;
  flex-direction: column;
  padding-bottom: 96px;
  padding-top: 96px;
}

.brands__content-block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 64px auto;
  padding: 0 40px;
  max-width: 1357px;
  width: 100%;
}

.brands__title-block {
  max-width: 484px;
  width: 100%;
  min-height: 148px;
}

.brands__little-title {
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.brands__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 117%;
  font-family: "Playfair Display", sans-serif;
  color: #000;
}

.brands__circle-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  width: 118px;
  height: 118px;
}


.brands__circle-link {
  display: inline-block;
}

.brands__circle-link:hover .brands__circle-icon {
  transform: scale(1.5);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.brands__circle-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 118px;
  animation: rotate 10s linear infinite;
}

.brands__circle-icon {
  transition: transform 0.3s ease-out;
}

.brands__container-swiper {
  width: 100%;
  padding: 0 40px;
}

.brands .swiper-slide {
  display: block;
  margin: 0;
}

.brands__list {
  display: flex;
}

.brands__item {
  margin-right: 22px;
  width: 388px;
  height: 100%;
}

.brands__item-link {
  height: 100%;
  font-size: 0;
}

.brands__item-title {
  font-weight: 500;
  font-size: 33px;
  line-height: 117%;
  text-transform: uppercase;
  font-family: "Playfair Display", sans-serif;
  color: #000;
}

.brands__picture {
  margin-bottom: 20px;
}

.brands__circle-container-mobile {
  display: none;
}

/* contact us */
.contact-us {
  display: flex;
  padding-bottom: 159px;
  background-image: url("../images/contact-us__background.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us__content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  max-width: 722px;
  width: 100%;
  min-height: 260px;
}

.contact-us__little-title {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.contact-us__title {
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 48px;
  line-height: 117%;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  color: #fff;
}

.contact-us__description {
  margin-bottom: 55px;
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  font-family: "Roboto", sans-serif;
  color: #ececec;
}

.contact-us__link-button {
  border: 1px solid #fff;
  padding: 16px 20px;
  max-width: 175px;
  width: 100%;
  min-height: 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-us__link-button:hover {
  color: #000000;
  background-color: #fff;
}

/* footer */
.footer {
  background-color: #131313;
}

.footer__content-block {
  display: flex;
  justify-content: space-between;
  padding: 91px 100px;
  width: 100%;
}

.footer__navigation {
  max-width: 104px;
  width: 100%;
  height: 100%;
}

.footer__navigation-list {
  display: flex;
  flex-direction: column;
}

.footer__navigation-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.footer__navigation-link {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.footer__navigation-link::after {
  position: absolute;
  left: 0;
  top: 21px;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer__navigation-link:hover::after {
  opacity: 1;
}

.footer__logo-link {
  margin-top: 29px;
  width: 98px;
  height: 80px;
  font-size: 0;
  order: 4;
}