
.burger-line, .burger:after, .burger:before, .navigation__item:hover, button:hover 
.navigation__item:hover, button:hover {
  transition: all 0.3s ease-out;
}

.favorites__category, .coffe-titel, .welcome__titel, .get-card__titel, .form-conteiner p, .form-conteiner input[placeholder], .modal-titel, .modal-register h5,
.login-register h5, h2, h1 {
  font-family: "Forum";
}

.contacts-conteiner a, .contacts-conteiner, .favorites__item, .seasons, .favorites-subtitel, .coffe-shop__left,
.coffe-shop__rigth, .icon-item, .get-card__discription, .form button, .subtitel, .text, .modal-buy-card, .modal-register,
.login-register, .modal_profile ul li a, .modal_profile, .footer-main, .footer__top,
.footer__bottom, .navigation__item, h4, h3 {
  font-family: "Inter";
}

* {
  margin: 0;
  padding: 0;
}

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

body {
  font-size: 1.5rem;
  margin: 0 auto;
}

body.active {
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }
}

h1 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.6px;
}

h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #0C0C0E;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 2px;
  text-transform: capitalize;
}
@media (min-width: 320px) and (max-width: 1024px) {
  h2 h2:not(.welcome__titel) {
    margin-left: 15px;
  }
}

/*line after titel*/
.line {
  width: 50px;
  background-color: #0C0C0E;
  height: 1px;
  margin: auto;
  margin-top: 20px;
}

h3 {
  font-size: 1.5rem;
  font-style: 700;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  display: block;
}

.hidden {
  display: none;
}

article,
main,
header,
footer,
section,
img {
  display: block;
}

button {
  background-color: #FFFFFF;
}
button:hover {
  cursor: pointer;
  background-color: #BB945F;
  border: 1px solid #BB945F;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
     -moz-appearance: button;
          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;
     -moz-appearance: textfield;
          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;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .wrapper {
    padding: 0 20px;
    margin: 0 auto;
    overflow-x: hidden;
  }
}

.header {
  background-color: #000000;
  color: #FFFFFF;
}
.header a {
  color: #FFFFFF;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .header__wrapper {
    padding-right: 0px;
  }
}
.header__wrapper img:hover {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .header__wrapper img {
    margin-left: 280px;
    z-index: 20;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .header-navigation {
    display: none;
  }
}

.navigation__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 0 410px;
  z-index: 30;
}

.navigation__item {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.navigation__item:hover {
  text-decoration: underline;
  color: #BB945F;
}

.footer {
  background-color: #000000;
  color: #FFFFFF;
}
.footer a {
  color: #FFFFFF;
}

.footer__top,
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer__top {
  padding-top: 20px;
}

.footer__bottom {
  padding: 10px 0 30px 0;
}

.footer__icon {
  display: inline-flex;
  gap: 15px;
  width: 102px;
  padding: 0;
}

.footer__work-day {
  display: block;
  text-align: right;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  border-top: solid 1px #FFFFFF;
  padding: 44px 0;
}

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

.burger {
  display: none;
  z-index: 10;
  position: relative;
  width: 45px;
  height: 20px;
  cursor: pointer;
}
.burger:before {
  top: 0;
  left: 0;
}
.burger:after {
  bottom: 0;
  left: 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .burger {
    display: inline-block;
    margin-right: 20px;
  }
}

.burger-line {
  top: calc(50% - 1.5px);
  left: 0;
}

.burger.active {
  margin: 20px 20px 0 0;
}

.burger.active::before {
  transform: rotate(45deg);
}

.burger.active::after {
  transform: rotate(-45deg);
  top: 0;
}

.burger.active span {
  transform: scale(0);
  bottom: 50%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .header-navigation {
    display: none;
  }
}

.header-navigation.open {
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 332px;
  height: 570px;
  background-color: #000000;
  display: block;
  transition: 0.5s all ease;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .header-navigation.open .navigation__list {
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    transition: 0.5s all ease;
  }
}

.modal_profile {
  max-height: 115px;
  max-width: 80px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  text-align: center;
  z-index: 5;
  position: absolute;
  margin-top: 142px;
  right: 0;
  margin-right: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .modal_profile {
    margin-right: 107px;
    margin-top: 125px;
  }
}
.modal_profile h1 {
  padding: 5px 16px 5px;
}
.modal_profile ul li a {
  display: block;
  font-weight: 400;
  padding: 0 5px 10px 5px;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}

.line_profile {
  width: 40px;
  background-color: #BB945F;
  height: 1px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

/*modal windows register form*/
.modal-register,
.login-register {
  width: 250px;
  height: auto;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 10;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  transform: translate(-50%, -50%);
}
.modal-register img,
.login-register img {
  position: absolute;
  right: 0;
  margin: 15px 15px 0 0;
  cursor: pointer;
}
.modal-register h5,
.login-register h5 {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 20px 0;
}
.modal-register p,
.login-register p {
  font-size: 10px;
  color: #000000;
  display: inline-block;
  margin: 0 10px 20px 25px;
  color: black;
}
.modal-register a,
.login-register a {
  color: #000000;
  text-decoration-line: underline;
  font-weight: 700;
  font-size: 10px;
}
.modal-register button,
.login-register button {
  margin-top: 10px;
  padding: 9px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 2px;
  border: 1px solid #0C0C0E;
}

.register-form,
.login-form,
.buy-card-form {
  display: flex;
  flex-direction: column;
  margin: 20px 25px 10px;
  gap: 10px;
}
.register-form input,
.login-form input,
.buy-card-form input {
  border: 1px solid #BB945F;
  height: 20px;
}

.modal-overlay,
.modal-overlay-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 5;
}

.modal-buy-card {
  width: 640px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background-color: #FFFFFF;
  z-index: 10;
}

.modal-header {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #0C0C0E;
  height: 60px;
}

.modal-titel {
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 40px;
  padding: 20px 20px;
}

.light-cross {
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}

.modal-conteiner {
  margin: 30px 40px 40px;
  display: flex;
}

.buy-card-form {
  width: 200px;
  margin: 0 40px 0 0;
  font-size: 15px;
}
.buy-card-form button {
  margin-top: 10px;
  padding: 9px 27px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 2px;
  border: 1px solid #0C0C0E;
  display: inline;
}

.bold {
  font-weight: 700px;
  display: inline-block;
  margin: 15px 0 0 25px;
  font-size: 20px;
}

.small {
  width: 45px;
  margin-right: 10px;
}

.row-input {
  display: inline-block;
  margin-right: 10px;
}

.cardhokder {
  margin-top: 10px;
}

.text {
  color: #8E8E8E;
  padding: 0;
  width: 330px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
}
.text p {
  width: 330px;
}

.overlay-all-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.hidden {
  display: none;
}

.slidar {
  width: 1440px;
  height: 560px;
  background-color: rgb(182, 203, 222);
}

.subtitel {
  display: block;
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .about__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.about__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.image-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.arrow {
  display: none;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .arrow {
    display: block;
    margin-top: 40px;
  }
}

.right-arrow {
  margin-right: 80px;
}

.left-arrow {
  margin-left: 80px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .pagination {
    margin-top: 17px;
  }
}
.pagination li {
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.pagination li .pagination__button {
  background-color: #0C0C0E;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .pagination li .pagination__button {
    display: block;
  }
}
.pagination li .pagination__button.pagination__button_active {
  background-color: #BB945F;
  border: #BB945F;
}

/*sryle from slidar*/
.hidden {
  display: none;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .slider-conteiner {
    display: flex;
    justify-content: center;
    gap: 65px;
    flex-wrap: nowrap;
  }
}

.slider {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .slider {
    height: 560px;
    width: 614px;
    margin: 0 auto;
  }
}

.slider-line {
  width: 2350px;
  overflow-x: visible;
  display: flex;
  position: relative;
  left: 0;
  transition: all ease 1s;
}

.library-card {
  padding-top: 1px;
}

.card-conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .card-conteiner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.find-card h4 {
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .find-card h4 {
    padding-left: 12px;
  }
}

.form {
  border: 3px solid #BB945F;
  background: #FFFFFF;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 386px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .form {
    margin-bottom: 16px;
  }
}
.form button {
  margin: 20px 0 30px 0;
  color: #000000;
  padding: 10px 40px;
  width: 242px;
  border-radius: 2px;
  border: 1px solid #0C0C0E;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form button:hover {
  border: 1px solid #BB945F;
}

.form-conteiner {
  width: 560px;
  background-color: #BB945F;
  display: flex;
  flex-direction: column;
  justify-items: center;
  margin-top: 10px;
  gap: 1px;
  height: 272px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .form-conteiner {
    margin-top: 16px;
  }
}
.form-conteiner input {
  margin: 7px 20px;
  height: 66px;
  width: 520px;
  border-radius: 10px;
  border: none;
}
.form-conteiner input[placeholder] {
  padding-left: 20px;
  color: #8E8E8E;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.6px;
}
.form-conteiner p {
  padding: 20px;
  color: #000;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.6px;
}

.get-card {
  text-align: right;
  margin-bottom: 238px;
  margin-top: 39px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .get-card {
    text-align: center;
    margin-bottom: 0;
  }
}
.get-card__titel {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: right;
  margin-bottom: 35px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .get-card__titel {
    text-align: center;
    margin: 5px 0 45px 5px;
  }
}
.get-card button {
  margin: 0 7px 0 3px;
  width: 75px;
  height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #0C0C0E;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .get-card button {
    margin-bottom: 40px;
  }
}
.get-card button:hover {
  border: 1px solid #BB945F;
}

.get-card__discription {
  display: block;
  width: 456px;
  color: #000;
  text-align: right;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.4px;
  margin-bottom: 35px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .get-card__discription {
    text-align: center;
    width: 600px;
    margin-top: -4px;
  }
}

.card-icon {
  margin-top: 15px;
}

.card-icon ul {
  display: flex;
  gap: 35px;
}

.icon-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000;
  gap: 3px;
}

.icon-item img {
  display: inline-block;
  margin-left: 4px;
}

.icon-item .star {
  margin-left: 11px;
}

.icon-item .book {
  margin-left: 5px;
}

.get-card .visit-profile {
  margin-top: 40px;
}

.your-card h4 {
  padding-bottom: 0;
}

.welcome {
  height: 600px;
  background-image: url(./../image/Welcome.jpg);
}

.welcome__wrapper {
  width: 1440px;
  margin: 0 auto;
}

.overlay {
  height: 220px;
  background: linear-gradient(180deg, #0c0c0e 0%, #0c0c0e 0.01%, rgba(18, 18, 21, 0.1) 100%);
  z-index: 10;
}

.conteiner {
  width: 600px;
  background-color: #0C0C0E;
}

.welcome__titel {
  color: #FFFFFF;
  padding: 35px 40px;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .welcome__titel {
    margin-left: 0;
  }
}

.coffe-shop {
  margin-top: 10px;
}

.cofe-description {
  display: block;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .cofe-description {
    width: 728px;
    margin: 40px 0 40px 2px;
  }
}

.coffe-shop__conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.coffe-titel {
  color: #BB945F;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.coffe-shop__left,
.coffe-shop__rigth {
  color: #000000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.coffe-shop__rigth {
  text-align: right;
  margin-left: 220px;
}

.coffe-shop__left {
  max-width: 438px;
}
.coffe-shop__left .menu-item {
  gap: 25px;
}

.menu-item {
  display: grid;
  align-items: center;
  grid-template-columns: 232px 96px 39px;
  justify-content: space-between;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: capitalize;
  padding-bottom: 40px;
  gap: 60px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .menu-item {
    grid-template-columns: 258px 100px 31px;
  }
}

.coffe-line {
  display: block;
  width: 100px;
  height: 1px;
  background: #BB945F;
}

/*forms stile section favorites*/
.favorites-subtitel {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin: 40px 0;
}

.seasons {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
  color: #000000;
}
.seasons label {
  width: 27px;
  height: 27px;
  padding-right: 80px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .seasons label {
    padding-right: 65px;
  }
}
.seasons input {
  accent-color: black;
  width: 17px;
  height: 17px;
  margin-right: 20px;
}
.seasons input[checked] {
  font-weight: 700;
}

.input__button_active {
  font-weight: 700px;
}

/*favorites books*/
.favorites__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 32px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .favorites__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.favorites__item {
  width: 550px;
  height: 555px;
  border: 1px solid #000000;
  padding: 0 0 15px 20px;
  margin-right: 39px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
}

.favorites__category {
  color: #000000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 10px;
}

.favorit__line {
  width: 60px;
  background-color: #BB945F;
  height: 1px;
}

.favorites__book-name,
.favorites__author {
  font-weight: 700;
}

.favorites__book-name {
  padding-top: 20px;
  text-transform: uppercase;
}

.favorites__author {
  padding-bottom: 20px;
}

.favorites__description {
  display: block;
  width: 355px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.favorites__book-image {
  position: absolute;
  right: -40px;
  bottom: 0;
}

.favorites__btn {
  font-size: 10px;
  font-weight: 700;
  padding: 9px 27px;
  position: absolute;
  bottom: 15px;
  border: 1px solid #000000;
}

.favorites__btn_disables {
  cursor: pointer;
  color: #BB945F;
  border: 1px solid #BB945F;
}

.favorites__btn_disables:disabled {
  cursor: default;
  background-color: #FFFFFF;
}

.contacts-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 40px 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .contacts-wrapper {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .contacts-wrapper img {
    margin: 0 20px;
  }
}

.contacts-conteiner {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: capitalize;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .contacts-conteiner {
    margin-bottom: 100px;
  }
  .contacts-conteiner .libr-direct {
    margin-top: -20px;
  }
}
.contacts-conteiner a {
  color: #000000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: capitalize;
  padding-top: 20px;
}

.name {
  padding-top: 40px;
  display: block;
}

.bold {
  font-weight: 700;
  margin: 15px 0 0 2px;
}

.phone {
  padding-bottom: 18px;
}/*# sourceMappingURL=style.css.map */