* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  color: #3e3e3e;
  background-color: #fafafa;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
textarea {
  resize: none;
}
input,
select,
textarea {
  font-size: 16px;
  line-height: 19px;
  font-family: Montserrat, sans-serif;
  border: none;
  background: 0 0;
}
.opacity {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 32px;
}
.slick-dots li {
  margin: 0 4px 4px;
  padding: 0;
}
.slick-dots li button {
  font-size: 0;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e2d3c0;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background-color: #7a685a;
}
.slick-arrow {
  font-size: 0;
  border: none;
  background: url(../img/main/slick-arrow.svg) no-repeat center center;
  position: absolute;
  z-index: 2;
  top: 45%;
  width: 23px;
  height: 23px;
  left: -53px;
  cursor: pointer;
}
.slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: -53px;
}
.bread {
  margin: 24px 0;
}
.bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.bread ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bread ol li::after {
  content: "|";
  display: block;
  margin: 0 5px;
}
.bread ol li a {
  color: #3e3e3e;
  position: relative;
  position: relative;
}
.bread ol li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bread ol li a:hover::after {
  width: 100%;
}
.bread ol li:last-child::after {
  display: none;
}
#submit,
.btn {
  display: inline-block;
  border: none;
  background: 0 0;
  background-color: #7a685a;
  border-radius: 4px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 21px;
  padding: 16px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
#submit:hover,
.btn:hover {
  background-color: #6b5b4f;
}
#submit:disabled,
.btn:disabled {
  opacity: 0.6;
}
#submit-primary,
.btn-primary {
  border: 1px solid #7a685a;
  background-color: #fff;
  color: #3e3e3e;
}
#submit-primary:hover,
.btn-primary:hover {
  background-color: #7a685a;
  color: #fff;
}
#submit-arrow,
.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#submit-arrow::after,
.btn-arrow::after {
  content: "";
  display: block;
  width: 21px;
  height: 8px;
  background: url(../img/main/btn-arrow.svg) no-repeat center center/contain;
  margin-left: 11px;
}
.category-item {
  width: 100%;
  max-width: 294px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.category-item:hover {
  border-color: rgba(62, 62, 62, 0.4);
}
.category-item__image {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 38px;
}
.category-item__image img {
  max-height: 300px;
  width: auto;
}
.category-item__content {
  width: 100%;
}
.category-item__content--title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #3e3e3e;
  margin-bottom: 8px;
}
.category-item__content--price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #c1554e;
}
.category-item__content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}
.category-item__content--flex-price {
  width: 50%;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  font-weight: 600;
  color: #c1554e;
  word-break: break-all;
}
.ttl {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: #3e3e3e;
}
.container {
  max-width: 1254px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}
.header-wrap__top--location {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a685a;
  font-weight: 500;
  margin-right: 119px;
  position: relative;
}
.header-wrap__top--location svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap__top--location span {
  padding: 0 8px;
}
.header-wrap__top--location-list {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap__top--location-list a {
  color: #7a685a;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.header-wrap__top--location-list a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #7a685a;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap__top--location-list a:hover::after {
  width: 100%;
}
.header-wrap__top--location-active .drop {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-wrap__top--location-active .header-wrap__top--location-list {
  opacity: 1;
  visibility: visible;
}
.header-wrap__top ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap__top ul li {
  margin-right: 32px;
}
.header-wrap__top ul li:last-child {
  margin-right: 0;
}
.header-wrap__top ul li a {
  color: #3e3e3e;
  position: relative;
}
.header-wrap__top ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap__top ul li a:hover::after {
  width: 100%;
}
.header-wrap__top ul li::first-letter {
  text-transform: uppercase;
}
.header-wrap__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap__main--logo img:nth-child(2) {
  display: none;
}
.header-wrap__main--mobile {
  display: none;
}
.header-wrap__main--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c1554e;
  font-weight: 500;
}
.header-wrap__main--phone svg {
  margin-right: 8px;
}
.header-wrap__main--phone span {
  position: relative;
}
.header-wrap__main--phone span::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #c1554e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap__main--phone span:hover::after {
  width: 100%;
}
.header-wrap__main--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap__main--links #searchIcn {
  display: none;
}
.header-wrap__main--links a {
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap__main--links a:nth-child(1) {
  display: none;
}
.header-wrap__main--links a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.header-wrap__main--links a span {
  width: 24px;
  height: 24px;
  background-color: #7a685a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -8px;
}
.nav {
  margin-top: 10px;
  background-color: #e2d3c0;
  padding: 8px 0;
}
.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-wrap__location {
  display: none;
}
.nav-wrap__mobile {
  display: none;
}
.nav-wrap ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-wrap ul li {
  margin-right: 48px;
}
.nav-wrap ul li a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #3e3e3e;
  position: relative;
}
.nav-wrap ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-wrap ul li a:hover::after {
  width: 100%;
}
.nav-wrap ul li:last-child {
  margin-right: 0;
}
.nav-wrap form {
  width: 100%;
  max-width: 137px;
  background-color: #f6f1eb;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-wrap form input {
  width: 70%;
  padding: 14px 0 14px 24px;
}
.nav-wrap form button {
  border: none;
  background: 0 0;
  width: 24px;
  cursor: pointer;
  margin-right: 16px;
}
.footer {
  margin-top: 120px;
  background-color: #f6f1eb;
  padding: 32px 0 24px;
}
.footer-copyright {
  border-top: solid 1px #3e3e3e;
  padding-top: 16px;
  margin-top: 32px;
  font-size: 14px;
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-wrap__contacts {
  width: 100%;
  max-width: 181px;
}
.footer-wrap__contacts--socials {
  margin: 30px 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrap__contacts--socials a {
  margin-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-wrap__contacts--socials a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-wrap__contacts--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3e3e3e;
  margin-bottom: 16px;
}
.footer-wrap__contacts--phone svg {
  margin-right: 8px;
}
.footer-wrap__contacts--phone span {
  position: relative;
}
.footer-wrap__contacts--phone span::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-wrap__contacts--phone span:hover::after {
  width: 100%;
}
.footer-wrap__contacts--adress {
  padding-left: 29px;
  font-size: 14px;
  line-height: 17px;
}
.footer-wrap__title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 24px;
}
.footer-wrap__menu {
  width: 100%;
  max-width: 200px;
}
.footer-wrap__menu ul {
  list-style-type: none;
}
.footer-wrap__menu ul li {
  margin-bottom: 16px;
}
.footer-wrap__menu ul li a {
  color: #3e3e3e;
  font-weight: 500;
  position: relative;
  position: relative;
}
.footer-wrap__menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-wrap__menu ul li a:hover::after {
  width: 100%;
}
.footer-wrap__menu ul li a .main {
  background-color: #bcbcbc;
}
.footer-wrap__menu ul li a .main-wrap {
  padding: 97px 0 159px;
}
.footer-wrap__menu ul li a .main-wrap__title {
  color: #3e3e3e;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  max-width: 673px;
  margin-bottom: 16px;
}
.footer-wrap__menu ul li a .main-wrap__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 32px;
}
.footer-wrap__menu ul li a .main-wrap .btn {
  width: 100%;
  max-width: 158px;
  padding: 16px;
}
.footer-wrap__menu ul li a .services {
  position: relative;
}
.footer-wrap__menu ul li a .services-wrap {
  max-width: 1064px;
  margin: -81px auto 74px;
  background-color: #f6f1eb;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-wrap__menu ul li a .services-wrap__mobile {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.footer-wrap__menu ul li a .services-wrap .item {
  width: 22%;
  position: relative;
  margin-right: 4%;
  margin-bottom: 10px;
}
.footer-wrap__menu ul li a .services-wrap .item:nth-child(4n + 4) {
  margin-right: 0;
}
.footer-wrap__menu ul li a .services-wrap .item:nth-child(4n + 4)::after {
  display: none;
}
.footer-wrap__menu ul li a .services-wrap .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 81px;
  background-color: #3e3e3e;
  position: absolute;
  right: 0;
  top: -10px;
}
.footer-wrap__menu ul li a .services-wrap .item-title {
  font-weight: 600;
  color: #c1554e;
  margin-bottom: 13px;
}
.footer-wrap__menu ul li a .services-wrap .item-text {
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
.footer-wrap__menu ul li a .category {
  margin: 72px 0 42px;
}
.footer-wrap__menu ul li a .category-hits {
  margin-top: 150px;
}
.footer-wrap__menu ul li a .category-hits__more {
  display: none;
}
.footer-wrap__menu ul li a .category-second {
  margin: 120px 0 42px;
}
.footer-wrap__menu ul li a .category-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.footer-wrap__menu ul li a .category-wrap__top--text {
  color: #c1554e;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-wrap__menu ul li a .category-wrap__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-wrap__menu ul li a .category-wrap__list--mobile {
  display: none;
}
.footer-wrap__menu ul li a .category-wrap__list .slick-dots {
  z-index: 2;
  position: relative;
}
.footer-wrap__menu ul li a .category-wrap__list .wrapper {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 30px;
}
.footer-wrap__menu ul li a .category-wrap__list .wrapper:nth-child(4n + 4) {
  margin-right: 0;
}
.footer-wrap__menu ul li a .category-wrap__list .wrapper .category-item {
  min-height: 440px;
}
.footer-wrap__menu ul li a .category-wrap__list .wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-wrap__menu ul li a .category-wrap__list .wrapper-flex .category-item {
  position: relative;
  height: 216px;
  border: none;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 0;
  min-height: auto;
}
.footer-wrap__menu
  ul
  li
  a
  .category-wrap__list
  .wrapper-flex
  .category-item:nth-child(1) {
  margin-bottom: 8px;
}
.footer-wrap__menu
  ul
  li
  a
  .category-wrap__list
  .wrapper-flex
  .category-item__image {
  width: 100%;
  height: 100%;
  margin: 0;
}
.footer-wrap__menu
  ul
  li
  a
  .category-wrap__list
  .wrapper-flex
  .category-item__image
  img {
  height: 100%;
  width: 100%;
  max-height: 216px;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-wrap__menu
  ul
  li
  a
  .category-wrap__list
  .wrapper-flex
  .category-item__content {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #7a685a;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  bottom: 16px;
  padding: 16px 38px;
  width: auto;
  min-width: 175px;
}
.footer-wrap__menu
  ul
  li
  a
  .category-wrap__list
  .wrapper-flex
  .category-item__content--title {
  margin: 0;
}
.footer-wrap__menu
  ul
  li
  a
  .category-wrap__list
  .wrapper-flex
  .category-item__content--price {
  margin-top: 10px;
}
.footer-wrap__menu ul li a .category-wrap .category-slider {
  display: block !important;
}
.footer-wrap__menu
  ul
  li
  a
  .category-wrap
  .category-slider
  .slick-active
  .category-item {
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
}
.footer-wrap__menu ul li a .category-wrap .category-slider .wrapper {
  width: auto;
  margin: auto;
}
.footer-wrap__menu
  ul
  li
  a
  .category-popular
  .category-item:hover
  .category-item__content--title {
  color: #7a685a;
}
.footer-wrap__menu ul li a .category-popular .category-item__content--title {
  font-weight: 500;
}
.footer-wrap__menu ul li a .category-popular .category-wrap__list--mobile {
  display: none;
}
.footer-wrap__menu ul li a .action {
  background-color: #d9d9d9;
  padding: 56px 0;
}
.footer-wrap__menu ul li a .action-wrap__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-wrap__menu ul li a .action-wrap__text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}
.footer-wrap__menu ul li a .reviews {
  margin-bottom: 150px;
}
.footer-wrap__menu ul li a .reviews-wrap__list {
  margin: 40px -25px -50px;
}
.footer-wrap__menu ul li a .reviews-wrap__list .item {
  max-width: 392px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 32px 24px;
  margin: 25px;
}
.footer-wrap__menu ul li a .reviews-wrap__list .item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 0 8px;
}
.footer-wrap__menu ul li a .category-item {
  position: relative;
}
.footer-wrap__menu ul li a .category-item__labels {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-wrap__menu ul li a .category-item__labels .lbl {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #c1554e;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.footer-wrap__menu ul li a .category-item__labels .lbl-hit {
  background-color: #df650d;
  font-size: 20px;
}
.footer-wrap__menu ul li a .category-item__labels .lbl-black {
  background-color: inherit;
}
.footer-wrap__subscribe {
  width: 100%;
  max-width: 286px;
}
.footer-wrap__subscribe input {
  display: block;
  width: 100%;
  border-bottom: solid 1px #3e3e3e;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.footer-wrap__subscribe .btn {
  width: 100%;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-active {
  opacity: 1;
  visibility: visible;
}
.modal-wrap {
  width: 100%;
  max-width: 493px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 32px;
  position: relative;
  text-align: center;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-wrap__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -24px;
  margin-right: -24px;
  margin-bottom: 8px;
}
.modal-wrap__close svg {
  cursor: pointer;
}
.modal-wrap__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}
.modal-wrap__text {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 24px;
}
.modal-wrap form input,
.modal-wrap form select,
.modal-wrap form textarea {
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  margin-bottom: 8px;
  display: block;
  padding: 15px 16px;
  font-size: 14px;
  color: #3e3e3e;
  width: 100%;
}
.modal-wrap form .btn {
  margin-top: 24px;
  width: 100%;
}
.modal-wrap__notice {
  margin-top: 16px;
  font-size: 14px;
}
.modal-wrap__added {
  text-align: left;
}
.modal-wrap__added--title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.modal-wrap__added--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}
.modal-wrap__added--flex-image {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
.modal-wrap__added--flex-image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-wrap__added--flex-content {
  width: 100%;
  max-width: 80%;
}
.modal-wrap__added--flex-title {
  font-weight: 500;
  margin-bottom: 18px;
}
.modal-wrap__added--flex-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.modal-wrap__added--flex-qty strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-left: 8px;
}
.modal-wrap__added--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-wrap__added--btns .btn {
  padding: 16px;
}
.modal-wrap__added--btns .btn-primary {
  max-width: 239px;
}
.modal-wrap__password {
  position: relative;
}
.modal-wrap__password input {
  padding-right: 45px !important;
}
.modal-wrap__password svg {
  position: absolute;
  right: 16px;
  top: 14px;
  cursor: pointer;
  z-index: 2;
}
.modal-wrap__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-wrap__checkbox input {
  width: 13px !important;
  height: 13px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.modal-wrap__checkbox label {
  font-size: 12px;
  opacity: 0.7;
  padding-left: 10px;
}
.modal-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 10px;
}
.modal-wrap__link {
  font-size: 12px;
  font-weight: 500;
  color: #c1554e;
  cursor: pointer;
  position: relative;
}
.modal-wrap__link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #c1554e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-wrap__link:hover::after {
  width: 100%;
}
.modal-wrap__link::after {
  height: 1px;
}
.modal-wrap__or {
  margin: 16px 0;
  position: relative;
}
.modal-wrap__or::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: rgba(62, 62, 62, 0.2);
  position: absolute;
  left: 5%;
  top: 55%;
}
.modal-wrap__or span {
  font-size: 12px;
  padding: 4px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.modal-wrap__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  max-width: 206px;
  margin: 16px auto 0;
  padding: 8px 16px;
  font-size: 14px;
  color: #3e3e3e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-wrap__other:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
#addedProduct .modal-wrap {
  max-width: 447px;
}
.main {
  background-color: #bcbcbc;
}
.main-wrap {
  padding: 97px 0 159px;
}
.main-wrap__title {
  color: #3e3e3e;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  max-width: 673px;
  margin-bottom: 16px;
}
.main-wrap__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 32px;
}
.main-wrap .btn {
  width: 100%;
  max-width: 158px;
  padding: 16px;
}
.services {
  position: relative;
}
.services-wrap {
  max-width: 1064px;
  margin: -81px auto 74px;
  background-color: #f6f1eb;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services-wrap__mobile {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.services-wrap .item {
  width: 22%;
  position: relative;
  margin-right: 4%;
  margin-bottom: 10px;
}
.services-wrap .item:nth-child(4n + 4) {
  margin-right: 0;
}
.services-wrap .item:nth-child(4n + 4)::after {
  display: none;
}
.services-wrap .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 81px;
  background-color: #3e3e3e;
  position: absolute;
  right: 0;
  top: -10px;
}
.services-wrap .item-title {
  font-weight: 600;
  color: #c1554e;
  margin-bottom: 13px;
}
.services-wrap .item-text {
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
.category {
  margin: 72px 0 42px;
}
.category-hits {
  margin-top: 150px;
}
.category-hits__more {
  display: none;
}
.category-second {
  margin: 120px 0 42px;
}
.category-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.category-wrap__top--text {
  color: #c1554e;
  text-transform: uppercase;
  font-weight: 500;
}
.category-wrap__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category-wrap__list--mobile {
  display: none;
}
.category-wrap__list .slick-dots {
  z-index: 2;
  position: relative;
}
.category-wrap__list .wrapper {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 30px;
}
.category-wrap__list .wrapper:nth-child(4n + 4) {
  margin-right: 0;
}
.category-wrap__list .wrapper .category-item {
  min-height: 440px;
}
.category-wrap__list .wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-wrap__list .wrapper-flex .category-item {
  position: relative;
  height: 216px;
  border: none;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 0;
  min-height: auto;
}
.category-wrap__list .wrapper-flex .category-item:nth-child(1) {
  margin-bottom: 8px;
}
.category-wrap__list .wrapper-flex .category-item__image {
  width: 100%;
  height: 100%;
  margin: 0;
}
.category-wrap__list .wrapper-flex .category-item__image img {
  height: 100%;
  width: 100%;
  max-height: 216px;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-wrap__list .wrapper-flex .category-item__content {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #7a685a;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  bottom: 16px;
  padding: 16px 38px;
  width: auto;
  min-width: 175px;
}
.category-wrap__list .wrapper-flex .category-item__content--title {
  margin: 0;
}
.category-wrap__list .wrapper-flex .category-item__content--price {
  margin-top: 10px;
}
.category-wrap .category-slider {
  display: block !important;
}
.category-wrap .category-slider .slick-active .category-item {
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
}
.category-wrap .category-slider .wrapper {
  width: auto;
  margin: auto;
}
.category-popular .category-item:hover .category-item__content--title {
  color: #7a685a;
}
.category-popular .category-item__content--title {
  font-weight: 500;
}
.category-popular .category-wrap__list--mobile {
  display: none;
}
.action {
  background-color: #d9d9d9;
  padding: 56px 0;
}
.action-wrap__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 16px;
}
.action-wrap__text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}
.reviews {
  margin-bottom: 150px;
}
.reviews-wrap__list {
  margin: 40px -25px -50px;
}
.reviews-wrap__list .item {
  max-width: 392px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 32px 24px;
  margin: 25px;
}
.reviews-wrap__list .item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 0 8px;
}
.category-item {
  position: relative;
}
.category-item__labels {
  position: absolute;
  top: 0;
  right: 0;
}
.category-item__labels .lbl {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #c1554e;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.category-item__labels .lbl-hit {
  background-color: #df650d;
  font-size: 20px;
}
.category-item__labels .lbl-black {
  background-color: inherit;
}
.archive-wrap__filters {
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.3);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 16px 32px;
  margin: 36px 0 40px;
}
.archive-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-wrap__list .category-item {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 16px;
  padding-top: 40px;
  padding-bottom: 8px;
}
/* .archive-wrap__list .category-item:nth-child(4n + 4) {
  margin-right: 0;
} */
.archive-wrap__list .category-item__image {
  height: 237px;
}
.archive-wrap__list .category-item__image img {
  max-height: 237px;
}
.single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-wrap__content {
  width: 100%;
  max-width: 520px;
}
.single-wrap__content--title {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 16px;
}
.single-wrap__content--rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.single-wrap__content--rating span {
  display: block;
  margin-left: 16px;
  font-size: 14px;
}
.single-wrap__content--rating svg {
  display: block;
  margin-right: 4px;
}
.single-wrap__content--gallery-main {
  width: 100%;
  height: 509px;
}
.single-wrap__content--gallery-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.single-wrap__content--gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}
.single-wrap__content--gallery-list .item {
  width: 15.5%;
  height: 80px;
  margin-right: 1.4%;
  margin-bottom: 8px;
}
.single-wrap__content--gallery-list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
}
.single-wrap__content--gallery-list .item:nth-child(6n + 6) {
  margin-right: 0;
}
.single-wrap__meta {
  width: 100%;
  max-width: 368px;
  margin: 0 10px;
}
.single-wrap__meta--description {
  margin: 48px 0 24px;
}
.single-wrap__meta--help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-wrap__meta--help a {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c1554e;
  font-size: 14px;
  font-weight: 600;
}
.single-wrap__meta--help a svg {
  margin-right: 8px;
}
.single-wrap__meta--help a span {
  position: relative;
}
.single-wrap__meta--help a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1554e;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-wrap__meta--help a:hover span::after {
  width: 0;
}
.single-wrap__meta--buy {
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-top: 16px;
  padding: 16px 24px 24px;
}
.single-wrap__meta--buy input,
.single-wrap__meta--buy select {
  border-radius: 4px;
  padding: 14px 40px 14px 16px;
  border: 1px solid rgba(62, 62, 62, 0.2);
  width: 60%;
  background: 0 0;
  z-index: 2;
}
.single-wrap__meta--buy input::-webkit-input-placeholder,
.single-wrap__meta--buy select::-webkit-input-placeholder {
  opacity: 0;
}
.single-wrap__meta--buy input::-moz-placeholder,
.single-wrap__meta--buy select::-moz-placeholder {
  opacity: 0;
}
.single-wrap__meta--buy input:-ms-input-placeholder,
.single-wrap__meta--buy select:-ms-input-placeholder {
  opacity: 0;
}
.single-wrap__meta--buy input::-ms-input-placeholder,
.single-wrap__meta--buy select::-ms-input-placeholder {
  opacity: 0;
}
.single-wrap__meta--buy input::placeholder,
.single-wrap__meta--buy select::placeholder {
  opacity: 0;
}
.single-wrap__meta--buy-var {
  font-size: 14px;
  margin-bottom: 12px;
}
.single-wrap__meta--buy-var_title {
  font-weight: 500;
  margin-bottom: 10px;
}
.single-wrap__meta--buy-var .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-wrap__meta--buy-var .list-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  border: solid 1px rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-wrap__meta--buy-var .list-item__active {
  background-color: #7a685a;
  color: #fff;
}
.single-wrap__meta--buy-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.single-wrap__meta--buy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.single-wrap__meta--buy-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42%;
  margin-right: 10px;
  font-size: 14px;
}
.single-wrap__meta--buy-item span svg {
  margin-left: 8px;
}
.single-wrap__meta--buy-item em {
  position: absolute;
  font-style: normal;
  right: 8px;
  top: 14px;
}
.single-wrap__meta--buy-item .dropdown {
  position: absolute;
  right: 12px;
  top: 14px;
}
.single-wrap__meta--buy-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.single-wrap__meta--buy-qty span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35%;
  margin-right: 10px;
  font-size: 14px;
}
.single-wrap__meta--buy-qty .wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-wrap__meta--buy-qty .wrapper input {
  width: 100%;
  max-width: 128px;
  margin: 0 4px;
  text-align: center;
  padding: 14px;
}
.single-wrap__meta--buy-qty .wrapper .item {
  cursor: pointer;
}
.single-wrap__meta--buy-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.single-wrap__meta--buy-action .price {
  font-size: 14px;
}
.single-wrap__meta--buy-action .price span {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #c1554e;
}
.single-wrap__meta--buy-action .btn {
  width: 100%;
  max-width: 184px;
}
.single-wrap__meta--buy-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-wrap__meta--buy-btns .btn {
  width: 45%;
  font-size: 14px;
  padding: 8px;
  color: rgba(62, 62, 62, 0.7);
  border-color: rgba(62, 62, 62, 0.5);
}
.single-wrap__meta--buy-btns .btn:nth-child(1) {
  width: 53%;
}
.single-wrap__meta--buy-btns .btn:hover {
  background-color: #7a685a;
  border-color: #7a685a;
  color: #fff;
}
.single-wrap__info {
  width: 100%;
  max-width: 288px;
}
.single-wrap__info--video {
  width: 100%;
  height: 157px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 24px;
}
.single-wrap__info--video iframe {
  width: 100%;
  height: 100%;
}
.single-wrap__info--title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-wrap__info--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
  font-weight: 600;
}
.single-wrap__info--item span {
  display: block;
  font-weight: 400;
  margin-top: 8px;
  font-size: 14px;
}
.single-wrap__info--item img {
  margin-right: 8px;
}
.single-wrap__info--item-text {
  width: 85%;
}
.steps {
  margin: 64px 0;
}
.steps-wrap {
  position: relative;
  z-index: 2;
  background-color: inherit;
  max-width: 1300px;
  margin: 0 auto;
}
.steps-wrap .item {
  max-width: 297px;
  min-height: 324px;
  padding: 26px 0;
  text-align: center;
  background: url(../img/main/step.png) no-repeat center center/cover;
}
.steps-wrap .item-counter {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: #7a685a;
  margin-bottom: 40px;
}
.steps-wrap .item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  max-width: 165px;
  margin: 0 auto 24px;
}
.steps-wrap .item-text {
  color: #7a685a;
  max-width: 172px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 17px;
}
.steps-wrap .item-text a {
  display: inline-block;
  margin-top: 16px;
  color: #c1554e;
  position: relative;
  position: relative;
}
.steps-wrap .item-text a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #c1554e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.steps-wrap .item-text a:hover::after {
  width: 100%;
}
.tabs-wrap__top {
  margin-bottom: 40px;
}
.tabs-wrap__top ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-wrap__top ul li {
  margin-right: 40px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  position: relative;
}
.tabs-wrap__top ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabs-wrap__top ul li:hover::after {
  width: 100%;
}
.tabs-wrap__top ul .active {
  color: #c1554e;
  font-weight: 600;
}
.tabs-wrap__top ul .active:hover::after {
  display: none;
}
.tabs-wrap__list {
  margin-bottom: 69px;
}
.tabs-wrap__list .item {
  display: none;
}
.tabs-wrap__list .item-title {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.tabs-wrap__list .item-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.tabs-wrap__list .item-gallery a {
  display: block;
  width: 16.25%;
  height: 246px;
  margin-right: 0.5%;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-wrap__list .item-gallery a:nth-child(6n + 6) {
  margin-right: 0;
}
.tabs-wrap__list .item-gallery a img {
  max-height: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-wrap__list .item-text {
  font-size: 18px;
  line-height: 21px;
  color: #7a685a;
  margin-bottom: 40px;
}
.tabs-wrap__list .item-text p {
  display: block;
  margin-bottom: 16px;
}
.tabs-wrap__list .item-text p:last-child {
  margin-bottom: 0;
}
.tabs-wrap__list .item-table {
  border: 1px solid #cfcfcf;
  background-color: #fff;
  border-radius: 4px;
}
.tabs-wrap__list .item-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}
.tabs-wrap__list .item-table__row--title {
  padding: 15px 16px;
  font-weight: 600;
  width: 50%;
}
.tabs-wrap__list .item-table__row--title:nth-child(1) {
  border-right: solid 1px #cfcfcf;
}
.tabs-wrap__list .item-table__row:last-child {
  border: none;
}
.tabs-wrap__list .item-table__row:nth-child(even) .item-table__row--title {
  background-color: #f9f9f9;
}
.tabs-wrap__list .active {
  display: block;
}
.cart-wrap {
  margin: 24px 0 120px;
}
.cart-wrap__title {
  margin-bottom: 32px;
}
.cart-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-wrap__list--items {
  width: 100%;
  max-width: 704px;
  margin-right: 24px;
}
.cart-wrap__list--items .item {
  width: 100%;
  margin-bottom: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 14px;
}
.cart-wrap__list--items .item-image {
  width: 100%;
  max-width: 124px;
  height: 122px;
  margin-right: 24px;
}
.cart-wrap__list--items .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.cart-wrap__list--items .item-content {
  width: 80%;
}
.cart-wrap__list--items .item-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 16px;
}
.cart-wrap__list--items .item-variation {
  font-size: 14px;
  line-height: 17px;
}
.cart-wrap__list--items .item-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
}
.cart-wrap__list--items .item-qty span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #c1554e;
  padding-left: 8px;
}
.cart-wrap__list--sidebar {
  width: 100%;
  max-width: 496px;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 24px;
  position: relative;
}
.cart-wrap__list--sidebar .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart-wrap__list--sidebar .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3e3e3e;
  opacity: 0.2;
  position: absolute;
  left: 0;
  margin-top: 12px;
}
.cart-wrap__list--sidebar .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.cart-wrap__list--sidebar .item-title {
  width: 40%;
  font-weight: 500;
}
.cart-wrap__list--sidebar .item-title:nth-child(2) {
  width: 59%;
  text-align: right;
}
.cart-wrap__list--sidebar .promo {
  margin: 43px 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-wrap__list--sidebar .promo input {
  width: 63%;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 2px;
  padding: 19px 16px;
  font-size: 14px;
}
.cart-wrap__list--sidebar .promo .btn {
  width: 35%;
}
.cart-wrap__list--sidebar .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}
.cart-wrap__list--sidebar .total-title {
  width: 49%;
  font-size: 18px;
  font-weight: 500;
}
.cart-wrap__list--sidebar .total-title:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  color: #c1554e;
  text-align: right;
}
.cart-wrap__list--sidebar .to-checkout {
  width: 100%;
  padding: 18px;
  font-size: 16px;
  font-weight: 400;
}
.checkout-wrap {
  margin: 24px 0 120px;
}
.checkout-wrap__title {
  margin-bottom: 32px;
}
.checkout-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-wrap__list--form {
  width: 100%;
  max-width: 704px;
}
.checkout-wrap__list--form .item {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 16px;
}
.checkout-wrap__list--form .item-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px;
}
.checkout-wrap__list--form .item-service:last-child {
  margin-bottom: 0;
}
.checkout-wrap__list--form .item-service .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.checkout-wrap__list--form .item-service .left svg {
  margin-right: 16px;
}
.checkout-wrap__list--form .item-service .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #3e3e3e;
}
.checkout-wrap__list--form .item-service .center svg {
  margin-left: 4px;
}
.checkout-wrap__list--form .item-service .center span {
  position: relative;
}
.checkout-wrap__list--form .item-service .center span::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout-wrap__list--form .item-service .center span:hover::after {
  width: 100%;
}
.checkout-wrap__list--form .item-service .center span::after {
  bottom: 0;
  width: 100%;
  height: 1px;
}
.checkout-wrap__list--form .item-service .center span:hover::after {
  width: 0;
}
.checkout-wrap__list--form .item-service .right {
  text-align: right;
}
.checkout-wrap__list--form .item-service .right span {
  padding-right: 35px;
  font-weight: 600;
}
.checkout-wrap__list--form .item-service .right .btn {
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 400;
}
.checkout-wrap__list--form .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.checkout-wrap__list--form .item-top__counter {
  width: 28px;
  height: 28px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #e2d3c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #7a685a;
}
.checkout-wrap__list--form .item-top__title {
  width: 80%;
  font-weight: 600;
}
.checkout-wrap__list--form .item input {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  padding: 16px;
  max-width: 376px;
}
.checkout-wrap__list--form .item input:last-child {
  margin-bottom: 0;
}
.checkout-wrap__list--form .item-select {
  position: relative;
  margin-bottom: 8px;
}
.checkout-wrap__list--form .item-select__active {
  width: 100%;
  max-width: 376px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  padding: 16px;
  padding-right: 46px;
  position: relative;
  cursor: pointer;
}
.checkout-wrap__list--form .item-select__active::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 16px;
  background: url(../img/main/select-dropdown.svg) no-repeat center center;
}
.checkout-wrap__list--form .item-select__list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 376px;
  border: 1px solid rgba(62, 62, 62, 0.2);
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.checkout-wrap__list--form .item-select__list span {
  display: block;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 1px solid rgba(62, 62, 62, 0.2);
}
.checkout-wrap__list--form .item-select__list span:last-child {
  margin-bottom: 0;
}
.service-wrap {
  margin: 24px 0 120px;
}
.service-wrap__list {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-wrap__list .item {
  width: 26.5%;
  margin: 0 20px 20px;
  color: #3e3e3e;
}
.service-wrap__list .item-image {
  height: 280px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-wrap__list .item-image::after {
  width: 100%;
  height: 226px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e2d3c0;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 54px 19px 21px 10px;
  z-index: -1;
}
.service-wrap__list .item-image img {
  max-height: 280px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-wrap__list .item-title {
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #3e3e3e;
  font-weight: 700;
}
.service-wrap__list .item:hover {
  text-decoration: underline;
}
.serv-wrap {
  margin-top: 24px;
}
.serv-wrap__alert {
  margin-top: 24px;
  padding-left: 18px;
  position: relative;
}
.serv-wrap__alert::after {
  content: "";
  display: block;
  width: 2px;
  height: 110%;
  top: -5%;
  background-color: #c1554e;
  position: absolute;
  left: 0;
}
.serv-wrap__alert span {
  opacity: 0.7;
}
.serv-wrap__list {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.serv-wrap__list .image {
  width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
  margin-bottom: 110px;
}
.serv-wrap__list .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 430px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e2d3c0;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 65px 49px 53px 18px;
  z-index: -1;
}
.serv-wrap__list .content {
  width: 52%;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 32px;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  padding-left: 54px;
}
.serv-wrap__list .content-title {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 24px;
}
.serv-wrap__list .content-alert {
  max-width: 442px;
  margin: 0 auto 45px;
  padding-left: 18px;
  position: relative;
  opacity: 0.7;
}
.serv-wrap__list .content-alert::after {
  content: "";
  display: block;
  height: 110%;
  width: 2px;
  background-color: #c1554e;
  position: absolute;
  left: 0;
  top: -5%;
}
.serv-wrap__list .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}
.serv-wrap__list .content-flex__item {
  width: 49%;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  padding: 16px 5px 16px 10px;
}
.serv-wrap__list .content-flex__item--top {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  opacity: 0.7;
}
.serv-wrap__list .content-flex__item--top span {
  color: #c1554e;
  opacity: 1;
}
.serv-wrap__list .content-flex__item--price {
  font-weight: 600;
  color: #c1554e;
  opacity: 0.7;
  margin-bottom: 16px;
}
.serv-wrap__list .content-flex__item--price span {
  font-weight: 400;
  color: #3e3e3e;
  font-size: 14px;
}
.serv-wrap__list .content-flex__item--bottom {
  border-top: 1px solid rgba(62, 62, 62, 0.15);
  padding-top: 16px;
  font-size: 12px;
  line-height: 14px;
}
.serv-wrap__list .content-subtitle {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #c1554e;
  text-align: center;
  margin-bottom: 28px;
}
.serv-wrap__list .content-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.serv-wrap__list .content-form form input {
  width: 49%;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 16px;
}
.serv-wrap__list .content-form form .btn {
  width: 100%;
  margin-top: 24px;
}
.serv-wrap__list .content-form__second form input {
  width: 100%;
}
.instruction-wrap {
  margin-top: 24px;
}
.instruction-wrap__list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.instruction-wrap__list .item {
  width: 49%;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 16px;
}
.instruction-wrap__list .item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.instruction-wrap__list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  padding: 18px 0;
  border-bottom: 1px solid rgba(62, 62, 62, 0.3);
  color: #3e3e3e;
}
.instruction-wrap__list .item a img {
  margin-right: 20px;
  max-width: 24px;
}
.instruction-wrap__list .item a span {
  max-width: 90%;
  display: inline;
  position: relative;
}
.instruction-wrap__list .item a span::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.instruction-wrap__list .item a span:hover::after {
  width: 100%;
}
.instruction-wrap__list .item a span::after {
  height: 1px;
}
.rev-wrap {
  margin-top: 24px;
}
.rev-wrap__list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rev-wrap__list .left {
  width: 100%;
  max-width: 704px;
  background-color: #f6f1eb;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.rev-wrap__list .left-subtitle {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 32px;
}
.rev-wrap__list .left label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.rev-wrap__list .left input,
.rev-wrap__list .left textarea {
  display: block;
  width: 100%;
  max-width: 384px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.rev-wrap__list .left input::-webkit-input-placeholder,
.rev-wrap__list .left textarea::-webkit-input-placeholder {
  color: #7a685a;
  opacity: 1;
}
.rev-wrap__list .left input::-moz-placeholder,
.rev-wrap__list .left textarea::-moz-placeholder {
  color: #7a685a;
  opacity: 1;
}
.rev-wrap__list .left input:-ms-input-placeholder,
.rev-wrap__list .left textarea:-ms-input-placeholder {
  color: #7a685a;
  opacity: 1;
}
.rev-wrap__list .left input::-ms-input-placeholder,
.rev-wrap__list .left textarea::-ms-input-placeholder {
  color: #7a685a;
  opacity: 1;
}
.rev-wrap__list .left input::placeholder,
.rev-wrap__list .left textarea::placeholder {
  color: #7a685a;
  opacity: 1;
}
.rev-wrap__list .left textarea {
  height: 72px;
}
.rev-wrap__list .left #revComment {
  height: 136px;
}
.rev-wrap__list .left-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rev-wrap__list .left-form__checkbox input {
  margin: 0;
  width: 18px;
  height: 18px;
  padding: 0;
}
.rev-wrap__list .left-form__checkbox label {
  margin: 0;
  padding-left: 11px;
  max-width: 370px;
}
.rev-wrap__list .left-form__flex {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}
.rev-wrap__list .left-form__flex--id {
  margin-right: 52px;
}
.rev-wrap__list .left-form__flex--id input {
  max-width: 152px;
  margin-bottom: 0;
}
.rev-wrap__list .left-form__flex--rating svg {
  cursor: pointer;
}
.rev-wrap__list .left::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background: url(../img/main/bg-rew.png) no-repeat center center/contain;
  position: absolute;
  right: -20px;
  top: 0;
}
.rev-wrap__list .right {
  width: 100%;
  max-width: 496px;
  margin-left: 24px;
  max-height: 933px;
  background-color: #fff;
  border: 1px solid rgba(62, 62, 62, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100px;
}
.rev-wrap__list .right-title {
  border-bottom: 1px solid rgba(62, 62, 62, 0.3);
  padding: 24px 16px;
  font-size: 18px;
  font-weight: 600;
}
.rev-wrap__list .right-list {
  height: 100%;
  overflow-y: auto;
}
.rev-wrap__list .right-list__item {
  padding: 24px 24px 0;
}
.rev-wrap__list .right-list__item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.rev-wrap__list .right-list__item .meta-name {
  font-size: 16px;
  font-weight: 600;
}
.rev-wrap__list .right-list__item .rating {
  margin: 8px 0 26px;
}
.rev-wrap__list .right-list__item .title {
  margin-bottom: 8px;
  font-size: 14px;
}
.rev-wrap__list .right-list__item .title strong {
  font-weight: 500;
}
.rev-wrap__list .right-list__item .text {
  padding-bottom: 24px;
  font-size: 14px;
  border-bottom: 1px solid rgba(62, 62, 62, 0.3);
}
@media (max-width: 1400px) {
  .slick-arrow {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 1200px) {
  .steps .container {
    padding: 0;
  }
  .steps-wrap {
    padding-left: 0;
  }
  .tabs-wrap__top ul li {
    font-size: 16px;
    margin-right: 30px;
  }
  .tabs-wrap__top ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1150px) {
  .single-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .single-wrap__content {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-wrap__content--gallery {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
    max-width: 696px;
  }
  .single-wrap__meta {
    margin: 0 30px 0 0;
  }
  .single-wrap__info {
    margin-top: 24px;
  }
}
@media (max-width: 1100px) {
  .archive-wrap__list .category-item {
    width: 32%;
    max-width: 100%;
  }
  .archive-wrap__list .category-item:nth-child(1n + 1) {
    margin: 0 2% 20px 0;
  }
  .archive-wrap__list .category-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    z-index: 10000;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 200px;
    padding-bottom: 32px;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  }
  .nav-active {
    opacity: 1;
    visibility: visible;
  }
  .nav .container {
    padding: 0 24px;
  }
  .nav-wrap {
    display: block;
  }
  .nav-wrap form {
    display: none;
  }
  .nav-wrap ul {
    display: block;
    width: 100%;
  }
  .nav-wrap ul li {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid rgba(62, 62, 62, 0.2);
  }
  .nav-wrap ul li a {
    font-size: 16px;
    font-weight: 600;
  }
  .nav-wrap__mobile {
    display: block;
  }
  .nav-wrap__mobile--account ul {
    margin-top: 24px;
    border-bottom: 1px solid rgba(62, 62, 62, 0.2);
  }
  .nav-wrap__mobile--account ul li {
    padding: 0 0 16px;
    border-bottom: none;
  }
  .nav-wrap__mobile--account ul li a {
    font-weight: 400;
  }
  .nav-wrap__mobile--menu ul {
    border-bottom: 1px solid rgba(62, 62, 62, 0.2);
  }
  .nav-wrap__mobile--menu ul li {
    padding: 16px 0;
    border-bottom: none;
  }
  .nav-wrap__mobile--menu ul li a {
    font-weight: 400;
  }
  .nav-wrap__mobile--contacts {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-wrap__mobile--contacts .phone {
    max-width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-wrap__mobile--contacts .phone svg {
    margin-right: 10px;
  }
  .nav-wrap__mobile--contacts .phone a {
    color: #3e3e3e;
  }
  .nav-wrap__mobile--contacts .phone-callback {
    margin-top: 4px;
    color: #c1554e;
    font-weight: 500;
    position: relative;
  }
  .nav-wrap__mobile--contacts .phone-callback::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c1554e;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .nav-wrap__mobile--contacts .adress {
    max-width: 122px;
    font-size: 14px;
  }
  .nav-wrap__mobile--contacts .socials {
    max-width: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-wrap__mobile--contacts .socials a {
    display: block;
    margin-right: 24px;
  }
  .header {
    position: relative;
    z-index: 100001;
    background-color: #f6f1eb;
  }
  .header-wrap__top {
    display: none;
  }
  .header-wrap__main--phone {
    display: none;
  }
  .header-wrap__main--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap__main--mobile .header-wrap__top--location {
    margin-right: 0;
  }
  .header-wrap__main--mobile-menu {
    width: 27px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 28px;
    position: relative;
  }
  .header-wrap__main--mobile-menu span {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 3px;
    background: url(../img/main/menu-span.svg) no-repeat center center/contain;
  }
  .header-wrap__main--mobile .active {
    margin-top: 1em;
  }
  .header-wrap__main--mobile .active span:nth-child(1) {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .header-wrap__main--mobile .active span:nth-child(2) {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: absolute;
  }
  .header-wrap__main--mobile .active span:nth-child(3) {
    display: none;
  }
  .header-wrap__main--links #searchIcn {
    display: block;
  }
  .header-wrap__main--links a:nth-child(1) {
    display: block;
  }
  .category-wrap__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .category-wrap__list .wrapper {
    width: 49%;
  }
  .category-wrap__list .wrapper:nth-child(1n + 1) {
    margin: 0 0 16px;
  }
  .category-wrap__list .wrapper .category-item {
    max-width: 100%;
  }
  .category-wrap .category-slider {
    margin: 0;
  }
  .category-wrap .category-slider .wrapper {
    padding: 0;
  }
  .category-wrap .category-slider .wrapper .category-item {
    max-width: 294px;
  }
  .category-wrap .category-slider .slick-dots {
    margin-top: 24px;
  }
  .reviews {
    margin-bottom: 64px;
  }
  .reviews .container {
    padding-right: 0;
  }
  .reviews-wrap .slick-dots {
    margin-left: -15px;
  }
  .reviews-wrap__list {
    margin: 32px 0 0;
  }
  .reviews-wrap__list .item {
    margin: 0 16px 0 0;
  }
  .footer {
    margin-top: 64px;
  }
  .footer-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-wrap__contacts {
    margin-right: 94px;
  }
  .footer-wrap__subscribe {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .footer-wrap__subscribe form {
    max-width: 281px;
  }
  .steps {
    margin-bottom: 0;
  }
  .tabs-wrap__top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid rgba(62, 62, 62, 0.2);
  }
  .tabs-wrap__top ul li {
    width: 100%;
    border-bottom: 1px solid rgba(62, 62, 62, 0.2);
    padding: 16px 0;
  }
  .tabs-wrap__top ul li::after {
    display: none;
  }
  .tabs-wrap__top ul li:nth-child(1n + 1) {
    margin: 0;
  }
  .cart-wrap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-wrap__list--items {
    max-width: 100%;
    margin: 0 0 32px;
  }
  .serv-wrap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serv-wrap__list .image {
    width: 100%;
    min-height: 454px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .serv-wrap__list .image::after {
    border-radius: 20px;
  }
  .serv-wrap__list .content {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin-top: -350px;
    position: relative;
    z-index: 3;
  }
  .instruction-wrap__list .item {
    width: 100%;
  }
  .rev-wrap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rev-wrap__list .left {
    max-width: 100%;
  }
  .rev-wrap__list .right {
    max-width: 100%;
    margin: 30px 0 0;
    max-height: 100%;
  }
}
@media (max-width: 868px) {
  .services-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 458px;
    padding: 0;
    background-color: inherit;
    margin-top: -100px;
  }
  .services-wrap .item {
    width: 50%;
    background-color: #f6f1eb;
    padding: 20px 30px;
    border-radius: 4px;
  }
  .services-wrap .item:nth-child(1n + 1) {
    margin: 0 0 8px;
  }
  .services-wrap .item:nth-child(1n + 1)::after {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .services-wrap .item:nth-child(2n + 2)::after {
    display: none;
  }
  .archive-wrap__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .archive-wrap__list .category-item {
    width: 48%;
  }
  .archive-wrap__list .category-item:nth-child(1n + 1) {
    margin: 0 0 16px;
  }
  .checkout-wrap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-wrap__list--form {
    max-width: 100%;
  }
  .checkout-wrap__list--form .item input {
    max-width: 100%;
  }
  .checkout-wrap__list--form .item .form-row {
    max-width: 100%;
  }
  .checkout-wrap__list--form .item-select {
    max-width: 100%;
  }
  .checkout-wrap__list--form .item-select__active,
  .checkout-wrap__list--form .item-select__list {
    max-width: 100%;
  }
  .service-wrap__list .item-image {
    height: 165px;
  }
  .service-wrap__list .item-image img {
    max-height: 164px;
  }
  .service-wrap__list .item-image::after {
    height: 132px;
    border-radius: 54px 19px 21px 10px;
  }
  .service-wrap__list .item-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .category {
    margin: 60px 0;
  }
  .category-wrap__top--text {
    display: none;
  }
  .action {
    padding: 30px 15px 30px 83px;
  }
  .action-wrap__title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 8px;
  }
  .action-wrap__text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .header-wrap__main--logo {
    margin: 0 10px;
  }
  .header-wrap__main--links a:nth-child(1) {
    margin-left: 0;
  }
  .footer-wrap__contacts {
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 12px 0 3px;
  }
  .header-wrap__main--logo img:nth-child(1) {
    display: none;
  }
  .header-wrap__main--logo img:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 90px;
  }
  .nav {
    padding-top: 130px;
  }
  .nav-wrap__mobile--contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-wrap__mobile--contacts .socials {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    max-width: 100%;
  }
  .nav-wrap__mobile--contacts .phone {
    margin-right: 12px;
  }
  .nav-wrap__mobile--contacts .adress {
    margin-left: 12px;
  }
  .footer-wrap__menu {
    max-width: 100%;
    width: 48%;
  }
  .footer-wrap__contacts {
    max-width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-wrap__contacts--logo {
    display: none;
  }
  .footer-wrap__contacts--phone {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 55%;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .footer-wrap__contacts--phone svg {
    max-width: 18px;
  }
  .footer-wrap__contacts--socials {
    width: 40%;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-wrap__contacts--socials a:last-child {
    margin-right: 0;
  }
  .footer-wrap__contacts--socials a svg {
    max-width: 24px;
  }
  .footer-wrap__contacts--adress {
    margin: 0;
    width: 100%;
  }
  .archive-wrap__list .category-item {
    padding: 16px 8px;
    text-align: left;
  }
  .archive-wrap__list .category-item__image {
    height: 95px;
    margin-bottom: 34px;
  }
  .archive-wrap__list .category-item__image img {
    max-height: 95px;
  }
  .archive-wrap__list .category-item__title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .archive-wrap__list .category-item__content--flex {
    margin-top: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .archive-wrap__list .category-item__content--flex-price {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    margin-bottom: 8px;
  }
  .archive-wrap__list .category-item__content--flex .btn {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    max-width: 152px;
  }
  .service-wrap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-wrap__list .item {
    width: 100%;
    max-width: 186px;
  }
  .service-wrap__list .item:nth-child(1n + 1) {
    margin: 0 auto 40px;
  }
  .service-wrap__list .item-title {
    margin-top: 16px;
  }
}
@media (max-width: 520px) {
  .modal-wrap {
    border-radius: 0;
    padding: 16px 8px;
  }
  .modal-wrap__close {
    margin-right: 10px;
    margin-top: 10px;
  }
  .modal-wrap__added--btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-wrap__added--btns .btn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .modal-wrap__added--btns .btn:last-child {
    margin-bottom: 0;
  }
  .slick-dots {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .btn {
    font-size: 16px;
  }
  .ttl {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .header {
    padding: 12px 0;
  }
  .header-wrap__main--mobile .header-wrap__top--location {
    display: none;
  }
  .header-wrap__main--mobile-menu {
    margin-right: 0;
  }
  .header-wrap__main--logo {
    margin-bottom: -10px;
  }
  .nav {
    padding-top: 110px;
  }
  .nav-wrap__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }
  .main-wrap {
    padding-top: 40px;
    padding-bottom: 109px;
  }
  .main-wrap__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    max-width: 281px;
  }
  .main-wrap__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
    max-width: 217px;
  }
  .main-wrap .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 32px;
    max-width: 328px;
  }
  .services {
    margin-bottom: -40px;
    position: relative;
  }
  .services-wrap {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .services-wrap__mobile {
    margin-top: -70px;
    opacity: 1;
    visibility: visible;
    position: static;
    display: block;
    background-color: #fff;
    margin-left: 16px;
  }
  .services-wrap__mobile .item {
    background-color: inherit;
  }
  .services-wrap__mobile .item-title {
    color: #3e3e3e;
  }
  .services-wrap__mobile .item:nth-child(1n + 1)::after {
    display: block;
  }
  .category {
    margin: 40px 0;
  }
  .category-wrap__top {
    margin-bottom: 0;
  }
  .category-wrap__top .btn {
    display: none;
  }
  .category-item {
    min-height: 100% !important;
    padding: 10px;
  }
  .category-item__image {
    height: 131px;
    margin-bottom: 14px;
  }
  .category-item__image img {
    max-height: 130px;
  }
  .category-item__content--title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .category-item__content--price {
    font-size: 14px;
    line-height: 17px;
  }
  .action {
    padding: 24px;
  }
  .action-wrap__title {
    font-size: 24px;
    line-height: 29px;
  }
  .action-wrap__text {
    font-size: 14px;
    line-height: 17px;
  }
  .category-popular .category-wrap__list {
    display: none !important;
  }
  .category-popular .category-wrap__list--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .category-wrap__list--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .category-wrap__list--mobile .row {
    width: 49%;
  }
  .category-wrap__list--mobile .row .category-item {
    display: block;
    width: 100%;
    min-height: 211px !important;
    margin-bottom: -6px;
  }
  .category-wrap__list--mobile .row-second .category-item {
    min-height: 102px !important;
    position: relative;
    margin-bottom: 6px;
  }
  .category-wrap__list--mobile .row-second .category-item__image {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .category-wrap__list--mobile .row-second .category-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .category-wrap__list--mobile .row-second .category-item__content {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 8px;
    z-index: 2;
    display: inline-block;
  }
  .category-wrap__list--mobile .row-second .category-item__content--title {
    background-color: #fff;
    border: 1px solid #7a685a;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 2px;
  }
  .category-hits__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
  }
  .category-hits .category-slider {
    display: none !important;
  }
  .category-hits .category-wrap__list--mobile .row {
    margin-bottom: 12px;
  }
  .category-hits .category-item__image {
    height: 95px;
  }
  .category-hits .category-item__image img {
    max-height: 95px;
  }
  .category-hits .category-item__content {
    text-align: left;
  }
  .category-hits .category-item__content--flex {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .category-hits .category-item__content--flex-price {
    margin-bottom: 8px;
    width: 100%;
    font-size: 16px;
  }
  .category-hits .category-item__content--flex .btn {
    width: 100%;
    font-size: 14px;
    padding: 8px;
  }
  .reviews-wrap__list .item {
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 16px;
    font-size: 14px;
  }
  .reviews-wrap__list .item-rating {
    margin: 8px 0;
  }
  .footer-wrap__title {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .footer-wrap__menu ul li {
    margin-bottom: 8px;
  }
  .footer-wrap__menu ul li a {
    font-size: 12px;
  }
  .footer-wrap__subscribe form {
    max-width: 360px;
  }
  .single-wrap__content--gallery-main {
    height: 285px;
  }
  .single-wrap__content--gallery-list .item {
    width: 66px;
    height: 64px;
  }
  .single-wrap__content--gallery-list .item:nth-child(1n + 1) {
    margin-right: 2px;
  }
  .single-wrap__content--title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 19px;
  }
  .single-wrap__content--rating {
    margin-bottom: 24px;
  }
  .single-wrap__content--rating span {
    margin-left: 8px;
  }
  .single-wrap__meta {
    margin-right: 0;
  }
  .single-wrap__meta--description {
    margin: 24px 0 18px;
    font-size: 12px;
    line-height: 14px;
  }
  .single-wrap__meta--buy {
    padding: 16px;
  }
  .single-wrap__meta--buy-title {
    font-size: 16px;
    line-height: 19px;
    border-bottom: solid 1px rgba(62, 62, 62, 0.3);
    margin: 0 -16px;
    padding: 0 16px 16px;
    margin-bottom: 25px;
  }
  .single-wrap__meta--buy-item span {
    display: none;
  }
  .single-wrap__meta--buy-item input,
  .single-wrap__meta--buy-item select {
    width: 100%;
  }
  .single-wrap__meta--buy-item input::-webkit-input-placeholder,
  .single-wrap__meta--buy-item select::-webkit-input-placeholder {
    opacity: 1;
  }
  .single-wrap__meta--buy-item input::-moz-placeholder,
  .single-wrap__meta--buy-item select::-moz-placeholder {
    opacity: 1;
  }
  .single-wrap__meta--buy-item input:-ms-input-placeholder,
  .single-wrap__meta--buy-item select:-ms-input-placeholder {
    opacity: 1;
  }
  .single-wrap__meta--buy-item input::-ms-input-placeholder,
  .single-wrap__meta--buy-item select::-ms-input-placeholder {
    opacity: 1;
  }
  .single-wrap__meta--buy-item input::placeholder,
  .single-wrap__meta--buy-item select::placeholder {
    opacity: 1;
  }
  .single-wrap__meta--buy-action .btn {
    max-width: 167px;
    padding: 15px;
  }
  .single-wrap__info {
    max-width: 100%;
  }
  .single-wrap__info--title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .single-wrap__info--item-text {
    font-size: 14px;
    line-height: 17px;
  }
  .single-wrap__info--item-text span {
    font-size: 14px;
  }
  .tabs .container {
    padding: 0;
  }
  .tabs-wrap__top ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabs-wrap__list {
    padding: 0 15px;
  }
  .tabs-wrap__list .item-text {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .tabs-wrap__list .item-text p {
    margin-bottom: 8px;
  }
  .tabs-wrap__list .item-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
  }
  .tabs-wrap__list .item-table__row--title {
    font-size: 12px;
    padding: 15px 8px;
  }
  .cart-wrap__list--sidebar .title {
    font-size: 16px;
    line-height: 19px;
  }
  .cart-wrap__list--sidebar .item-title {
    font-size: 14px;
  }
  .cart-wrap__list--sidebar .promo .btn {
    font-size: 14px;
  }
  .cart-wrap__list--items .item-image {
    max-width: 64px;
    height: 64px;
  }
  .cart-wrap__list--items .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-wrap__list--items .item .vars {
    width: 48%;
  }
  .cart-wrap__list--items .item-title {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .cart-wrap__list--items .item-qty {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
  }
  .cart-wrap__list--items .item-qty span {
    font-size: 14px;
    line-height: 17px;
  }
  .cart-wrap__list--items .item-variation {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 4px;
  }
  .serv-wrap__title {
    font-size: 20px;
    line-height: 24px;
  }
  .serv-wrap__list .content {
    padding: 24px;
    margin-top: -300px;
  }
  .serv-wrap__list .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serv-wrap__list .content-flex__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .serv-wrap__list .content-form form input {
    width: 100%;
  }
  .serv-wrap__list .content-form form .btn {
    margin-top: 0;
  }
  .instruction-wrap__list .item {
    padding: 16px;
  }
  .instruction-wrap__list .item-title {
    font-size: 14px;
    line-height: 17px;
  }
  .instruction-wrap__list .item a {
    padding: 16px 0;
    font-size: 12px;
    line-height: 14px;
  }
  .rev-wrap__list .left {
    padding: 24px 10px;
  }
  .rev-wrap__list .left-form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rev-wrap__list .left-form__flex--rating {
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .header-wrap__main--links a {
    margin-left: 10px;
  }
  .header-wrap__main--links a svg {
    max-width: 24px;
  }
  .header-wrap__main--links a span {
    width: 16px;
    height: 16px;
    font-size: 12px;
    top: -2px;
    right: -2px;
  }
}
::-webkit-scrollbar {
  width: 6px;
  background: rgba(226, 211, 192, 0.3);
}
::-webkit-scrollbar-track {
  background: rgba(226, 211, 192, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(122, 104, 90, 0.4);
  border-radius: 20px;
}
