.main--gray {
  background: rgb(244, 244, 246);
}

.banner-book {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .banner-book {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .banner-book {
    margin-bottom: 70px;
  }
}
.banner-book__body {
  position: relative;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .banner-book__body {
    padding: 50px 50px 60px 50px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 1024px) {
  .banner-book__body {
    padding: 60px 60px 80px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1920px) {
  .banner-book__body {
    padding: 90px 100px 105px 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.banner-book__title {
  font-family: SST;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: rgb(255, 255, 255);
  order: 2;
}
@media screen and (min-width: 768px) {
  .banner-book__title {
    font-size: 30px;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 1024px) {
  .banner-book__title {
    font-size: 40px;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media screen and (min-width: 1440px) {
  .banner-book__title {
    font-size: 56px;
  }
}
@media screen and (min-width: 1920px) {
  .banner-book__title {
    font-size: 64px;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.banner-book__title span {
  color: rgb(252, 84, 56);
}
.banner-book__button {
  order: 3;
}
@media screen and (min-width: 768px) {
  .banner-book__button {
    align-self: self-end;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media screen and (min-width: 1920px) {
  .banner-book__button {
    grid-column-start: 1;
  }
}
.banner-book__gradient {
  background: linear-gradient(101.15deg, #000000 12.08%, #202022 41.86%, #3B3D3C 121.94%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
}
.banner-book__image {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .banner-book__image {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media screen and (min-width: 1920px) {
  .banner-book__image {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.banner-book__image img {
  width: 100%;
  height: auto;
  max-height: 560px;
}

.button {
  transition: all 0.4s ease;
}
.button__white {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  justify-content: center;
  color: rgb(47, 46, 42);
  padding: 9px 20px 9px 20px;
  border-radius: 60px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.button__white:hover {
  color: rgb(255, 255, 255);
  background: rgb(252, 84, 56);
  border: 1px solid rgb(252, 84, 56);
}
.button__white:hover .button__arrow--red {
  color: rgb(252, 84, 56);
  background: rgb(255, 255, 255);
}
.button__white:hover .button__arrow--red svg path {
  stroke: rgb(252, 84, 56);
}
.button__red {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  padding: 9px 20px 9px 20px;
  border-radius: 60px;
  background: rgb(252, 84, 56);
  border: 1px solid rgb(252, 84, 56);
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.button--with-icon {
  padding-right: 9px;
}
.button__red:hover {
  color: rgb(252, 84, 56);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(252, 84, 56);
}
.button__red:hover .button__arrow--red {
  color: rgb(255, 255, 255);
  background: rgb(252, 84, 56);
}
.button__red:hover .button__arrow--red svg path {
  stroke: rgb(255, 255, 255);
}
.button__dark {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  border-radius: 60px;
  background: rgb(47, 46, 42);
  border: 1px solid rgb(47, 46, 42);
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.button__dark:hover {
  color: rgb(47, 46, 42);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
.button__portfolio {
  min-width: 250px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  justify-content: center;
  border-radius: 60px;
  background: transparent;
  color: rgb(252, 84, 56);
  border: 1px solid rgb(252, 84, 56);
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.button__portfolio:hover {
  color: rgb(255, 255, 255);
  background: rgb(252, 84, 56);
  border: 1px solid rgb(252, 84, 56);
}
.button--submit {
  font-size: 20px;
  line-height: 140%;
  padding: 15px 5px 15px 20px;
}
.button--submit .button__arrow {
  width: 32px;
  height: 32px;
}
.button--footer {
  justify-content: space-between;
  font-size: 14px;
  padding: 4px 5px 4px 20px;
}
@media screen and (min-width: 1024px) {
  .button--footer {
    padding: 9px 20px 9px 20px;
    font-size: 16px;
  }
}
.button--footer .button__arrow {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .button--footer .button__arrow {
    width: 36px;
    height: 36px;
  }
}

.button__arrow--red {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgb(252, 84, 56);
  display: flex;
  justify-content: center;
  align-items: center;
}
.button__arrow--white {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}

.text--main {
  font-family: SST;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: rgb(47, 46, 42);
}
.text--main span {
  color: rgb(99, 99, 93);
}

.principles-book {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .principles-book {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .principles-book {
    margin-bottom: 70px;
  }
}

.principlesBook {
  padding: 40px 20px;
  border-radius: 30px;
  background: linear-gradient(101.15deg, #000000 12.08%, #202022 41.86%, #3B3D3C 121.94%);
}
@media screen and (min-width: 768px) {
  .principlesBook {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 1920px) {
  .principlesBook {
    padding: 120px 100px 130px 100px;
  }
}

.slider-book {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .slider-book {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .slider-book {
    margin-bottom: 70px;
  }
}
.slider-book .container-fluid {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .slider-book .container-fluid {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider-book .container-fluid {
    padding-right: 40px;
  }
}

.publishes-book {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .publishes-book {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .publishes-book {
    margin-bottom: 70px;
  }
}
.publishes-book .container-fluid {
  padding-right: 0;
}
@media screen and (min-width: 1440px) {
  .publishes-book .container-fluid {
    padding-right: 40px;
  }
}

.recomendation-book {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .recomendation-book {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .recomendation-book {
    margin-bottom: 70px;
  }
}
.recomendation-book .recomendation {
  padding: 35px 25px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .recomendation-book .recomendation {
    padding: 35px;
  }
}
.recomendation-book .recomendation__gallery {
  display: flex;
}
.recomendation-book .recomendation__image:not(:first-child) {
  margin-left: -20px;
}
.recomendation-book .recomendation__image img {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .recomendation-book .recomendation__image img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .recomendation-book .recomendation__image img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .recomendation-book .recomendation__image img {
    width: 100px;
    height: 100px;
  }
}
.recomendation-book .recomendation__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  column-gap: 50px;
  row-gap: 25px;
}
.recomendation-book .recomendation__text {
  font-family: SST;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: rgb(47, 46, 42);
}
.recomendation-book .recomendation__text span {
  color: rgb(99, 99, 93);
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .bookSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
  }
}
.bookSwiper__slide.swiper-slide {
  background: rgb(255, 255, 255);
  padding: 25px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: auto;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .bookSwiper__slide.swiper-slide {
    padding: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .bookSwiper__slide.swiper-slide {
    padding: 35px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .bookSwiper__slide.swiper-slide {
    padding: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .bookSwiper__slide.swiper-slide {
    padding: 35px;
  }
}
.bookSwiper__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bookSwiper__title {
  font-family: SST;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  color: rgb(47, 46, 42);
}
@media screen and (min-width: 768px) {
  .bookSwiper__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .bookSwiper__title {
    font-size: 24px;
  }
}
.bookSwiper__text {
  font-family: SST;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: rgb(99, 99, 93);
}
.bookSwiper__icon path {
  stroke: rgb(252, 84, 56);
}
@media screen and (min-width: 1024px) {
  .bookSwiper .swiper-navigation {
    display: none;
  }
}

.publishesSwiper__slide {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .publishesSwiper__slide {
    gap: 30px;
  }
}
.publishesSwiper__title {
  font-family: SST;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(47, 46, 42);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
}
@media screen and (min-width: 1024px) {
  .publishesSwiper__title {
    font-size: 20px;
    height: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .publishesSwiper__title {
    font-size: 24px;
    height: 68px;
  }
}
.publishesSwiper__text {
  font-family: SST;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgb(99, 99, 93);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
}
@media screen and (min-width: 1024px) {
  .publishesSwiper__text {
    font-size: 14px;
    height: 42px;
  }
}
.publishesSwiper__body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.publishesSwiper__image img {
  aspect-ratio: 30/36;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.publishesSwiper__more {
  display: none;
}
@media screen and (min-width: 1440px) {
  .publishesSwiper__more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}
.publishesSwiper__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.publishesSwiper__link .publishesSwiper__link-text {
  color: rgb(252, 84, 56);
  font-family: SST;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.publishesSwiper__link .publishesSwiper__icon {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: rgb(252, 84, 56);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* @media screen and (min-width: 1440px) {
  .publishesSwiper .swiper-navigation {
    display: none;
  }
} */

.swiper-navigation--red-round {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.swiper-navigation--red-round .swiper-button-next {
  position: static;
  width: 46px;
  height: 46px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(252, 84, 56);
  border-radius: 23px;
  margin-top: initial;
}
.swiper-navigation--red-round .swiper-button-next::after {
  content: none;
}
.swiper-navigation--red-round .swiper-button-prev {
  position: static;
  width: 46px;
  height: 46px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(252, 84, 56);
  border-radius: 23px;
  margin-top: initial;
}
.swiper-navigation--red-round .swiper-button-prev::after {
  content: none;
}
.swiper-navigation--red-round .swiper-button-next svg,
.swiper-navigation--red-round .swiper-button-prev svg {
  width: 22px;
  height: 22px;
}

.principlesSwiper__slide {
  padding: 25px;
  background: rgb(255, 255, 255);
  border-radius: 30px;
}
.principlesSwiper__image {
  width: 100%;
  height: 180px;
}
.principlesSwiper__image img {
  width: 100px;
  height: auto;
  object-fit: cover;
}
.principlesSwiper__body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.principlesSwiper__title {
  font-family: SST;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: 0%;
  color: rgb(47, 46, 42);
}
.principlesSwiper__text {
  font-family: SST;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(99, 99, 93);
}
.principlesSwiper__gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(270deg, #2F3131 0%, rgba(47, 49, 49, 0) 100%);
  z-index: 150;
}
@media screen and (min-width: 1920px) {
  .principlesSwiper__gradient {
    display: none;
  }
}

.modalBooksGallery .modal-content {
  padding: 15px;
  row-gap: 15px;
}
@media (min-width: 1024px) {
  .modalBooksGallery .modal-content {
    padding: 20px 40px;
    row-gap: 25px;
  }
}
@media (min-width: 1440px) {
  .modalBooksGallery .modal-content {
    padding: 40px;
    row-gap: 40px;
  }
}
.modalBooksGallery .modal-header {
  padding: 0;
  height: 40px;
  border: none;
  column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .modalBooksGallery .modal-header {
    height: 60px;
  }
}
.modalBooksGallery .modal-header__arrow {
  display: flex;
  align-items: center;
}
.modalBooksGallery .modal-header__title {
  font-weight: 500;
  font-size: 12px;
  display: flex;
  column-gap: 10px;
}
@media (min-width: 1024px) {
  .modalBooksGallery .modal-header__title {
    font-size: 16px;
  }
}
.modalBooksGallery .modal-header__close svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .modalBooksGallery .modal-header__close svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1440px) {
  .modalBooksGallery .modal-header__close svg {
    width: 60px;
    height: 60px;
  }
}
.modalBooksGallery .modal-body__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.modalBooksGallery .modal-body__content .staffConsult {
  margin-bottom: 20px;
}
.modalBooksGallery .modal-body__content .staffConsult .container-fluid {
  padding: 0;
}
@media (min-width: 768px) {
  .modalBooksGallery .modal-body__content {
    row-gap: 40px;
  }
  .modalBooksGallery .modal-body__content .staffConsult form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .modalBooksGallery .modal-body__content .staffConsult .staffConsult__undertitle {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 1024px) {
  .modalBooksGallery .modal-body__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .modalBooksGallery .modal-body__content .modalBooksGallery__slider {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .modalBooksGallery .modal-body__content .modalBooksGallery__content {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .modalBooksGallery .modal-body__content .staffConsult {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .modalBooksGallery .modal-body__content .staffConsult form {
    display: grid;
    grid-template-columns: 1fr;
  }
  .modalBooksGallery .modal-body__content .staffConsult .staffConsult__undertitle {
    grid-column-start: 1;
    grid-column-end: auto;
  }
}
@media (min-width: 1440px) {
  .modalBooksGallery .modal-body__content .staffConsult form {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .modalBooksGallery .modal-body__content .staffConsult .staffConsult__undertitle {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 1024px) {
  .modalBooksGallery .modal-body__content .modalBooksGallery__slider {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .modalBooksGallery .modal-body__content .modalBooksGallery__content {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .modalBooksGallery .modal-body__content .staffConsult {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
  }
}
@media (min-width: 1024px) {
  .modalBooksGallery .modal-body__content {
    gap: 30px;
  }
}
.modalBooksGallery__content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .modalBooksGallery__content {
    row-gap: 25px;
  }
}
.modalBooksGallery__slider {
  flex: 1 0 50%;
}
.modalBooksGallery__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .modalBooksGallery__title {
    font-size: 26px;
  }
}
.modalBooksGallery .modalBooksGallery__price {
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px;
}
.modalBooksGallery__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: rgb(99, 99, 93);
}
.modalBooksGallery .project-sliders {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(100px, auto) 1fr;
  width: 100%;
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .modalBooksGallery .project-sliders {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 160px;
  }
}
.modalBooksGallery .project-slider-horizontal {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 1440px) {
  .modalBooksGallery .project-slider-horizontal {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 2;
  }
}
.modalBooksGallery .project-slider-vertical {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 1440px) {
  .modalBooksGallery .project-slider-vertical {
    grid-row-start: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
.modalBooksGallery .project-sliders__image {
  width: 100%;
  height: 100%;
}
.modalBooksGallery .project-sliders--modal {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr minmax(75px, auto);
}
@media (min-width: 375px) {
  .modalBooksGallery .project-sliders--modal {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(75px, auto);
  }
}
@media (min-width: 560px) {
  .modalBooksGallery .project-sliders--modal {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(120px, auto);
  }
}
@media (min-width: 768px) {
  .modalBooksGallery .project-sliders--modal {
    grid-template-columns: minmax(120px, auto) 1fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 1024px) {
  .modalBooksGallery .project-sliders--modal {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(120px, auto);
  }
}
@media (min-width: 1440px) {
  .modalBooksGallery .project-sliders--modal {
    grid-template-columns: minmax(120px, auto) 1fr;
    grid-template-rows: 50px 1fr 50px;
  }
}
.modalBooksGallery .project-sliders__image {
  width: 100%;
  height: 100%;
}
.modalBooksGallery .project-sliders__image img {
  aspect-ratio: 1/1;
  max-height: 330px;
}
@media (min-width: 375px) {
  .modalBooksGallery .project-sliders__image img {
    max-height: 330px;
  }
}
@media (min-width: 560px) {
  .modalBooksGallery .project-sliders__image img {
    max-height: 500px;
  }
}
@media (min-width: 768px) {
  .modalBooksGallery .project-sliders__image img {
    max-height: 600px;
  }
}
@media (min-width: 1024px) {
  .modalBooksGallery .project-sliders__image img {
    max-height: 460px;
  }
}
@media (min-width: 1440px) {
  .modalBooksGallery .project-sliders__image img {
    max-height: 600px;
  }
}
.modalBooksGallery .project-sliders__footer {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modalBooksGallery .project-sliders__title {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
.modalBooksGallery .project-sliders__gradient {
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(44, 44, 44, 0) 0%, rgb(44, 44, 44) 100%);
}
.modalBooksGallery .project-slider-fullscreen {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 500;
}
.modalBooksGallery .swiper {
  width: 100%;
  height: 100%;
}
.modalBooksGallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalBooksGallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modalBooksGallery .project-slider {
  border-radius: 12px;
}
.modalBooksGallery .swiper-button-next.swiper-button-next--project::after {
  content: none;
}
.modalBooksGallery .swiper-button-prev.swiper-button-prev--project::after {
  content: none;
}
.modalBooksGallery .swiper-button-next.swiper-button-next--project, .modalBooksGallery .swiper-button-prev.swiper-button-prev--project {
  width: 36px;
  height: 36px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.5));
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalBooksGallery .swiper-button-next.swiper-button-next--project {
  bottom: 0;
}
.modalBooksGallery .swiper-button-prev.swiper-button-prev--project {
  top: 0;
}
.modalBooksGallery .swiper-button-next.swiper-button-next--project svg, .modalBooksGallery .swiper-button-prev.swiper-button-prev--project svg {
  width: 24px;
  height: 24px;
}
.modalBooksGallery .project-slider-horizontal {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  order: -1;
}
@media (min-width: 768px) {
  .modalBooksGallery .project-slider-horizontal {
    order: initial;
  }
}
@media (min-width: 1024px) {
  .modalBooksGallery .project-slider-horizontal {
    order: -1;
  }
}
@media (min-width: 1440px) {
  .modalBooksGallery .project-slider-horizontal {
    order: 1;
  }
}
.modalBooksGallery .project-slider-vertical {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .modalBooksGallery .project-slider-vertical__wrap {
    position: absolute;
  }
}
.modalBooksGallery .project-slider-vertical .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
}
.modalBooksGallery .project-slider-vertical .swiper-slide-active {
  opacity: 1;
}
.modalBooksGallery .project-slider-vertical img {
  border-radius: 12px;
}
.modalBooksGallery .staffConsult__wrapper {
  padding: 30px 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 1440px) {
  .modalBooksGallery .staffConsult__wrapper {
    padding: 30px;
    grid-template-columns: 1fr;
  }
  .modalBooksGallery .staffConsult__wrapper .staffConsult__right {
    justify-content: initial;
  }
  .modalBooksGallery .staffConsult__wrapper .staffConsult__right form {
    max-width: initial;
  }
}
@media (min-width: 1440px) {
  .modalBooksGallery .staffConsult__wrapper {
    gap: 20px;
  }
}
.modalBooksGallery .staffConsult__title {
  font-size: 26px;
}

.error404 {
  height: calc(100vh - 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  .error404 {
    height: calc(100vh - 100px);
  }
}
.error404__text {
  font-weight: 500;
  font-size: 160px;
  line-height: 115%;
}
@media (min-width: 1024px) {
  .error404__text {
    font-size: 180px;
  }
}
@media (min-width: 1440px) {
  .error404__text {
    font-size: 260px;
  }
}
.error404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.error404__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 115%;
  text-align: center;
}
@media (min-width: 1440px) {
  .error404__title {
    font-size: 30px;
  }
}
.error404__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 1440px) {
  .error404__subtitle {
    font-size: 16px;
  }
}