*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
  font-family: 'Unbounded';
}

:root {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  font-family: 'Unbounded';
}

#makeOrderButton2 {
  font-weight: 350;
  background: black;
  border-radius: 32px;
  border: none;
  color: white;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: center;
  vertical-align: center;
  height: 64px;
  position: fixed;
  right: 16px;
  bottom: 18px;
  width: 50%;
  line-height: 64px;
  text-align: center;
}

.main {
  padding: 0px 32px 40px 32px;
  /*    background: red;*/
  margin-bottom: 16px;
  padding-top: 86px;
  width: 80%;
}

.menu {
  padding: 0px 32px 40px 32px;
  /*    background: gray;*/
}

.water {
  padding: 0px 32px 40px 32px;
  /*    background: violet;*/
}

.drink_container {
  display: flex;
}

.price {
  padding: 0px 32px 40px 32px;
  /*    background: green;*/
}

.sale {
  padding: 0px 32px 40px 32px;
  /*    background: lightblue;*/
}

#order {
  padding: 0px 32px 40px 32px;
  /*    background: red;*/
}

#faq {
  padding: 0px 32px 40px 32px;
  /*    background: violet;*/
}

.share {
  padding: 0px 32px 40px 32px;
  /*    background: yellow;*/
}

#logo {
  height: 16px;
  padding-right: 56px;
  cursor: pointer;
}

.h1 {
  font-weight: 350;
  font-size: 3rem;
  line-height: 1.2;
  color: #390099;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.h2 {
  color: #390099;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.h3 {
  color: #390099;
  font-size: 1.5rem;
  font-weight: 350;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.h4 {
  font-weight: 700;
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2C;
  padding-bottom: 32px;
}

.h5 {
  color: #2C2C2C;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 1.2;
  margin-bottom: 8px;
}

.h5-2 {
  color: #2C2C2C;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 8px;
}

.h6 {
  font-weight: 350;
  font-size: .875rem;
  /* 14px */
  margin: 8px 0px;
  text-align: center;
  line-height: 1.15em;
}

.makeOrderButtonWrapper {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
}

#makeOrderButton {
  font-weight: 350;
  background: black;
  border-radius: 32px;
  border: none;
  color: white;
  letter-spacing: -0.05em;
  font-size: 20px;
  width: 100%;
  padding: 16px 0px;
  cursor: pointer;
}

.icon-menu {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.city {
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  font-weight: 350;
  padding: 6px 32px 6px 32px;
}

.photo-container-one {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
}

.photo-round-container {
  overflow: hidden;
  /* margin-left: -5%;
    margin-right: -5%; */
  padding-bottom: 8px;
  margin: auto;
  display: flex;
  max-width: 1200px;
}

.photo-round {
  margin-right: 24px;
  width: 100%;
  height: auto;
}

.photo-container-two {
  display: flex;
  margin-bottom: 8px;
}

.nav-show {
  display: initial;
}

.photo-rect-container {
  margin-right: 8px;
}

.photo-rect {
  width: 100%;
}

.photo-rect-2 {
  width: 100%;
  height: 100%;
}

.form-radio-label {
  margin-left: 8px;
  cursor: pointer;
  font-weight: 350;
  font-size: 14px;
  width: 100%;
}

.form-ration_details {
  margin-bottom: 24px;
}

#form {
  margin: 16px 48px 16px 48px;
  padding: 16px 24px 24px 24px;
  border: 1px solid #390099;
  border-radius: 8px;
  background: beige;
  position: fixed;
  /*  position: initial;*/
  /*для мобильного*/
  right: 0;
  top: 0;
  max-width: 375px;
}

#form .h2 {
  margin-bottom: 12px;
  font-size: 1.6rem;
}

#form .h5-2 {
  margin-bottom: 6px;
}

#form .form-ration_details {
  margin-bottom: 16px;
}

#form .form-control {
  margin-bottom: 16px;
  height: 38px;
}

#form .form-select {
  margin-bottom: 6px;
  height: 38px;
}

#form .form-option {
    margin-bottom: 16px;
}

#form .form-option label {
  margin-left: 4px;
}

#form #makeOrderButton {
    margin-top: 8px;
}

.form-custom-radio {
  display: flex;
  align-items: center;
}

.form-control {
  font-family: 'Inter';
  border: 1px solid gray;
  border-radius: 4px;
  height: 40px;
  padding-left: 12px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 24px;
}

.form-label {
  width: 100%;
}

.form-select {
  font-family: 'Inter';
  height: 40px;
  width: 100%;
  margin-bottom: 8px;
  padding-left: 12px;
  color: royalblue;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 4px;
}

#core {
  max-width: 650px;
  margin: auto;
}

#header {
  display: flex;
  width: 75%;
  top: 0;
  margin: 16px 32px 16px 32px;
}

a {
  text-decoration: none;
  color: #390099;
  font-weight: 400;
  font-size: 14px;
}

p {}

.italic {
  font-style: italic;
}

.underline {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  border-bottom: 2px solid #2C2C2C;
  text-transform: uppercase;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  float: left;
  padding-right: 64px;
  text-decoration: none;
  color: #2C2C2C;
  font-weight: 350;
  font-size: 14px;
  padding-bottom: 8px;
}

.test {
  margin: auto;
  width: 66%;
}

.cool {
  /*  background: red;*/
  height: 55px;
  width: fit-content;
  margin-bottom: 56px;
  margin-right: auto;
  margin-left: auto;

}

.cool2 {
  display: none;
}

.abccc {
  font-weight: 350;
  font-size: 14px;
}

#app {
  max-width: 78%;
}

.menu {
  max-width: 550px;
}

.abc {
  display: flex;
}

.abcc {
  padding-right: 12px;

}

.one {
  color: #BEABDD;
  font-weight: 350;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

.two {
  color: #7C57BC;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

.custom-radio-label {
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Inter';
  margin-left: 4px;
}

.nav-hide {
  display: none;
}

@media screen and (max-width: 1650px) {
  .main {
    padding: 0px 32px 40px 32px;
    /*    background: red;*/
    margin-bottom: 16px;
    padding-top: 86px;
    width: 74%;
  }
}

@media screen and (max-width: 1340px) {
  .main {
    padding: 0px 32px 40px 32px;
    /*    background: red;*/
    margin-bottom: 16px;
    padding-top: 86px;
    width: 70%;
  }

  li {
    padding-right: 32px;
  }
}

@media screen and (max-width: 1200px) {
  #form {
    position: initial;
    margin: 0;
  }

  .main {
    width: 100%;
    padding-top: 16px;
  }

  #app {
    width: 100%;
    margin: auto;
    max-width: initial;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .one {
    font-size: 2.8rem;
  }

  .two {
    font-size: 2.8rem;
  }

  #order {
    padding: 0px 16px 40px 16px;
  }

  #makeOrderButton2 {
    width: 35%;
  }

  li {
    padding-right: 8px;
  }

  #logo {
    padding-right: 28px;
  }

  .photo-round {
    margin-right: initial;
  }
}

@media screen and (max-width: 521px) {
  #image1 {
    display: none
  }

  #image2 {
    display: none
  }

  #navig {
    display: none;
  }

  .cool {
    display: none;
  }

  .cool2 {
    display: inline-block;
  }
}