body {
  background-color: #B1020E;
  font-family: Inconsolata, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.logo {
  display: block;
  margin: 5px auto 10px auto;
  width: 300px;
}
.logo__text {
  text-align: center;
  margin: 0 0 12px;
  font-family: Inter;
  font-size: 22px;
  font-weight: 800;
  color: #FFD700;
}

.hotbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  background-color: #EEAA21;
}
.hotbar__box {
  display: flex;
  align-items: center;
}
.hotbar__btn {
  width: 30px;
  height: 20px;
  padding: 0;
  margin-right: 1em;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.hotbar__icon {
  width: 100%;
  height: 100%;
}
.hotbar__address {
  font-family: Inter;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
}
@media screen and (max-width: 360px) {
  .hotbar__address {
    font-size: 14px;
  }
}
.hotbar__tel {
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 360px) {
  .hotbar__tel {
    font-size: 12px;
  }
}
.hotbar__btn-desktop, .hotbar__icon-desktop, .hotbar__address-desktop, .hotbar__tel-desktop {
  display: none;
}

.map {
  background-image: url(../../images/map-bg-mobile.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-device-pixel-ration: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .map {
    background-image: url(../../images/map-bg-mobile@2x.jpg);
  }
}

.map__title {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: Kadwa;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}

.map {
  padding-top: 45px;
  padding-bottom: 85px;
}
.map__gps {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.menu {
  padding: 25px 20px;
  background-image: url(../../images/main-menu-bg-mobile.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-size: 100% 100%;
}
@media screen and (min-device-pixel-ration: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .menu {
    background-image: url(../../images/main-menu-bg-mobile@2x.jpg);
  }
}

.menu__title {
  text-align: center;
  margin: 0 0 30px;
  font-family: Alegreya;
  font-size: 60px;
  font-weight: 400;
  color: #AF0909;
}

.chapter:not(:last-child) {
  margin-bottom: 15px;
}

.chapter__head {
  display: flex;
  justify-content: space-between;
}
.chapter__name {
  width: 200px;
  padding: 3px 15px;
  border-radius: 50px;
  background-color: #A71112;
}
@media screen and (max-width: 380px) {
  .chapter__name {
    width: 150px;
    font-size: 14px;
  }
}
.chapter__box {
  display: flex;
}
.chapter__title {
  margin: 0;
  font-family: Akshar, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #F0A816;
}
@media screen and (max-width: 380px) {
  .chapter__title {
    font-size: 14px;
  }
}
.chapter__subtitle {
  margin: 0;
  font-family: Akshar;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 380px) {
  .chapter__subtitle {
    font-size: 12px;
  }
}

.price,
.weight {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: 50px;
  background-color: #A71112;
}
.price__text,
.weight__text {
  margin: 0;
  font-family: Aksha, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}

.weight {
  margin-right: 9px;
}

.special-title {
  font-size: 12px;
}
@media screen and (max-width: 380px) {
  .special-title {
    font-size: 10px;
  }
}

.chapter__item:not(:last-child) {
  margin-bottom: 15px;
}

.chapter__text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chapter__text {
  width: 200px;
  margin-left: 15px;
  color: #FFFFFF;
}
@media screen and (max-width: 380px) {
  .chapter__text {
    width: 150px;
  }
}
.chapter__span {
  color: #000000;
}
.chapter__price, .chapter__weight {
  text-align: center;
  font-family: Alegreya;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}
.chapter__weight {
  width: 61px;
  margin-right: 9px;
}
.chapter__price {
  width: 59px;
}

.chapter__img {
  display: block;
  margin: 0 auto;
  width: 188px;
  border-radius: 20px;
}

.special-img {
  width: 135px;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
}

.footer__title {
  margin: 0 0 3px;
  font-family: Akshar;
  font-size: 17.897px;
  font-weight: 400;
  color: #FFFFFF;
}
.footer__text {
  margin: 0;
  font-family: Akshar;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
}

.messenger__text {
  text-align: center;
  margin: 0 0 3px;
  font-family: Akshar;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
}
.messenger__icon {
  display: block;
  margin: 0 auto 3px;
  width: 28px;
  height: 28px;
  fill: #eeaa21;
}
.messenger__icon:hover {
  fill: #FF0002;
  stroke: #FF0002;
}

.nav {
  position: fixed;
  left: -70%;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: scroll;
  padding: 4% 4% 4% 7%;
  transition: transform 250ms ease-in;
  width: 70%;
  height: 100%;
  background-color: #E79516;
}

.nav--active {
  transform: translate(100%);
}

.nav__box {
  width: 100%;
}
.nav__item {
  padding: 3px 25px;
  width: 100%;
  border-radius: 50px;
  background: #A71112;
}
.nav__item:not(:last-child) {
  margin-bottom: 10px;
}
.nav__item:hover {
  background-color: #FFB51F;
}
.nav__title {
  margin: 0;
  font-family: Akshar;
  font-size: 20px;
  font-weight: 400;
  color: #F0A816;
}
.nav__item:hover .nav__title {
  color: #B1020E;
}
.nav__text {
  font-family: Akshar;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #FFFFFF;
}
.nav__item:hover .nav__text {
  color: #000000;
}

.nav__backface {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: end;
  padding: 20px 20px 0 0;
  opacity: 0;
  transition: opacity 250ms ease-in;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
}
.nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.nav__close {
  width: 50px;
  height: 50px;
}
.nav__backface--active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 1440px) {
  .logo {
    width: 676px;
  }
  .logo__text {
    font-size: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .hotbar {
    height: 60px;
    justify-content: space-between;
  }
  .hotbar__btn-desktop {
    display: block;
    width: 40px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .hotbar__icon-desktop {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hotbar__address-desktop {
    display: inline;
    font-family: Inter;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
  }
  .hotbar__tel-desktop {
    display: inline;
    font-family: Jost;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
  }
  .hotbar__box, .hotbar__tel {
    display: none;
  }
}

.map {
  background-image: url(../../images/map-bg-desktop.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-device-pixel-ration: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .map {
    background-image: url(../../images/map-bg-desktop@2x.jpg);
  }
}

@media screen and (min-width: 1440px) {
  .map__gps {
    width: 540px;
    height: 435px;
  }
}

@media screen and (min-width: 1440px) {
  .map__title {
    font-size: 48px;
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .menu {
    padding: 50px 106px 80px;
    background-image: url(../../images/main-menu-bg-desktop.jpg);
  }
}
@media screen and (min-width: 1440px) and (min-device-pixel-ration: 2), screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1440px) and (min-resolution: 192dpi), screen and (min-width: 1440px) and (min-resolution: 2dppx) {
  .menu {
    background-image: url(../../images/main-menu-bg-desktop@2x.jpg);
  }
}

@media screen and (min-width: 1440px) {
  .menu__title {
    font-size: 180px;
    margin-bottom: 134px;
  }
}

@media screen and (min-width: 1440px) {
  .chapter__item:not(:last-child) {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 1440px) {
  .chapter__head {
    margin-bottom: 45px;
  }
  .chapter__name {
    padding: 6px 42px;
    width: 605px;
    border-radius: 150px;
  }
  .chapter__title {
    font-size: 60px;
  }
  .chapter__subtitle {
    font-size: 45px;
  }
  .weight,
  .price {
    width: 186px;
    padding: 26px 27px;
    border-radius: 150px;
  }
  .weight__text,
  .price__text {
    font-size: 60px;
  }
  .weight {
    margin-right: 27px;
  }
  .special-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .chapter__item:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .chapter__text {
    font-size: 45px;
    width: 605px;
  }
  .chapter__weight, .chapter__price {
    font-size: 60px;
    width: 186px;
  }
  .chapter__weight {
    margin-right: 27px;
  }
}
@media screen and (min-width: 1440px) {
  .chapter__img {
    width: 564px;
    border-radius: 60px;
  }
  .special {
    width: 380px;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding: 71px 0;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1440px) {
  .footer__title {
    font-size: 50px;
  }
  .footer__text {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .messenger__text {
    font-size: 50px;
  }
  .messenger__text:not(:last-child) {
    margin-bottom: 10px;
  }
  .messenger__icon {
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .nav__item {
    padding: 9px 75px;
    border-radius: 150px;
  }
  .nav__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .nav__title {
    font-size: 60px;
  }
  .nav__text {
    font-size: 45px;
  }
}

@media screen and (min-width: 1440px) {
  .nav__btn {
    width: 110px;
    height: 110px;
  }
  .nav__close {
    width: 110px;
    height: 110px;
  }
}/*# sourceMappingURL=main-menu.css.map */