

/* Start:/local/templates/hardnail/template_styles.css?17760855529915*/
@import "/local/templates/hardnail/assets/fonts/Acrom/stylesheet.css";
body {
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 767px) {
  body {
    padding: 0px;
  }
}
.wrap {
  border-radius: 20px;
  background: #FDF9F5;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .wrap {
    padding: 0px;
    border-radius: 0px;
  }
}
header .menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  header .menu {
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 30px;
  }
}
header .menu li {
  padding: 0 0px;
  margin: 0 15px;
  list-style: none;
}
@media (max-width: 767px) {
  header .menu li {
    margin: 0 10px;
  }
}
@media (max-width: 400px) {
  header .menu li {
    margin: 0 5px;
  }
}
header .menu li:first-child {
  margin-left: 0;
}
header .menu li a {
  font-size: 16px;
  font-family: "Acrom";
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 767px) {
  header .menu li a {
    font-size: 14px;
  }
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .logo .logo-img {
  width: 200px;
  margin-right: 20px;
}
header .logo .logo-img img {
  max-width: 100%;
}
header .logo .logo-text {
  font-family: "Acrom";
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
header .contacts {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 40px;
  line-height: 1;
}
@media (max-width: 1200px) {
  header .contacts {
    justify-content: center;
  }
}
header .contacts .contacts-phone {
  margin-left: 10px;
}
header .contacts .contacts-phone a {
  font-family: "Acrom";
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  line-height: 1;
}
@media (max-width: 400px) {
  header .contacts .contacts-phone a {
    font-size: 14px;
  }
}
header .contacts .contacts-tg {
  width: 24px;
  height: 24px;
}
header .contacts .contacts-tg img {
  max-width: 100%;
}
main .main {
  min-height: 470px;
  position: relative;
  max-width: 860px;
  margin: 80px auto;
}
@media (max-width: 767px) {
  main .main {
    min-height: 370px;
    margin: 50px auto 50px;
  }
}
@media (max-width: 420px) {
  main .main {
    min-height: 340px;
    margin: 100px auto 50px;
  }
}
main .main-photo {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .main-photo img {
  max-width: 480px;
}
@media (max-width: 767px) {
  main .main-photo img {
    max-width: 380px;
    opacity: 0.9;
  }
}
@media (max-width: 420px) {
  main .main-photo img {
    max-width: 300px;
    z-index: -1;
  }
}
main .main .title-top {
  font-family: "Acrom";
  font-size: 22px;
  font-weight: 300;
  color: #3a312d;
  padding: 0px;
  line-height: 1.3;
  margin: 0;
  text-align: right;
  position: absolute;
  top: 60px;
  left: 40px;
  width: 300px;
}
@media (max-width: 991px) {
  main .main .title-top {
    top: 60px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  main .main .title-top {
    text-align: left;
    font-weight: 600;
  }
}
@media (max-width: 420px) {
  main .main .title-top {
    position: relative;
    text-align: center;
    top: -50px;
    left: 0;
    width: 100%;
  }
}
main .main .title-name {
  width: 370px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-family: "Acrom";
  font-size: 64px;
  font-weight: 400;
  color: #3a312d;
  padding: 0 0px;
  line-height: 1;
  margin: 0;
  text-align: right;
}
@media (max-width: 991px) {
  main .main .title-name {
    font-size: 48px;
  }
}
main .present {
  font-size: 24px;
  color: #3a312d;
  font-family: "Acrom";
  font-weight: 300;
  text-align: center;
  margin: 60px 0 100px;
}
@media (max-width: 991px) {
  main .present {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main .present {
    margin: 0px 0 50px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  main .present {
    font-size: 14px;
    font-weight: 400;
  }
}
main .blocks {
  margin-top: 40px;
}
main .blocks .block-photo {
  text-align: center;
  opacity: 0.9;
}
main .blocks .block-photo img {
  max-width: 100%;
  border-radius: 15px;
}
main .blocks .block-info {
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #f5eee8;
  padding: 15px 20px;
  margin-bottom: 20px;
  min-height: 167px;
  position: relative;
}
@media (max-width: 1200px) {
  main .blocks .block-info {
    min-height: auto;
  }
}
@media (max-width: 420px) {
  main .blocks .block-info {
    padding: 10px 15px;
  }
}
main .blocks .block-info .block-title {
  font-weight: 600;
  color: #3a312d;
  font-family: "Acrom";
}
@media (max-width: 1200px) {
  main .blocks .block-info .block-title {
    padding-bottom: 20px;
  }
}
main .blocks .block-info .block-text {
  font-weight: 400;
  padding-right: 20px;
  position: absolute;
  color: #3a312d;
  bottom: 15px;
  font-size: 14px;
  font-family: "Acrom";
}
@media (max-width: 1200px) {
  main .blocks .block-info .block-text {
    position: initial;
  }
}
main .title {
  font-size: 42px;
  font-weight: 300;
  color: #3a312d;
  font-family: "Acrom";
  margin: 40px 0 30px;
}
@media (max-width: 991px) {
  main .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  main .title {
    margin: 30px 0 20px;
    font-size: 28px;
  }
}
main .price {
  padding: 20px;
  border-radius: 15px;
  background: #ffffff;
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .price {
    width: 500px;
  }
}
@media (max-width: 530px) {
  main .price {
    width: auto;
  }
}
@media (max-width: 420px) {
  main .price {
    padding: 10px 15px;
  }
}
main .price table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  font-family: "Acrom";
}
main .price table:last-child {
  margin-bottom: 0;
}
main .price table th {
  font-size: 20px;
}
main .price table td {
  font-size: 14px;
  padding: 5px 0;
}
main .price table td div {
  background: #ffffff;
}
main .price table td.price-element-name {
  font-weight: 400;
  border-bottom: 1px dashed #E4AEB3;
}
main .price table td.price-element-sum {
  text-align: right;
  width: 100px;
  font-weight: 500;
  border-bottom: 1px dashed #E4AEB3;
}
@media (max-width: 530px) {
  main .price table td.price-element-sum {
    width: 80px;
    font-size: 13px;
  }
}
@media (max-width: 530px) {
  main .reviews {
    position: initial !important;
    height: auto !important;
    padding-right: 15px;
  }
}
main .reviews .review {
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #f5eee8;
  padding: 15px 20px;
  max-width: 300px;
  margin: 10px;
  width: 100%;
}
@media (max-width: 1200px) {
  main .reviews .review {
    max-width: 290px;
  }
}
@media (max-width: 1050px) {
  main .reviews .review {
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  main .reviews .review {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  main .reviews .review {
    max-width: 100%;
  }
}
@media (max-width: 530px) {
  main .reviews .review {
    padding: 10px 15px;
    position: initial !important;
  }
}
main .reviews .review-author {
  font-family: "Acrom";
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}
main .reviews .review-author-photo {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
main .reviews .review-author-photo img {
  max-width: 100%;
  height: auto;
}
main .reviews .review-author-photo-no {
  background: #F5DCC8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 500;
}
main .reviews .review-author-name {
  font-size: 16px;
  font-weight: 600;
  color: #3a312d;
  margin-left: 13px;
  margin-bottom: 3px;
}
main .reviews .review-author-date {
  font-size: 12px;
  font-weight: 400;
  color: #3a312d;
  margin-left: 13px;
  margin-bottom: 3px;
}
main .reviews .review-author-rating {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
main .reviews .review-text {
  font-size: 14px;
}
main .photos .photo {
  margin: 10px 0;
}
main .photos .photo img {
  max-width: 100%;
  border-radius: 15px;
}
main .contacts-wrap {
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #f5eee8;
  padding: 15px 20px;
  width: 100%;
}
main .contacts .contact {
  margin-bottom: 20px;
  display: flex;
  font-family: "Acrom";
}
@media (max-width: 1200px) {
  main .contacts .contact {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  main .contacts .contact {
    display: block;
  }
}
main .contacts .contact-name {
  margin-right: 15px;
  font-weight: 600;
  white-space: nowrap;
  min-width: 95px;
}
@media (max-width: 420px) {
  main .contacts .contact-name {
    margin-bottom: 5px;
  }
}
main .contacts .contact-tg {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 420px) {
  main .contacts .contact-tg {
    margin-bottom: 10px;
    font-weight: 400;
  }
}
main .contacts .contact-tg img {
  margin-right: 3px;
  width: 24px;
  height: 24px;
}
main .contacts .contact a {
  font-size: 16px;
  font-family: "Acrom";
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1200px) {
  main .contacts .contact a {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  main .contacts .contact a {
    font-weight: 400;
  }
}
.lead {
  position: fixed;
  bottom: 20px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: #de8094;
  font-family: "Acrom";
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 20px;
  min-width: 150px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  line-height: 1;
  text-transform: uppercase;
}
.lead:hover {
  background: #a55a6c;
}
/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/hardnail/template_styles.css?17760855529915 */
