/*Navbar начало*/
.rowCustom {
  box-shadow: 0px 0px 10px rgb(164, 164, 159);
  width: 100%;
}
/*Navbar конец*/
/*ОБЩИЕ СВОЙСТВА*/
.root {
  width: 50%;
  margin-left: 25%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #fafafa;
}
.heading {
  text-align: left;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.heading-h1 {
  font-size: 4vw;
  padding: 0%;
}
.heading-h2 {
  font-size: 3vw;
}
.heading-h3 {
  padding-left: 2.2vw;
  padding-bottom: 1.5vw;
  font-size: 2vw;
}
.heading-h4 {
  font-size: 1.5vw;
  margin-bottom: 0%;
}
.heading-h5 {
  font-weight: 700;
  font-size: 2.5vw;
}
.heading-h6 {
  margin-bottom: 0%;
  font-size: 1.4vw;
  color: #4f4f4f;
  font-weight: bold;
}
.heading-h6-color {
  color: #333333;
  padding-bottom: 2%;
}
.text-body-s {
  font-size: 1.2vw;
  margin-bottom: 0%;
}
.body-s-color {
  color: #53889d;
  padding-left: 2%;
}
.text-body-bolt {
  font-size: 1vw;
  font-weight: bold;
  margin: 0%;
}
.text-body-l {
  font-size: 1.8vw;
}
.text-price {
  font-weight: 600;
  color: #d96f6e;
}
.img-book {
  width: 13vw;
  height: 16vw;
  object-fit: cover;
}
.name-text {
  color: #828282;
}
a:link {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid transparent;
}
a:visited {
  color: #000000;
}
a:focus {
  border-bottom: 1px solid;
}
a:hover {
  border-bottom: 1px solid rgb(111, 107, 107);
  color: #000000;
}
a:active {
  color: #000000;
}
/*ОБЩИЕ СВОЙСТВА*/
/*Footer начало*/
.footer {
  margin-top: 5%;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 0.5fr);
  grid-template-rows: 0.5fr;
}
.footer__icon {
  width: 2.5vw;
  padding-top: 5%;
  padding-bottom: 5%;
}
.cell1 {
  grid-area: 1 / 1 / 2 / 2;
}
.cell2 {
  grid-area: 1 / 2 / 2 / 3;
}
.cell3 {
  grid-area: 1 / 3 / 2 / 4;
}
.cell4 {
  grid-area: 1 / 4 / 2 / 5;
}
/*Footer конец*/
@media (min-width: 600px) and (max-width: 999px) {
  /*ОБЩИЕ СВОЙСТВА*/
  .root {
    width: 80%;
    margin-left: 10%;
  }
  .heading-h1 {
    font-size: 7vw;
  }
  .heading-h2 {
    font-size: 4vw;
  }
  .heading-h3 {
    font-size: 3vw;
  }
  .heading-h4 {
    font-size: 2.5vw;
  }
  .heading-h5 {
    font-size: 3.5vw;
  }
  .heading-h6 {
    font-size: 2vw;
  }
  .text-body-s {
    font-size: 2vw;
  }
  .text-body-l {
    font-size: 3vw;
  }
  .text-body-bolt {
    font-size: 1.7vw;
  }
  .img-book {
    width: 22vw;
    height: 28vw;
  }
  /*ОБЩИЕ СВОЙСТВА*/
  /*Footer начало*/
  .footer__icon {
    width: 5.5vw;
  }
  /*Footer конец*/
}
@media screen and (max-width: 599px) {
  /*ОБЩИЕ СВОЙСТВА*/
  .root {
    width: 100%;
    margin-left: 0%;
  }
  .heading-h1 {
    font-size: 8vw;
  }
  .heading-h2 {
    font-size: 6vw;
  }
  .heading-h3 {
    font-size: 5.5vw;
  }
  .heading-h4 {
    font-size: 4vw;
  }
  .heading-h5 {
    font-size: 5vw;
  }
  .heading-h6 {
    font-size: 4vw;
  }
  .text-body-s {
    font-size: 3vw;
  }
  .text-body-l {
    font-size: 4.5vw;
  }
  .text-body-bolt {
    font-size: 3vw;
  }
  .img-book {
    width: 30vw;
    height: 37vw;
  }
  /*ОБЩИЕ СВОЙСТВА*/
  /*Footer начало*/
  .footer__icon {
    width: 7.5vw;
  }
  /*Footer конец*/
}
