.banner {
  /*font-family: 'Roboto', sans-serif;*/
  /*font-family: 'EB Garamond', serif;*/
}
.banner-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.banner-hover .hover-block,
.banner-hover .hover-flex {
  display: none;
}
.banner-hover:hover .hover-block {
  display: block;
}
.banner-hover:hover .hover-flex {
  display: flex;
}
.banner-50 {
  width: 50%;
}
@media (max-width: 575px) {
  .banner-50 {
    width: 100%;
  }
}
.banner-border {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}
.banner-wide {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-wide-title {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.31em;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575px) {
  .banner-wide-title {
    font-size: 30px;
  }
}
.banner-wide-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.09em;
  color: #000000;
  text-align: center;
}
@media (max-width: 575px) {
  .banner-wide-desc {
    font-size: 24px;
    line-height: 30px;
  }
}
.banner-wide-button {
  width: 230px;
  height: 60px;
  margin: 32px auto 40px;
  border: 1px solid #000000;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 52px;
  letter-spacing: 0.07em;
  color: #000000;
  text-align: center;
}
@media (max-width: 575px) {
  .banner-wide-button {
    margin: 20px auto;
  }
}
.banner-half {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-half-title {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.2em;
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
}
.banner-half-desc {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}
.banner-2-3 {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-2-3-bg {
  width: 100%;
  margin-bottom: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(229, 229, 229, 0.5);
}
.banner-2-3-title {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.2em;
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
}
.banner-2-3-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}
.banner-1-3 {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.banner-1-3-bg {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(229, 229, 229, 0.5);
}
.banner-1-3-title {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.2em;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575px) {
  body .b-inform-blocks__item {
    position: relative;
    background-position: center center;
  }
}
.b-pagination-block a, .b-pagination-block span {
margin: 0 24px;
}