ul {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
  color: aliceblue;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.summary_link {
  padding-left: 40px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
}

.summary_link a:hover {
  color: aquamarine;
  font-size: 26px;
}

/* //////////////////////////  */
.backdrop {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_close {
  right: 7px;
  top: 0px;
  position: absolute;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 12px;
}

.modal {
  position: absolute;
  width: 530px;
  min-height: 600px;
  background-color: rgb(190, 223, 227);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input {
  font-family: "Montserrat";
  width: 300px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 113px;
  align-items: center;
  border: 1px solid rgba(10, 191, 173, 0.278);
  outline: none;
}

.singin {
  font-family: "Montserrat";
  width: 300px;
  height: 40px;
  /* margin-bottom: 20px; */
  margin-left: 113px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  align-items: center;
  background-color: rgb(29, 116, 108);
  color: aliceblue;
  border: 1px solid rgba(10, 191, 173, 0.278);
  outline: none;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 50px;
}

.input::-moz-placeholder {
  padding-left: 12px;
}

.input::placeholder {
  padding-left: 12px;
}

.input_title {
  font-family: "Montserrat";
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 45.25px;
  color: rgb(59, 129, 132);
}

.input_title_p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin: auto;
  width: 274px;
  height: 58px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
}

/*///////////////////////*/
.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
}


.header {
  width: 1600px;
  margin: auto;
}

.container {
  width: 1600px;
  display: flex;
  align-items: baseline;
  /* margin-right: 50px;
  margin-left: 50px; */
  background: rgb(0, 2, 10);
  background: linear-gradient(90deg, rgb(0, 2, 10) 0%, rgb(59, 168, 141) 41%, rgb(119, 196, 207) 52%, rgb(29, 155, 165) 65%, rgb(28, 1, 1) 100%);
}

.block {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.block_list {
  width: 210px;
}

.wrapper {
  margin-bottom: 90px;
}

.logo {
  padding: 20px;
  color: rgba(206, 206, 218, 0.634);
  font-family: Rubik Burned;
  font-size: 50px;
  font-weight: 500px;
  margin-bottom: 0 auto;
}

.navigation {
  display: flex;
  align-items: baseline;
}

.nav {
  display: flex;
  margin-left: 80px;
}

.list {
  padding-bottom: 1px;
  margin-right: 20px;
  box-shadow: 3px 10px 10px rgb(0, 1, 1);
}

.item:hover {
  color: black;
  font-family: Raleway;
  background-color: aliceblue;
  border-radius: 6px;
  border: 1px solid rgb(23, 126, 132);
}

.item {
  font-weight: 100px;
  font-family: Rampart One;
  text-decoration: none;
  color: rgb(240, 229, 229);
  font-size: 28px;
  line-height: 1.17;
  letter-spacing: 0.02em;
  text-shadow: 3px 5px 6px rgb(18, 17, 17);
}

.navigation_header {
  display: flex;
  margin-left: 90px;
}

.adres_nav {
  display: flex;
  justify-content: flex-end;
}

.address {
  fill: aliceblue;
  color: aliceblue;
  font-weight: lighter;
  font-size: large;
}

.address:hover {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  fill: black;
  color: black;
  padding: 5px;
  background-color: aliceblue;
  border-radius: 6px;
  border: 1px solid rgb(23, 126, 132);
}

.header_icon_phone {
  margin-right: 5px;
}

.section {
  width: 1600px;
  /* background: linear-gradient(90deg, rgba(0, 2, 10, 1) 0%, rgba(59, 168, 141, 1) 41%, rgba(119, 196, 207, 1) 52%, rgba(29, 155, 165, 1) 65%, rgba(28, 1, 1, 1) 100%); */
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 90px;
}

.title_hero {
  font-size: 47px;
  font-family: Rubik Moonrocks;
  text-shadow: 1px 2px 1px rgba(239, 243, 246, 0.818);
  line-height: 1.3428571429;
  letter-spacing: 3%;
  font-weight: 700;
  text-align: center;
  padding-top: 100px;
  margin: 0 auto;
  color: #090909;
  width: 1090px;
}

.title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  padding: 40px;
  margin: 0 auto;
  color: #090909;
}

.main {
  width: 1600px;
  margin: auto;
}

.content {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.content_list {
  padding: 15px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: bold;
}

.content_list_text {
  font-size: 25px;
  text-shadow: 1px 1px 1px rgba(108, 147, 177, 0.818);
}

.text {
  /* margin: 0; */
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.wrap_content {
  width: 300px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
}

.section_content {
  /* color: beige; */
  margin-top: 50px;
  margin-bottom: 0;
}

.section_hero {
  min-height: 400px;
  background: linear-gradient(90deg, rgb(0, 2, 10) 0%, rgb(59, 168, 141) 41%, rgb(119, 196, 207) 52%, rgb(29, 155, 165) 65%, rgb(28, 1, 1) 100%);
}

.sum_menu {
  font-weight: 800;
  font-size: 34px;
  color: rgb(214, 214, 205);
  background-color: transparent;
}

.menu {
  background-color: transparent;
  margin-bottom: 0;
}

.backdrop_menu {
  width: 1600px;
  align-items: baseline;
  /* margin-right: 50px;
  margin-left: 50px; */
  background: rgb(0, 2, 10);
  background: linear-gradient(90deg, rgb(0, 2, 10) 0%, rgb(59, 168, 141) 41%, rgb(119, 196, 207) 52%, rgb(29, 155, 165) 65%, rgb(28, 1, 1) 100%);
}/*# sourceMappingURL=style.css.map */