/*fonts*/
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Black.eot");
  src: url("../fonts/Canela-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela-Black.woff") format("woff"), url("../fonts/Canela-Black.ttf") format("truetype"), url("../fonts/Canela-Black.svg#Canela") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Bold.eot");
  src: url("../fonts/Canela-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela-Bold.woff") format("woff"), url("../fonts/Canela-Bold.ttf") format("truetype"), url("../fonts/Canela-Bold.svg#Canela") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Medium.eot");
  src: url("../fonts/Canela-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela-Medium.woff") format("woff"), url("../fonts/Canela-Medium.ttf") format("truetype"), url("../fonts/Canela-Medium.svg#Canela") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Regular.eot");
  src: url("../fonts/Canela-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela-Regular.woff") format("woff"), url("../fonts/Canela-Regular.ttf") format("truetype"), url("../fonts/Canela-Regular.svg#Canela") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Light.eot");
  src: url("../fonts/Canela-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela-Light.woff") format("woff"), url("../fonts/Canela-Light.ttf") format("truetype"), url("../fonts/Canela-Light.svg#Canela") format("svg");
  font-weight: 400;
  font-style: normal;
}
.header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 131.2rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
}
.header.h-40 {
  height: 4rem;
}
.header-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  padding: 2.4rem 6.4rem;
  height: 8.8rem;
  width: 100%;
  background-color: var(--red-500);
}
.header-container.py-24 {
  padding: 2.4rem 0;
}
.header-menu {
  position: absolute;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.2rem;
  top: 8.8rem;
  left: 0;
  border-top: 0.1rem solid var(--white);
  padding: 2.4rem 4.2rem;
  width: 100vw;
  background-color: var(--red-500);
  z-index: 1;
}
.header-menu.active {
  display: -ms-flexbox;
  display: flex;
}
.header-menu__toggle {
  display: none;
  border: none;
  background-color: transparent;
}
.header-menu__toggle.active {
  transform: rotate(90deg);
}
.header-menu__close {
  position: absolute;
  top: 0.9rem;
  right: 1.6rem;
  border: none;
  background-color: transparent;
}
.header-list {
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -ms-flex-align: center;
      align-items: center;
}
.header-list-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 7.2rem;
}
.header-list__button {
  padding: 1rem 3rem;
}
.header-list__button span {
  font: var(--text-17);
  min-width: -moz-max-content;
  min-width: max-content;
}
.header-list__item {
  font: var(--text-17);
  text-decoration: none;
  color: white;
}
.header-items {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: end;
}
.header-search {
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.4rem;
  padding: 0.3rem 0.3rem 0.3rem 0.8rem;
  height: 100%;
  width: 100%;
  max-width: 36.1rem;
  background-color: var(--brown-700);
}
.header-search.active {
  display: -ms-flexbox;
  display: flex;
}
.header-search__img {
  width: 2rem;
}
.header-search__button {
  padding: 0.7rem 1rem;
}
.header-search__button span {
  font: var(--text-16);
}
.header-search input {
  border: none;
  height: 100%;
  width: 100%;
  background-color: transparent;
  font: var(--text-16);
  color: var(--white);
}
.header-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  margin-left: 1.6rem;
}
.header-icons__item {
  position: relative;
  border: none;
  height: 3.2rem;
  width: 3.2rem;
  background-color: transparent;
}
.header-icons__item:hover {
  cursor: pointer;
}
.header-icons__item img {
  height: 100%;
  width: 100%;
}
.header-icons__item.header-icons__cross {
  display: none;
}
.header-icons__item.header-icons__cross.active {
  display: block;
}
.header-icons__item.header-icons__cross.active::after {
  display: none;
}
.header-icons__item.header-icons__search {
  display: none;
}
.header-icons__item.active::after {
  content: "";
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  border-radius: 99.9rem;
  height: 0.8rem;
  width: 0.8rem;
  background-color: var(--white);
}
.header-profile {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 2.4rem;
  gap: 0.8rem;
}
.header-profile:hover {
  cursor: pointer;
}
.header-profile img {
  height: 3.2rem;
  width: 3.2rem;
}
.header-profile span {
  min-width: -moz-max-content;
  min-width: max-content;
  font: var(--text-16);
  color: var(--white);
}
.header-profile-menu {
  position: absolute;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  top: 5.3rem;
  right: -0.5rem;
  border: 0.1rem solid var(--red-500);
  border-radius: 0.4rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 24rem;
  background-color: var(--white);
  z-index: 1;
}
.header-profile-menu.active {
  display: -ms-flexbox;
  display: flex;
}
.header-profile-menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.2rem;
  padding: 1.1rem 1.6rem;
  font: var(--text-14);
  color: var(--black-400);
  text-decoration: none;
}
.header-profile-menu__item:last-child {
  border-top: 0.1rem solid var(--red-500);
  padding: 1.5rem 1.6rem;
}
.header-profile-menu__item:hover {
  cursor: pointer;
}
.header-profile.non-authorized img {
  display: none;
}

@media screen and (max-width: 800px) {
  .header-menu__toggle {
    display: block;
  }
  .header-list {
    display: none;
  }
  .header-list__button {
    max-width: 20.5rem;
    width: 100%;
  }
  .header-profile > span {
    display: none;
  }
  .header-profile.non-authorized img {
    display: block;
  }
  .header-profile.non-authorized > span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header {
    gap: 1.2rem;
    height: 2.9rem;
  }
  .header-container {
    height: auto;
    padding: 3.2rem 1.6rem;
  }
  .header-menu {
    top: 9.3rem;
  }
  .header-menu__toggle > img {
    width: 2.4rem;
  }
  .header-search {
    display: none;
    max-width: none;
  }
  .header-search__button {
    -ms-flex-align: center;
        align-items: center;
    padding: 0 1rem;
  }
  .header-search__button > span {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header-icons {
    gap: 1.6rem;
  }
  .header-icons__item {
    width: 2.4rem;
  }
  .header-icons__item.header-icons__search {
    display: block;
  }
  .header-icons__item.header-icons__favorites {
    display: none;
  }
  .header-profile {
    margin-left: 1.6rem;
  }
  .header-profile > img {
    width: 2.4rem;
  }
  .header-profile-menu {
    top: 7.1rem;
    right: 1.6rem;
  }
}
/* base styles*/
:root {
  --white: #ffffff;
  --gray-200: #FAFAFA;
  --gray-300: #EAECF0;
  --gray-350:#EAEAEA;
  --gray-400: #E3E3E3;
  --gray-500:#667085;
  --gray-600: #696969;
  --gray-700: #475467;
  --black: #121212;
  --black-400: #121212;
  --black-900: #000000;
  --blue-400: #0B54B1;
  --blue-800: #02204D;
  --dark-blue:#101828;
  --green-400: #228B22;
  --green-800:#1B5A1B;
  --orange-400:#994C00;
  --orange-800:#663300;
  --red-500: #800000;
  --red-800: #4B0000;
  --purple-400:#4B0082;
  --purple-800:#2E0066;
  --brown-50: #F2E6E6;
  --brown-100: #D8B0B0;
  --brown-600:#740000;
  --brown-700: #5B0000;
  --popup-bg: #6969694D;
  --text-12: 1.2rem/1.4rem "Gotham";
  --text-14: 1.4rem/1.7rem "Gotham";
  --text-16: 1.6rem/1.9rem "Gotham";
  --text-16-inter: 1.6rem/2.4rem "Inter";
  --text-17: 1.7rem/2rem "Gotham";
  --text-18: 1.8rem/2.7rem "Gotham";
  --text-20: 2rem/2.4rem "Gotham";
  --text-20-canela: 2rem/2.4rem "Canela";
  --text-20-inter: 2rem/3rem "Inter";
  --text-24: 2.4rem/2.9rem "Gotham";
  --text-28: 2.8rem/3.4rem "Canela";
  --text-28-gotham: 2.8rem/3.4rem "Gotham";
  --text-30: 3rem/3.6rem "Canela";
  --text-30-gotham: 3rem/3.6rem "Gotham";
  --text-32-gotham: 3.2rem/3.8rem "Gotham";
  --text-34: 3.4rem/4.1rem "Canela";
  --text-34-gotham: 3.4rem/4.1rem "Gotham";
  --text-36: 3.6rem/4.3rem "Canela";
  --text-40-gotham: 4rem/7.2rem "Gotham";
  --text-48-gotham: 4.8rem/5.8rem "Gotham";
  --text-60: 6rem/7.2rem "Canela";
  --text-60-gotham: 6rem/7.2rem "Gotham";
}

*, *:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

*, body, html {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  margin: 0;
}

body {
  overflow-x: hidden;
}

html {
  height: 100%;
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 10px;
  }
}

.hide {
  display: none !important;
}

.button {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  border-radius: 0.4rem !important;
  text-decoration: none !important;
  border: none !important;
}
.button:hover {
  cursor: pointer !important;
}
.button-white {
  background-color: var(--white) !important;
}
.button-white > span {
  color: var(--red-500) !important;
}
.button-red {
  background-color: var(--red-500) !important;
}
.button-red > span {
  color: var(--white) !important;
}
.button-red:hover {
  background-color: var(--brown-600) !important;
}
.button-red:active {
  background-color: var(--brown-700) !important;
}

.container {
  margin: 0 auto;
  padding: 0 1.6rem;
  max-width: 134.4rem;
  overflow-x: hidden;
}
.container.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.container.mt-80 {
  margin-top: 8rem;
}
.container.px-64 {
  padding: 0 6.4rem;
}
@media screen and (max-width: 480px) {
  .container.px-64 {
    padding: 0 1.6rem;
  }
}
.container.border-top-red {
  border-top: 0.1rem solid var(--red-500);
}
.container.border-bottom-red {
  border-bottom: 0.1rem solid var(--red-500);
}
.container.container-lg {
  max-width: 144rem;
}

.img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.global-wrapper {
  background-color: var(--gray-200);
}

.disable-scroll {
  overflow-y: hidden;
}

.dark-filter {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: var(--popup-bg);
  z-index: 2;
}

summary::marker {
  display: none; /* Hides the default arrow in Safari and other browsers */
}

details summary {
  -webkit-appearance: none; /* Removes the default arrow in Safari */
  list-style: none; /* Ensures no default bullet or arrow is used */
}

details summary::-webkit-details-marker {
  display: none;
}

.header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 131.2rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
}
.header.h-40 {
  height: 4rem;
}
.header-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  padding: 2.4rem 6.4rem;
  height: 8.8rem;
  width: 100%;
  background-color: var(--red-500);
}
.header-container.py-24 {
  padding: 2.4rem 0;
}
.header-menu {
  position: absolute;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.2rem;
  top: 8.8rem;
  left: 0;
  border-top: 0.1rem solid var(--white);
  padding: 2.4rem 4.2rem;
  width: 100vw;
  background-color: var(--red-500);
  z-index: 1;
}
.header-menu.active {
  display: -ms-flexbox;
  display: flex;
}
.header-menu__toggle {
  display: none;
  border: none;
  background-color: transparent;
}
.header-menu__toggle.active {
  transform: rotate(90deg);
}
.header-menu__close {
  position: absolute;
  top: 0.9rem;
  right: 1.6rem;
  border: none;
  background-color: transparent;
}
.header-list {
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -ms-flex-align: center;
      align-items: center;
}
.header-list-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 7.2rem;
}
.header-list__button {
  padding: 1rem 3rem;
}
.header-list__button span {
  font: var(--text-17);
  min-width: -moz-max-content;
  min-width: max-content;
}
.header-list__item {
  font: var(--text-17);
  text-decoration: none;
  color: white;
}
.header-items {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: end;
}
.header-search {
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.4rem;
  padding: 0.3rem 0.3rem 0.3rem 0.8rem;
  height: 100%;
  width: 100%;
  max-width: 36.1rem;
  background-color: var(--brown-700);
}
.header-search.active {
  display: -ms-flexbox;
  display: flex;
}
.header-search__img {
  width: 2rem;
}
.header-search__button {
  padding: 0.7rem 1rem;
}
.header-search__button span {
  font: var(--text-16);
}
.header-search input {
  border: none;
  height: 100%;
  width: 100%;
  background-color: transparent;
  font: var(--text-16);
  color: var(--white);
}
.header-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  margin-left: 1.6rem;
}
.header-icons__item {
  position: relative;
  border: none;
  height: 3.2rem;
  width: 3.2rem;
  background-color: transparent;
}
.header-icons__item:hover {
  cursor: pointer;
}
.header-icons__item img {
  height: 100%;
  width: 100%;
}
.header-icons__item.header-icons__cross {
  display: none;
}
.header-icons__item.header-icons__cross.active {
  display: block;
}
.header-icons__item.header-icons__cross.active::after {
  display: none;
}
.header-icons__item.header-icons__search {
  display: none;
}
.header-icons__item.active::after {
  content: "";
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  border-radius: 99.9rem;
  height: 0.8rem;
  width: 0.8rem;
  background-color: var(--white);
}
.header-profile {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 2.4rem;
  gap: 0.8rem;
}
.header-profile:hover {
  cursor: pointer;
}
.header-profile img {
  height: 3.2rem;
  width: 3.2rem;
}
.header-profile span {
  min-width: -moz-max-content;
  min-width: max-content;
  font: var(--text-16);
  color: var(--white);
}
.header-profile-menu {
  position: absolute;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  top: 5.3rem;
  right: -0.5rem;
  border: 0.1rem solid var(--red-500);
  border-radius: 0.4rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 24rem;
  background-color: var(--white);
  z-index: 1;
}
.header-profile-menu.active {
  display: -ms-flexbox;
  display: flex;
}
.header-profile-menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.2rem;
  padding: 1.1rem 1.6rem;
  font: var(--text-14);
  color: var(--black-400);
  text-decoration: none;
}
.header-profile-menu__item:last-child {
  border-top: 0.1rem solid var(--red-500);
  padding: 1.5rem 1.6rem;
}
.header-profile-menu__item:hover {
  cursor: pointer;
}
.header-profile.non-authorized img {
  display: none;
}

@media screen and (max-width: 800px) {
  .header-menu__toggle {
    display: block;
  }
  .header-list {
    display: none;
  }
  .header-list__button {
    max-width: 20.5rem;
    width: 100%;
  }
  .header-profile > span {
    display: none;
  }
  .header-profile.non-authorized img {
    display: block;
  }
  .header-profile.non-authorized > span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header {
    gap: 1.2rem;
    height: 2.9rem;
  }
  .header-container {
    height: auto;
    padding: 3.2rem 1.6rem;
  }
  .header-menu {
    top: 9.3rem;
  }
  .header-menu__toggle > img {
    width: 2.4rem;
  }
  .header-search {
    display: none;
    max-width: none;
  }
  .header-search__button {
    -ms-flex-align: center;
        align-items: center;
    padding: 0 1rem;
  }
  .header-search__button > span {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header-icons {
    gap: 1.6rem;
  }
  .header-icons__item {
    width: 2.4rem;
  }
  .header-icons__item.header-icons__search {
    display: block;
  }
  .header-icons__item.header-icons__favorites {
    display: none;
  }
  .header-profile {
    margin-left: 1.6rem;
  }
  .header-profile > img {
    width: 2.4rem;
  }
  .header-profile-menu {
    top: 7.1rem;
    right: 1.6rem;
  }
}
.josef-lubenov {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  max-height: 72rem;
  width: 100%;
  max-width: 144rem;
}
.josef-lubenov-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 6.4rem 2.4rem 6.4rem 6.4rem;
  width: 100%;
  max-width: 59.2rem;
}
.josef-lubenov-info h1 {
  margin: 0;
  font: var(--text-60);
  font-weight: 500;
  color: var(--black-400);
}
.josef-lubenov-info__text {
  font: var(--text-20);
  color: var(--gray-600);
  margin-top: 2.4rem;
}
.josef-lubenov-info__button {
  margin-top: 4.8rem;
  padding: 1.2rem;
  width: 100%;
  max-width: 31.7rem;
}
.josef-lubenov-info__button span {
  font: var(--text-17);
}
.josef-lubenov-img {
  width: 100%;
}
.josef-lubenov-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .josef-lubenov {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    max-height: none;
  }
  .josef-lubenov-info {
    -ms-flex-align: center;
        align-items: center;
    padding: 6.4rem;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .josef-lubenov-info {
    padding: 3.2rem 1.6rem 0 1.6rem;
  }
  .josef-lubenov-info h1 {
    font: var(--text-34);
    font-weight: 500;
  }
  .josef-lubenov-info__text {
    text-align: center;
    font: var(--text-17);
    line-height: 3rem;
  }
  .josef-lubenov-info__button {
    margin-top: 3.2rem;
    max-width: none;
  }
}
.counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 5.6rem 0 11.2rem 0;
  width: 100%;
}
.counter > h2 {
  font: var(--text-36);
  font-weight: 500;
  letter-spacing: -2%;
  color: var(--black-400);
  text-align: center;
}
.counter > span {
  margin-top: 2rem;
  font: var(--text-20);
  color: var(--gray-600);
  text-align: center;
}
.counter-items {
  display: -ms-flexbox;
  display: flex;
  gap: 7.2rem;
  margin-top: 3.2rem;
}
.counter-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
}
.counter-item__header {
  font: var(--text-60-gotham);
  font-weight: 500;
  letter-spacing: -2%;
  color: var(--red-500);
  text-align: center;
}
.counter-item__header .small-text {
  font: var(--text-24);
  font-weight: 500;
  letter-spacing: -2%;
}
.counter-item__text {
  font: var(--text-18);
  font-weight: 500;
  line-height: 2.2rem;
  color: var(--dark-blue);
  text-align: center;
}
.counter__divider {
  width: 0.1rem;
  background-color: var(--gray-300);
}
.counter__button {
  margin-top: 7rem;
  padding: 1.2rem;
  width: 100%;
  max-width: 31.7rem;
}
.counter__button > span {
  font: var(--text-17);
}

@media screen and (max-width: 800px) {
  .counter-items {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.6rem;
  }
  .counter__divider {
    height: 0.1rem;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .counter > h2 {
    font: var(--text-28);
    font-weight: 500;
  }
  .counter-item__header {
    font: var(--text-40-gotham);
    font-weight: 500;
    letter-spacing: -2%;
  }
  .counter-item__header .small-text {
    font: var(--text-40-gotham);
    font-weight: 500;
    letter-spacing: -2%;
  }
  .counter-item__text {
    font: var(--text-16);
    font-weight: 500;
    line-height: 2.2rem;
  }
  .counter > span {
    font: var(--text-17);
    line-height: 3rem;
  }
}
.footer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6.4rem;
  padding: 6.4rem 11.2rem 4.8rem 11.2rem;
  width: 100%;
}
.footer.margin-112 {
  margin-top: 11.2rem;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1.6rem;
  background-color: var(--red-500);
}
.footer-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 144rem;
}
.footer-info {
  display: -ms-flexbox;
  display: flex;
  gap: 19rem;
  width: 100%;
}
.footer-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 32rem;
}
.footer-logo__text {
  font: var(--text-16);
  color: var(--gray-700);
}
.footer__logo > img {
  width: 5.4rem;
}
.footer-tabs {
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  width: 100%;
}
.footer-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  width: 100vw;
  max-width: 14.4rem;
}
.footer-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
}
.footer-list__header {
  font: var(--text-14);
  font-weight: 500;
  color: var(--dark-blue);
}
.footer-list__item {
  font: var(--text-16);
  font-weight: 500;
  color: var(--red-500);
  text-decoration: none;
}
.footer-terms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.2rem;
  width: 100%;
  border-top: 0.1rem solid var(--red-500);
  padding: 3.2rem 0 0 0;
}
.footer-terms-group {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.footer-terms-group__item {
  font: var(--text-16-inter);
  color: var(--gray-500);
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .footer {
    gap: 3.2rem;
    padding: 1.6rem 0 1.2rem 0;
  }
  .footer-info {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.2rem;
    padding: 2.7rem;
  }
  .footer-logo {
    max-width: none;
  }
  .footer-terms {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.6rem;
    padding: 2rem 0 0 0;
  }
}
.books-slider {
  padding-bottom: 8rem;
}
.books-slider-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
  padding: 0 0 2.4rem 0;
  width: 100%;
}
.books-slider-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
.books-slider-info > h2 {
  font: var(--text-30);
  font-weight: 500;
  color: var(--black-400);
  letter-spacing: -2%;
}
.books-slider-info__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.books-slider-info__text > span {
  font: var(--text-17);
  font-weight: 500;
  color: var(--red-500);
}
.books-slider-info__text > img {
  width: 2rem;
}
.books-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 0.8rem;
  padding: 2.4rem;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 0.7rem 1.6rem 0 rgba(0, 0, 0, 0.0509803922), 0 -0.1rem 2.8rem 0 rgba(0, 0, 0, 0.0392156863), 0 5rem 3.8rem 0 rgba(0, 0, 0, 0.0196078431), 0 9.6rem 4.5rem 0 rgba(0, 0, 0, 0.0117647059), 0 16.9rem 4.9rem 0 rgba(0, 0, 0, 0);
}
.books-slide__favorite {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  border: none;
  padding: 0;
  height: 3.2rem;
  width: 3.2rem;
  background-color: transparent;
  fill: none;
}
.books-slide__favorite.active {
  fill: var(--red-500);
}
.books-slide__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
}
.books-slide__img > img {
  object-fit: cover;
  height: 14.4rem;
  width: 9.8rem;
}
.books-slide__title {
  margin-top: 2.4rem;
  font: var(--text-18);
  font-weight: 500;
  color: var(--black-400);
  text-align: center;
  text-decoration: none;
}
.books-slide__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.4rem;
  font: var(--text-16);
  color: var(--gray-600);
  text-align: center;
}
.books-slide-buy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1.6rem;
  gap: 1.6rem;
}
.books-slide__price {
  height: -moz-min-content;
  height: min-content;
  font: var(--text-24);
  font-weight: 500;
  color: var(--black-900);
}
.books-slide__button {
  padding: 0.8rem 1.8rem;
}
.books-slide__button > span {
  font: var(--text-16);
}

@media screen and (max-width: 480px) {
  .books-slider {
    overflow-x: visible;
    padding-bottom: 5.6rem;
  }
  .books-slider-container {
    padding: 0 2.4rem 0.8rem 0;
  }
  .books-slider-info > h2 {
    font: var(--text-20-canela);
    font-weight: 500;
    letter-spacing: -2%;
  }
}
.our-mission {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6.4rem;
  padding: 0 0 2.4rem 0;
  width: 100%;
}
.our-mission-info {
  display: -ms-flexbox;
  display: flex;
  gap: 9.6rem;
  width: 100%;
}
.our-mission-info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
  max-width: 56rem;
}
.our-mission-info-block > h2 {
  font: var(--text-30);
  font-weight: 500;
  color: var(--dark-blue);
}
.our-mission-info__text {
  font: var(--text-18);
  color: var(--gray-600);
}
.our-mission-info-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
  max-width: 65.6rem;
}
.our-mission-info-card {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  border-radius: 0.8rem;
  padding: 1.6rem;
  background-color: var(--white);
  box-shadow: 0 0.7rem 1.6rem 0 rgba(0, 0, 0, 0.0509803922), 0 -0.1rem 2.8rem 0 rgba(0, 0, 0, 0.0392156863), 0 5rem 3.8rem 0 rgba(0, 0, 0, 0.0196078431), 0 9.6rem 4.5rem 0 rgba(0, 0, 0, 0.0117647059), 0 16.9rem 4.9rem 0 rgba(0, 0, 0, 0);
}
.our-mission-info-card__img {
  min-width: 4.8rem;
}
.our-mission-info-card__img > img {
  width: 100%;
}
.our-mission-info-card__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.our-mission-info-card__text > h3 {
  font: var(--text-20);
  font-weight: 500;
  color: var(--dark-blue);
}
.our-mission-info-card__text > span {
  font: var(--text-16);
  color: var(--gray-700);
}
.our-mission-slider {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.our-mission-slider__button-prev {
  left: 1.4rem;
}
.our-mission-slider__button-prev::after {
  content: url("../images/slider-button-prev.svg");
}
.our-mission-slider__button-prev.swiper-button-disabled {
  opacity: 1;
}
.our-mission-slider__button-next {
  right: 1.4rem;
}
.our-mission-slider__button-next::after {
  content: url("../images/slider-button-next.svg");
}
.our-mission-slider__button-next.swiper-button-disabled {
  opacity: 1;
}
.our-mission-slider__pagination.swiper-pagination {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
.our-mission-slider__pagination.swiper-pagination .swiper-pagination-bullet {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 0.9rem;
  width: 0.9rem;
  background-color: var(--white);
  opacity: 1;
}
.our-mission-slider__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--red-500);
}
.our-mission-slide {
  height: 51.6rem;
  width: 100%;
  overflow-y: hidden;
}
.our-mission-slide > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .our-mission-info-cards {
    min-width: auto;
  }
}
@media screen and (max-width: 600px) {
  .our-mission-info {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.4rem;
  }
  .our-mission-info-cards {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .our-mission {
    gap: 4.4rem;
    padding: 0 0 0 0;
  }
  .our-mission-info-block > h2 {
    font: var(--text-20-canela);
    font-weight: 500;
    text-align: center;
  }
  .our-mission-info__text {
    font: var(--text-17);
    text-align: center;
    line-height: 3rem;
  }
  .our-mission-slide {
    height: 20.2rem;
  }
}
label.error {
  font: var(--text-14);
  color: var(--red-500);
}

.contact-us {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding: 3.2rem 0 4.8rem;
}
.contact-us-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  row-gap: 2.4rem;
  width: calc(50% - 1.2rem);
}
.contact-us-form-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 0.8rem;
}
.contact-us-form-header > h2 {
  font: var(--text-36);
  font-weight: 500;
  color: var(--dark-blue);
  letter-spacing: -2%;
}
.contact-us-form-header > span {
  font: var(--text-20);
  color: var(--gray-600);
}
.contact-us-form__input {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.6rem;
  width: 100%;
}
.contact-us-form__input > span {
  font: var(--text-14);
  font-weight: 500;
  color: var(--gray-600);
}
.contact-us-form__input > input {
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid var(--gray-400);
  border-radius: 0.4rem;
  padding: 1.2rem 1.4rem;
  width: 100%;
  font: var(--text-16);
  color: var(--gray-600);
}
.contact-us-form__input > textarea {
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid var(--gray-400);
  border-radius: 0.4rem;
  padding: 1.2rem 1.4rem;
  height: 13.7rem;
  width: 100%;
  font: var(--text-16);
  color: var(--gray-600);
  resize: none;
}
.contact-us-form__input-small {
  width: calc(50% - 1.2rem);
}
.contact-us-form__checkbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.2rem;
  width: 100%;
}
.contact-us-form__checkbox label.error {
  position: absolute;
  bottom: -1.8rem;
}
.contact-us-form__checkbox > span {
  font: var(--text-16);
  color: var(--gray-700);
}
.contact-us-form__checkbox > span > a {
  color: var(--gray-600);
}
.contact-us-form__checkbox > span > p > a {
  color: var(--gray-600);
}
.contact-us-form__checkbox > input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid var(--gray-400);
  border-radius: 0.6rem;
}
.contact-us-form__checkbox > input[type=checkbox]:hover {
  cursor: pointer;
}
.contact-us-form__checkbox > input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid var(--red-500);
  border-width: 0 0.3rem 0.3rem 0;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.contact-us-form__button {
  margin-top: 0.8rem;
  padding: 1.2rem 0;
  width: 100%;
}
.contact-us-form__button > span {
  font: var(--text-17);
  color: var(--white);
}
.contact-us__img {
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 1.2rem);
}
.contact-us__img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .contact-us-form {
    width: 100%;
  }
  .contact-us__img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .contact-us-form {
    width: 100%;
    gap: 1.6rem;
  }
  .contact-us-form-header {
    margin-bottom: 1.6rem;
  }
  .contact-us-form-header > h2 {
    font: var(--text-28);
    font-weight: 500;
  }
  .contact-us-form-header > span {
    font: var(--text-17);
    line-height: 3rem;
  }
  .contact-us-form__input {
    margin-top: 0.8rem;
  }
  .contact-us-form__input.contact-us-form__input-small {
    margin-top: 0;
    width: 100%;
  }
  .contact-us-form__checkbox {
    margin-top: 0.8rem;
  }
  .contact-us-form__button {
    margin-top: 1.6rem;
  }
}
.email-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.8rem;
  padding: 3.2rem 11.2rem;
  width: 100%;
  background-color: var(--red-500);
}
.email-banner > img {
  width: 4.8rem;
}
.email-banner > h2 {
  font: var(--text-20-inter);
  font-weight: 600;
  color: var(--white);
}
.email-banner > span {
  font: var(--text-16-inter);
  color: var(--white);
}
.email-banner > a {
  font: var(--text-16-inter);
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .email-banner {
    padding: 3.2rem 2.4rem;
  }
}
.subheader {
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  width: 100%;
}
.subheader-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-bottom: 0.1rem solid var(--red-500);
  padding: 3.2rem 6.4rem;
  width: 100%;
  max-width: 144rem;
}
.subheader-item {
  position: relative;
  padding-right: 1.7rem;
  font: var(--text-17);
  color: var(--gray-600);
  text-decoration: none;
}
.subheader-item::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.subheader-item.active {
  color: var(--black);
}
.subheader-item.active::after {
  color: var(--black);
}
.subheader-item:last-child::after {
  display: none;
}

@media screen and (max-width: 480px) {
  .subheader-container {
    display: none;
  }
}
.legal-documents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.legal-documents-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 1.6rem 1.6rem 9.6rem 1.6rem;
  width: 100%;
  max-width: 76.8rem;
}
.legal-documents-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 9.6rem 0;
}
.legal-documents-header__title {
  margin: 1.2rem 0 0 0;
  font: var(--text-48-gotham);
  font-weight: 500;
  text-align: center;
  color: var(--black);
}
.legal-documents-header__date {
  font: var(--text-16);
  font-weight: 500;
  text-align: center;
  color: var(--red-500);
}
.legal-documents-header__text {
  margin-top: 2.4rem;
  font: var(--text-20);
  font-weight: 500;
  text-align: center;
  color: var(--gray-600);
}
.legal-documents-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 72rem;
}
.legal-documents-text > h2 {
  margin-top: 2rem;
  font: var(--text-30-gotham);
  font-weight: 500;
  color: var(--dark-blue);
  letter-spacing: -2%;
}
.legal-documents-text > p {
  font: var(--text-18);
  color: var(--gray-600);
}
.legal-documents-text > ol > li {
  font: var(--text-18);
  color: var(--gray-600);
}

@media screen and (max-width: 480px) {
  .legal-documents-header {
    padding: 3.2rem 0;
  }
  .legal-documents-header__title {
    font: var(--text-34-gotham);
    font-weight: 500;
  }
  .legal-documents-header__text {
    font: var(--text-17);
    font-weight: 400;
  }
  .legal-documents-text > p {
    font: var(--text-16);
  }
  .legal-documents-text > ol > li {
    font: var(--text-16);
  }
}
.about-me {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 144rem;
}
.about-me-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  padding: 3.2rem 6.4rem;
  background-color: var(--red-500);
}
.about-me-header > span {
  font: var(--text-16-inter);
  font-weight: 600;
  color: var(--white);
}
.about-me-header-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.about-me-header-info > h1 {
  margin: 0;
  font: var(--text-60);
  font-weight: 500;
  color: var(--white);
}
.about-me-header-info > span {
  max-width: 49.3rem;
  font: var(--text-20);
  color: var(--white);
}
.about-me-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 134.4rem;
  padding: 5.6rem 1.6rem;
}
.about-me-text-row {
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  width: 100%;
}
.about-me-text-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.about-me-text-col > h2 {
  margin-top: 0.8rem;
  font: var(--text-30-gotham);
  font-weight: 500;
  color: var(--dark-blue);
  letter-spacing: -2%;
}
.about-me-text-col > h2:first-child {
  margin-top: 0;
}
.about-me-text-col > p {
  font: var(--text-18);
  color: var(--black);
}
.about-me-text-col > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-me-our {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
  padding-bottom: 11.2rem;
  width: 100%;
  max-width: 134.4rem;
}
.about-me-our__title {
  font: var(--text-30);
  font-weight: 500;
  color: var(--dark-blue);
  letter-spacing: -2%;
  text-align: center;
}
.about-me-our-cards {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.about-me-our-card {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  border-radius: 0.8rem;
  padding: 1.6rem;
  width: 100%;
  box-shadow: 0 0.7rem 1.6rem 0 rgba(0, 0, 0, 0.0509803922), 0 -0.1rem 2.8rem 0 rgba(0, 0, 0, 0.0392156863), 0 5rem 3.8rem 0 rgba(0, 0, 0, 0.0196078431), 0 9.6rem 4.5rem 0 rgba(0, 0, 0, 0.0117647059), 0 16.9rem 4.9rem 0 rgba(0, 0, 0, 0);
}
.about-me-our-card__img {
  height: 4.8rem;
  width: 4.8rem;
}
.about-me-our-card-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.about-me-our-card__title {
  font: var(--text-20);
  font-weight: 500;
  color: var(--dark-blue);
}
.about-me-our-card__text {
  font: var(--text-16);
  color: var(--gray-700);
}

@media screen and (max-width: 800px) {
  .about-me-header {
    -ms-flex-align: center;
        align-items: center;
  }
  .about-me-header-info {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.4rem;
  }
  .about-me-header-info > span {
    text-align: center;
  }
  .about-me-text {
    padding: 0 0 6.4rem 0;
  }
  .about-me-text-row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .about-me-text-col {
    padding: 0 1.6rem;
  }
  .about-me-text-col.img {
    padding: 0;
  }
  .about-me-our {
    padding: 0 1.6rem;
  }
  .about-me-our-cards {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .about-me-header-info > h1 {
    font: var(--text-34);
    font-weight: 500;
    text-align: center;
  }
  .about-me-header-info > span {
    font: var(--text-17);
  }
  .about-me-text-col > img {
    max-height: 31.9rem;
  }
  .about-me-text-col > p {
    font: var(--text-16);
  }
}
.popup {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
  border-radius: 0.4rem;
  padding: 3.2rem 2.4rem 2.4rem 2.4rem;
  width: 100%;
  max-width: 56.1rem;
  background-color: var(--gray-200);
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: var(--popup-bg);
  z-index: 11;
}
.popup-container.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-container.block {
  position: relative;
  height: calc(100vh - 8.8rem);
  background-color: var(--gray-200);
}
.popup__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  border: none;
  background-color: transparent;
}
.popup__close:hover {
  cursor: pointer;
}
.popup-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.6rem;
  width: 100%;
}
.popup-header > h2 {
  font: var(--text-30);
  font-weight: 500;
  color: var(--black);
  letter-spacing: -2%;
  text-align: center;
}
.popup-header > span {
  font: var(--text-16);
  color: var(--gray-700);
  text-align: center;
}
.popup-header.small {
  gap: 1.2rem;
}
.popup-header.small > h2 {
  font: var(--text-18);
  font-weight: 500;
  color: var(--dark-blue);
  text-align: center;
}
.popup-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.popup-form__input {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.6rem;
  width: 100%;
}
.popup-form__input.small {
  width: calc(50% - 1rem);
}
.popup-form__input .show-password {
  position: absolute;
  top: 3.6rem;
  right: 1.4rem;
  border: none;
  background-color: transparent;
}
.popup-form__input > span {
  font: var(--text-14);
  font-weight: 500;
  color: var(--gray-600);
}
.popup-form__input > a {
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font: var(--text-14);
  color: var(--gray-600);
}
.popup-form__input > a:hover {
  cursor: pointer;
}
.popup-form__input > input {
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid var(--gray-400);
  border-radius: 0.4rem;
  padding: 1.2rem 1.4rem;
  width: 100%;
  font: var(--text-16);
  color: var(--gray-600);
}
.popup-form > button {
  margin-top: 1.6rem;
  padding: 1.2rem 0;
}
.popup-form > button > span {
  font: var(--text-17);
}
.popup-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
      align-items: center;
  gap: 0.8rem;
}
.popup-footer > span {
  font: var(--text-14);
  color: var(--gray-600);
}
.popup-footer > a, .popup-footer button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.8rem;
  border: none;
  background-color: transparent;
  font: var(--text-14);
  font-weight: 500;
  color: var(--red-500);
  text-decoration: none;
}
.popup.small {
  padding: 5.9rem 7.8rem 5.1rem 7.8rem;
}

.reset-password.popup-container {
  z-index: 0;
}
.reset-password .popup {
  max-width: 61.5rem;
}

@media screen and (max-width: 480px) {
  .popup {
    padding: 3.2rem 1.6rem;
  }
  .popup.small {
    padding: 6rem 0.8rem 5.2rem 0.8rem;
  }
  .popup-header > h2 {
    font: var(--text-20-canela);
    font-weight: 500;
    letter-spacing: -2%;
  }
  .popup-form__input.small {
    width: 100%;
  }
}
.not-found {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.6rem;
  height: 74rem;
  width: 100%;
  max-width: 76.8rem;
}
.not-found__title {
  margin: 0;
  font: var(--text-60);
  font-weight: 500;
  color: var(--dark-blue);
  text-align: center;
}
.not-found__text {
  margin-top: 0.8rem;
  font: var(--text-20);
  color: var(--black);
  text-align: center;
}
.not-found-buttons {
  margin-top: 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.4rem;
  width: 100%;
}
.not-found__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.not-found__link > span {
  min-width: -moz-max-content;
  min-width: max-content;
  font: var(--text-17);
  font-weight: 500;
  color: var(--red-500);
}
.not-found__button {
  padding: 1.2rem 0 !important;
  width: 100%;
  max-width: 20.1rem;
}
.not-found__button > span {
  font: var(--text-17);
}

@media screen and (max-width: 480px) {
  .not-found {
    height: 53rem;
  }
  .not-found__title {
    font: var(--text-28);
    font-weight: 500;
    letter-spacing: -2%;
  }
  .not-found__text {
    font: var(--text-16);
  }
  .not-found-buttons {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .not-found__button {
    max-width: none;
  }
}
.profile {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding: 3.2rem 0 8.8rem 0;
  width: 100%;
}
.profile-aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
  border-radius: 0.4rem;
  padding: 2.4rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 31rem;
  background-color: var(--white);
  box-shadow: 0 0.7rem 1.6rem 0 rgba(0, 0, 0, 0.0509803922), 0 -0.1rem 2.8rem 0 rgba(0, 0, 0, 0.0392156863), 0 5rem 3.8rem 0 rgba(0, 0, 0, 0.0196078431), 0 9.6rem 4.5rem 0 rgba(0, 0, 0, 0.0117647059), 0 16.9rem 4.9rem 0 rgba(0, 0, 0, 0);
}
.profile-aside__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.2rem;
  padding: 0.8rem;
  width: 100%;
  text-decoration: none;
  color: var(--black);
}
.profile-aside__item > span {
  font: var(--text-16);
}
.profile-aside__item.active {
  border-left: 0.2rem solid var(--red-500);
  color: var(--red-500);
}
.profile-aside__item.active > span {
  font-weight: 500;
}
.profile-aside__item.active > svg path {
  stroke: var(--red-500);
}
.profile-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 1.6rem;
}
.profile-pagination__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.8rem;
}
.profile-pagination__button > span {
  font: var(--text-17);
  font-weight: 500;
  color: var(--red-500);
}
.profile-pagination-numbers {
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.profile-pagination__number {
  padding: 0.6rem 1rem;
  font: var(--text-17);
  font-weight: 500;
  color: var(--red-500);
  text-decoration: none;
}
.profile-pagination .disabled {
  color: var(--brown-100);
}
.profile-pagination .disabled * {
  color: var(--brown-100);
}
.profile-pagination .disabled > svg path {
  stroke: var(--brown-100);
}

@media screen and (max-width: 600px) {
  .profile {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.2rem;
  }
  .profile-aside {
    max-width: none;
  }
}
.view-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.view-profile-form {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  row-gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.4rem;
  padding: 2.4rem;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 0.7rem 1.6rem 0 rgba(0, 0, 0, 0.0509803922), 0 -0.1rem 2.8rem 0 rgba(0, 0, 0, 0.0392156863), 0 5rem 3.8rem 0 rgba(0, 0, 0, 0.0196078431), 0 9.6rem 4.5rem 0 rgba(0, 0, 0, 0.0117647059), 0 16.9rem 4.9rem 0 rgba(0, 0, 0, 0);
}
.view-profile-form-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 0.4rem;
  border-bottom: 0.1rem solid var(--brown-50);
  padding: 0 0 1.6rem 0;
  width: 100%;
}
.view-profile-form-header__title {
  font: var(--text-16);
  font-weight: 500;
  color: var(--black);
}
.view-profile-form-header__text {
  font: var(--text-16);
  color: var(--gray-600);
}
.view-profile-form-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  gap: 1.6rem;
  margin-top: 2.4rem;
  border-top: 0.1rem solid var(--brown-50);
  padding: 1.6rem 2.4rem 0 2.4rem;
  width: 100%;
}
.view-profile-form__button-md {
  padding: 0.8rem 3rem !important;
}
.view-profile-form__button-md > span {
  font: var(--text-16) !important;
}
.view-profile-form__button-lg {
  border: 0.1rem solid var(--red-500) !important;
  padding: 0.7rem 3.5rem !important;
}
.view-profile-form__button-lg > span {
  font: var(--text-17) !important;
}

@media screen and (max-width: 480px) {
  .view-profile-form-buttons {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 1.6rem 0;
  }
  .view-profile-form__button {
    width: 100% !important;
  }
}
.my-library {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.my-library-counter{
  font: var(--text-16)!important;
  padding: 0 !important;
  text-align: right !important;
}
.my-library-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 9.5rem;
  border-radius: 0.8rem;
  padding: 2.4rem;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 0.7rem 1.6rem 0 rgba(0, 0, 0, 0.0509803922), 0 -0.1rem 2.8rem 0 rgba(0, 0, 0, 0.0392156863), 0 5rem 3.8rem 0 rgba(0, 0, 0, 0.0196078431), 0 9.6rem 4.5rem 0 rgba(0, 0, 0, 0.0117647059), 0 16.9rem 4.9rem 0 rgba(0, 0, 0, 0);
}
.my-library-card-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  max-width: 64.4rem;
}
.my-library-card__title {
  font: var(--text-18);
  font-weight: 500;
  color: var(--red-500);
  text-decoration: none;
}
.my-library-card__text {
  padding: 0!important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font: var(--text-16);
  color: var(--gray-600);
}
.my-library-card-icons {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.my-library-card__icon {
  display: flex;
  align-items: center;
  width: 3.2rem;
}
.my-library-card__icon img {
  width: 100%;
}
.my-library__download-button{
  padding: 0;
  border: none;
  background-color: transparent;
}
.my-library > p {
  padding: 7.2rem 0;
  text-align: center;
  font: var(--text-36);
  font-weight: 500;
  letter-spacing: -2%;
  color: var(--dark-blue);
}

@media screen and (max-width: 480px) {
  .my-library-card {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
    padding: 1.6rem;
  }
}
.favorites {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.favorites-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  border-radius: 0.8rem;
  padding: 1.6rem 4.8rem 1.6rem 1.6rem;
  width: 100%;
  box-shadow: 0 0.7rem 1.6rem 0 rgba(0, 0, 0, 0.0509803922), 0 -0.1rem 2.8rem 0 rgba(0, 0, 0, 0.0392156863), 0 5rem 3.8rem 0 rgba(0, 0, 0, 0.0196078431), 0 9.6rem 4.5rem 0 rgba(0, 0, 0, 0.0117647059), 0 16.9rem 4.9rem 0 rgba(0, 0, 0, 0);
}
.favorites-card__like {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  border: none;
  padding: 0;
  height: 3.2rem;
  width: 3.2rem;
  background-color: transparent;
  fill: none;
}
.favorites-card__like.active {
  fill: var(--red-500);
}
.favorites-card__like > img {
  width: 100%;
}
.favorites-card__delete {
  position: absolute;
  top: 3.2rem;
  right: 1.6rem;
  border: none;
  background-color: transparent;
  font: var(--text-17);
  font-weight: 500;
  color: var(--red-500);
  text-decoration: none;
}
.favorites-card__img {
  min-width: 9.7rem;
  max-width: 9.7rem;
}
.favorites-card__img > img {
  width: 100%;
}
.favorites-card-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.8rem;
  max-width: 64.4rem;
}
.favorites-card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.favorites-card-header a {
  text-decoration: none;
}
.favorites-card__title {
  font: var(--text-18);
  font-weight: 500;
  color: var(--red-500);
  line-height: 2.2rem;
  text-decoration: none;
}
.favorites-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font: var(--text-16);
  color: var(--gray-600);
}
.favorites-card-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.8rem;
  width: 100%;
}
.favorites-card__price {
  padding-right: 2.7rem;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: var(--text-24);
  font-weight: 500;
  color: var(--black);
}
.favorites-card__button {
  margin-right: 3.2rem;
  padding: 0.7rem 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
.favorites-card__button > span {
  font: var(--text-17);
}
.favorites-card.cart-card {
  border-top: 0.1rem solid var(--red-500);
  border-bottom: 0.1rem solid var(--red-500);
  border-radius: 0;
  padding: 3.2rem 7.2rem 3.2rem 1.6em;
  box-shadow: none;
}
.favorites > p {
  padding: 7.2rem 0;
  text-align: center;
  font: var(--text-36);
  font-weight: 500;
  letter-spacing: -2%;
  color: var(--dark-blue);
}

@media screen and (max-width: 480px) {
  .favorites-card {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 1.6rem;
  }
  .favorites-card__like {
    top: auto;
    bottom: 2.1rem;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .favorites-card__like svg {
    height: 2.4rem;
    width: 2.4rem;
  }
  .favorites-card__delete {
    top: auto;
    bottom: 3.2rem;
    right: 1.6rem;
  }
  .favorites-card-info {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.6rem;
  }
  .favorites-card__title {
    font: var(--text-16);
    font-weight: 500;
  }
  .favorites-card-buttons {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 1.6rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 4rem;
  }
  .favorites-card__text {
    font: var(--text-14);
  }
  .favorites-card.cart-card {
    padding: 3.2rem 1.6rem;
  }
  .favorites-card.cart-card .favorites-card__title {
    font: var(--text-18);
    font-weight: 500;
  }
}
.book-cover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  border: 0.01rem solid var(--white);
  height: 100%;
  width: 100%;
}
.book-cover-container {
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.2rem;
  padding: 0.6rem;
  height: 14.4rem;
  width: 9.8rem;
}
.book-cover-container.lg {
  height: 22rem;
  width: 14.6rem;
}
.book-cover-container.green {
  background: linear-gradient(to bottom, var(--green-400), var(--green-800));
}
.book-cover-container.orange {
  background: linear-gradient(to bottom, var(--orange-400), var(--orange-800));
}
.book-cover-container.red {
  background: linear-gradient(to bottom, var(--red-500), var(--red-800));
}
.book-cover-container.blue {
  background: linear-gradient(to bottom, var(--blue-400), var(--blue-800));
}
.book-cover-container.purple {
  background: linear-gradient(to bottom, var(--purple-400), var(--purple-800));
}
.book-cover__title {
  margin-top: 2.1rem;
  font: var(--text-12);
  color: var(--white);
  text-align: center;
}

@media screen and (max-width: 480px) {
  .book-cover-container.lg {
    height: 14.4rem;
    width: 9.8rem;
  }
}
.cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
  margin: 0 auto;
  padding: 2.4rem;
  width: 100%;
  max-width: 144rem;
}
.cart.mb-149 {
  margin-bottom: 14.9rem;
}
.cart__title {
  font: var(--text-36);
  font-weight: 500;
  color: var(--black);
  letter-spacing: -2%;
}
.cart-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.2rem;
}
.cart__button-white {
  font: var(--text-17);
  font-weight: 500;
  color: var(--red-500);
  text-decoration: none;
}
.cart__button-red {
  padding: 1.2rem;
  width: 100%;
  max-width: 31.7rem;
}
.cart__button-red > span {
  font: var(--text-17);
}
.cart-empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 11.6rem;
}
.cart-empty.active {
  display: -ms-flexbox;
  display: flex;
}
.cart-empty__img {
  width: 5.6rem;
}
.cart-empty__title {
  margin-top: 1.6rem;
  font: var(--text-36);
  font-weight: 500;
  letter-spacing: -2%;
  color: var(--dark-blue);
  text-align: center;
}
.cart-empty__button {
  margin-top: 4.8rem !important;
  padding: 1.2rem 4.3rem !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.cart-empty__button > span {
  font: var(--text-17) !important;
}

.woocommerce-checkout-payment.custom-payment {
  background-color: transparent !important;
}
.woocommerce-checkout-payment.custom-payment .wc_payment_methods.payment_methods.methods {
  border-bottom: 0.1rem solid var(--red-500) !important;
}
.woocommerce-checkout-payment.custom-payment .testmode-info {
  font: var(--text-16);
}
.woocommerce-checkout-payment.custom-payment .Label {
  font: var(--text-14);
  font-weight: 500;
  color: var(--gray-600);
}
.woocommerce-checkout-payment.custom-payment .Input {
  border: 0.1rem solid var(--gray-400);
  border-radius: 0.4rem;
  padding: 1.2rem 1.4rem;
  font: var(--text-16);
  color: var(--gray-600);
}
.woocommerce-checkout-payment.custom-payment .button.alt {
  padding: 1.2rem 3rem;
  max-width: 31.7rem;
  width: 100%;
  background-color: var(--red-500);
  font: var(--text-16);
  color: var(--white);
}
.woocommerce-checkout-payment.custom-payment .payment_box.payment_method_stripe {
  background-color: transparent !important;
}
.woocommerce-checkout-payment.custom-payment .payment_box.payment_method_stripe::before {
  display: none !important;
}
.woocommerce-checkout-payment.custom-payment .wc-upe-form.wc-payment-form {
  border: none;
}
.woocommerce-checkout-payment.custom-payment .wc_payment_method.payment_method_stripe > label {
  font: var(--text-18);
  font-weight: 500;
  color: var(--black);
}

.Label {
  font: var(--text-14);
  font-weight: 500;
  color: var(--gray-600);
}

.p-Input > input {
  border: 0.1rem solid var(--gray-400);
  border-radius: 0.4rem;
  padding: 1.2rem 1.4rem;
  font: var(--text-16);
  color: var(--gray-600);
}

@media screen and (max-width: 480px) {
  .cart {
    padding: 2.4rem 0;
    margin-bottom: 6.4rem;
  }
  .cart__title {
    padding: 0 0.8rem;
    font: var(--text-28);
    font-weight: 500;
    letter-spacing: -2%;
  }
  .cart-buttons {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 2.4rem;
    padding: 0 1.6rem;
  }
  .cart__button-red {
    max-width: none;
  }
}
.product {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 5.9rem;
  padding: 3.2rem 0;
  width: 100%;
}
.product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 97.8rem;
}
.product-info-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.2rem;
  width: 100%;
}
.product-info__title {
  margin: 0;
  font: var(--text-36);
  font-weight: 500;
  color: var(--black);
  letter-spacing: -2%;
  text-decoration: none;
}
.product-info__favorite {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.8rem;
  border: none;
  padding: 0;
  background-color: transparent;
  fill: none;
}
.product-info__favorite.active {
  fill: var(--red-500);
}
.product-info__favorite > img {
  width: 2rem;
}
.product-info__favorite > span {
  font: var(--text-17);
  font-weight: 500;
  color: var(--red-500);
}
.product-info__author {
  margin-top: 1.6rem;
  font: var(--text-20);
  color: var(--gray-600);
}
.product-info__author.mt-8 {
  margin-top: 0.8rem;
}
.product-info__author-bold {
  color: var(--black);
}
.product-info__description {
  margin-top: 2.4rem;
  font: var(--text-16);
  color: var(--black);
}
.product-info__description.short {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-info-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.2rem;
  margin-top: 4rem;
}
.product-info-counters {
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.product-info-counters__divider {
  width: 0.1rem;
  background-color: var(--gray-350);
}
.product-info-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
}
.product-info-counter__value {
  font: var(--text-17);
  color: var(--gray-600);
  text-align: center;
}
.product-info-counter__name {
  font: var(--text-16);
  color: var(--black);
  text-align: center;
}
.product-info-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.4rem;
}
.product-info__button-red {
  padding: 1.2rem 9.7rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.product-info__button-red > span {
  font: var(--text-17);
}
.product-info__price {
  min-width: -moz-fit-content;
  min-width: fit-content;
  font: var(--text-32-gotham);
  font-weight: 500;
  color: var(--black);
}
.product__img {
  padding: 0 2.5rem;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 23.6rem;
}

@media screen and (max-width: 800px) {
  .product {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .product-info-items {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .product-info__title {
    font: var(--text-28);
    font-weight: 500;
    letter-spacing: -2%;
  }
  .product-info__author {
    font: var(--text-18);
  }
  .product-info__favorite {
    position: absolute;
    -ms-flex-align: center;
        align-items: center;
    top: 1.6rem;
    right: 0;
  }
  .product-info__favorite > span {
    display: none;
  }
  .product-info__favorite > svg {
    height: 3.2rem;
    width: 3.2rem;
  }
  .product-info__description {
    margin-top: 1.2rem;
  }
  .product-info-counters {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .product-info__button-red {
    padding: 1.2rem;
    width: 100%;
  }
  .product-info__price {
    font: var(--text-28-gotham);
    font-weight: 500;
    letter-spacing: -2%;
  }
  .product__img {
    padding: 0 1.3rem;
    max-width: 13rem;
  }
}
.product-related {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 3.2rem 0;
  width: 100%;
  max-width: 131.4rem;
  margin: auto;
}
.product-related__title {
  font: var(--text-20);
  font-weight: 500;
  color: var(--black);
}
.product-related-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  row-gap: 1.2rem;
  margin-top: 1.6rem;
}
.product-related__button {
  border: 0.1rem solid var(--red-500) !important;
  border-radius: 0.4rem;
  padding: 0.8rem 1.6rem;
}
.product-related__button > span {
  font: var(--text-14);
  color: var(--red-500);
}

@media screen and (max-width: 480px) {
  .product-related {
    padding: 2.4rem 0;
  }
}
.overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
  padding: 3.2rem 0;
  width: 100%;
}
.overview .product {
  gap: 4.2rem;
  padding: 0;
}
.overview__title {
  font: var(--text-30);
  font-weight: 500;
  color: var(--black);
  letter-spacing: -2%;
}
.overview-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: 1.6rem solid var(--red-500);
  border-radius: 0.8rem;
  padding: 1.6rem 2.4rem 2.4rem 2.4rem;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 0.1rem 0.5rem 0 rgba(136, 136, 136, 0.0588235294), 0 0.1rem 0.3rem 0 rgba(16, 24, 40, 0.1019607843);
}
.overview-item__title {
  font: var(--text-18);
  font-weight: 500;
  color: var(--black);
}
.overview-item__text {
  margin-top: 1.6rem;
  height: 9.5rem;
  overflow: hidden;
  font: var(--text-16);
  color: var(--gray-600);
}
.overview-item__readmore {
  display: block;
  margin-top: 0.8rem;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  font: var(--text-14);
  color: var(--black);
}
.overview-item__readmore.show {
  display: block;
}
.overview-item__readmore:hover {
  cursor: pointer;
}
.overview-item__button {
  margin-top: 2.4rem;
  padding: 1.2rem;
  width: 100%;
  max-width: 24.8rem;
}
.overview-item__button > span {
  font: var(--text-17);
  font-weight: 500;
  color: var(--white);
}

@media screen and (max-width: 480px) {
  .overview .product-info__favorite {
    top: 0;
  }
  .overview__title {
    font: var(--text-20-canela);
    font-weight: 500;
    letter-spacing: -2%;
  }
  .overview-item {
    padding: 1.6rem 0.8rem 2.4rem 0.8rem;
  }
  .overview-item__title {
    font: var(--text-17);
    font-weight: 500;
    color: var(--black);
  }
}
.catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
  margin: 3.2rem 0 11.2rem 0;
  width: 100%;
}
.catalog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.4rem;
  width: 100%;
}
.catalog-header__result {
  font: var(--text-17);
  color: var(--gray-600);
}
.catalog-header__result-bold {
  font-weight: 500;
}
.catalog-header-sort {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-align: center;
      align-items: center;
}
.catalog-header-sort:hover {
  cursor: pointer;
}
.catalog-header-sort-popup {
  position: absolute;
  top: 2.4rem;
  right: 0;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.4rem;
  border: 0.1rem solid var(--red-500);
  border-radius: 0.6rem;
  padding: 0.6rem;
  width: 21.6rem;
  max-width: 21.6rem;
  background-color: var(--white);
}
.catalog-header-sort-popup.active {
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.catalog-header-sort-popup__item {
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0.9rem 1rem;
  background-color: transparent;
}
.catalog-header-sort-popup__item > span {
  font: var(--text-14);
  color: var(--black-400);
}
.catalog-header-sort__img {
  height: 2rem;
  width: 2rem;
}
.catalog-header-sort__text {
  font: var(--text-17);
  font-weight: 500;
  color: var(--red-500);
}
.catalog-main {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  width: 100%;
}
.catalog-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 0.8rem;
  padding: 2.4rem 1.6rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 31rem;
  background-color: var(--white);
  box-shadow: 0 0.7rem 1.6rem 0 rgba(0, 0, 0, 0.0509803922), 0 -0.1rem 2.8rem 0 rgba(0, 0, 0, 0.0392156863), 0 5rem 3.8rem 0 rgba(0, 0, 0, 0.0196078431), 0 9.6rem 4.5rem 0 rgba(0, 0, 0, 0.0117647059), 0 16.9rem 4.9rem 0 rgba(0, 0, 0, 0);
}
.catalog-filter-button {
  display: none !important;
  border: 0.1rem solid var(--brown-600) !important;
  padding: 1rem;
}
.catalog-filter-button > span {
  font: var(--text-17);
  color: var(--brown-600);
}
.catalog-filter-header {
  display: none;
}
.catalog-filter-category:first-child {
  margin-top: 0rem;
}
.catalog-filter-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 4.8rem;
  width: 100%;
}
.catalog-filter-category-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.catalog-filter-category-inputs .ui {
  border: none;
  margin: 0.8rem 0 3.2rem 0;
  height: 0.8rem !important;
  width: 100% !important;
  background-color: var(--gray-400);
}
.catalog-filter-category-inputs .ui .start {
  border: 0.2rem solid var(--red-500);
  height: 2.4rem;
  line-height: 2.4rem;
  width: 2.4rem;
  background-color: var(--white);
}
.catalog-filter-category-inputs .ui .start span {
  transform: translateY(3.2rem);
  display: block;
  font: var(--text-14);
  font-weight: 500;
  color: var(--dark-blue);
}
.catalog-filter-category-inputs .ui .start.active {
  background-color: var(--white);
}
.catalog-filter-category-inputs .ui .end {
  border: 0.2rem solid var(--red-500);
  height: 2.4rem;
  line-height: 2.4rem;
  width: 2.4rem;
  background-color: var(--white);
}
.catalog-filter-category-inputs .ui .end span {
  transform: translateY(3.2rem);
  display: block;
  font: var(--text-14);
  font-weight: 500;
  color: var(--dark-blue);
}
.catalog-filter-category-inputs .ui .end.active {
  background-color: var(--white);
}
.catalog-filter-category-inputs .middle {
  height: 0.8rem !important;
  background-color: var(--red-500) !important;
}
.catalog-filter-category__summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  cursor: pointer;
}
.catalog-filter-category__summary:hover {
  cursor: pointer;
}
.catalog-filter-category__summary > span {
  font: var(--text-16);
  color: var(--black);
}
.catalog-filter-category[open] .catalog-filter-category__summary svg {
  transform: rotate(180deg);
}
.catalog-filter-category[open] .catalog-filter-category__summary svg path {
  stroke: var(--black-900);
}
.catalog-filter__checkbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  padding: 0 1.6rem;
  width: 100%;
}
.catalog-filter__checkbox > input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  min-height: 2rem;
  min-width: 2rem;
  height: 2rem;
  width: 2rem;
  border: 0.1rem solid var(--gray-400);
  border-radius: 0.6rem;
  background-color: var(--gray-200);
}
.catalog-filter__checkbox > input[type=checkbox]:hover {
  cursor: pointer;
}
.catalog-filter__checkbox > input[type=checkbox]:checked {
  border: 0.1rem solid var(--red-500);
  background-color: var(--brown-50);
}
.catalog-filter__checkbox > input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 2.2rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid var(--red-500);
  border-width: 0 0.3rem 0.3rem 0;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.catalog-filter__checkbox > span {
  font: var(--text-16);
  color: var(--black);
}
.catalog-filter__button {
  padding: 1.2rem;
}
.catalog-filter__button > span {
  font: var(--text-17);
}
.catalog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.catalog-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  row-gap: 1.2rem;
  width: 100%;
}
.catalog-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center;
  border: 0.1rem solid var(--red-500);
  border-radius: 0.4rem;
  padding: 0.8rem;
  width: 100%;
  max-width: 18.4rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.catalog-tag.red {
  max-width: 10.5rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: var(--red-500);
}
.catalog-tag.red:hover {
  cursor: pointer;
}
.catalog-tag.red .catalog-tag__category {
  color: var(--white);
}
.catalog-tag-text {
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  height: fit-content;
}
.catalog-tag__category {
  height: fit-content;
  font: var(--text-14);
  color: var(--red-500);
}
.catalog-tag__value {
  height: fit-content;
  font: var(--text-14);
  font-weight: 500;
  color: var(--red-500);
}
.catalog-tag__close-all {
  display: flex;
  border: none;
  padding: 0;
  background-color: transparent;
}
.catalog-tag__close-all > img {
  height: 1.6rem;
  width: 1.6rem;
}
.catalog-tag__close-all:hover {
  cursor: pointer;
}
.catalog-tag__cross {
  border: none;
  background-color: transparent;
}
.catalog-tag__cross > img {
  height: 1.6rem;
  width: 1.6rem;
}
.catalog-tag__cross:hover {
  cursor: pointer;
}
.catalog-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.catalog-cards > p {
  padding: 7.2rem 0;
  text-align: center;
  font: var(--text-36);
  font-weight: 500;
  letter-spacing: -2%;
  color: var(--dark-blue);
}
.catalog__show-more {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 3.2rem 0 0.8rem 0;
  border: 0.1rem solid var(--red-500) !important;
  padding: 1rem;
  width: 100%;
  max-width: 31rem;
  background-color: var(--white) !important;
  font: var(--text-17);
}

.dual-range-custom {
  margin: 0.8rem 0 4rem 0;
}
.dual-range-custom__input {
  display: none;
}
.dual-range-custom.noUi-horizontal {
  padding: 0 1.2rem;
  height: 0.8rem;
}
.dual-range-custom.noUi-horizontal .noUi-handle {
  height: 2.4rem;
  width: 2.4rem;
  right: -1.2rem;
}
.dual-range-custom.noUi-horizontal .noUi-handle::before {
  content: attr(value);
  top: 3.6rem;
  height: auto;
  background-color: transparent;
}
.dual-range-custom.noUi-horizontal .noUi-handle::after {
  display: none;
}
.dual-range-custom.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  left: -0.3rem;
}
.dual-range-custom.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  left: 1.8rem;
}
.dual-range-custom.noUi-horizontal .noUi-tooltip {
  top: 3.6rem;
  border: none;
  padding: 0;
  background-color: transparent;
  font: var(--text-14);
  font-weight: 500;
  color: var(--dark-blue);
}
.dual-range-custom.noUi-target {
  border: none;
  background-color: var(--gray-400);
}
.dual-range-custom .noUi-connect {
  background-color: var(--red-500);
}
.dual-range-custom .noUi-handle {
  border: 0.2rem solid var(--red-500);
  border-radius: 1.2rem;
  background-color: var(--white);
}

@media screen and (max-width: 800px) {
  .catalog-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    max-width: none;
    z-index: 9;
    overflow-y: scroll;
    max-height: calc(100vh - 8.8rem);
  }
  .catalog-filter.active {
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-filter-button {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .catalog-filter-header {
    display: -ms-flexbox;
    display: flex;
    margin: 3.2rem 0 3.2rem 0;
    border-bottom: 0.1rem solid var(--red-500);
    padding: 0 0 2.4rem 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .catalog-filter-header__item {
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
  }
  .catalog-filter-header__item > img {
    width: 2rem;
  }
  .catalog-filter-header__item > span {
    font: var(--text-17);
    font-weight: 500;
    color: var(--red-500);
  }
  .catalog-filter-header__close {
    border: none;
    background-color: transparent;
  }
  .catalog-filter-header__close > img {
    height: 2.3rem;
    width: 2.3rem;
  }
  .catalog-filter-header__close:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .catalog-tag {
    width: calc(50% - 0.6rem);
  }
}
/* Container to hold the range sliders */
.range-container {
  position: relative;
  width: 100%;
  height: 30px;
}

/* Style for the range sliders */
.range {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

/* Overlay to represent the selected range between the two sliders */
.range-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 5px;
  background-color: #007bff;
}

/* Styling for the output values */
.output {
  margin-top: 10px;
}

.output span {
  font-weight: bold;
}

.slider-wrapper {
  width: 80%;
  margin: 20px auto;
}
.add-to-cart-popup {
  position: fixed;
  top: 12rem;
  right: 3.4rem;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
  border: 0.1rem solid var(--red-500);
  border-radius: 0.8rem;
  padding: 1.6rem;
  background-color: var(--white);
  z-index: 11;
}
.add-to-cart-popup.active {
  display: -ms-flexbox;
  display: flex;
}
.add-to-cart-popup-content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.add-to-cart-popup-content > img {
  width: 4.4rem;
}
.add-to-cart-popup__text {
  margin-left: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.add-to-cart-popup__text > span {
  font: var(--text-18);
  color: var(--black);
}
.add-to-cart-popup__text > span > b {
  font: var(--text-20);
  font-weight: 500;
}
.add-to-cart-popup__close {
  margin-left: 1rem;
  border: none;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
}
.add-to-cart-popup__close > img {
  width: 3.2rem;
}
.add-to-cart-popup__button {
  padding: 0.8rem;
}
.add-to-cart-popup__button > span {
  font: var(--text-16);
}