@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@500;600;700&family=Montserrat:wght@700&family=Oswald:wght@500&family=Raleway:ital,wght@0,300;0,500;0,600;1,100&family=Rubik:wght@300;400;500&display=swap");
/*font-family: 'Cormorant Unicase', serif;
font-family: 'Rubik', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Lora', serif;
*/

* {
  box-sizing: border-box;
}
.hamburger-menu input {
  display: none;
}
.header {
  background-color: #004281;
  display: grid;
  max-width: 100vw;
  grid-template-columns: 1fr 164px 1fr;
  grid-template-rows: 80px;
  max-height: 100px;
}

.phone,
.menu__link,
.header__call-link,
.footer__mode {
  color: #ffff;
}
.menu__link {
  text-decoration: none;
}
a:-webkit-any(link) {
  cursor: pointer;
}

.menu__list-header {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.menu,
.header__contacts,
.menu__item-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-self: center;
}
.menu__item-header {
  margin-right: 10px;
}
.menu__item,
.footer__mode {
  font-family: "Raleway", sans-serif;
}
.header__contacts,
.phone {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
}
.header__call-link {
  font-family: "Montserrat", sans-serif;
}
.social__pic {
  margin-right: 5px;
}
.container__breadcrumbs {
  display: flex;
  justify-content: center;
}

.hamburger-menu input {
  display: none;
}

.breadcrumbs {
  display: flex;
  list-style: none;
  font-family: "Raleway", sans-serif;
  margin: 150px 0px 50px 0px;
  width: 80vw;
}

.breadcrumbs__item1 ::after {
  content: ">";
  margin: 5px;
}

.breadcrumbs__item-link {
  color: #505050;
  text-decoration: none;
}
.breadcrumbs__item-link--active {
  color: #000;
}

.main {
  background: #e5e5e5;
}

.container {
  display: flex;
  justify-content: center;
}
.room {
  width: 80vw;
  display: grid;
  grid-column: 1fr 1fr;
  grid-template-areas: "pic card";
  gap: 5vw;
  justify-items: center;
}
.roomcard {
  grid-area: card;
}

.room__pic-top {
  background-color: #ffc03b;
  color: #ffff;
  display: inline;
  padding: 5px 10px;
  z-index: 2;
  position: absolute;
  text-align: center;
}
.room__pic {
  width: 35vw;
}
.room__pic-main {
  width: 35vw;
  position: relative;
  margin-bottom: 10px;
}
.container__pic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.room__title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: x-large;
}
.room__description {
  font-family: "Raleway", sans-serif;
  margin: 1rem 0;
}
.items {
  list-style: square url(/assets/images/checkmark.png) inside;
  color: #545454;
}
.items__li {
  margin: 5px;
  font-size: large;
}
.room__list {
  display: flex;
  justify-content: center;
  min-width: fit-content;
  flex-wrap: wrap;
  background-color: #ffff;
  margin-bottom: 20px;
  padding: 5px 20px 0 0;
}
.room__marker {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}
.room__marker-passive {
  color: #545454;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}
.room__marker-number,
.room__marker-price {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.room__marker-price {
  font-weight: 500;
  font-size: larger;
}
.room__marker-free--active {
  color: #01c839;
}
.btn {
  background-color: inherit;
  border-color: #4c65ad;
  border: solid 1px;
  color: #4c65ad;
  font-family: "Raleway", sans-serif;
  padding: 10px 30px;
}
.btn:hover {
  background-color: #4c65ad;
  border-color: #ffff;
  color: #ffff;
  cursor: pointer;
}
.main__description {
  display: grid;
  margin-top: 50px;
  justify-items: center;
  width: 96.5vw;
  max-width: 96.5vw;
}
.description__buttons {
  box-sizing: border-box;
  width: 98%;
  border-top: 1px solid rgb(194, 193, 193);
  border-bottom: 1px solid rgb(194, 193, 193);
  margin-bottom: 30px;
  margin-top: 20px;
  max-width: 98.5vw;
}
.description__button {
  background-color: inherit;
  color: #545454;
  font-family: "Raleway", sans-serif;
  border: none;
  padding: 10px 30px;
  margin-right: 10px;
}
.description__button-button1 {
  margin-left: 10vw;
}
.description__button:focus,
.description__button:hover {
  background-color: #4c65ad;
  color: #ffff;
}

.description__button-content {
  width: 80vw;
  margin-top: 10px;
  color: #515151;
  font-family: "Raleway", sans-serif;
}
.main__title {
  color: #4c65ad;
  font-family: "Cormorant Unicase", serif;
  font-size: xx-large;
  margin: 50px 0 20px 0;
}
.container__roomcards {
  width: 80vw;
  display: flex;
  justify-content: space-between;
}
.container__roomcards-margin {
  margin-bottom: 100px;
}
.roomcard-mini {
  display: grid;
  width: 25vw;
  background-color: #ffff;
  padding: 10px;
  margin: 30px 10px 0 0;
}

.roomcard__pic-mini {
  display: flex;
  justify-content: center;
}
.roomcard__pic-mini img {
  max-width: 100%;
}

.container__mini-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.container__marker-minik {
  margin-top: 24px;
  padding-left: 20px;
}
.room__items-mini {
  padding: 0;
  width: 45%;
  border-right: 1px solid rgb(194, 193, 193);
}
.container__mini-btn {
  display: flex;
  justify-content: space-between;
}
.container__marker-minibtn {
  margin-right: 20px;
}
.room__marker-passive--mini {
  width: 47%;
}
.footer {
  background-color: #004281;
  display: grid;
  max-width: 100vw;
  grid-template-columns: 2fr 1fr 1fr;
  max-height: 200px;
  grid-template-areas: "nav btn contacts";
}
.menu__list-footer {
  grid-area: nav;
  display: flex;
  justify-content: space-around;
  align-content: center;
}
.menu__item-footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 10px;
}
.container__footer-btn {
  grid-area: btn;
  display: flex;
  align-content: center;
}
.footer__btn {
  background-color: inherit;
  border-color: #ffff;
  border: solid 1px;
  color: #ffff;
  font-family: "Raleway", sans-serif;
  padding: 10px 20px;
  margin: 20px;
}
.footer__btn:hover {
  background-color: #fff;
  color: #004281;
}
.footer__contacts {
  grid-area: contacts;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__mode {
  margin-bottom: 10px;
}
.footer__phone {
  font-size: x-large;
}
.footer__social {
  margin-right: 20px;
}

@media (min-width: 1100px) and (max-width: 1440px) {
  .breadcrumbs {
    display: flex;
    list-style: none;
    font-family: "Raleway", sans-serif;
    margin: 150px 0px 50px 0px;
    width: 95vw;
  }
  .room {
    width: 95vw;
    gap: 2vw;
  }
  .container__roomcards {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .roomcard-mini {
    display: grid;
    width: 27vw;
    background-color: #ffff;
    padding: 10px;
    margin: 30px 10px 0 0;
  }

  .main__title {
    font-size: 40pt;
  }
  .phone1,
  .room__pic-mini1 {
    display: none;
  }
  .menu__item-header {
    margin-right: 7px;
  }
}
@media (min-width: 769px) and (max-width: 1099px) {
  .breadcrumbs {
    display: flex;
    margin: 150px 0px 50px 0px;
    width: 95vw;
  }
  .room {
    width: 95vw;
    gap: 2vw;
  }
  .items__li {
    margin: 1px;
    font-size: small;
  }
  .room__list {
    padding: 5px 10px 0 0;
  }
  .container__roomcards {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .roomcard-mini {
    display: grid;
    width: 50vw;
    max-width: 475px;
  }

  .main__title {
    font-size: 40pt;
  }
  .phone2,
  .phone1,
  .container__footer-btn,
  .footer__btn {
    display: none;
  }

  .menu__list-footer {
    width: 60vw;
    margin: 0;
  }
  .footer__contacts {
    width: 40vw;
    padding-left: 30px;
  }

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__list-header {
    visibility: visible;
    left: 0;
  }

  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;

    width: 26px;
    height: 26px;

    cursor: pointer;
    z-index: 1;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: #fff;

    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }

  .menu__list-header {
    visibility: hidden;
    display: block;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 5;
    width: 210px;
    max-height: 100vh;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background-color: #004381a9;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s;
  }

  .menu__link-header {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: 0s;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__list-header {
    visibility: visible;
    left: 0;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    transition-duration: 0.25s;
  }
  .menu__list-header {
    transition-duration: 0.25s;
  }
  .menu__link-header {
    transition-duration: 0s;
  }
  .room__pic-mini {
    min-width: 45%;
    margin: 3px;
  }
}
@media (max-width: 768px) {
  .phone1,
  .phone2,
  .social-header,
  .header__logo,
  .container__footer-btn,
  .footer__btn,
  .menu__list-footer,
  .menu__item-footer,
  .menu__link-footer,
  .footer ul,
  .room__pic-mini {
    display: none;
  }
  .breadcrumbs {
    display: flex;
    margin: 30px 0px 50px 50px;
    width: 95vw;
  }
  .room {
    width: 80vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .room__marker {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr;
  }
  .room__pic-main {
    min-width: 80vw;
    width: 80vw;
  }

  .items {
    list-style: square url(/assets/images/checkmark.png) inside;
    color: #545454;
  }
  .items__li {
    margin: 0;
    font-size: smaller;
  }
  .room__list {
    padding: 5px 10px 0 0;
  }

  .main__description {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
    width: 98.5vw;
  }
  .description__buttons {
    margin-bottom: 30px;
    border: none;

    margin-top: 20px;
  }
  .description__button {
    border: 1px solid rgb(194, 193, 193);
    background-color: inherit;
    max-width: 200px;
    color: #545454;
    font-family: "Raleway", sans-serif;
    padding: 5px 10px;
    margin-right: 5px;
    justify-self: center;
  }
  .description__button-button1 {
    margin: 0;
  }
  .description__button:focus,
  .description__button:hover {
    background-color: #4c65ad;
    color: #ffff;
  }

  .description__button-content {
    width: 80vw;
    margin-top: 10px;
    color: #515151;
    font-family: "Raleway", sans-serif;
  }

  .container__roomcards {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .roomcard-mini {
    display: grid;
    width: 90vw;
    margin: 30px;
    max-width: 475px;
  }

  .main__title {
    font-size: 25pt;
  }

  .footer {
    background-color: #004281;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "contacts";
    max-width: 100vw;
  }
  .footer__contacts {
    min-width: 100vw;
    max-width: 100vw;
    align-self: center;
    padding: 10px;
  }
  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__list-header {
    visibility: visible;
    left: 0;
  }

  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: #fff;

    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }

  .menu__list-header {
    visibility: hidden;
    display: block;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 5;
    width: 210px;
    max-height: 100vh;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background-color: #004381af;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s;
  }

  .menu__link-header {
    display: block;
    padding: 12px 24px;

    color: #fff;
    font-size: 20px;
    font-weight: 400;

    text-decoration: none;

    transition-duration: 0s;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__list-header {
    visibility: visible;
    left: 0;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    transition-duration: 0.25s;
  }
  .menu__list-header {
    transition-duration: 0.25s;
  }
  .menu__link-header {
    transition-duration: 0s;
  }
}
