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

.signChoose {
  max-width: 920px;
  margin: 0 auto;
  width: 93%;
}
.signChoose .signsWrap {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .signChoose .signsWrap {
    justify-content: center;
  }
}
@media (max-width: 720px) {
  .signChoose .signsWrap {
    padding: 20px;
    justify-content: space-between;
    gap: 10px;
    row-gap: 33px;
  }
}
@media (max-width: 720px) {
  .signChoose .signsWrap li {
    width: 31%;
    max-width: 104px;
  }
  .signChoose .signsWrap li img {
    width: 100%;
  }
}
.signChoose .signsWrap li .imgWrap {
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  transition: background 0.5s ease-in-out;
  margin-bottom: 4px;
  border-radius: 50%;
}
@media (max-width: 720px) {
  .signChoose .signsWrap li .imgWrap {
    width: 50px;
    height: 50px;
  }
}
.signChoose .signsWrap li .imgWrap:hover {
  background: rgba(111, 141, 168, 0.5);
}
.signChoose .signsWrap li .imgWrap:active {
  background: #1B385A;
}
.signChoose .signsWrap a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000000;
}
.signChoose .signsWrap a .sign {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: -2px;
}
@media (max-width: 720px) {
  .signChoose .signsWrap a .sign {
    font-size: 16px;
  }
}
.signChoose .signsWrap a .dates {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 720px) {
  .signChoose .signsWrap a .dates {
    font-size: 14px;
    margin-top: 4px;
  }
}

.share-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 99;
  display: none;
}
.share-block .close {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 70px;
  right: 60px;
}
@media (max-width: 720px) {
  .share-block .close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 720px) {
  .share-block .close img {
    width: 20px;
  }
}
.share-block .close:hover {
  cursor: pointer;
}
.share-block .close:before {
  width: 14px;
  height: 14px;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.share-block .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  .share-block .wrap {
    align-items: start;
    padding-top: 40px;
  }
}
.share-block .link {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  float: none;
  overflow: hidden;
  position: relative;
  margin: 0 11px;
}
.share-block .link:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.share-block .link.facebook {
  background: #33589E;
}
.share-block .link.facebook:before {
  width: 20px;
  height: 38px;
  margin-top: -19px;
  margin-left: -10px;
}
.share-block .link.pinterest {
  background: #C8232C;
}
.share-block .link.pinterest:before {
  width: 30px;
  height: 38px;
  margin-top: -19px;
  margin-left: -15px;
}
.share-block .link.twitter {
  background: #4BA0EB;
}
.share-block .link.twitter:before {
  width: 38px;
  height: 32px;
  margin-top: -16px;
  margin-left: -19px;
}
.share-block .link.linked {
  background: #007AB9;
}
.share-block .link.linked:before {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.share-block .link.email {
  background: #fff;
}
.share-block .link.email:before {
  width: 36px;
  height: 26px;
  margin-top: -13px;
  margin-left: -18px;
}

/*# sourceMappingURL=style.css.map */
