@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Roboto+Condensed:wght@700&family=Rubik+Vinyl&display=swap");
@import url("https://fonts.googleapis.com/css?family=Marmelad|Philosopher");

html,
p body {
  font-size: 16px;
  font-family: "Marmelad", sans-serif;
  overflow-x: hidden;
  color: black;
}

/* * {
  border: 1px solid red;
} */

.slogan {
  flex-direction: column;
  font-family: "Marmelad", cursive;
  color: #000;
  margin-left: 7vw;
  margin-top: -7%;
  font-size: 25px;
  /* font-size: 35px; */
}
.slogan p {
  margin: 0;
  padding: 0;
}
.slogan p:nth-child(even) {
  font-size: 21px;
}
.sub-title {
  text-align: right;
  display: flex;
  flex-direction: column;
  margin-left: 5vw;
  font-size: 17px;
  font-family: "Philosopher", sans-serif;
  color: #000;
}

.blur {
  background: url("/img/fon_body.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  /* background: linear-gradient(90deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 30s ease infinite; */
  animation: animateBg 10s linear infinite;
  transform: translate3d(0, 0, 0);
  z-index: -9999;
}

@keyframes animateBg {
  100% {
    filter: hue-rotate(360deg);
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes notepad {
  0% {
    transform: rotateY(0deg);
  }
  95% {
    transform: rotateY(360deg);
  }
}

.wrap {
  margin-top: 1vh;
  width: 100%;
  min-height: 80vh;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 5vh;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: row;
}

.left-wrap {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  /* border: 1px solid red; */
  height: 75vh;
  min-height: 75vh;
}

.right-wrap {
  margin-left: 5px;
}

.left-menu-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.left-menu {
  margin-left: -15px;
}
.left-menu li {
  list-style-type: none;
}

.left-menu li::first-letter {
  text-transform: uppercase;
}

.header {
  display: flex;
  flex-direction: column;
  margin-top: 3vh;
  position: fixed;
  width: 100%;
  position: relative;
  height: 100%;
  vertical-align: middle;
  /* color: white; */
  backdrop-filter: blur(5px);
  border-radius: 50px;
}

.sub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-header h1 {
  text-align: left;
}

.logo {
  position: relative;
  perspective: 1000px;
  width: 60px;
  height: 80px;
}

.logo img {
  width: 100%;
  height: auto;
  animation: notepad 10s ease-in infinite;
  animation-delay: 5s;
}

.menu,
.menu-login {
  /* width: 25vw; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  /* top: 20%; */
  right: 0;
  /* margin-left: 200px; */
  font-size: 16px;
}

.menu {
  /* border: 1px solid green; */
  /* min-width: 400px; */
  border-right-color: 100px;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}

.menu-login {
  /* border: 1px solid green; */
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
  top: 20%;
  left: auto;
  right: 0;
}

.menu-list {
  padding: 5px 10px 7px 10px;
  border-radius: 10px;
  text-transform: capitalize;
  border: 1px solid transparent;
  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
  /* text-decoration: underline; */
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.menu-list:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  border-radius: 5px;
}

.a-rounded {
  border: 1px solid black;
}
a {
  color: black;
  text-decoration: none;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  /* border: 1px solid white; */
  display: inline-block;
  justify-content: center;
  color: black;
  text-decoration: none;
  /* position: fixed; */
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  z-index: 1;
}

.modal {
  top: 20%;
}

.avatar {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 50%;
  vertical-align: middle;
  transition: 0.5s;
}

.avatar.big {
  margin: 0 10px 0 0;
  width: 120px;
  height: 120px;
  border: 2px solid #f8df23;
  border-radius: 50%;
  vertical-align: middle;
}

.man {
  background: url("/img/sex.png?22") no-repeat;
  background-position: 10px 0;
  background-size: cover;
  width: 25px;
  height: 32px;
  margin-left: -10px;
}
.woman {
  background: url("/img/sex.png?22") no-repeat;
  background-position: -17px 0;
  background-size: cover;
  width: 25px;
  height: 32px;
  margin-left: -1px;
}

.contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contacts h1 {
  width: 100%;
  display: block;
  word-break: break-all;
}

.contacts-info {
  width: 100%;
  /* border: 1px solid rgba(255, 255, 255, 1); */
  margin: 20px;
  display: flex;
  flex-direction: column;
}
.contacts-info p {
  margin: 0px;
}

.fotorama__select {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
}

/* .potr {
  border: 1px solid rgba(253, 0, 0, 1);
}
.wrapper {
  border: 1px solid rgba(255, 0, 0, 1);
} */

@media screen and (max-width: 768px) {
  .modal {
    top: 0;
  }
  .header {
    margin-top: 3vh;
  }
  .logo {
    width: 40px;
    height: 25px;
  }
  .menu,
  .menu-login {
    min-width: auto;
    font-size: 16px;
    top: 7vh;
    left: 0;
    /* border: 1px solid green; */
    flex-direction: row;
    width: 100%;
    position: relative;
  }
  .menu-login {
    top: 0;
  }
  .menu-list {
    padding: 5px 0 0 0;
  }
  .sub-header {
    flex-direction: column;
    margin-top: -20px;
  }
  .sub-title {
    /* display: none; */
    position: absolute;
    top: 10vh;
    right: 0;
    /* border: 1px solid green; */
    align-items: end;
  }
  .wrap {
    /* margin-top: 10vh; */
    font-size: 16px;
    padding: 5px;
  }

  .left-wrap {
    font-size: 14px;
  }

  .left-menu-title {
    font-size: 12px;
  }

  .left-menu li {
    margin-left: -10px;
    max-width: 75px;
    word-wrap: break-word;
  }

  .menu-list {
    background: rgba(0, 0, 0, 0.05);
    border: 0px solid rgba(255, 255, 255, 0.3);
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
  }

  /* .blur {
    background: linear-gradient(90deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
  } */

  .contacts {
    display: flex;
    flex-direction: column;
  }

  .slogan {
    font-size: 18px;
  }
  .slogan p:nth-child(even) {
    font-size: 14px;
  }

  img {
    max-width: 100%;
  }

  .potr {
    /* border: 1px solid rgba(253, 0, 0, 1); */
    margin-top: 80px;
  }
  .wrapper {
    /* border: 1px solid rgba(255, 0, 0, 1); */
  }

  .contacts-map > a {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 400px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .contacts-info {
    margin-top: 10px;
  }

  .fotorama__select {
    font-size: 16px;
  }

  h3 {
    font-size: 17px;
  }
}
