:root {
  --primary-white: #fff;
  --primary-dark: #101014;
  --bg-black: #101014;
  --accent-white: #d0d1db;
  --accent-dark: #3d3d47;
}

/*<-----------------------------General-styles----------------------------->*/

.container {
  margin: 0 auto;
  max-width: 1280px;
  height: 100%;
  width: 100%;
}

.text__style {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

/*<-----------------------------header----------------------------->*/

.header {
  position: absolute;
  width: 100%;
  top: 0;
  height: 83px;
  z-index: 50;
  padding: 0 30px;
}

.header__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.header__contacts {
  display: flex;
  gap: 16px;
  width: 347px;
  height: 38px;
}

.header__contacts a {
  padding: 10px 8px;
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-white);
}

/*<-----------------------------banner----------------------------->*/

.page__banner {
  background-color: var(--bg-black);
  background-image: url('../img/Image.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  padding-top: 398.5px;
  padding-bottom: 429.5px;
}

.banner__container {
  display: flex;
  align-items: center;
}

.banner__text {
  display: flex;
  width: 524px;
  flex-direction: column;
  gap: 32px;
}

.banner__container h1 {
  font-size: 58px;
  line-height: 58px;
  color: var(--primary-white);
}

.banner__container p {
  color: var(--accent-white);
}

/*<-----------------------------about----------------------------->*/

.about__container {
  padding: 150px 0;
}

.about__info-block {
  display: flex;
  justify-content: space-between;
}

.about__title {
  color: var(--primary-dark);
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.about__info-text {
  padding-left: 240px;
  padding-top: 7px;
  line-height: 26px;
  color: var(--accent-dark);
  text-align: left;
}

.about__slider {
  display: flex;
  height: 500px;
  gap: 32px;
  overflow-x: auto;
  padding: 0 30px;
  margin: 180px 0 140px 0;
}

.about__slider::-webkit-scrollbar {
  display: none;
}

.about__advantages-block {
  display: flex;
  gap: 93px;
}

.advantage {
  display: flex;
  flex-direction: column;
  width: 250px;
  gap: 16px;
}

.advantage__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 29px;
}

.advantage__text {
  font-size: 16px;
  color: var(--accent-dark);
}

/*<-----------------------------services----------------------------->*/

.services {
  background-color: #fafafa;
}

.services__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 3px 0;
}

.services__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  padding-bottom: 16px;
}

.services__text {
  padding-bottom: 40px;
}

.info-container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 125px;
  padding-bottom: 100px;
}

.info-container__title-container h2 {
  font-size: 110px;
}

.info-container__title-container h3 {
  font-size: 50px;
  line-height: 55px;
}

/*<-----------------------------footer----------------------------->*/

.footer {
  background-color: var(--bg-black);
}

.footer__logo {
  padding-top: 54px;
}

.footer__container {
  padding: 0 0 40px 0;
  background-color: inherit;
}

.footer__store {
  display: flex;
  justify-content: space-between;
}

.footer__store-info {
  color: var(--primary-white);
  width: 321px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 53px;
}

.footer__contact-list {
  padding-top: 11px;
  color: var(--primary-white);
  display: flex;
  flex-direction: column;
  text-align: end;
  font-size: 16px;
  gap: 8px;
}

.footer__info-buttons-container {
  color: var(--primary-white);
  display: grid;
  grid-template-columns: 549px 1fr 140px;
  width: 100%;
  padding: 40px 0;
}
