@import url('https://fonts.googleapis.com/css2?family=Forum&family=Inter:wght@400;700&display=swap');


html {
    height: auto;
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    width: 1440px;
    height: auto;
    margin: 0 auto;
    background-color: #615f5f;
}

/* header */
.wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 0;
}
.header {
    width: 100%; /*1440px*/
    height: auto; /*90px*/
    background: #0C0C0E;
    display: flex;
}


.open {
    display: block;
}
.closed {
    display: none;
}

/* REGISTER form */
.modal,
.modal-1,
.modal-2,
.modal-3,
.modal-4,
.modal-5 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.507);
    display: grid;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s, visibility .4s;
}
.modal.open,
.modal-1.open,
.modal-2.open,
.modal-3.open,
.modal-4.open,
.modal-5.open {
    visibility: visible;
    opacity: 1;
}
.modal.open .register__form,
.modal-1.open .login__form,
.modal-2.open .dropMenu-no-auth,
.modal-3.open .dropMenu-with-auth,
.modal-4.open .profile__form,
.modal-5.open .buy__card {
    transform: scale(1);
}
.register__form {
    position: relative;
    max-width: 250px;
    height: 382px;
    z-index: 1;
    background: #FFF;
    margin: 30px 15px;
    box-shadow: 7px 10px 12px -3px rgba(0, 0, 0, 0.6);
    transform: scale(0);
    transition: transform .4s;
}
.register__form-title {
    margin: 0;
    margin: 20px 85px;
    color: #000;
    text-align: center;
    font-family: Forum;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.register__form-label {
    margin-left: 25px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.3px;
}
.register__form-input {
    padding: 0;
    width: 200px;
    height: 20px;
    border: 1px solid #BB945F;
    margin: 9px 25px;
}
.register__form-input[type="text"] {
    padding: 0;
}
.register__form-button {
    padding: 0;
    width: 75px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #0C0C0E;
    margin-top: 9px;
    margin-left: 25px;
    margin-bottom: 10px;
}
.register__form-svg {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.register__form-svg svg path {
    transition: fill .4s;
}
.register__form-svg:hover svg path {
    fill: #BB945F;
}
.register__form-svg svg {
    width: 15px;
    height: 15px;
}
.register__form-question {
    color: #000;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 25px;
}
.register__form-login {
    position: absolute;
    bottom: 20px;
    right: 55px;
    border: none;
    color: #0C0C0E;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-decoration-line: underline;
}

/* LOGIN form */
.login__form {
    position: relative;
    max-width: 250px;
    height: 262px;
    z-index: 1;
    background: #FFF;
    margin: 30px 15px;
    box-shadow: 7px 10px 12px -3px rgba(0, 0, 0, 0.6);
    transform: scale(0);
    transition: transform .4s;
}
.login__form-svg {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.login__form-title {
   margin: 20px auto;
    color: #000;
    text-align: center;
    font-family: Forum;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.login__form-label {
    margin-left: 25px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.3px;
}
.login__form-input {
    padding: 0;
    width: 200px;
    height: 20px;
    border: 1px solid #BB945F;
    margin: 9px 25px;
}
.login__form-button {
    padding: 0;
    width: 75px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #0C0C0E;
    margin-top: 9px;
    margin-left: 25px;
    margin-bottom: 10px;
}
.login__form-svg svg path {
    transition: fill .4s;
}
.login__form-svg:hover svg path {
    fill: #BB945F;
}
.login__form-svg svg {
    width: 15px;
    height: 15px;
}
.login__form-question {
    color: #000;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 25px;
}
.login__form-login {
    position: absolute;
    bottom: 20px;
    right: 49px;
    border: none;
    color: #0C0C0E;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-decoration-line: underline;
}

/* ----dropMenu-no form---- */
.dropMenu-no-auth {
    margin: 0;
    width: 80px;
    height: 115px;
    border: 1px solid #0C0C0E;
    position: absolute;
    top: 70px;
    right: 20px;
    background: #FFF;
}
.dropMenu-no-auth.open {
    visibility: visible;
}
.dropMenu-no-title {
    margin: 0;
    margin: 5px auto;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
    text-align: center;
}
.dropMenu-no-line {
    width: 40px;
    height: 1px;
    background: #BB945F;
    margin: 0 auto;
    margin-bottom: 15px;
}
.dropMenu-no-logIn {
    margin-left: 21px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
.dropMenu-no-logIn:hover,
.dropMenu-no-register:hover {
    cursor: pointer;
    color: #BB945F;
}
.dropMenu-no-register {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    border: none;
    padding: 0;
    margin-left: 15px;
}

/* dropMenu-with form */
.dropMenu-with-auth {
    margin: 0;
    width: 80px;
    height: 115px;
    border: 1px solid #0C0C0E;
    position: absolute;
    top: 70px;
    right: 20px;
    background: #FFF;
}
.dropMenu-with-auth.open {
    visibility: visible;
}
.dropMenu-with-title {
    margin: 0;
    margin: 5px auto;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
    text-align: center;
}
.dropMenu-with-line {
    width: 40px;
    height: 1px;
    background: #BB945F;
    margin: 0 auto;
    margin-bottom: 15px;
}
.dropMenu-with-profile {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    border: none;
    padding: 0;
    margin-left: 5px;
    margin-bottom: 10px;
}
.dropMenu-with-profile:hover,
.dropMenu-with-logOut:hover {
    cursor: pointer;
    color: #BB945F;
}
.dropMenu-with-logOut {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    border: none;
    padding: 0;
    margin-left: 11px;
}

/* header-icon */

.header-icon {
    cursor: pointer;
}


/* card__button Buy */
.card__button {
    width: 75px;
    height: 30px;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #0C0C0E;
    color: #0C0C0E;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}
.card__button:hover {
    width: 75px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #BB945F;
    background: #BB945F;
    transition: 1s;
    cursor: pointer;
}

/* registration-button Sign Up и Log in*/
.registration-button:hover {
    background: #c9a066;
    transition: 1s;
    cursor: pointer;
    border: none;
}
.registration-button {
    display: flex;
    width: 75px;
    height: 30px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    text-decoration: none;
}

/* profile__form */
.profile__form {
    width: 600px;
    height: 400px;
    display: flex;
    flex-direction: row;
}
.profile__asaid-left {
    width: 170px;
    height: 398px;
    background: #0C0C0E;
    border: 1px solid #FFF;
}
.profile__asaid-left-1 {
    width: 80px;
    height: 80px;
    background: #FFF;
    margin: 45px 139px 15px 45px;
    margin-left: 45px;
    margin-top: 139px;
}
.profile__asaid-left-2 {
    width: 120px;
    height: 30px;
    background: #FFF;
    margin-left: 25px;
}
.profile__asaid-left-initials {
    color: #BB945F;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    text-transform: capitalize;
    text-align: center;
    padding-top: 30px;
}
.profile__asaid-left-name {
    margin: 0;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 5px;
}
.profile__asaid-right {
    position: relative;
    width: 430px;
    background: #FFF;
}
.profile__asaid-right-title {
    color: #000;
    font-family: Forum;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 50% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding-left: 20px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.profile__asaid-right-card {
    display: flex;
    width: 237px;
    height: 81px;
    gap: 20px;
    margin-left: 20px;
}
.profile-card-1 {
    width: 53px;
    height: 81px;
}
.profile-card-2 {
    width: 84px;
    height: 81px;
}
.profile-card-3 {
    width: 60px;
    height: 81px;
}
.profile__asaid-right-svg {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 15px;
    height: 15px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.profile__asaid-right-svg svg path {
    transition: fill .4s;
}
.profile__asaid-right-svg:hover svg path {
    fill: #BB945F;
}
.profile__asaid-right-svg svg {
    width: 15px;
    height: 15px;
}
.profile-card-1-visits,
.profile-card-2-bonuses,
.profile-card-3-books {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin: 0;
}
.profile-card-2-bonuses {
    margin-left: -1px;
}
.profile-card-3-books {
    margin-left: -2px;
}
.profile-card-1-union,
.profile-card-2-star,
.profile-card-3-book {
    width: 20px;
    height: 21px;
    margin-top: 10px;
    margin-bottom: 7px;
}
.profile-card-1-union {
    margin-left: 16px;
}
.profile-card-2-star {
    margin-left: 30px;
}
.profile-card-3-book {
    margin-left: 18px;
}
.profile-card-1-number,
.profile-card-2-number,
.profile-card-3-number {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 200% */
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.profile__asaid-right-text {
    color: #0C0C0E;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 80% */
    margin-top: 20px;
    margin-bottom: 30px;
   padding-left: 20px;
}
.profile__asaid-right-list {
    padding-left: 28px;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 40px;
    gap: 10px;
}
.profile__asaid-right-li {
    margin: 0;
    margin-bottom: 10px;
}
.profile__asaid-right-card-number {
    display: flex;
    gap: 15px;
    margin-left: 20px;
}
.p-card-number {
    margin: 0;
    color: #0C0C0E;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
}
.p-number {
    margin: 0;
    color: #BB945F;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
}
.closed {
    display: none;
}
.card-img {
    width: 13.31px;
    height: 12px;
    margin-top: 3px;
    color: #000;
}
.profileLogo {
    width: 30px;
    height: 30px;
    color: #BB945F;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    background: #FFF;
    margin-left: -530px;
    margin-top: 165px;
    z-index: 0;
    
}
.profileName {
    width: 125px;
    height: 45px;
    color: #000;
    background: #FFF;
    margin-left: 25px;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 5px;
    margin-left: -80px;
    margin-top: 235px;
}




/* BUY A LIBRARY CARD */
.buy__card {
    width: 640px;
    height: 540px;
    position: relative;
}
.buy__card-header {
    width: 640px;
    height: 60px;
    background: #0C0C0E;
}
.buy__card-header-title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Forum;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 50% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 9px;
}
.buy__card-main {
    width: 640px;
    height: 450px;
    display: flex;
    flex-direction: row;
    background: #FFF;
    padding-top: 30px;
}
.buy__card-main-left {
    width: 240px;
    height: 450px;
    padding-left: 40px;
    position: relative;
}
.buy__card-main-right {
    width: 410px;
    padding:0 40px 290px 40px;
}
.buy__card-right-text {
    margin: 0;
    width: 330px;
    color: #8E8E8E;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: 2px;
}
.buy__card-svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 25px;
    right: 23px;
}
.buy__card-svg {
    background: none;
    border: none;
}
.buy__card-form-label {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.3px;
}
.buy__card-form-input {
    width: 200px;
    height: 14px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.input-city {
    width: 180px;
    padding: 0;
    padding-left: 0;
    font-size: 8px;
}
.buy__card-form-div {
    width: 174px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.buy__card-form-input1 {
    width: 20px;
    height: 14px;
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 0;
}
.buy__card-form-input2 {
    width: 20px;
    height: 14px;
    margin: 0;
    margin-top: 10px;
    padding-left: 0;
}
.buy__card-form-input3 {
    width: 20px;
    height: 14px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buy__card-form-button {
    width: 75px;
    height: 30px;
    color: #0C0C0E;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.buy__card-form-price {
    padding: 0;
    width: 150px;
    height: 20px;
    margin: 0;
    color: #0C0C0E;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    right: 12px;
    bottom: 40px;
    left: 116px;
    border: none;
}




/* header */
.img {
    width: 100%; /*1440px*/
    height: 100%; /*600px*/
}
.title {
    width: auto;
    height: 50px;
    color: #FFF;
    font-family: 'Forum';
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.6px;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.nav {
    width: auto;
    height: 50px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin: 20px 40px 20px auto;
}
.nav__list {
    width: 584px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.nav__item a {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    list-style-type: none;
    text-decoration: none;
}
.nav__item a:hover {
    cursor: pointer;
    color: #b9b9b9;
    text-decoration: underline;
    transition: 1s;
}
.burger {
    display: none;
}
.header-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    padding-top: 31px;
    padding-right: 20px;
    padding-bottom: 31px;
}
.new_logo {
    width: 28px;
    height: 28px;
    margin-top: 31px;
    margin-right: 20px;
    margin-bottom: 31px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #050505;
   text-align: center;
   vertical-align: 10px;
   font-size: 16px;
   font-style: oblique;
   font-weight: 600;
}

/* welcome */
main {
    flex: 1 1 auto;
    width: 100%;
}
.welcome {
    width: 100%; /*1440px*/
    height: 600px;
}
.overlay {
    width: 1440px;
    height: 300px;
    background: linear-gradient(180deg, #0C0C0E 0%, #0C0C0E 0.01%, rgba(18, 18, 21, 0.10) 100%);
    position: absolute;
    top: 90px;
    margin: auto;
}
.section {
    width: 100%; /*1440px*/
    background: #FFF;
}
.welcome-title {
    display: none;
}
.welcome__wrapper {
    display: flex;
    width: 520px;
    height: 150px;
    padding: 35px 40px;
    background: #0C0C0E;
    position: relative;
    bottom: 380px;
}
.welcome__title {
    color: #FFF;
    text-align: center;
    font-family: Forum;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    width: 520px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
}
/* ///////////////////////////////////////////////////// */
/* about */
.carousel-container {
    max-width: 1440px;
    min-height: 656px;
    padding: 0 20px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}
.slideshow-container {
    display: flex;
    transition: transform 0.7s;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .img1-1 {
    display: none;
  }
  .mySlides {
    width: 450px;
    height: 560px;
    flex-shrink: 0;
    padding-right: 25px;
    display: flex;
}
.about__photo {
    width: 100%;
    height: 100%;
    padding-right: 25px;
}


.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(15, 15, 15);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    display: none;
  }
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 5px;
    background: #000;
    cursor: pointer;
    transition: background-color 0.6s ease;
  }
  .dot-1 {
    background-color: #BB945F;
  }
  .dot.active {
    background-color: #BB945F;
  }
  .dot:hover {
    background-color: #BB945F;
    cursor: pointer;
    transition: 1s;
}
.dot-4,
.dot-5 {
    visibility: hidden;
}
.about {
    width: 100%; /*1440px*/
    height: auto; /*837px*/
    background: #FFF;
}
h2 {
    color: #0C0C0E;
    font-family: Forum;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.href:hover {
    color: #b9b9b9;
    transition: 1s;
}
.href {
    text-decoration: none;
    color: #0C0C0E;
}
.section-line {
    margin: 0;
    width: 50px;
    height: 1px;
    flex-shrink: 0;
    background: #0C0C0E;
    margin: auto;
}
.about__text {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
}
p {
    margin: 0;
}
.about__circle {
    margin-left: 55px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0 35px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about__section {
    display: block;
}
.about__section-1 {
    display: none;
}

  /* slider tablet */
  .carousel-container-1 {
    display: none;
  }
  
  .mySlides-1 {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 36px;
    max-height: 560px;
    gap: 25px;
    padding: 0 20px;
  }

  .arrows-1 {
    display: none;
  }
    .about__description {
      padding-left: 40px;
      padding-right: 40px;
    }

    .carousel-container-1 {
      margin: 20px auto;
      display: block;
      width: 614px;
      height: 641px;
      display: flex;
      justify-content: center;
      margin-bottom: 0;
      position: relative;
    }

    .carousel-1 {
      overflow: hidden;
      max-width: 450px;
    }

    .mySlides-1 {
      height: 100%;
      display: flex;
      width: 500%;
      transition: all 0.3s;
      overflow: hidden;
      margin-bottom: 40px;
      margin-top: 0;
      transition: all 0.7s;
      gap: 0;
      padding: 0;
    }

    .about_photo-1 {
      display: flex;
      flex-shrink: 1;
      padding-left: -5px;
    }

    .about_photo-1 img {
      width: 100%;
    }

    .about_photo-1 {
      flex-basis: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
    }

    .carousel__item.selected1 {
      background: #000;
    }

    .arrows-1 {
      display: block;
    }

    .arrows-1 .prev-1 {
      position: absolute;
      top: 50%;
      cursor: pointer;
      transform: translateY(-50%);
    }

    .prev-1 img {
      width: 24px;
      height: 24px;
    }

    .prev-1.carret_right-1 {
      right: 0;
    }

    .prev-1.carret_left-1 {
      left: 0;
    }

    .inactive_arrow {
      opacity: 0.4;
    }

    /* pagination */

    .about__circle-1 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 20px 0 35px 0;
      position: absolute;
      bottom: 0;
    }

    .about__circle-1 ul {
      display: flex;
      list-style: none;
      justify-content: center;
      padding: 0;
      margin: 0;
    }

    .about__circle-1 ul li {
      width: 16px;
      height: 16px;
      border: 1px solid #000;
      border-radius: 50%;
      margin: 5px;
      background: #000;
      cursor: pointer;
    }

    .about__circle-1 ul li.dot-1 {
      background: #bb945f;
      border-color: #bb945f;
    }






/* favorites */



.favorites {
    width: 100%; /*1440px*/
    background: #FFF;
    position: relative;
}

.hidden {
    display: none;
}
.favorites-container {
    margin-top: 35px;
    position: fixed;
    top: 0;
}
.favorites__title {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 30px;
    padding-left: 20px;
}
.favorites__radio {
    width: 113px;
    height: 37px;
}
.radio {
    width: 790px;
    height: 37px;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.radio:hover {
    cursor: pointer;
}
.radio-input {
    display: flex;
    align-items: center;
}
.label {
    width: 130px;
    margin-left: 20px;
    margin-right: 35px;
    cursor: pointer;
    padding: 10px 10px 10px 0;
}
.radio__custom {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 50%;
    vertical-align: text-top;
    margin-right: 20px;
}
.radio__custom:hover {
    background-color: #e7c492;
    transition: 1s;
    border-color: #999797;
}
.radio__custom::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 20%;
    top: 20%;
    display: none;
}
input[type='radio']:checked + .radio__custom::before {
    display: block;
}
input[type= 'radio']:checked + label {
    text-shadow: 1px 0px 0px black;
    transition: 0.3s text-shadow;;
}
.radio__real {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.season {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.card {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.card.active {
    animation-name: fade;
    animation-duration: 5s;
    opacity: 1;
    z-index: 1;
    transition: opacity 1s ease-in-out;
    background-color: #FFF;
}

@keyframes fade {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}
.card:nth-child(1) {
    opacity: 1;
    z-index: 1;
  }
.season:hover {
    color: #BB945F;
    text-decoration: underline;
    transition: 1s;
}
.favorites__list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    gap: 90px;
}
.favorites__item {
    display: flex;
    margin: 0;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    color: #000;
    margin-right: 90px;
}
.favorites__text {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 90px;
    align-items: baseline;
}
.favorites__img {
    padding-right: 20px;
}
.favorites__text-bold {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-weight: 100;
}



/* ------------------------------------- */
.one {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes fadwIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadwIn {
    -webkit-animation-name: fadwIn;
    animation-name: fadwIn;
}
@keyframes fadwIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadwUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadwUp {
    -webkit-animation-name: fadwUp;
    animation-name: fadwUp;
}

/* ---------------------------------------- */


.wrapper-cards {
    width: 100%; /*1440px*/
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    background-color: #FFF;
}
.wrapper-cards-1 {
    width: 100%; /*1440px*/
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
}
.card-content {
    width: 550px;
    height: 555px;
    border: 1px solid #000;
    background: #FFF;
}
.card-content-first {
    margin: 27px 215px 40px 20px;
}
.card-content-second {
    margin: 27px 60px 40px 40px;
}
.card-content-third {
    margin: 0 215px 40px 20px;
}
.card-content-fourth {
    margin: 0 60px 40px 40px;
}
.card__img {
    width: 200px;
    height: 300px;
    display: flex;
    position: relative;
    left: 390px;
    top: -299px;
}
.card__img:hover {
    width: 220px;
    height: 320px;
    transition: 1s;
    cursor: pointer;
}
.card__title {
    margin: 0;
    margin: 15px 428px 0 20px;
    width: 110px;
    color: #000;
    font-family: Forum;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.card__line {
    margin: 0;
    width: 60px;
    height: 1px;
    background: #BB945F;
    margin: 0 0 20px 20px;
    border: 0;
}
.card__subtitle {
    width: 465px;
    height: 80px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
span {
    text-transform: uppercase;
}
.card__description {
    width: 355px;
    height: 320px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-left: 20px;
    margin-bottom: 15px;
}
.card__button {
    width: 75px;
    height: 30px;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #0C0C0E;
    color: #0C0C0E;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}
.card__button.active:hover {
    background: #bb945f;
    color: #0c0c0e;
    border: 1px solid #bb945f;
    border-radius: 2px;
}
.own {
    width: 75px;
    height: 30px;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #BB945F;
    color: #BB945F;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    visibility: hidden;
    opacity: 0;
}

.card__button:hover {
    width: 75px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #BB945F;
    background: #BB945F;
    transition: 1s;
    cursor: pointer;
}
.favorites-2,
.favorites-3,
.favorites-4 {
    display: none;
}
.card.open,
.favorites-2.open,
.favorites-3.open,
.favorites-4.open {
    display: flex;
}
.card.close,
.favorites-2.close,
.favorites-3.close,
.favorites-4.close {
    display: none;
}
.parent {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    margin: 0 auto;
  }

  .favorites-container {
    position: sticky;
    top: 0;
    z-index: 3;
  }


/* coffee */
.coffee {
    height: auto;
}
.coffee__description {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: lowercase;
    width: 100%; /*1440px*/
    height: auto; /*120px;*/
    text-align: center;
    margin: 39px auto;
}
.p-1 {
    display: none;
}
.coffee__wrapper {
    width: 100%; /*1440px*/
    height: auto; /*560px;*/
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.coffee__wrapper-block {
    padding-bottom: 40px;
}
.block-first {
    width: 455px;
    margin-left: 20px;
}
.block-second {
    width: 475px;
    margin-right: 10px;
    margin-left: auto;
}
hr {
    margin: 0;
}
.hr {
    width: 100px;
    display: inline-block;
    margin: 0;
    align-items: center;
    margin-right: 60px;
    border: 1px solid #BB945F;
}
.text {
    padding-left: 0;
    margin-left: 0;
    width: 210px;
    margin-right: 0;
    margin-right: 70px;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.div {
    margin-left: 0;
    padding-left: 0;
    width: 468px;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 40px;
    justify-content: left;
}
.div-last {
    margin-bottom: 0;
}
.coffee__wrapper-title {
    width: 372px;
    color: #BB945F;
    font-family: Forum;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    width: 317px;
    margin: 0;
    margin-bottom: 40px;

}
.ppp {
    width: auto;
    color: #000;
    font-family: Forum;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 200% */
    letter-spacing: 2px;
    text-transform: capitalize;
}
.block__second-text {
    width: 240px;
    text-align: end;
}
.coffee__wrapper-second {
    width: 372px;
    display: inline-block;
    margin-right: 20px;
    margin-left: 95px;
    text-align: right;
}
.block__first-text {
    margin-left: 0;
    width: 210px;
    margin-right: 50px;
}

/* contacts */
.contacts {
    width: 100%; /*1440px*/
    height: 575px;
    background-color: #FFF;
}
.contacts-wrapper {
    width: 100%; /*1440px*/
    height: auto; /*414px;*/
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
}
.contacts__left {
    width: 520px;
    height: auto;
    margin-left: 20px;
}
.contacts__right {
    width: 696px;
    height: 414px;
    margin-left: auto;
    margin-right: 20px;
}
.contacts-title {
    margin: 0;
    width: 300px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.contacts-text,
.contacts-text-a {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: left;
    text-decoration: none;
    margin: 0;
}
.contacts-text-a {
    margin-left: 10px;
}
.contacts-text-a:hover {
    color: #BB945F;
    transition: 1s;
    text-decoration: underline;
}
.contacts-display {
    width: 540px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
h6 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}
.name {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.name:hover {
    color: #BB945F;
    transition: 1s;
}

/* library */
.library__wrapper {
    display: flex;
}
.library {
    width: 100%; /*1440px*/
    height: auto; /*614px;*/
    background: #FFF;
}
.library__wrapper {
    height: auto;
    margin-top: 40px;
}
.form {
    width: 600px;
    height: 452px;
    margin-bottom: 41px;
    margin-left: 20px;
}
.registration {
    width: 456px;
    height: 242px;
    margin: 0 20px 240px 344px;
}
.registration-text-1 {
    display: none;
}
.form-title {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    margin: 0;
    margin-left: 138px;
    margin-bottom: 30px;
}
.form-border {
    width: 594px;
    height: 380px;
    border: 3px solid #BB945F;
    background: #FFF;
}
.library__form-back {
    width: 560px;
    height: 272px;
    background: #BB945F;
    margin: auto;
}
.library__form-title {
    color: #000;
    font-family: Forum;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.6px;
    margin-top: 16px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.library-top {
    width: 500px;
    height: 66px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 20px 25px 20px;
    padding: 0;
    padding-left: 20px;
    border: none;
}
.check {
    width: 242px;
    height: 44px;
    display: inline-flex;
    padding: 10px 35px;
    align-items: flex-end;
    border-radius: 2px;
    border: 1px solid #0C0C0E;
    margin: 20px 177px 30px 177px;
    color: #0C0C0E;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}
.check:hover {
    background-color: #c9a066;
    width: 246px;
    height: 48px;
    transition: 1s;
    cursor: pointer;
    border: none;
}
input[type=text] {
    color: #8E8E8E;
    font-family: Forum;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.6px;
    padding-left: 20px;
}
.registration-title {
    color: #000;
    text-align: center;
    font-family: Forum;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    margin: 0;
    text-align: right;
}
.registration-text {
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 35px;
    margin-top: 32px;
}
.registration-button {
    display: flex;
    width: 75px;
    height: 30px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.form-button {
    display: inline-flex;
    margin-left: 265px;
}
.button-text {
    color: #0C0C0E;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
}
.registration-button:hover {
    background: #c9a066;
    transition: 1s;
    cursor: pointer;
    border: none;
}





.library__wrapper__new.closed {
    display: none;
  }
  .library__wrapper.open {
    display: flex;
  }
.form-title__new {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    margin: 0;
    margin-left: 138px;
    margin-bottom: 30px;
  }
  .registration-title__new {
    color: #000;
    text-align: center;
    font-family: Forum;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    margin: 0;
    text-align: right;
  }
  .registration-text__new {
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 35px;
    margin-top: 32px;
  }
  .registration-button__new {
    display: flex;
    width: 75px;
    height: 30px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    margin-left: 118px;
  }
  .form-border__new {
    width: 600px;
    height: 386mpx;
    border: 3px solid #BB945F;
    background: #FFF;
  }
  .profile__asaid-right-card__new {
    display: flex;
    width: 237px;
    height: 81px;
    gap: 20px;
    margin: auto;
    margin-top: 15px;
  }
  .profile-card-1-visits,
  .profile-card-2-bonuses,
  .profile-card-3-books {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin: 0;
  }
  .profile-card-2-bonuses {
    margin-left: -1px;
  }
  .profile-card-3-books {
    margin-left: -2px;
  }
  .profile-card-1-union__new,
  .profile-card-2-star__new,
  .profile-card-3-book__new {
    width: 20px;
    height: 21px;
    margin-top: 5px;
  }
  .profile-card-1-union__new {
    margin-left: 16px;
  }
  .profile-card-2-star__new {
    margin-left: 30px;
  }
  .profile-card-3-book__new {
    margin-left: 18px;
  }
  .profile-card-1-number,
  .profile-card-2-number,
  .profile-card-3-number {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 200% */
    letter-spacing: 0.2px;
    text-transform: capitalize;
  }
  

/* footer */
.footer {
    width: 100%; /*1440px*/
    height: auto;
    background: #0C0C0E;
    padding-bottom: 20px;
}
.footer__wrapper-top {
    display: flex;
}
.footer__wrapptr-left {
    width: 229px;
    height: 90px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.footer-left-text {
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    text-decoration: none;
}
.footer__list {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 1px;
}
.footer__wrapptr-right {
    width: 149px;
    height: 90px;
    margin: 20px 20px 30px auto;
}
.footer-right-text {
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer__list-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.footer__list-icon:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 1s;
}
.footer-hr {
    width: 97%;
    height: 1px;
    margin-left: 20px;
    margin-right: 20px;
}
.footer__wrapper-bottom {
    display: flex;
    width: 100%;
    height: 20px;
    margin-top: 44px;
    margin-bottom: 44px;
    margin-right: 20px;justify-content: space-between;
}
.footer-bottom-text {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
}
.footer-bottom-text-center {
    margin-left: 63px;
}
.footer-bottom-text:hover,
.footer-left-text:hover {
    color: #b9b9b9;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.7s;
}
.footer-bottom-text-right {
    margin-right: 20px;
}
.year {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    margin-left: 20px;
}