

/* Start:/local/templates/hardnail/template_styles.css?177757679328472*/
@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;
  }
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.logo .logo-img {
  width: 200px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .logo .logo-img {
    width: 170px;
  }
}
@media (max-width: 1199px) {
  .logo .logo-img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .logo .logo-img {
    width: 150px;
  }
}
.logo .logo-img img {
  max-width: 100%;
}
.logo .logo-text {
  font-family: "Acrom";
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
header {
  background: #FDF9F5;
  z-index: 1000;
}
@media (min-width: 1200px) {
  header {
    position: sticky;
    top: 0px;
    border-radius: 18px;
    padding: 16px 0;
  }
}
@media (max-width: 1199px) {
  header {
    position: relative;
    padding: 12px 0;
  }
}
header .header-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}
@media (max-width: 1199px) {
  header .header-layout {
    display: block;
  }
}
header .header-mobile-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  header .header-mobile-bar {
    padding: 0 12px;
  }
}
header .header-nav {
  display: flex;
  align-items: center;
}
header .header-nav-primary {
  justify-content: center;
  margin-left: 10px;
}
header .header-nav-secondary {
  justify-content: flex-start;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  header.menu-open .header-nav {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header.menu-open .header-nav-primary {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  header.menu-open .header-nav-primary {
    margin-top: 12px;
  }
}
header.menu-open .burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
header.menu-open .burger span:nth-child(2) {
  opacity: 0;
}
header.menu-open .burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
header .burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #f0d8d0;
  border-radius: 12px;
  background: #ffffff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  flex: 0 0 44px;
}
@media (max-width: 1199px) {
  header .burger {
    display: flex;
  }
}
header .burger span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #3a312d;
  margin: 2.5px 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
header .menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  header .menu {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 8px 0 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  header .menu {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 8px 0 0;
    flex-wrap: wrap;
  }
}
header .menu li {
  padding: 0 0px;
  margin: 0 15px;
  list-style: none;
}
@media (max-width: 1199px) {
  header .menu li {
    margin: 0;
    border-top: 0;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  header .menu li {
    text-align: center;
    justify-content: center;
  }
}
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: 1199px) {
  header .menu li a {
    min-height: auto;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .menu li a {
    min-height: auto;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
  }
}
header .contacts {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 40px;
  line-height: 1;
}
@media (min-width: 1200px) {
  header .contacts {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  header .contacts {
    justify-content: flex-start;
    margin-top: 0;
    padding: 0 12px 10px;
  }
}
header .contacts .contacts-phone {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  header .contacts .contacts-phone {
    margin-left: 0;
  }
}
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.error-page {
  padding: 60px 0 40px;
}
@media (max-width: 767px) {
  main.error-page {
    padding: 34px 0 24px;
  }
}
main .error-404 {
  max-width: 760px;
  margin: 0 auto;
  padding: 54px 42px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #f5eee8;
  text-align: center;
  font-family: "Acrom";
  color: #3a312d;
}
@media (max-width: 767px) {
  main .error-404 {
    padding: 34px 18px;
  }
}
main .error-404-code {
  margin-bottom: 10px;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
  color: #E4AEB3;
}
@media (max-width: 767px) {
  main .error-404-code {
    font-size: 72px;
  }
}
main .error-404 h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  main .error-404 h1 {
    font-size: 28px;
  }
}
main .error-404-text {
  max-width: 560px;
  margin: 18px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 767px) {
  main .error-404-text {
    font-size: 14px;
  }
}
main .error-404-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
@media (max-width: 520px) {
  main .error-404-actions {
    display: grid;
  }
}
main .error-404-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid #f0d8d0;
  border-radius: 10px;
  background: #ffffff;
  color: #3a312d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
main .error-404-button:hover {
  background: #F5DCC8;
  border-color: #E4AEB3;
  color: #3a312d;
}
main .error-404-button-primary {
  background: #de8094;
  border-color: #de8094;
  color: #ffffff;
}
main .error-404-button-primary:hover {
  background: #a55a6c;
  border-color: #a55a6c;
  color: #ffffff;
}
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: 400;
  }
}
@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: 195px;
  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.articles-page,
main.article-detail-page {
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  main.articles-page,
  main.article-detail-page {
    padding: 24px 0 10px;
  }
}
main .articles-hero {
  max-width: 760px;
  margin: 20px auto 36px;
  text-align: center;
  font-family: "Acrom";
  color: #3a312d;
}
@media (max-width: 767px) {
  main .articles-hero {
    margin: 10px auto 24px;
  }
}
main .articles-hero-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid #f0d8d0;
  border-radius: 999px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}
main .articles-hero h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.15;
}
@media (max-width: 991px) {
  main .articles-hero h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  main .articles-hero h1 {
    font-size: 30px;
  }
}
main .articles-hero-text {
  max-width: 620px;
  margin: 16px auto 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}
@media (max-width: 767px) {
  main .articles-hero-text {
    font-size: 15px;
  }
}
main .articles-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  main .articles-list {
    margin: 0;
  }
}
main .articles-list:after {
  content: "";
  display: block;
  clear: both;
}
main .article-card {
  width: calc(33.333% - 20px);
  margin: 10px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #f5eee8;
  overflow: hidden;
  font-family: "Acrom";
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 1199px) {
  main .article-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  main .article-card {
    width: 100%;
    margin: 0 0 16px;
  }
}
main .article-card:hover {
  transform: translateY(-2px);
  box-shadow: rgba(100, 100, 111, 0.14) 0px 7px 24px 0px;
}
main .article-card-link {
  display: block;
  color: #3a312d;
  text-decoration: none;
  height: 100%;
}
main .article-card-image {
  display: block;
  background: #f5eee8;
}
main .article-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
main .article-card-body {
  display: block;
  padding: 18px 20px 20px;
}
@media (max-width: 767px) {
  main .article-card-body {
    padding: 15px;
  }
}
main .article-card-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #7E998D;
}
main .article-card-title {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 767px) {
  main .article-card-title {
    font-size: 18px;
  }
}
main .article-card-preview {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: #3a312d;
}
main .articles-pagination {
  margin-top: 28px;
  text-align: center;
}
main .articles-empty {
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #f5eee8;
  padding: 24px;
  text-align: center;
  font-family: "Acrom";
  color: #3a312d;
}
main .article-detail {
  max-width: 1100px;
  margin: 20px auto 0;
  color: #3a312d;
  font-family: "Acrom";
}
main .article-detail-header {
  max-width: 840px;
  margin: 0 auto 26px;
  text-align: center;
}
main .article-detail-header h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.15;
}
@media (max-width: 991px) {
  main .article-detail-header h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  main .article-detail-header h1 {
    font-size: 30px;
  }
}
main .article-detail-date {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #7E998D;
}
main .article-detail-lead {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}
@media (max-width: 767px) {
  main .article-detail-lead {
    font-size: 15px;
  }
}
main .article-detail-image {
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  background: #f5eee8;
}
main .article-detail-image img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
main .article-detail-layout {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .article-detail-layout {
    display: block;
  }
}
main .article-detail-content {
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #f5eee8;
  padding: 28px 34px;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  main .article-detail-content {
    padding: 18px 16px;
    font-size: 15px;
  }
}
main .article-detail-content h1,
main .article-detail-content h2,
main .article-detail-content h3,
main .article-detail-content h4,
main .article-detail-content h5 {
  margin: 34px 0 14px;
  line-height: 1.25;
  font-weight: 600;
}
main .article-detail-content h1:first-child,
main .article-detail-content h2:first-child,
main .article-detail-content h3:first-child,
main .article-detail-content h4:first-child,
main .article-detail-content h5:first-child {
  margin-top: 0;
}
main .article-detail-content h1 {
  font-size: 24px;
}
main .article-detail-content h2 {
  font-size: 20px;
}
main .article-detail-content h3 {
  font-size: 16px;
}
main .article-detail-content h4 {
  font-size: 14px;
}
main .article-detail-content h5 {
  font-size: 14px;
}
main .article-detail-content p {
  margin: 0 0 16px;
}
main .article-detail-content ul,
main .article-detail-content ol {
  margin: 0 0 18px 22px;
  padding: 0;
}
main .article-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
main .article-detail-content a {
  color: #a55a6c;
}
main .article-detail-content .article-faq {
  max-width: none;
  margin: 28px 0;
}
main .article-detail-content .article-faq .accordion-item {
  border-color: #f0d8d0;
}
main .article-detail-content .article-faq .accordion-body p:last-child {
  margin-bottom: 0;
}
main .article-toc {
  margin-bottom: 40px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #f5eee8;
  padding: 18px;
}
@media (max-width: 991px) {
  main .article-toc {
    position: static;
    margin-bottom: 20px;
  }
}
main .article-toc-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
main .article-toc ul {
  margin: 0;
  padding-left: 18px;
  list-style: none;
}
main .article-toc .article-toc-list {
  padding-left: 0;
}
main .article-toc li {
  margin: 8px 0;
  line-height: 1.35;
}
main .article-toc a {
  color: #3a312d;
  font-size: 14px;
  text-decoration: none;
}
main .article-toc a:hover {
  color: #a55a6c;
}
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;
}
@media (max-width: 767px) {
  main .reviews.slick-initialized {
    position: relative !important;
    height: auto !important;
    padding: 0 38px;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -6px;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .slick-slide {
    height: auto;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .review {
    height: auto;
    max-width: none;
    margin: 0 6px;
    position: relative !important;
  }
}
@media (max-width: 530px) {
  main .reviews.slick-initialized .review {
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .reviews-arrow {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    border: 1px solid #f0d8d0;
    border-radius: 50%;
    background: #ffffff;
    padding: 0;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.16) 0px 7px 20px 0px;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .reviews-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3a312d;
    border-right: 2px solid #3a312d;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .reviews-arrow:hover {
    background: #F5DCC8;
    border-color: #E4AEB3;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .reviews-arrow-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .reviews-arrow-prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .reviews-arrow-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  main .reviews.slick-initialized .reviews-arrow-next:before {
    transform: translate(-65%, -50%) rotate(45deg);
  }
}
main .photos {
  position: relative;
  padding: 0 54px;
}
@media (max-width: 767px) {
  main .photos {
    padding: 0 38px;
  }
}
main .photos .slick-list {
  overflow: hidden;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  main .photos .slick-list {
    margin: 0 -6px;
  }
}
main .photos .slick-track {
  display: flex;
  align-items: stretch;
}
main .photos .slick-slide {
  height: auto;
}
main .photos .slick-slide > div {
  height: 100%;
}
main .photos .photo {
  height: 100%;
  padding: 10px;
}
@media (max-width: 767px) {
  main .photos .photo {
    padding: 6px;
  }
}
main .photos .photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 15px;
}
main .photos .photos-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid #f0d8d0;
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.16) 0px 7px 20px 0px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 767px) {
  main .photos .photos-arrow {
    width: 34px;
    height: 34px;
  }
}
main .photos .photos-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3a312d;
  border-right: 2px solid #3a312d;
}
main .photos .photos-arrow:hover {
  background: #F5DCC8;
  border-color: #E4AEB3;
}
main .photos .photos-arrow-prev {
  left: 0;
}
main .photos .photos-arrow-prev:before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
main .photos .photos-arrow-next {
  right: 0;
}
main .photos .photos-arrow-next:before {
  transform: translate(-65%, -50%) rotate(45deg);
}
main .faq {
  max-width: 860px;
  margin: 0 auto;
  font-family: "Acrom";
}
main .faq .faq-accordion {
  display: grid;
  gap: 12px;
}
main .faq .accordion-item {
  border: 1px solid #f5eee8;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: none;
}
main .faq .accordion-header {
  margin: 0;
}
main .faq .accordion-button {
  min-height: 32px;
  padding: 10px 54px 10px 22px;
  background: #ffffff;
  color: #3a312d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
@media (max-width: 767px) {
  main .faq .accordion-button {
    min-height: 56px;
    padding: 15px 48px 15px 16px;
    font-size: 15px;
  }
}
main .faq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
main .faq .accordion-button:not(.collapsed) {
  background: #F5DCC8;
  color: #3a312d;
}
main .faq .accordion-button:not(.collapsed):after {
  transform: rotate(-135deg);
}
main .faq .accordion-button:after {
  position: absolute;
  right: 22px;
  width: 10px;
  height: 10px;
  background-image: none;
  border-right: 2px solid #3a312d;
  border-bottom: 2px solid #3a312d;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
@media (max-width: 767px) {
  main .faq .accordion-button:after {
    right: 18px;
    width: 12px;
    height: 12px;
  }
}
main .faq .accordion-body {
  padding: 18px 22px 22px;
  color: #3a312d;
  font-size: 15px;
  line-height: 1.65;
  border-top: 1px solid #f5eee8;
}
@media (max-width: 767px) {
  main .faq .accordion-body {
    padding: 14px 16px 18px;
    font-size: 14px;
  }
}
main .faq .accordion-body a {
  color: #a55a6c;
  font-weight: 600;
  text-decoration: none;
}
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;
  }
}
.lazy-map {
  min-height: 260px;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f5eee8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lazy-map.is-loaded {
  display: block;
  border: 0;
}
.lazy-map-button {
  border: 1px solid #f0d8d0;
  border-radius: 10px;
  background: #F5DCC8;
  color: #3a312d;
  font-family: "Acrom";
  font-size: 14px;
  font-weight: 600;
  padding: 13px 18px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lazy-map-button:hover {
  background: #ffffff;
  border-color: #E4AEB3;
}
.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;
}
.lazy-map {
  min-height: 260px;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f5eee8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lazy-map.is-loaded {
  display: block;
  border: 0;
}
.lazy-map-button {
  border: 1px solid #f0d8d0;
  border-radius: 10px;
  background: #F5DCC8;
  color: #3a312d;
  font-family: "Acrom";
  font-size: 14px;
  font-weight: 600;
  padding: 13px 18px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lazy-map-button:hover {
  background: #ffffff;
  border-color: #E4AEB3;
}
main .breadcrumbs {
  max-width: 1100px;
  margin: 0 auto 22px;
  font-family: "Acrom";
  font-size: 13px;
  color: #6A7B67;
}
main .breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
main .breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
}
main .breadcrumbs li:not(:last-child):after {
  content: "/";
  color: #c6aca3;
}
main .breadcrumbs a {
  color: #6A7B67;
  text-decoration: none;
}
main .breadcrumbs a:hover {
  color: #a55a6c;
}
/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/hardnail/template_styles.css?177757679328472 */
