/*!****************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \****************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

input {
  outline: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

@keyframes burger-close {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes burger-open {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal__input, .book-card__input, .slider__btn, .pgn__inner, .pgn__button, .slider__images, .navigation__link, .social-sites__icon, .menu-auth, .header__icon, .header__login, .burger, .burger__line, .burger::after, .burger::before, .btn, input[type=radio] + label, .link-icon, .link {
  transition: all 0.5s ease-out;
}

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

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  color: #000000;
}

.no-scroll {
  overflow: hidden;
}

h1 {
  font-family: "Forum";
  font-size: 3rem;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 0.06rem;
  text-transform: none;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.4rem;
  }
}

h2 {
  font-family: "Forum";
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
  color: #0C0C0E;
  position: relative;
  margin-bottom: 61px;
}
@media (max-width: 480px) {
  h2 {
    margin-bottom: 41px;
  }
}
h2::after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  top: 60px;
  width: 50px;
  height: 1px;
  background: #0C0C0E;
}
@media (max-width: 480px) {
  h2::after {
    top: 40px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  color: #000000;
}

h4 {
  font-family: "Forum";
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
  color: #BB945F;
}
@media (max-width: 480px) {
  h4 {
    font-size: 2.6rem;
  }
}

h5 {
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 600px) {
  h5 {
    line-height: 2.5rem;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

strong {
  font-family: "Inter";
  font-size: 3rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06rem;
  text-transform: none;
  color: #000000;
}
@media (max-width: 480px) {
  strong {
    font-size: 2rem;
  }
}

p {
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: normal;
  text-transform: none;
  color: #000000;
}
@media (max-width: 480px) {
  p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

img {
  height: auto;
}

.animate-fade {
  animation: fade 0.8s ease-in-out;
}

.link {
  display: flex;
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  text-transform: none;
  color: #000000;
}
@media (min-width: 1025px) {
  .link:hover, .link:focus {
    color: #BB945F;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  }
}
.link:active {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .link {
    font-size: 1.4rem;
  }
}

.link-icon {
  display: flex;
}

input[type=radio] + label {
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  color: #000000;
  display: block;
  cursor: pointer;
}
input[type=radio] + label:hover {
  text-shadow: 0 0 2px rgba(18, 18, 21, 0.5);
}

input[type=radio]:checked + label {
  font-weight: 700;
  text-shadow: none;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  width: 27px;
  height: 27px;
  padding: 5px;
  outline: 2px solid #000000;
  outline-offset: -7px;
  border-radius: 50%;
}
@media (max-width: 480px) {
  input[type=radio]:checked + label:before,
  input[type=radio]:not(:checked) + label:before {
    width: 24px;
    height: 24px;
  }
}

input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  width: 7px;
  height: 7px;
  background-color: #000000;
  border-radius: 50%;
}
@media (max-width: 480px) {
  input[type=radio]:checked + label:after {
    top: 14px;
    left: 4px;
    width: 6px;
    height: 6px;
  }
}

.btn {
  width: 75px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-transform: none;
  color: #0C0C0E;
  border-radius: 2px;
  border: 1px solid #0C0C0E;
}
.btn:not([disabled]):hover, .btn:not([disabled]):focus {
  border: 1px solid #BB945F;
  background-color: #BB945F;
}
.btn:not([disabled]):active {
  box-shadow: inset 0px 1px 2px #000000;
}
.btn_large {
  width: 242px;
  height: 44px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .btn_large {
    font-size: 1.2rem;
    height: 35px;
  }
}

.burger__line, .burger::after, .burger::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}

.burger {
  display: none;
  position: relative;
  width: 45px;
  height: 24px;
  align-items: center;
}
@media (max-width: 1024px) {
  .burger {
    display: block;
  }
}
.burger::before {
  top: 0;
  left: 0;
}
.burger::after {
  bottom: 0;
  left: 0;
}
.burger_active::before {
  top: unset;
  transform: rotate(45deg);
}
.burger_active::after {
  bottom: unset;
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .burger {
    display: flex;
  }
}
@media (max-width: 480px) {
  .burger {
    width: 22px;
    height: 16px;
  }
}

.burger__line {
  top: calc(50% - 1px);
  left: 0;
  transition-duration: 0.1s;
}
.burger_active .burger__line {
  background-color: transparent;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  row-gap: unset;
  align-items: center;
}
@media (max-width: 480px) {
  .wrapper {
    padding: 20px 20px;
  }
}

.header {
  background-color: #0C0C0E;
}

.header__wrapper {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header__navigation {
  margin-right: 2px;
}
@media (max-width: 1024px) {
  .header__navigation {
    margin-right: 0;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__auth {
  position: relative;
}

.header__login {
  display: flex;
  position: relative;
  z-index: 10;
  padding: 10px 0;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .header__login:hover {
    box-shadow: none;
  }
}

.header__icon {
  width: 28px;
  height: 28px;
  background: center no-repeat url(2a23816c91033e6e5bc0.svg);
  background-size: cover;
  border-radius: 50%;
}
.header__login_active .header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #BB945F;
  background: none;
  background-color: #FFFFFF;
}
@media (min-width: 1025px) {
  .header__login:hover .header__icon {
    background: center no-repeat url(40c037e0c15a95b1ba2b.svg);
  }
  .header__login_active:hover .header__icon {
    color: #FFFFFF;
    background: #BB945F;
  }
}
@media (max-width: 480px) {
  .header__icon {
    width: 20px;
    height: 20px;
  }
}

.menu-auth {
  position: absolute;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 115px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
.menu-auth_active {
  opacity: 1;
  visibility: visible;
}

.menu-auth__title {
  position: relative;
  margin-bottom: 10px;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: none;
}
.menu-auth__title_active {
  font-size: 1.2rem;
}
.menu-auth__title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 5px;
  width: 40px;
  height: 1px;
  background-color: #BB945F;
}

.menu-auth__link {
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 1025px) {
  .menu-auth__link:hover {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  }
}

.footer {
  background: #0C0C0E;
}

.footer__wrapper {
  padding: 20px 20px 0;
}
@media (max-width: 480px) {
  .footer__wrapper {
    padding: 20px 10px 0;
  }
}

.footer__content {
  width: 100%;
  padding-bottom: 29px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
}

.footer__contacts {
  max-width: 229px;
}
@media (max-width: 480px) {
  .footer__contacts {
    width: 55%;
  }
}

.footer__address {
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 18px;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .footer__address {
    font-size: 1.4rem;
  }
}

.social-sites {
  display: flex;
  column-gap: 15px;
}

@media (min-width: 1025px) {
  .footer__social-link:hover {
    box-shadow: none;
  }
}

.social-sites__icon {
  width: 24px;
  height: 24px;
  background-size: cover;
}
.social-sites__icon_twitter {
  background: center no-repeat url(b11f57a045f32f0e2bfa.svg);
}
@media (min-width: 1025px) {
  .social-sites__icon_twitter:hover {
    background: center no-repeat url(258fe0157fa388e178c5.svg);
  }
}
.social-sites__icon_instagram {
  background: center no-repeat url(7ccd524c0d080e3d7df5.svg);
}
@media (min-width: 1025px) {
  .social-sites__icon_instagram:hover {
    background: center no-repeat url(9ec1817acf9bb0a3ab26.svg);
  }
}
.social-sites__icon_facebook {
  background: center no-repeat url(31a10f90a17b57a250d3.svg);
}
@media (min-width: 1025px) {
  .social-sites__icon_facebook:hover {
    background: center no-repeat url(752677f0b63f38327aac.svg);
  }
}

.footer__work-hours {
  width: 149px;
}

.footer__work-text {
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: none;
  color: #FFFFFF;
  text-align: right;
}
.footer__work-text:nth-of-type(2) {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .footer__work-text {
    font-size: 1.4rem;
  }
}

.footer__rs {
  width: 100%;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .footer__rs {
    padding: 15px 0;
  }
}

.footer__year {
  letter-spacing: 2px;
  color: #FFFFFF;
}

.footer__link {
  letter-spacing: 2px;
  color: #FFFFFF;
}
.footer__link_rs {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .footer__link_rs {
    margin-left: -44px;
  }
}
@media (max-width: 600px) {
  .footer__link_rs {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .navigation {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 20;
    width: 332px;
    padding: 0 106px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C0C0E;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  .navigation {
    width: fit-content;
    top: 90px;
    padding: 0 80px 50px;
  }
}
.navigation_start {
  animation: burger-close 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.navigation_active {
  opacity: 1;
  visibility: visible;
  transition: 0.8s ease-in-out;
  animation: burger-open 0.8s ease-in-out;
}

.navigation__list {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .navigation__list {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .navigation__list {
    gap: 20px;
  }
}

.navigation__link {
  color: #FFFFFF;
  line-height: 5rem;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .navigation__link {
    text-align: center;
  }
}

.welcome {
  position: relative;
  background-color: #0C0C0E;
  background-image: url(7e3fbdf30b41fc6eebd8.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 768px) {
  .welcome {
    background-image: url(4ca9639b1c6727ee5289.jpg);
  }
}

.welcome__wrapper {
  position: relative;
  padding: 220px 0 160px;
  flex-direction: row;
}
@media (max-width: 480px) {
  .welcome__wrapper {
    padding: 110px 0 80px;
  }
}

.welcome__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #0C0C0E 0%, #0C0C0E 0.01%, rgba(18, 18, 21, 0.1) 100%);
}
@media (max-width: 480px) {
  .welcome__overlay {
    height: 200px;
  }
}

.welcome__content {
  display: flex;
  flex-direction: column;
  row-gap: unset;
  align-items: center;
  width: 600px;
  height: 220px;
  padding: 35px 40px;
  background: #0C0C0E;
}
@media (max-width: 600px) {
  .welcome__content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .welcome__content {
    height: fit-content;
  }
}

.welcome__title {
  font-family: "Forum";
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .welcome__title {
    font-size: 2rem;
  }
}

.about__wrapper {
  padding-bottom: 35px;
}

.about__text {
  margin-bottom: 20px;
  text-align: center;
}

.slider {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.slider__container {
  overflow: hidden;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .slider__container {
    width: 67.3%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .slider__container {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .slider__container {
    width: 75%;
  }
}

.slider__images {
  display: flex;
  column-gap: 1.8%;
}
@media (max-width: 1024px) {
  .slider__images {
    column-gap: 4.4%;
    padding: 0 2.2%;
  }
}
@media (max-width: 768px) {
  .slider__images {
    width: 100%;
    padding: 0 20px;
    column-gap: 40px;
  }
}

.slider__img {
  width: 32.15%;
  max-width: 450px;
  aspect-ratio: 450/560;
}
@media (max-width: 1024px) {
  .slider__img {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .slider__img {
    width: 100%;
    margin: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
}

.pgn__button {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pgn__button:nth-of-type(4) {
  display: none;
}
@media (max-width: 1024px) {
  .pgn__button:nth-of-type(4) {
    display: flex;
  }
}
.pgn__button:nth-of-type(5) {
  display: none;
}
@media (max-width: 768px) {
  .pgn__button:nth-of-type(5) {
    display: flex;
  }
}
.pgn__button:disabled {
  cursor: auto;
}

.pgn__inner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0C0C0E;
}
.pgn__button:disabled .pgn__inner {
  background-color: #BB945F;
}
@media (min-width: 1025px) {
  .pgn__button:not([disabled]):hover .pgn__inner, .pgn__button:not([disabled]):focus .pgn__inner {
    background-color: #8E8E8E;
  }
}

.slider__btn {
  position: absolute;
  bottom: 48.5%;
  width: 24px;
  height: 25px;
  display: none;
  font-size: 0;
}
.slider__btn:disabled {
  opacity: 0.3;
}
.slider__btn_left {
  background-image: url(cb8b798e6facf66b6efd.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 7.8%;
}
.slider__btn_right {
  right: 7.8%;
  background-image: url(f3a75a221b54f24b05a2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .slider__btn {
    display: block;
  }
}
@media (max-width: 600px) {
  .slider__btn_left {
    left: 3%;
  }
  .slider__btn_right {
    right: 3%;
  }
}
@media (max-width: 480px) {
  .slider__btn {
    top: 45%;
  }
  .slider__btn_left {
    left: -2%;
  }
  .slider__btn_right {
    right: -2%;
  }
}

.favorites__container {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media (max-width: 768px) {
  .favorites__container {
    row-gap: 25px;
  }
}

.favorites__books {
  padding-right: 40px;
}
@media (max-width: 480px) {
  .favorites__books {
    padding-right: 0;
  }
}

.books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  opacity: 0;
}
.books_active {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
@media (max-width: 1240px) {
  .books {
    justify-content: center;
    column-gap: 65px;
  }
}

.books__item {
  position: relative;
  max-width: 550px;
  width: 100%;
  height: 555px;
  padding: 14px 19px;
  display: flex;
  flex-direction: column;
  row-gap: unset;
  align-items: flex-start;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 600px) {
  .books__item {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .books__item {
    height: 600px;
  }
}

.books__description {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 357px;
  width: 70%;
}
@media (max-width: 600px) {
  .books__description {
    width: 61%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .books__description {
    width: 100%;
  }
}

.books__category {
  position: relative;
  font-family: "Forum";
  font-size: 2rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
  color: #000000;
}
.books__category::before {
  content: "";
  position: absolute;
  top: 39px;
  width: 60px;
  height: 1px;
  background-color: #BB945F;
}

.books__title {
  width: 129%;
}
@media (max-width: 600px) {
  .books__title {
    width: 100%;
  }
}

.books__author {
  text-transform: capitalize;
}

.books__short {
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .books__short {
    line-height: 3rem;
  }
}
@media (max-width: 600px) {
  .books__short {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  .books__short {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}

.books__img {
  position: absolute;
  bottom: -1px;
  right: -41px;
}
@media (max-width: 480px) {
  .books__img {
    position: unset;
    margin-bottom: 20px;
    width: 150px;
    align-self: center;
  }
}

.books__button {
  margin-top: auto;
}
@media (max-width: 480px) {
  .books__button {
    align-self: center;
  }
}
.books__button_inactive {
  border: 1px solid #BB945F;
  color: #BB945F;
  cursor: auto;
}

@media (max-width: 768px) {
  .favorites__filters {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px 0;
    border-radius: 10px;
    background: rgba(187, 148, 95, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.filters__list {
  display: flex;
  column-gap: 90px;
}
@media screen and (max-width: 767px) {
  .filters__list {
    column-gap: 40px;
  }
}
@media (max-width: 600px) {
  .filters__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.filters__item {
  position: relative;
  padding-left: 32px;
}
.filters__item:nth-of-type(1) {
  width: 104px;
}
.filters__item:nth-of-type(2) {
  width: 99px;
}
.filters__item:nth-of-type(3) {
  width: 116px;
}
.filters__item:nth-of-type(4) {
  width: 116px;
}

.filter__label {
  padding: 5px;
  line-height: normal;
}

.filter__input:checked {
  pointer-events: none;
}

.shop__text {
  margin-bottom: 40px;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 1024px) {
  .shop__text {
    letter-spacing: 1.99px;
  }
}

.shop__menu {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .shop__menu {
    flex-wrap: wrap;
    column-gap: 90px;
    row-gap: 40px;
  }
}

.catalog {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .catalog_desserts {
    margin-left: auto;
  }
}

.catalog__title_desserts {
  text-align: end;
}

.catalog__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 480px) {
  .catalog__list {
    row-gap: 20px;
  }
}

.catalog__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr min-content min-content;
  align-items: center;
  gap: 59px;
}
.catalog_desserts .catalog__item {
  justify-items: end;
}
@media (max-width: 480px) {
  .catalog_desserts .catalog__item {
    justify-items: flex-start;
  }
}
@media (max-width: 480px) {
  .catalog__item {
    gap: 10px;
  }
}

.catalog__name {
  letter-spacing: 2px;
  text-transform: capitalize;
}

.catalog__price {
  font-family: Forum;
  letter-spacing: 2px;
}

.catalog__line {
  width: 100px;
  height: 1px;
  background-color: #BB945F;
}

.contacts__container {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1240px) {
  .contacts__container {
    justify-content: center;
    row-gap: 100px;
  }
}
@media (max-width: 480px) {
  .contacts__container {
    row-gap: 20px;
  }
}

.contacts__content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .contacts__content {
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .contacts__content {
    flex-shrink: unset;
  }
}

.contact-block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.contact-block__title {
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
}
.contact-block_tel .contact-block__title {
  margin-bottom: 20px;
}

.contact-block__text {
  letter-spacing: 2px;
  text-transform: capitalize;
}

.contact-block__link {
  display: inline;
}
@media (min-width: 1025px) {
  .contact-block__link:hover, .contact-block__link:focus {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  }
}
.contact-block__link:active {
  color: #BB945F;
  text-decoration: underline;
}
.contact-block_email .contact-block__link {
  font-weight: 700;
}

.contacts__img {
  aspect-ratio: 696/414;
  width: 100%;
  max-width: 696px;
}

.cards__container {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
@media (max-width: 1240px) {
  .cards__container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 22px;
  }
}

.find-card {
  width: 600px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.find-card__title {
  text-align: center;
}

.book-card {
  padding: 17px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border: 3px solid #BB945F;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.book-card__wrapper {
  padding: 20px 20px 25px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background: #BB945F;
}

.book-card__title {
  font-family: "Forum";
  line-height: 5rem;
}

.book-card__fields {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.book-card__input {
  width: 100%;
  height: 66px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 10px;
  background: #FFFFFF;
  color: #8E8E8E;
  font-family: "Forum";
  font-size: 3rem;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 0.06rem;
  text-transform: none;
}
.book-card__input:focus {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px rgba(41, 41, 41, 0.5);
}
@media (min-width: 1025px) {
  .book-card__input:hover {
    box-shadow: 0px 0px 7px 2px rgba(41, 41, 41, 0.5);
  }
}
@media (max-width: 480px) {
  .book-card__input {
    height: fit-content;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.book-card__button {
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
.book-card__button_inactive {
  display: none;
}

.get-card {
  width: 600px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  align-items: flex-end;
}
@media (max-width: 1240px) {
  .get-card {
    align-items: center;
    row-gap: 40px;
  }
}

.get-card__title {
  font-family: Forum;
}

.get-card__text {
  width: 76%;
  text-align: right;
  letter-spacing: 0.04rem;
}
@media (max-width: 1240px) {
  .get-card__text {
    width: 100%;
    text-align: center;
  }
}

.get-card__buttons {
  display: flex;
  column-gap: 20px;
}

.card-info {
  display: none;
  column-gap: 35px;
  justify-content: center;
}
.card-info_active {
  display: flex;
}

.card-info__title,
.card-info__number {
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
  text-align: center;
}

.card-info__item {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  align-items: center;
}

.get-card__button_profile {
  display: none;
}
.get-card__button_profile_active {
  display: flex;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(41, 41, 41, 0.6);
}
.modal_active {
  display: flex;
}

.modal__title {
  font-family: "Forum";
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  text-align: center;
}

.modal__inputs {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 20px;
}

.modal__auth-text {
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
}

.modal__label {
  display: block;
  margin-bottom: 10px;
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.03rem;
  text-transform: none;
}

.modal__input {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06rem;
  text-transform: none;
  border: 1px solid #BB945F;
}
.modal__input_small {
  width: 45px;
}
.modal__input:focus {
  background-color: rgba(187, 148, 95, 0.15);
}
@media (min-width: 1025px) {
  .modal__input:hover {
    box-shadow: 0px 0px 2px 1px rgba(41, 41, 41, 0.3);
  }
}
.modal__input_active:invalid {
  border: 1px solid #FF0000;
}
.modal__input_active:valid {
  border: 2px solid #8E8E8E;
}

.modal__error {
  display: none;
  margin-top: 5px;
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.03rem;
  text-transform: none;
  color: #FF0000;
}
.modal__error_active {
  display: block;
}

.modal__link {
  margin-left: 10px;
  display: inline-flex;
  text-decoration: underline;
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-transform: none;
  color: #0C0C0E;
}

.modal__button {
  margin-bottom: 10px;
}

.modal__close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}
.profile .modal__close-btn {
  right: 25px;
  top: 25px;
}
.card .modal__close-btn {
  right: 20px;
  top: 25px;
}

.modal__close-icon {
  display: block;
  width: 15px;
  height: 15px;
  background: center no-repeat url(9d948cfefe15258f6852.svg);
}
.modal__close-icon_card {
  background: center no-repeat url(4b2d5c08014dd5ec3cd8.svg);
}

.modal__text {
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: none;
}

.modal__double {
  display: flex;
  column-gap: 10px;
}

.auth {
  position: relative;
  z-index: 30;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: #FFFFFF;
}
.auth_register {
  width: 250px;
}
.auth_login {
  width: 250px;
}

.profile {
  position: relative;
  z-index: 30;
  width: 600px;
  display: flex;
  background: #FFFFFF;
}
@media (max-width: 480px) {
  .profile {
    flex-wrap: wrap;
  }
}

.profile__avatar {
  width: 170px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #0C0C0E;
}
@media (max-width: 480px) {
  .profile__avatar {
    max-width: unset;
    width: 100%;
    padding: 20px 0;
  }
}

.profile__name {
  background-color: #FFFFFF;
}
.profile__name_short {
  width: 80px;
  height: 80px;
  color: #BB945F;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .profile__name_short {
    display: none;
  }
}
.profile__name_long {
  max-width: 80%;
  padding: 5px 15px;
  text-align: center;
  word-break: break-all;
}
@media (max-width: 480px) {
  .profile__name_long {
    font-size: 2rem;
  }
}

.profile__content {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 430px;
}

.profile__title {
  margin-bottom: 20px;
  line-height: 2rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}
.profile__title::after {
  display: none;
}

.profile-info {
  display: flex;
  column-gap: 20px;
}

.profile-info__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}

.profile-info__title {
  letter-spacing: 0.04rem;
  text-transform: capitalize;
}

.profile-info__number {
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}

.profile-books {
  margin-bottom: 15px;
}

.profile-books__title {
  font-family: "Inter";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: none;
  color: #0C0C0E;
  margin-bottom: 30px;
}

.profile-books__list {
  width: 100%;
  height: 55px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 12px;
  overflow-x: auto;
  overflow-y: auto;
}
.profile-books__list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.profile-books__list::-webkit-scrollbar-track {
  background-color: rgba(41, 41, 41, 0.1);
}
.profile-books__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #8E8E8E;
}

.profile-books__item {
  position: relative;
  padding-left: 18px;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
  white-space: nowrap;
}
.profile-books__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000000;
}

.profile-card {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.profile-card__number {
  color: #BB945F;
}

.profile-card__input {
  max-width: 150px;
  width: fit-content;
  border: none;
  color: #BB945F;
}

.profile-card__copy {
  width: 14px;
  height: 12px;
  background: center no-repeat url(c3659f14ec0badb7098b.svg);
}

@media (max-width: 480px) {
  .profile .modal__close-icon {
    background: center no-repeat url(4b2d5c08014dd5ec3cd8.svg);
  }
}

.card {
  position: relative;
  z-index: 30;
  width: 640px;
  display: flex;
  flex-direction: column;
}

.card__title {
  line-height: 2rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  background-color: #0C0C0E;
  color: #FFFFFF;
}
.card__title::after {
  display: none;
}

.card__content {
  background-color: #FFFFFF;
  padding: 30px 35px;
  display: flex;
  gap: 40px;
}
@media (max-width: 480px) {
  .card__content {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}

.modal__form_card {
  width: 200px;
  flex-shrink: 0;
}

#cvc {
  margin-bottom: 10px;
}

.card__total {
  display: flex;
  column-gap: 25px;
  align-items: flex-end;
}

.card__text {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.card__condition {
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  text-transform: none;
  color: #8E8E8E;
}
@media (max-width: 480px) {
  .card__condition {
    text-align: justify;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map*/