*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
  
}

@font-face {
  font-family: Forum;
  src: url(./assets/Forum.zip);
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.container{
max-width: 1440px;
  margin: 0 auto;
}
.body-wraper{
/* overflow: hidden; */
width: 100%;
position: relative;
}
.header-container{
display: flex;
align-items: center;
justify-content: space-between;
}

body {
margin: 0;
padding: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 0; padding: 0; width: 100%; max-width: 100%; overflow-x: hidden;
}


main{
flex: 1 1 auto;
}
.header {
background-color: #0C0C0E;
}
.header-left{
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.header-right{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
html {
  height:100%;
  scroll-behavior: smooth;
  /* overflow-x: hidden */
}
.nav-list  {
  display: flex;
  gap: 30px;
  margin-top: 1px;
  list-style: none;
}
a{
  color: #FFFFFF;
  font-weight: 100;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 1px;
  cursor: pointer
}
a:hover {
  color: #bb945f;
}
h1 {
  font-size: 29px;
  font-family: 'Forum', cursive;
  letter-spacing: 1px;
  color: #FFFFFF;
  line-height: 50px;
  font-weight: normal;
}
.icon-profile {
  display: flex;
  cursor: pointer;
  padding-left: 40px;
  z-index: 2;
}

h1:hover{
  cursor: pointer;
}

#welcome {
  max-height: 600px;
  background-image: url(./assets/Welcome.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 100vh;
}
.welcome-text{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  top: 220px;
  width: 600px;
  height: 220px;
  background-color: #0C0C0E;
}
.welcome-text-welcome{
  font-size: 40px;
  font-family: 'Forum', cursive;
  letter-spacing: 3px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
}
.wel {
  position: relative;
  right: 5px;
}
h2{
  font-weight: 200;
  font-family: 'Forum', cursive;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #0C0C0E;
}
hr{
  width: 50px;
  height: 1px;
  background-color: #0C0C0E;
  border: none;
  margin-top: 20px;
  margin-left: 695px;
}
.section-tittle {
  display: block;
  text-align: center;
  padding-top: 20px;
  position: relative;
  left: 1px;
}
.subtittle-about{
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-top: 40px;
  text-align: center;
  position: relative;
  letter-spacing: 0px;
  word-spacing: 3px;
}

.subtittle-favorites{
  font-size: 20px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: black;
  margin-left: 23px;
  margin-top: 42px;
}
.section-favorites{
  position: relative;
  margin-top: 36px;
}
.seasons {
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 2;
  display: flex;
  width: 718px;
  height: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  
}
.season{
  align-items: center;
}
.real-input{
  display: none;
}
.input-label{
  display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    margin-left: 20px;
    gap: 20px;

}
 .custom-input {
  display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #fff;
    margin-right: 5px;
}


.real-input:checked + .input-label .custom-input {
  background-color: #000;
  background-image: radial-gradient(circle, #000 0%, #000 50%, #fff 50%);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.real-input:checked + .input-label{
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.favorites-item{ 
  display: grid;
  grid-template-columns: 590px 590px;
  justify-content: space-between;
  row-gap: 40px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  /* animation: fadeOut 3s; */
}
/* .favorites-items{
  display: none;
} */
.favorites-items{
  display: none;
}
.favorites-items.out {
  display: block;
  animation: fadeOut 3s;
}
 .favorites-items.is-active{
  /* opacity: 1;
  visibility: visible;  */
  display: block;
  animation:  fadeIn 3s;
} 
.border-book {
  position: relative;
  max-width: 550px;
  width: 100%;
  height: 555px;
  border: 1px solid #000000;
  padding: 15px 20px;
}
.staff-tittle {
  white-space: nowrap;
  font-size: 20px;
  font-family: 'Forum', cursive;
  letter-spacing: 2px;
  color: black;
  line-height: 40px;
  margin-top: -2px;
  
 
}
.staff-line { 
 position: relative;
 bottom: 14px;
}
.name-book {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
  letter-spacing: 2px;
  color: #000000;
 margin-top: 2px;
 word-spacing: 0px;
}
.subname-book{
  width: 355px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
  letter-spacing: 2px;
  color: #000000;
  text-transform: capitalize;
  margin-top: 20px;
  word-spacing: 3px;
}

.button{
  display: block;
  width: 75px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #0C0C0E;
  border-radius: 2px;
  padding: 27px, 9px;
  user-select: none;
  line-height: auto;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
  color: #0C0C0E;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  bottom: 15px;
}
.button:hover{
  background-color: #bb945f;
}
.button-own{
  display: inline-block;
  width: 75px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #bb945f;
  border-radius: 2px;
  padding: 27px, 9px;
  user-select: none;
  line-height: auto;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
  color: #bb945f;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
 }
 .subtittle-coffeeshop{
  font-size: 20px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
  letter-spacing: 2px;
  color: #000000;
  text-align: center;
  word-spacing: 3px;
  margin-top: 42px;
  padding-left: 20px;
  padding-right: 20px;
}
.name-menu{
  font-family: 'Forum', cursive;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #bb945f; 
}
.name-menu-item{
  width: 196px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
  letter-spacing: 2px;
  color: #000000;
}
.cost{
  font-size: 20px;
  font-family: 'Forum', cursive;
  letter-spacing: 2px;
  color: black;
  line-height: 40px;
}
.menu-line{
  width: 100px;
  height: 1px;
  border: none;
  color: #bb945f;
  background-color: #bb945f;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.menu-item{
  display: flex;
  width: 438px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-top: 40px;
}
.tea{
  display: flex;
  flex-direction: column;
  
}
.dessert{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  
}
.menu{
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}
.name-menu-dessert{
  display: flex;
  box-sizing: border-box;
  justify-content: end;
  width: 210px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
  letter-spacing: 2px;
  color: #000000;
  margin-left: -20px;
}
#coffeeshop{
  margin-top: 38px;
}
.tittle-text-info{
font-size: 20px;
font-weight: 700;
font-family: 'Inter', sans-serif;
line-height: 40px;
letter-spacing: 2px;
}
.phone{
font-size: 20px;
font-weight: 400;
font-family: 'Inter', sans-serif;
line-height: 40px;
letter-spacing: 2px;
padding-top: 20px;
color: #000000;
}
.phone-info{
display: flex;
flex-direction: column;
width: 503px;
height: 160px;
margin-top: 20px;
}
.senior-staff {
display: flex;
flex-direction: column;
width: 351px;
height: 100px;
justify-content: flex-start;
margin-top: 60px;
}
.contacts-info{
display: flex;
justify-content: space-between;
margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}
#contacts{
margin-top: 38px;
overflow-y: hidden;
overflow-x: hidden;
}
.text-info{
margin-top: 2px;
}
.telephone{
text-decoration: none;
font-size: 20px;
font-weight: 400;
font-family: 'Inter', sans-serif;
line-height: 40px;
letter-spacing: 2px;
padding-top: 20px;
color: #000000;
}
.mail {
font-size: 20px;
font-weight: 700;
font-family: 'Inter', sans-serif;
line-height: 40px;
letter-spacing: 2px;
padding-top: 20px;
color: #000000;
}
.tittle-card{
font-size: 30px;
font-weight: 400;
font-family: 'Inter', sans-serif;
line-height: auto;
letter-spacing: 2%;
color: #000000;
margin-top: 40px;
}
.white-bg{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
width: 600px;
height: 387px;
border: 3px solid #bb945f;
margin-top: 30px;
}
.gold-bg{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 560px;
height: 272px;
background-color: #bb945f;
margin-top: 17px;
}
.name-card{
font-size: 30px;
font-weight: 400;
font-family: 'Forum', cursive;
line-height: 50px;
letter-spacing: 2%;
color: #000000;
margin-top: 20px;
margin-left: 20px;
}
.find-card{
display: flex;
flex-direction: column;
align-items: center;
margin-left: 21px;
}
.gold-bg input{
width: 520px;
height: 66px;
border: none;
border-radius: 10px;
background-color: #FFFFFF;
color: #8E8E8E;
font-size: 30px;
font-weight: 400;
font-family: 'Forum', cursive;
line-height: 50px;
letter-spacing: 2%;
padding-left: 20px;
}
form{
margin-bottom: 25px;
margin-left: 20px;
}
.input-text{
margin-bottom: 25px;
margin-top: 20px;
}
.check{
width: 242px;
height: 44px;
border-radius: 2px;
border: 1px solid #0C0C0E;
background-color: #FFFFFF;
font-size: 20px;
font-weight: 700;
font-family: 'Inter', sans-serif;
line-height: auto;
letter-spacing: 1px;
margin-bottom: 27px;
transition: 0,2s;
margin-top: 45px;
margin-left: 138px;

}
.check:hover{
background-color: #bb945f;
}
.sign{
width: 75px;
height: 30px;
border-radius: 2px;
background-color: #FFFFFF;
border: 1px solid #0C0C0E;
font-size: 10px;
font-weight: 700;
font-family: 'Inter', sans-serif;
line-height: auto;
letter-spacing: 1px;
transition: 0.2s;
}
.sign:hover{
background-color: #bb945f;
}
.tittle-get{
font-size: 30px;
font-weight: 400;
font-family: 'Forum', cursive;
line-height: auto;
letter-spacing: 2%;
color: #000000;
}
.subtittle-get{
font-size: 20px;
font-weight: 400;
font-family: 'Inter', sans-serif;
line-height: 40px;
letter-spacing: 2%;
text-align: end;
margin-top: 35px;
width: 430px;
}
.buttons-get{
display: flex;
width: 170px;
justify-content: space-between;
margin-top: 34px;
position: relative;
left: 1px;
}
.get-card{
display: flex;
flex-direction: column;
align-items: end;
margin-top: 40px;
margin-right: 20px;
width: 456px;
}
.library-card{
display: flex;
justify-content: space-between;
}
#librarycard{
margin-top: 38px;
}
.footer {
background-color: #0C0C0E;
color: #FFFFFF;
margin-top: 40px;
}
.footer-container{
padding-left: 20px;
padding-right: 20px;
padding-bottom: 1px;
}

.footer-top {
padding: 20px 0 30px;
display: flex;
flex-direction: column;
gap: 10px;
}
.footer-top-row {
font-size: 15px;
line-height: 20px;
letter-spacing: 0px;
font-family: 'Inter', sans-serif;
display: flex;
justify-content: space-between;
align-items: center;

}
.adress{
font-size: 15px;
line-height: 20px;
letter-spacing: 0px;
font-family: 'Inter', sans-serif;
}
.footer-top-row img {
width: 24px;
height: 24px;
margin-right: 15px;
cursor: pointer;
}
.footer-top-row-right {
text-align: right;
}
.footer-top-row-right-t{
font-size: 15px;
line-height: 20px;
letter-spacing: 0px;
font-family: 'Inter', sans-serif;
text-align: right;
margin-top: -10px;
}
.footer-top-social {
list-style: none;
color: #FFFFFF;
margin-top: 0px;
display: flex;
}
.year{
font-size: 22px;
font-weight: 100;
line-height: 20px;
letter-spacing: 2px;
font-family: 'Inter', sans-serif;
}
.footer-line {
width: 100%;
height: 1px;
background-color: #FFFFFF;
margin-top: -10px;
}
.footer-rss {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 30px;
margin-bottom: 30px;

}


#sat{
margin-bottom: 10px;
}
.adaptive{
display: none;
}
.icon-right{
display: none;
}
.icon-left{
display: none;
}
.subtittle-coffeeshop{
padding-left: 20px;
padding-right: 20px;
}
.book-img {
position: absolute;
bottom: -1px;
right: -40px;
width: 200px;
height: 300px;
}
.header__burger-btn{
display: none;
position: relative;
margin-top: 2px;
  width: 45px;
  height: 20px;
  background-color: transparent ;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.header__burger-btn span{
display: block;
position: absolute;
width: 45px;
height: 2px;
background-color: #fff;
transition: background-color .3s, opacity .3s, transform .5s;
will-change: transform;
}
.header__burger-btn span:nth-child(1){
transform: translateY(-10px);
}
.header__burger-btn span:nth-child(2){
transform: translateY(0px);
}
.header__burger-btn span:nth-child(3){
transform: translateY(10px);
}
.header.open .header__burger-btn span:nth-child(1){
transform: translateY(0px) rotate(45deg);
}
.header.open .header__burger-btn span:nth-child(2){
opacity: 0;
}
.header.open .header__burger-btn span:nth-child(3){
transform: translateY(0px) rotate(-45deg);
}
.smallmap{
display: none;
}
.wrapper-carousel .carousel{
  font-size: 0px;
  white-space: nowrap;
}
.wrapper-carousel {
  max-width: 1440px;
  
}
.carousel{
  cursor: pointer;
  margin-left: 19px;
  margin-right: 19px;
}
.carousel img{
 margin-top: 19px;
 
}
.carousel img:first-child{
  margin-left: 0px;
}
.swiper-pagination-bullet-active{
  background-color: #bb945f;
  width: 16px;
  height: 16px;
}
.swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  opacity: initial;
}
.swiper-pagination{
  position: initial;
  margin-top: 40px;
}

.arrow-left{
  display: none;
}
.arrow-right{
  display: none;
}
.icon-register{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3;
}
.icon-register.open{
  display: block
}
.icon-register-body{
  display: flex;
  width: 100%;
  height: 100%;
}
.icon-register-container{
  position: relative;
  background-color: white;
  cursor: pointer;
  width: 80px;
  height: 115px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.icon-register-content{
  position: absolute;
  right: 20px;
  top: 60px;
}
.hr-header{
  background-color: #bb945f;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.icon-register-profile{
  padding-top: 5px;
  font-weight: bold;
}
.icon-register-register{
  margin-top: 5px;
}
.icon-register-login{
  margin-bottom: 5px;
}
.pop_up{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
.pop_up.open{
  display: block;
}
.pop_up_container{
  display: flex;
  width: 100%;
  height: 100%;
}
.pop_up_body{
  position: relative;
  margin: auto;
  width: 250px;
  height: 382px;
  background-color: white;
  text-align: center;
  padding: 20px 25px;
  font-size: 20px;
  font-family: 'Forum';
  line-height: 20px;
  letter-spacing: 2%;
  color: #000000;
}
.pop_up_body form{
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  text-align: start;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 10px;
}
.pop_up_body form p{
  padding: 10px 0;
}
.input-register-field{
  width: 200px;
  height: 20px;
  border: 1px solid #bb945f;
}

.pop_up_sign{
  margin-top: 20px;
  margin-bottom: 5px;
}
.pop_up_text{
  display: flex;
  flex-direction: row;
  font-size: 10px;
  line-height: auto;
  font-family: 'Inter', sans-serif;
}
.pop_up_login{
  font-weight: bold;
  letter-spacing: 1px;
  color: #0C0C0E;
  padding-left: 16px;
  text-decoration: underline;
}
.pop_up_close{
  position: absolute;
  top: 13px;
  right: 13px;
}
.error .input-register-field{
  border: 1px solid red;
}

/* LOGIN WINDOW */

.pop_up_login_window{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
.pop_up_login_window.open{
  display: block;
}
.pop_up_container_login{
  display: flex;
  width: 100%;
  height: 100%;
}
.pop_up_body_login{
  position: relative;
  margin: auto;
  width: 250px;
  height: 262px;
  background-color: white;
  text-align: center;
  padding: 20px 25px;
  font-size: 20px;
  font-family: 'Forum';
  line-height: 20px;
  letter-spacing: 2%;
  color: #000000;
}
.pop_up_body_login form{
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  text-align: start;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 10px;
}
.pop_up_body_login form p{
  padding: 10px 0;
}
#pop_up_login_btn{
  margin-top: 20px;
  margin-bottom: 5px;
}




.icon-profile.close {
  display: none;
}
.new-icon-profile{
  cursor: pointer;
  margin-left: 40px;
  z-index: 2;
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  display: none;
}
.new-icon-profile.open{
  display: flex;
}
.new-icon-profile-text{
  margin: auto auto;
}
#icon-register-profile{
  font-size: 13px;
}
@media (max-width: 1425px){
  .wrapper-carousel {
    max-width: 614px;
  }
  .carousel img:first-child {
    margin-left: 63px;
  }
  .arrow-left{
    display: flex;
    color: #000000;
    cursor: pointer;
}
.arrow-right{
  display: flex;
  color: #000000;
  cursor: pointer;
}
.arrow-left{
    display: flex;
    color: #000000;
    cursor: pointer;
}
 .swiper-button-prev:after{
  font-size: 12px;
  margin-right: 40px;
}
.swiper-button-next:after{
  font-size: 12px;
}
.swiper-button-next{
  left: 588px;
  margin-top: -14px;
}
.swiper-button-prev{
  left: 18px;
  margin-top: -14px;
}
.swiper-pagination{
  position: initial;
  margin-top: 26px;
}
}

@media (max-width: 1440px) {
.section {
  width: 100%;
  /* overflow-x: hidden; */
  .burger{
    display: none;
  }
}
hr{
  display: block;
  justify-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
}
@media(max-width: 1400px){
.statue{
  display: none;
}
.booksimg{
  display: none;
}
.img-about{
  display: flex;
  justify-content: center;
}
.icon-img-about{
  display: block;
  flex-direction: row;
  align-items: center;
}
.pagination{
  width: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.adaptive{
  display: flex;
}
}
@media(max-width: 1230px){
.border-book{
  margin-top: 0;
  margin-right: 40px;
}
.favorites-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts-info{
  flex-direction: column;
}
.text-info{
  margin-bottom: 100px;
}
.img-contacts{
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: -4px;
}
}
@media (max-width: 1024px) {
.icon-register{
  right: 85px;
}
.section {
  width: 100%;
}
.nav{
  position: fixed;
  right: -332px;
  top: 0;
  width: 332px;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #000000;
  visibility: hidden;
  transition: transform .5s, visibility .5s;
  z-index: 1;
}
.new-icon-profile{
  margin-right: 40px;
}

.header.open .nav{
  transform: translateX(-100%);
  visibility: visible;
}
.nav-list{
  display: block;
}
.nav-link{
  list-style-type: none;
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 100;
  padding: 15px;
  gap: 0;
}

.header__burger-btn{
  display: block;
}
.header-icons{
  display: flex;
}
.icon-profile{
  padding-right: 40px;
}

hr{
  display: block;
  justify-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
.statue{
  display: none;
}
.booksimg{
  display: none;
}
.subtittle-about{
  padding-left: 20px;
  padding-right: 20px;
}
.img-about{
  display: flex;
  justify-content: center;
}
.icon-left{
  display: flex;
  width: 25px;
  margin-right: 58px;
  margin-top: 40px;
  cursor: pointer;
}
.icon-right{
  display: flex;
  margin-left: 58px;
  margin-top: 40px;
  cursor: pointer;
}
.icon-img-about{
  display: block;
  flex-direction: row;
  align-items: center;
}
.pagination{
  width: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.adaptive{
  display: flex;
}
.section-favorites{
  margin-top: 35px;
}

.border-book{
  margin-top: 0;
  margin-right: 40px;
}
.favorites-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu{
  flex-direction: column;
}
.dessert{
  margin-top: 40px;
}
.contacts-info{
  flex-direction: column;
}
.text-info{
  margin-bottom: 100px;
}
.img-contacts{
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: -4px;
}
.library-card{
  flex-direction: column;
}
.get-card{
  margin: 0 auto;
  margin-top: 20px;
  align-items: center;
  width: 650px;
}
.new-get-card{
  margin: 0 auto;
  margin-top: 20px;
  align-items: center;
  width: 650px;
}
.tittle-get{
  margin-top: 2px;
}
.subtittle-get{
 padding: 0;
 margin-left: 84px;
 margin-right: 84px;
 text-align: center;
 margin-top: 41px;
 letter-spacing: 4%;
 width: 500px;
}
.tittle-card{
  text-align: center;
  word-spacing: 5px;
  padding-right: 14px;
  
}
.white-bg{
  margin-right: 20px;
}
.buttons-get{
  margin-top: 40px;
}

}
@media (max-width: 768px) {

}
@media (max-width: 750px){
.seasons{
  width: 600px;
}
.smallmap{
  display: block;
  margin: 0 auto;
}
.img-contacts{
  display: none;
}
}
@media (max-width: 640px) {
.section {
  width: 100%;
}
}
