body {
  font-family: Montserrat, sans-serif;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
button {
  border: none;
  cursor: pointer;
}
/* .container {
  width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
} */
.container {
  width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding: 0 60px;
  }
}
/* .container {
  width: 100%;
  min-width: 320px;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
    padding: 0 60px;
  }
} */
/* Header  */
.header {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url(./image/mob.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: gray;
}
@media only screen and (min-width: 1200px) {
  .header {
    background-image: url(./image/section-gb.PNG);
  }
}
@media only screen and (min-width: 768px) {
  .header {
    background-image: url(./image/tab.jpg);
  }
}
.header-logo {
  color: #111111;
  font-size: 36px;
  letter-spacing: 8px;
  margin-left: 20px;
}
@media only screen and (min-width: 1200px) {
  .header-logo {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-logo {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header-logo {
    margin-left: 20px;
  }
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.header-list {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-right: 220px;
}
@media only screen and (max-width: 1199px) {
  .header-list {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-list {
    display: none;
  }
}
.header-list-link {
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2%;
  text-transform: uppercase;
}
.header-list-link:hover,
.header-list-link:focus {
  color: #ffffff;
}
.header-icon {
  fill: #111111;
}
.header-icon-list {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-icon-list {
    display: none;
  }
}
.header-icon:hover,
.header-icon:focus {
  fill: #ffffff;
}
/* Hero section */
.hero-section {
  /* display: flex;
  flex-direction: column;
  padding: 100px 0; */
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .hero-section {
    padding: 188px 0;
  }
}
.hero-title {
  display: block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .hero-title {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hero-title {
    margin-left: 20px;
  }
}
.hero-title span {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .hero-title span {
    margin-left: 170px;
    margin-bottom: 50px;
  }
}
.hero-section {
}
.hero-span {
  color: #111111;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2%;
}

@media only screen and (max-width: 767.98px) {
  .hero-paragraph {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hero-paragraph {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2%;
    margin-bottom: 50px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-paragraph {
    margin-left: 195px;
  }
}
.btn {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 32px;
  text-transform: uppercase;
  background-color: #111111;
  line-height: 24px;
  letter-spacing: 4%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .btn {
    margin-bottom: 40px;
    margin-top: auto;
  }
}
@media only screen and (min-width: 768px) {
  .btn {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    margin-left: 195px;
  }
}
.btn:hover,
.btn:focus {
  background-color: #ffffff;
  color: #111111;
}
/* modern section */
.modern-section {
  color: #ffffff;
  background-color: #111111;
  margin-bottom: 120px;
}
.modern-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .modern-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .modern-list-item {
    flex-basis: calc((100% - 40px) / 2);
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .modern-list-item {
    flex-basis: calc((100% - 40px * 3) / 4);
  }
}
.modern-list-item {
  text-align: center;
  width: 100%;
}
.modern-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 2%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.modern-paragraph {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2%;
  margin-bottom: 30px;
}
.modern-list-icon {
}
/* Collection section */
.collection-section {
  margin-bottom: 120px;
}
.collection-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 25px;
  letter-spacing: 3%;
  text-transform: uppercase;
  margin-left: 30px;
  margin-bottom: 30px;
}
.collection-list {
  /* display: flex;
  gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center; */
}
@media only screen and (min-width: 768px) {
  .collection-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .collection-list-item {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .collection-list-item {
    width: calc((100% - 40px * 2) / 3);
  }
}
.collection-subtitle {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 3%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.collection-paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
  margin-bottom: 20px;
}
.btn-collection {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 32px;
  text-transform: uppercase;
  background-color: #ffffff;
  line-height: 24px;
  letter-spacing: 4%;
}
.btn-collection:hover,
.btn-collection:focus {
  background-color: #111111;
  color: #ffffff;
  fill: #ffffff;
}
/* About the store section */
.store-section {
  margin-bottom: 120px;
}
.store-container {
}
@media only screen and (min-width: 1200px) {
  .store-container {
    display: flex;
    gap: 120px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .store-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .store-img,
  .store-content {
    width: calc((100% - 30px) / 2);
  }
}
.store-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
}
.store-img {
  border-radius: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .store-img {
    margin-left: 100px;
  }
}
.store-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.store-paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
  margin-bottom: 30px;
}
.btn-store {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 32px;
  text-transform: uppercase;
  background-color: #111111;
  line-height: 24px;
  letter-spacing: 4%;
  margin-bottom: 30px;
}
.btn-store:hover,
.btn-store:focus {
  background-color: #ffffff;
  color: #111111;
}
.store-address {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
}
.store-icon {
  margin-bottom: 9px;
}
.store-link {
  color: #111111;
  text-decoration: underline;
  text-transform: uppercase;
}
.store-address-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.address-list-item {
  margin-bottom: 10px;
}
.address-link {
  color: #111111;
}
.store-address,
.store-link,
address a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .store-geo {
    display: none;
  }
}
/* Rewievs section */

.rewievs-list {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .rewievs-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .rewievs-list-item {
    flex-basis: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .rewievs-list-item {
    flex-basis: calc((100% - 30px * 2) / 3);
  }
}
.rewievs-list-item {
  background-color: #d3d1c6;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.reviews-h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 28px;
  letter-spacing: 3%;
  text-transform: uppercase;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .reviews-h2 {
    line-height: 25x;
  }
}
.rewievs-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
  margin-bottom: 20px;
}

.rewievs-paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
}
/* Footer */

.footer {
  background-color: #111;
  padding: 50px 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  /* align-items: center;
  text-align: center; */
  gap: 40px;
  /* justify-content: space-between; */
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer-left {
  width: 260px;
}

.footer-logo {
  display: block;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 8px;
  margin-bottom: 12px;
}

.footer-slogan {
  color: #bfbfbf;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
.footer-icons-list {
  fill: #ffffff;
}
.footer-social a {
  color: #ffffff;
}

.footer-copy {
  color: #777777;
  font-size: 12px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* display: flex;
  gap: 70px; */
}
@media only screen and (min-width: 1200px) {
  .footer-right {
    display: flex;
    gap: 70px;
    flex-direction: row;
  }
}
.footer-column {
  min-width: 170px;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-list a,
.footer-list li {
  color: #bfbfbf;
  font-size: 15px;
  transition: color 0.3s;
}

.footer-list a:hover {
  color: #fff;
}

.footer-address {
  font-style: normal;
}
/* Modal window */
.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
}
.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.modal {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  width: 800px;
  height: 780px;
}
.modal-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.modal-btn-icon {
  stroke: #111111;
}
.container-name-pass {
  display: flex;
  gap: 24px;
}
.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.modal-form-div {
  width: 100%;
}
.form-title {
  display: inline-block;
  color: #111111;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 40px;
}
.form-modal-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
  margin-bottom: 10px;
}
.modal-from-input {
  width: 100%;
  padding: 22px 24px;
  border-radius: 10px;
  outline: transparent;
  border: 2px solid rgba(17, 17, 17, 0.5);

  margin-bottom: 30px;
}
.modal-form-textarea {
  width: 100%;
  height: 100px;
  padding: 22px 24px;
  font-size: 18px;
  outline: transparent;
  letter-spacing: -0.02em;
  border-radius: 13px;
  border: 2px solid rgba(17, 17, 17, 0.5);
  resize: none;
  margin-bottom: 30px;
}
.modal-form-link {
  color: #2527b3;
  text-decoration: underline;
}
.checkbox {
  width: 18px;
  height: 18px;
}
.form-desc {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.modal-form-button {
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 32px;
  text-transform: uppercase;
  background-color: #111111;
  line-height: 24px;
  letter-spacing: 4%;
  margin-top: 20px;
}

.modal-form-button:hover,
.modal-form-button:focus {
  background-color: #ffffff;
  color: #111111;
}
/* Mobile menu */
.menu-toggle {
  min-height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  padding-top: 136px;
  background-color: #111111;
  z-index: 999;

  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
}

.menu-container.is-open {
  transform: translateX(0);
}

.menu-container .menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}

.mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: auto;
}

.mobile-menu-link {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.mobile-menu-items:not(:last-child) {
  margin-bottom: 20px;
}
.mobile-menu-icon {
  stroke: #111111;
}
.mobile-menu-socials {
  display: flex;
  gap: 14px;
  align-items: center;
}
.mobile-socials-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.mobile-menu-socials .mobile-socials-link {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 1);
}
