/*
  Theme Name: Theme Psaiko
  Description: Тема для Sapsa
  Author: Mcis
  Author URI: 
  Version: 0.1
*/
html, body {
  min-width: 320px;
  min-height: 100vh;
}

body{
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

main {
  min-height: 752px;
}

#breadcrumbs {
  background-color: unset;
  padding: 0;
  margin-bottom: 0.8rem;
}

a {
  color: #b28c6f;
}

.empty-p {
  margin: 0;
}

/* ul {
  padding-top: 15px;
  padding-bottom: 15px;
  list-style-type: square;
} */

/* ul li {
  padding: 10px 0;
} */

ul {
  margin-top: 25px;
  margin-bottom: 40px;
  list-style: square;
}

ul li::marker {
  color: #B28A6A;
  font-size: 27px;
}

/* .bg-wrap-uslugi{
  padding: 2rem;
  margin-bottom: 1rem;
  background: #b28a6a;
  border-radius: 24px;
  color: #fff;
  min-height: 226px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
} */

.bg-quotes {
  background: #f3f3f3;
  padding: 40px 40px;
  margin-bottom: 80px;
  border-left: #b28c6f 4px solid;
}

.wrap-form {
  padding-top: 1.8rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .wrap-form {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.desc-form {
  font-size: 20px;
  font-weight: 300;
}

.content-wrap{
	max-width: 430px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.slider-form {
  padding-top: 2rem;
}

.calculate__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calculate__form input {
  max-width: 450px;
}

.calculate__form p {
  margin-bottom: 1.4rem;
}

.calculate__form .btn.btn-gold {
  margin-top: 16px;
}

.form-button .button{
  font-weight: 500;
  font-size: 18px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 40px;
  background: #B28A6A;
  border: 1px solid #B28A6A;
  color: #fff!important;
  width: 220px;
}

.form-button{
	padding-top:1.1rem;
}

.form-button .button:hover{
	background: #9a6e4b;
	border: 1px solid #9a6e4b;
}

.form-modal-button-calculate .btn-gold {
  max-width: 450px;
  width: 100%;
}

#catalog .col-lg-2{
  padding-right:15px;
  padding-left:15px;
}

@media (min-width: 1024px) {
  #catalog .col-lg-2{
    padding-right:8px;
    padding-left:8px;
  }
}

#catalog {
  background: #f5f5f5;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide{
  width:100%;
}

.swiper-pagination-bullet {
  border-radius: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px 2px;
}
.swiper-pagination-bullet-active {
  background: #b28a6a;
}

.wpcf7-form-control-wrap text {
  color: #ccc;
}

.privacy-text-span {
  color: #8d8d8d;
}

.wpcf7-form-control-wrap input{
  height: 59px;
  background: transparent;
  border: 1px solid #858585;
  border-radius: 1.8rem;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .wpcf7-form-control-wrap input{
    width: 100%;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 5px;
}

.wpcf7-list-item input {
  height: 12px;
}

.consultation__main-title {
  font-size: 42px;
}

.consultation__main-desc {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .consultation__main-desc {
    text-align: center;
  }
}

/*Forms style end*/

.our-services{
  padding-top:4rem;
  padding-bottom:4rem;
}

@media (min-width: 1024px) {
  .our-services{
    padding-top:8rem;
    padding-bottom:8rem;
  }
}

.nav-item {
  padding-left: 5px;
  padding-right: 5px;
}
.swiper_uslugi .swiper-slide{
  background: #040404;
  min-height: 180px;
  flex-direction: column;
}

.swiper_uslugi .swiper-slide:hover{
  background: #b28a6a;
}

.services-content{
  min-height:100px;
  font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding:15px;
  color:#fff;
}

.swiper-pagination-uslugi.swiper-pagination-clickable.swiper-pagination-bullets {
  text-align: center;
  padding-top: 30px;
}

a.services-button {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #040404;
  padding: 5px 27px;
  border-radius: 3px;
  text-transform: uppercase;
  /* box-shadow: 0.1em 0.15em 2px rgba(122,122,122,0.5); */
  font-weight: 700;
  font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
}

a.services-button:hover{
  background: #040404;
  border: 1px solid #040404;
  color: #ffffff;
  cursor: pointer;
}

/*a.services-button:hover{
  background: #b28a6a;
  border: 1px solid #b28a6a;
  color:#fff;
  cursor:pointer;
}*/



.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.phone-header a{
  text-decoration: none;
}

@media (max-width: 768px) {
  .phone-header {
    display: none!important;
  }
}

.phone-header-mobile {
  display: none;
}

@media (max-width: 768px) {
  .phone-header-mobile {
    color: #b28a6a;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
    padding-top:10px;
  }
  .phone-header-mobile a{
    text-decoration: auto;
  }
}

.swal2-icon.swal2-success {
  border-color: #cba88c !important;
  color: #b28a6a !important;
}

.swal2-icon.swal2-success {
  border-color: #cba88c !important;
  color: #b28a6a !important;
}

#g-header h2 {
  padding-bottom: 3rem;
}

#g-header li {
  padding-bottom: 0.4rem;
}

#g-header, #consult {
  background-color: #355c7d;
  color: #eceeef;
  padding: 8rem 0;
  position: relative;
  z-index: 10;
  background-image: url("//finist-kamen.ru/wp-content/uploads/2022/09/bgimages-e1662030267955.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
   #g-header, #consult {
    padding: 4rem 0;
  }
}

#g-header:before, #consult:before  {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: .85;
  background-color: #b28a6a;
  background-image: -webkit-linear-gradient(-310deg,#b28a6a,#7a7a7a);
  background-image: linear-gradient(40deg,#b28a6a,#7a7a7a);
}

.hedaer-bottom {
  display: flex;
  justify-content: space-between;
}

.work-time {
  color:#000;
  font-size: 14px;
  font-weight: 400;
}

.info-header {
  display: flex;
}

.color-bronze {
  color:#9a6e4b;
}

.our-about{
  background:#f5f5f5;
}

.our-work{
  padding-bottom: 110px;
}

@media (max-width: 1024px) {
  .our-work{
    padding-bottom: 80px;
  }
}

@media (max-width: 425px) {
  .our-work{
    padding-bottom: 75px;
  }
}

.offer-consultation-wrap{
  padding-top:130px;
  padding-bottom:130px;
}

.offer-consultation-wrap .form-modal-button {
  margin-top: 0;
}

.swiper-pagination-work.swiper-pagination-clickable.swiper-pagination-bullets {
  text-align: center;
  padding-top: 30px;
}

.swiper-pagination-work span.swiper-pagination-bullet {
  margin: 2px 2px;
}

.swiper-container.swiper_work .swiper-slide img{
  width:100%;
}

.swiper-container.swiper_workcomplex .swiper-slide img{
  width:100%;
}

.title-main-our-about{
  padding-top:130px;
}

.offer-consultation-wrap h2{
  color: #fff;
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .offer-consultation-wrap h2{
    text-align: center;
  }
}

.offer-consultation-wrap h3 {
  font-size: 1.1rem;
}

#consult .wpcf7-form-control.wpcf7-submit{
  font-weight: 500;
  font-size: 18px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 40px;
  background: #B28A6A;
  border: 1px solid #B28A6A;
  color: #fff!important;
}

#consult .wpcf7-form-control.wpcf7-submit:hover{
  background: #040404;
  border: 1px solid #040404;
  color: #ffffff;
  cursor: pointer;
}

#g-header h3, #consult h3{
  padding-bottom: 40px;
}



.swiper-slide { 
  position: relative; float: left; 
  }

.swiper-slide img{
  display: block; 
}

#consult .wpcf7-form-control-wrap input{
  border: 1px solid #fff;
  background: #fff;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  #consult .wpcf7-form-control-wrap input{
  }
}

@media (min-width: 1024px) {
  #consult .wpcf7-form-control-wrap input{
    margin-bottom: 1rem;
  }
}

#consult .wpcf7-form-control-wrap.your-name{
  padding-right: 0;
}

@media (min-width: 1024px) {
  #consult .wpcf7-form-control-wrap.your-name{
    padding-right: 15px;
  }
}

#consult .wpcf7-form-control-wrap.your-phone{
  padding-right: 0;
}

@media (min-width: 1024px) {
  #consult .wpcf7-form-control-wrap.your-phone{
    padding-right: 15px;
  }
}

#consult .wpcf7-form-control.wpcf7-submit{
  height: 59px;
  width: 220px;
}

#consult .privacy-link-consult {
  color: #fff;
}

@media (max-width: 1024px) {
  .form-privacy {
    font-size: 14px;
    text-align: center;
  }
}

/* #color-wrap { 
  background-color: #b28a6a;
  background-image: -webkit-linear-gradient(-310deg,#b28a6a,#7a7a7a);
  background-image: linear-gradient(40deg,#b28a6a,#7a7a7a);
} */

/* #color-wrap img { 
  opacity: 0.7;
}

#color-wrap:hover img { 
  opacity: 1; 
} */

.fp-our-work-img {
  border: 1px solid #e3e3e3;
  padding: 10px;
  box-shadow: 0 0 15px rgba(122,122,122,0.1);
}

/* header start*/

#header{
	background:#ffffff;
}

.span-black-z {
  font-weight: 700;
  color: #b28a6a;
  font-size: 21px;
}


ul.navbar-nav.mr-auto {
  padding-top: 10px;
}

@media (min-width: 1024px) {
  ul.navbar-nav.mr-auto {
  padding-top: 4px;
  margin: 0 auto;
}}

form.form-inline.my-2.my-lg-0 {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

@media (min-width: 1024px) {
  form.form-inline.my-2.my-lg-0 {
  border-top: 0;
  padding-top: 0;
}}

.call-back-title-header{
	color:#fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .call-back-title-header{
    color:#fff;
    text-align: left;
  }
}

.call-back-title-header a{
	border-bottom:1px dashed #fff;
}

.phone-header {
  text-align: center;
  color: #b28a6a;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .phone-header {
    text-align: right;
  }
}

.phone-header a{
  color: #b28a6a;
  font-size: 18px;
}

.phone-header span{
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  border-bottom: 1px dashed #fff;
  margin-right: 15px;
}

.navbar {
  padding: 1.4rem 0;
}

.navbar .navbar-brand{
  font-size: 1.8em;
  padding-right: 2rem;
}

@media (min-width: 1024px) {
  .navbar .navbar-brand{
    padding-right: 2rem;
  }
}

.navbar-brand {
  padding-top: 0rem; 
  padding-bottom: 0rem; 
}

.navbar-brand img{
  height: 46px;
  width: 226px;
  padding-right: 8px;
}

.navbar-light .navbar-nav .nav-link {
  color: #696969;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    padding-right: 3px;
    padding-left: 3px;
  }
}

@media (max-width: 1024px) {
  #navbarSupportedContent {
    justify-content: space-around;
  }
  ul.navbar-nav {
    margin-top: 0;
  }
  ul.navbar-nav.mr-auto {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  ul.navbar-nav.mr-auto {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

}

@media (max-width: 991px) {
  .phone-header {
    text-align: center;
    color: #ccc;
    border-top: 1px solid;
    padding-top: 16px;
  }
}

/* header end*/

/* main-screen start*/

.main-screen__title {
  color: #fff;
  font-size: 60px;
  text-align: left;
  padding-bottom: 3rem;
  margin: 0;
  max-width: 640px;
  /* text-transform: uppercase; */
}

.main-screen__subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 3rem;
  margin: 0;
  max-width: 860px;
  margin: 0 auto;
}

.main-screen__items {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  fill: currentColor;
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0;
  display: flex;
  /* padding-bottom: 3rem; */
  justify-content: center;
  flex-direction: column;
}

.main-screen__item {
  display: flex;
  padding-left: 0;
  padding-right: 30px;
}

.main-screen__items svg {
  color: rgb(255 255 255);
  width: 44px;
  height: 44px;
}

.main-screen__desc {
  max-width: 260px;
  padding-left: 15px;
  max-width: 380px;
}

@media (max-width: 768px) {
  .main-screen__desc {
    max-width: 260px;
    padding-left: 15px;
    max-width: 300px;
  }
}

@media (max-width: 425px) {
  .main-screen__desc {
    max-width: 260px;
    padding-left: 15px;
    max-width: 340px;
  }
}

.main-wrap {
  padding: 6rem 0 4rem 0;
  position: relative;
  z-index: 0;
}

.main-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #686868;
  opacity: 0.45;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.8s;
  z-index: -1;
  overflow: hidden;
}

.stela__img-wraper {
  position: relative;
}

.stela__img {
  position: absolute;
}

@media (max-width: 768px) {
  .stela__img {
    position: unset;
  }
}

@media (max-width: 425px) {
  .stela__img {
    position: unset;
  }
}

@media (max-width: 1024px) {
  .stela__img {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .stela__img {
    width: 340px;
  }
}

.btn {
  font-weight: 500;
  font-size: 18px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 40px;
}

.main-content-block {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
}

@media (max-width: 1440px) {
  .main-content-block {
    grid-template-columns: 1.3fr 1fr;
  }
}

@media (max-width: 1024px) {
  .main-content-block {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .main-content-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 425px) {
  .main-content-block {
    grid-template-columns: 1fr;
  }
}

.main-screen__btn-left {
  text-align: right;
  padding-bottom: 15px;
}

.main-screen__btn-right {
  text-align: left;
}

.btn-white {
  background: #fff;
  border: 1px solid #fff;
  width: 226px;
  padding: 15px 25px;
}

.btn-white:hover {
  background: #B28A6A;
  border: 1px solid #B28A6A;
  color: #fff;
}

.btn-gold {
  background: #B28A6A;
  border: 1px solid #B28A6A;
  color: #fff;
  width: 226px;
}

.btn-gold:hover{
  background: #ffffff;
  border: 1px solid #ffffff;
  color:#000;
}

.form-modal .btn-gold:hover{
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .main-screen__title {
    font-size: 38px;
  }
  .main-screen__item {
    padding-right: 0;
  }
  .main-wrap {
    padding: 55px 0;
  }
}

@media (max-width: 768px) {
  .main-screen__items svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 425px) {
  .main-screen__title {
    padding-bottom: 30px;
  }
  .main-screen__subtitle {
    padding-bottom: 30px;
  }
  .main-screen__subtitle p {
    margin: 0;
  }
  .main-wrap {
    padding: 75px 0;
  }
  .main-screen__btn-left {
    text-align: center;
  }
  .main-screen__btn-right {
    text-align: center;
  }
  .main-screen__desc {
    min-width: 280px;
  }
}



/* main-screen end*/


/* company start */
.our-company__title {
  text-align: center;
  font-size: 42px;
  padding: 80px 0 50px 0;
}

@media (max-width: 425px) {
  .our-company__title {
    text-align: center;
    font-size: 42px;
    padding: 75px 0 30px 0;
  }
}

.our-company__text {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
}

/* company end */

/* question start */

#question {
  padding: 6rem 0;
}

.question-bg {
  padding: 2rem 3rem;
}

.question-bg {
  display: grid;
  grid-template-columns: 2fr 0.8fr;
}

@media (max-width: 1024px) {
  .question-bg {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .question-bg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 425px) {
  .question-bg {
    padding: 2rem 0.5rem;
  }
}

.question__title {
  font-size: 42px;
}

@media (max-width: 1024px) {
  .question__title {
    line-height: 1.2em;
  }
}

.btn-gold-quetion {
  background: #B28A6A;
  border: 1px solid #B28A6A;
  color: #fff;
  position: relative;
  margin-left: 38px;
  padding-left: 70px;
}

.question__btn-wrapper {
  position: relative;
  padding-top: 30px;
}

.question__btn-whatsApp {
  position: absolute;
  z-index: 2;
}

@media (max-width: 1024px) {
  .question__btn-whatsApp {
    top: 19.98px;
  }
}

.question__desc {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .question__desc {
    margin-top: 30px;
  }
}

/* question end */

/* stone start */

.stone__wrap {
  padding-bottom: 15px;
  position: relative;
}

.stone-main-title {
  text-align: center;
  font-size: 42px;
  padding: 80px 0 50px 0;
  color: #000;
  font-size: 22px;
}

@media (max-width: 425px) {
  .stone-main-title {
    padding: 75px 0 30px 0;
  }
}

.stone__img {
  /* max-width: 120px; */
  /* height: auto;
  border-radius: 50%; */
}

/* @media (max-width: 425px) {
  .stone__img {
    max-width: 100px;
  }
} */

.stone__title {
  color: #B28A6A;
  font-size: 29px;
  padding: 10px 0px 0px 15px;
  text-align: left;
  font-weight: 500;
}

.stone__description {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 16px;
  text-align: left;
  padding-left: 15px;
  position: absolute;
  max-width: 154px;
}

.stone__img-wraper {
  padding: 0 0 30px 0;
  min-height: 292px;
}

.stone__link {
  text-decoration: none;
}

.stone-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; 
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  .stone-links {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 991px) {
  .stone-links {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .stone-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 425px) {
  .stone-links {
    padding-bottom: 25px;
    grid-template-columns: 1fr;
  }
}

/* stone end */

/* step start */
.step {
  background: #ebebeb;
}

@media (max-width: 425px) {
  .step {
    padding-bottom: 35px;
  }
}

.step-main-title {
  text-align: center;
  font-size: 42px;
  padding: 80px 0 50px 0;
}

@media (max-width: 425px) {
  .step-main-title {
    padding: 75px 0 30px 0;
  }
}

.step-ul {
  padding-left: 0;
  margin: 0;
}

.step__wrap {
  max-width: 208px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}

@media (max-width: 425px) {
  .step__wrap {
    max-width: 190px;
  }
}

.step__wrap::before {
  content: '';
  width: 60%;
  border: 2px dashed #b28a6a;
  position: absolute;
  top: 30px;
  left: 168px;
  transition: 0.8s;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
  font-size: 72px;
}

@media (max-width: 1400px) {
  .step__wrap::before {
    opacity: 0;
    width: 0;
  }
}

.step__wrap:last-child::before {
  width: 0;
  height: 0;
  content: '';
  border: 0
}

.step__number {
  /* background: #dfdfdf; */
  width: 60px;
  height: 60px;
  border: 4px solid #b28a6a;
  margin: 0 auto;
}

.step__number-position {
  padding: 3px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}

.step__description {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .step__description {
    padding-bottom: 100px;
  }
}

/* step end */


/* price start */

.price__main-title {
  text-align: center;
  font-size: 42px;
  padding: 80px 0 25px 0;
  margin: 0;
}

@media (max-width: 425px) {
  .price__main-title {
    padding: 75px 0 30px 0;
  }
}

.price__main-desc {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 25px;
  margin: 0;
}

.price-wrap {
  text-align: center;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 0 0 15px rgba(122,122,122,0.1);
  padding: 30px 30px;
  font-size: 30px;
}

@media (max-width: 425px) {
  .price-wrap {
    margin-bottom: 30px;
  }
}

.price__title {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 10px;
}

.price__number {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .price__number {
    font-size: 30px;
  }
}

.price__top-border {
  width: 100%;
  height: 4px;
  background: #b28a6a;
  margin-bottom: 16px;
}

.price__bottom-border {
  width: 100%;
  height: 12px;
  background: #b28a6a;
  margin-top: 16px;
}

/* price end */

#popularProds .product__item {
  margin-bottom: 0;
}

.prodact-front-page-pamyatniki {
  padding-bottom: 60px;
}

@media (max-width: 425px) {
  .prodact-front-page-pamyatniki {
    padding-bottom: 27px;
  }
}

#popularProds-memorial .product__item {
  margin-bottom: 0;
}

#popularProds-memorial {
  padding-bottom: 32px;
}

@media (max-width: 425px) {
  #popularProds-memorial {
    padding-bottom: 27px;
  }
}

/* product catalog start */
.catalog{
  padding-bottom: 2rem;
}



.catalog__main-title {
  text-align: center;
  font-size: 42px;
  padding: 80px 0 25px 0;
  margin: 0;
}

.catalog__main-title2 {
  text-align: center;
  font-size: 42px;
  padding: 0 0 25px 0;
  margin: 0;
}

@media (max-width: 425px) {
  .catalog__main-title {
    padding: 45px 0 25px 0;
  }
}

.catalog__sub-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  color: #ccc;
  text-align: center;
}

.catalog__sub-title:hover {
  color: #b28a6a;
}

.prodact-img{
  padding: 35px;
}

.prodact-img img{
  width:100%;
}

.prodact-title {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}

.prodact-title::after {
  content: '';
  width: 80%;
  height: 4px;
  background: #b28a6a;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  transition: 0.8s;
  z-index: 0;
  overflow: hidden;
  padding: 0 15px 0 15px; 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.prodact-wrap {
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
  text-align: center;
  /* border: 1px solid #b28a6a; */
  margin-bottom: 3.5rem;
  background: #fff;
  box-shadow: 0 0 15px rgba(122,122,122,0.15);
}

a.catalog-button {
  background: #b28a6a;
  border: 1px solid #b28a6a;
  color: #fff;
  padding: 5px 27px;
  border-radius: 3px;
  text-transform: uppercase;
  /* box-shadow: 0.1em 0.15em 2px rgba(122,122,122,0.5); */
  font-weight: 700;
  font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
}

a.product-a:hover{
  text-decoration: none;
}

a.catalog-button:hover {
  background: #040404;
  border: 1px solid #040404;
  color: #ffffff;
  cursor: pointer;
}

.prodact-title{
  padding-bottom: 1.2rem;
}

.prodact-wrap:hover{
  border: 1px solid #b28a6a;
}

/* product catalog end */


/* complex start */

.calculate__main-title {
  font-size: 42px;
  margin: 0;
}

.offer-bottom-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
  text-align: center;
  margin: 0;
}

@media (max-width: 425px) {
  .offer-bottom-wrap {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}


.complex__cnt {
  text-align: left;
}

@media (max-width: 1199px) {
  .offer-bottom-wrap .btn-gold {
    margin-bottom: 15px;
  }
  .offer-bottom-wrap .btn-white {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .front-page__calculate-image {
    max-width: 260px;
    padding-bottom: 60px;
  }
  .wrap-form {
    padding-bottom: 0;
  }
}

.complex__bg {
  position: relative;
}

.complex__image {
  position: relative;
}

.complex-wraper {
  display: block;
}

.complex-wraper img {
  width: 100%;
  padding-top: 40px;
}

.complex__main-title {
  font-size: 42px;
  padding: 0 0 30px 0;
}

@media (max-width: 425px) {
  .complex__main-title {
    text-align: center;
  }
}

.complex__main-desc {
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 425px) {
  .complex__main-desc {
    text-align: center;
  }
}

.complex__wrap-btn {
  padding-top: 30px;
}

@media (max-width: 425px) {
  .complex__wrap-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.complex__wrap-btn .btn-gold {
  margin-right: 15px;
}

@media (max-width: 425px) {
  .complex__wrap-btn .btn-gold {
    margin-right: 0;
  }
}


/* complex end */

.our-work__main-title {
  font-size: 42px;
  text-align: center;
  padding-bottom: 25px;
  margin: 0;
}

/* reviews start */
#our-reviews {
  background-color: #ebebeb;
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  #our-reviews {
    padding-bottom: 80px;
  }
}

@media (max-width: 425px) {
  #our-reviews {
    padding-bottom: 75px;
  }
}

#color-bg-reviews {
  background: #fff;
}

.our-reviews__main-title {
  text-align: center;
  font-size: 42px;
  padding: 80px 0 20px 0;
  margin: 0;
}

@media (max-width: 425px) {
  .our-reviews__main-title {
    padding: 75px 0 20px 0;
  }
}

.our-reviews__sub-title {
  color: #919191;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.swiper-pagination-reviews {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.reviews_wraper {
  margin: 15px;
  padding: 40px 60px;
  text-align: left;
  border: 2px dashed #ccc;
  /* box-shadow: 0 0 15px rgba(122,122,122,0.2); */
}

@media (max-width: 425px) {
  .reviews_wraper {
    padding: 40px 32px;
  }
}

.reviews_cnt {
  border-bottom: 2px solid #9a6e4b;
}

.swiper-pagination-bullet {
  margin: 3px;
}

.reviews_info {
  padding-top: 8px;
}

.reviews_cnt {
  display: flex;
}

.reviews_ava {
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.reviews_name {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.reviews_desc {
  margin: 0;
  color: #999;
  font-size: 16px;
}

@media (max-width: 472px)  {
  .reviews_desc {
    padding-bottom: 20px;
  }
}

.reviews_text {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  padding-top: 15px;
  min-height: 98px;
}

@media (max-width: 1024px) {
  .reviews_text {
    min-height: 150px;
  }
}

@media (max-width: 991px) {
  .reviews_text {
    min-height: 98px;
  }
}

@media (max-width: 425px) {
  .reviews_text {
    min-height: 150px;
  }
}

/* reviews end */


/* we_are_numbers start */

#we_are_numbers {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  #we_are_numbers {
    padding-bottom: 50px;
  }
}

.numbers-main-title {
  font-size: 42px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
  margin: 0;
}

.numbers-main-sub-title {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 30px;
}

.numbers_wrap {
  text-align: center;
}

.numbers__img {
  width: 50px;
  height: auto;
}

.numbers_title {
  font-size: 28px;
  font-weight: 700;
  color: #B28A6A;
  padding: 15px 0 5px 0;
}

.numbers_description {
  font-size: 20px;
  font-weight: 300;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .numbers_description {
    padding-bottom: 0;
  }
}

/* we_are_numbers end */

/* contact start */

.contact {
  background-color: #ebebeb;
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .contact {
    padding-bottom: 80px;
  }
}

.contact-content {
  height: 100%;
  border: 9px solid #b28a6a7a;
  background: #b28a6ac7;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-main-title {
  font-size: 42px;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 80px;
  margin: 0;
}

@media (max-width: 425px) {
  .contact-main-title {
    padding-bottom: 30px;
    padding-top: 75px;
  }
}

.contact-item {
  display: flex;
  flex-direction: row;
}

.contact-icon {
  width: 24px;
  margin-top: -20px;
  margin-right: 18px;
}

.contact-text {
  font-size: 18px;
  font-weight: 300;
  /* color: #000000; */
  color: #fff;
}

/* .map-wraper {
  background: #ebebeb;
  border: 4px solid #fff;
  padding: 4px;
} */

.map-wraper {
  background: #ffffff;
  border: 4px solid #fff;
  padding: 8px;
  height: 100%;
}

@media (max-width: 991px) {
  .map-wraper {
    height: 383px;
  }
}

.contact-item-requisites {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.contact-item-requisites .contact-text {
  margin: 0;
}

/* contact end  #222222  */

.footer {
  background: #222222;
  padding: 26px 0;
}

@media (min-width: 991px) {
  /* .footer-row {
      display: flex;
  } */
}

.footer-copyright {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  .footer-copyright {
    text-align: left;
    padding-bottom: 0;
  }
}

.phone-footer {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 1024px) {
  .phone-footer {
    text-align: right;
  }
}


.fotter-number {
  padding-left: 15px;
  color: #b28a6a;
  font-weight: 500;
}

.footer-call {
  font-size: 18px;
  font-weight: 300;
}

.col-lg-6, .col-lg-3, .col-lg-4 {
  padding-left: 15px;
  padding-right: 15px;
}


/* наверх START*/
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 105px;
  width: 40px;
  height: 40px;
  background-color: #b28a6a;
  cursor: pointer;
  display: none;
  z-index: 999;
  border-radius: 6px;
}



/* .back-to-top:before,  */
.back-to-top:after {
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* .back-to-top:before {
  top: 45%;
} */

.back-to-top:after {
  top: 55%;
  border-color: #ffffff;
}
/* наверх END*/


/* МОДАЛЬНЫЕ ОКНА КОНТАКТ ФОРМ START*/
.form-title {
  margin-bottom: 4px;
}

.form-subtitle {
  margin-bottom: 25px;
  text-align: center;
}

.modal-content {
  border-radius: 0.8rem;
}

.close {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.close:before, .close:after {
  content: "";
  background: #b28a6a;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
}

.close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.modal .wpcf7-form {
  padding: 30px;
}

@media (min-width: 1024px) {
  .modal .wpcf7-form {
    padding: 56px;
  }
}

.form-input {
  padding-bottom: 15px;
}

.form-modal-button {
  text-align: center;
  margin-top: 18px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  height: 100px;
  border-radius: 1.5rem;
  width: 100%;
}

.wpcf7-textarea {
  padding-left: 20px;
  padding-top: 12px;
  margin-bottom: 10px;
}

.form-modal-button {
  text-align: center;
}

@media (min-width: 1024px) {
  .form-modal-button {
    text-align: center;
    padding-top: 0;
  }
}

.form-modal-button .btn-gold {
  width: 100%;
}
/* МОДАЛЬНЫЕ ОКНА КОНТАКТ ФОРМ END*/

.form-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 15px;
}

img.attachment-page_work_tumbnail_sizes.size-page_work_tumbnail_sizes.wp-post-image {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .form-wrap {
    display: grid;
    /* flex-direction: row; */
    /* text-align: left; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

.g-container .form-input {
  padding-bottom: 0;
}

.stone__link:hover {
  text-decoration: none;
}

a.footer-call  {
  color: #fff;
  text-decoration: none;
}

a.fotter-number {
  text-decoration: none;
}

@media (max-width: 425px) {
  .phone-footer {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .fotter-number {
    padding-left: 0;
  }
  a.footer-call {
    padding-bottom: 10px;
  }
}

a.fotter-number:hover {
  text-decoration: none;
  color: #fff;
}


#scroller{
  position: fixed;    
  /** позиция кнопки scroll to top **/
  bottom: 140px;   
  /** картинка кнопки наверх**/
  /* background: transparent url(arrow.png) no-repeat left top;   */
  width: 32px;
  height: 32px;
  cursor: pointer;
  /** скрываем кнопку в начале **/
  display:none;
}

@media (min-width: 1024px) {
  #scroller{
    bottom: 110px;   
  }
}


/** архивная страница стандартной записи**/
.archive-image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.archive-title {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  min-height: 49px;
}

.archive-post-padding-bottom {
  padding-bottom: 3em;
}

.pagination-block {
  margin: 0 auto;
}

.product-type-simple {
  text-align: center;
}

.pagination {
  justify-content: center;
  padding: 40px 0 100px 0;
}

.product__item {
  border: 1px solid #e3e3e3;
  margin-bottom: 40px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px rgba(122,122,122,0.1);
}

@media (max-width: 1024px) {
  .product__item {
    margin-bottom: 30px;
  }
}

.woocommerce-products-header__title {
  padding-top: 20px;
  padding-bottom: 15px;
}

.woocommerce-loop-product__title {
  font-size: 17px;
  padding: 10px 15px 5px 15px;
  color: #212529;
  margin: auto;
}

@media (max-width: 425px) {
  .woocommerce-loop-product__title {
    font-size: 16px;
  }
}

.archive-product-price {
  min-height: 24px;
}

.woocommerce-LoopProduct-link {
  text-decoration: none;
}

a.button.product_type_simple {
  margin-bottom: 30px;
}

a.button.product_type_simple {
  background: #b28a6a;
  color: #fff;
  padding: 14px 50px;
  border-radius: 50px;
}

nav.woocommerce-pagination {
  padding-bottom: 50px;
  padding-top: 50px;
}

.product__item .price {
  font-size: 15px!important;
  margin-bottom: 10px!important;
  min-height: 18px!important;
  display: none;
}

.button-archive-catalog {
  margin: 10px 15px 20px 15px !important;
  font-weight: 500!important;
  background: #b28a6a!important;
  color: #fff!important;
  border-radius: 24px!important;
  padding: 12px 35px!important;
  text-decoration: none!important;
}

.button-archive-catalog:hover {
  background: #ccc!important;
  color: #fff!important;
}

/** архивная страница стандартной записи**/

/** single страница стандартной записи**/
.single-title {
  padding-bottom: 15px;
}

.single-text {
  padding-bottom: 80px;
  max-width: 85%;
}

@media (max-width: 991px) {
  .single-text {
    padding-bottom: 30px;
  }
}

.related-single-post {
  background: #f3f3f3;
  padding: 40px 40px;
  margin-bottom: 80px;
  border-left: #b28c6f 4px solid;
}

.images-single-list {
  display: block;
  padding-left: 0;
}

.images-single-item {
  list-style-type: none;
  margin-bottom: 30px;
  background: #efefef;
  box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.2);
}
.images-single-item img {
  width: 100%;
  padding: 15px;
  height: auto;
}

@media (max-width: 991px) {
  .images-single-item  {
    margin-bottom: 75px;
  }
}

.image-slider-single-post {
  display: block;
}
.img-slider-single-post {
  width: 100%;
  padding-bottom: 15px;
}

.title-image-slider-single-post {
  padding-bottom: 1em;
  font-size: 2rem;
}

.consultation__main-title_theme_darck {
  color: #000!important;
  font-size: 2rem;
}

.consultation__main-desc_theme_darck {
  color: #000!important;
}

.related-single-post-q {
  background: #f3f3f3;
  padding: 100px 40px;
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .related-single-post-q {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .related-single-post-q {
    margin-top: 30px;
    padding: 75px 0;
    margin-top: 50px;
  }
}

.related-single-post-q .form-input {
  padding-bottom: 15px!important;
}

.related.products .product__item{
  margin-bottom: 0;
}

.product-type-simple {
  margin-bottom: 0;
}
.single-articles .catalog__main-title {
  padding-top: 0;
}



@media (max-width: 515px) {
  .single-works .complex__wrap-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/** single страница стандартной записи**/


/** сайдбар **/

.filter__content {
  background: #f3f3f3;
  /* border-right: #b28c6f 4px solid; */
  border-left: #b28c6f 4px solid;
  /* border-top: #b28c6f 4px solid; */
  padding: 25px;
  margin-bottom: 30px;
}

.filter__content ul {
  margin-top: 5px;
  margin-bottom: 0;
}

.sidebar-articles__title {
  font-size: 1.5rem;
  padding-top: 35px;
}

.widgettitle {
  padding-top: 15px;
  font-size: 18px;
}

ul.product-categories {
  padding-left: 1rem;
}

ul.product-categories li::marker {
  height: 40px;
  color: #B28A6A;
  font-size: 16px;
}

/** сайдбар **/


/** single-product **/

.woocommerce-product-gallery {
  padding-top: 15px;
}

.woocommerce-page div.product div.summary {
  width: 100%;
}
.woocommerce-page div.product div.images {
  width: 100%;
}

.summary {
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .summary {
    padding-top: 0;
  }
}

.summary .complex__wrap-btn {
  text-align: center;
}

@media (min-width: 1024px) {
  .summary .complex__wrap-btn {
    text-align: left;
  }
}

.product_meta {
  display: flex;
  flex-direction: column;
}

.summary.entry-summary {
  text-align: left;
  padding-left: 0;
}

@media (min-width: 1024px) {
  .summary.entry-summary {
    padding-left: 40px;
  }
}

.summary .price {
  margin-bottom: 30px;
}

.woocommerce-tabs h2 {
  margin-bottom: 30px;
}

/* .related h2 {
  margin-bottom: 30px;
} */

.related .row {
  padding-top: 30px;
}
.pswp__bg {
  opacity: 0.9!important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 65px;
  margin-right: 5px;
}

ol.flex-control-nav.flex-control-thumbs {
  left: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-bottom: 40px;
}

.btn__sigle-prodact {
  background: #b28a6a;
  color: #fff;
  padding: 15px 0;
  border-radius: 50px;
  margin-right: 15px;
  width: 226px;
  text-align: center;
}
.btn__sigle-prodact:hover {
  background-color: #dfdcde;
  color: #515151;
}

a.btn__sigle-prodact {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.btn__sigle-prodact-3d {
  background-color: #dfdcde;
  color: #515151;
  padding: 15px 0;
  border-radius: 50px;
  margin-right: 15px;
  width: 226px;
  text-align: center;
}

.btn__sigle-prodact-3d:hover {
  background: #b28a6a;
  color: #fff;
}

a.btn__sigle-prodact-3d {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  /* margin-top: 15px; */
}
.btn__sigle-prodact {
  margin-bottom: 10px;
}

/* Стили для галереи с изображениями */
.flex-control-nav.flex-control-thumbs {
  display: flex; /* Устанавливаем flex-контейнер */
  flex-wrap: nowrap; /* Отключаем перенос элементов на следующую строку */
  overflow-x: auto; /* Добавляем горизонтальную прокрутку при необходимости */
  padding: 0; /* Убираем внутренний отступ */
  list-style: none; /* Убираем маркеры списка */
}

.flex-control-nav.flex-control-thumbs li {
  margin-right: 10px; /* Отступ между элементами (можете настроить по вашему желанию) */
}

.flex-control-nav.flex-control-thumbs img {
  width: 100px; /* Ширина изображений */
  height: 100px; /* Высота изображений */
  border: 1px solid #ddd; /* Добавляем рамку для изображений (по желанию) */
}

.flex-control-nav.flex-control-thumbs .flex-active {
  border-color: #b28a6a; /* Цвет рамки для активного изображения (по желанию) */
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: #ededed;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.comment-form-comment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#comment {
  width: 100%;
  max-width: 680px;
}

.up-sells h2 {
  margin-bottom: 30px;
}

.single-product .related {
  padding-bottom: 100px;
}

.woocommerce-product-attributes.shop_attributes {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-top: 40px;
  }
}

.type-product .cart {
  display: none;
}

.product-type-variable .cart {
  display: block;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #b28a6a;
  font-size: 1.25em;
}

.type-product .col-lg-6 {
  position: relative;
}

.woocommerce span.onsale {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 0;
  padding: 0.2px 10px;
}

.single-product span.onsale {
  top: 40px;
}

.tabs.wc-tabs {
  padding-top: 50px!important;
}

/** single-product **/

form.wpcf7-form.init {
  text-align: center;
}

.woocommerce-info::before {
  color: #b28a6a;
}

.woocommerce-info {
  border-top-color: #b28a6a;
}

#prodact-front-page .product__item {
  display: grid;
  justify-items: center;
}

#prodact-front-page .product__item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#prodact-front-page .product_type_simple {
  margin: 0 15px 20px 15px;
  text-decoration: none;
  max-width: 180px;
}

@media (max-width: 1024px) {
  #prodact-front-page .product_type_simple {
    margin: 0 15px 20px 15px;
  }
  a.button.product_type_simple {
    padding: 14px 40px;
  }
}

@media (max-width: 425px) {
  a.button.product_type_simple {
    padding: 14px 34px;
  }
}

#prodact-front-page .product_type_simple:hover {
  background-color: #ccc;
}

#prodact-front-page .woocommerce-loop-product__title {
  
}

#prodact-front-page .woocommerce-LoopProduct-link {
  width: 98%;
}

#prodact-front-page .woocommerce-loop-product__link {
  width: 98%;
}

/* Наши работы */

.page-work__main-title {
  padding-top: 20px;
  padding-bottom: 15px;
}

.work_galeri-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 8em;
}

.work_galeri-list img{
  width: 100%;
}

/* Наши работы */

/* Контакты */

#contact .contact-item {
  max-width: 480px;
}

.form-input-wraper {
  display: flex;
  gap: 15px;
}

.form-contacts-title {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
}

.form-input-long .wpcf7-form-control {
  width: 100%;
  background: #fff;
}

.form-textarea-page-contacts {
  padding-top: 15px;
}

.bg-forms-contacts .wpcf7-text {
  background: #fff;
}

.form-textarea-page-contacts .wpcf7-textarea {
  width: 100%;
  border: 1px solid #858585;
  border-radius: 1.8rem;
  background: #fff;
  height: 130px;
}

.title-contacts {
  padding-top: 20px;
  padding-bottom: 15px;
}

.bg-forms-contacts {
  background-color: #f1f1f1;
  padding: 40px 70px;
  border-radius: 15px;
  height: 100%;
}

@media (max-width: 1199px) {
  .col-lg-12.col-xl-5 .bg-forms-contacts {
    margin-top: 60px;
  }
}

.bg-forms-contacts .btn-gold {
  width: 100%;
  margin-bottom: 8px;
}

.bg-forms-contacts .contact-item .contact-text {
  color: #000;
}

.page-contact-map {
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .page-contact-map {
    margin-top: 140px;
  }
}

@media (max-width: 575px) {
  .bg-forms-contacts {
    padding: 40px 20px;
  }
}

.bg-forms-contacts .form-privacy {
  font-size: 15px;
}

.bg-forms-contacts .btn.btn-gold{
  margin-top: 15px;
}

/* Контакты */

/* О компании */

.page-about-block {
  margin-bottom: 120px;
}

.image-about {
  text-align: right;
}

.img-about {
  border-radius: 0 0 40px 0;
  width: 100%;
  max-width: 366px;
}

.content-about {
  padding-right: 40px;
}

@media (max-width: 992px) {
  .image-about {
    text-align: center;
    margin-top: 60px;
    max-height: 700px;
    overflow: hidden;
    padding-right: 46px;
  }
  .img-about {
    border-radius: 0 0 40px 0;
    max-width: 350px;
  }
}

/* О компании */

.nav-links .page-numbers {
  margin: 0;
  text-decoration: none;
  padding: 0;
  padding: 0.5em;
  min-width: 1em;
  border: 1px solid #d3ced2;
}

.nav-links .page-numbers.current {
  margin: 0;
  text-decoration: none;
  padding: 0;
  padding: 0.5em;
  min-width: 1em;
  border: 1px solid #d3ced2;
  background: #ebe9eb;
  color: #8a7e88;
}


/* Single-review */

.single-reviews .related-single-post {
  margin-top: 70px;
}

.page-review-catalog__main-title {
  display: flex;
  justify-content: center;
}

.page-reviews_block {
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 15px rgba(122,122,122,0.1);
  margin-top: 30px;
  margin-bottom: 60px;
}

.page-reviews_wraper {
  padding: 40px 80px;
  text-align: left;
  border: 2px dashed #ccc;
  margin: 15px;
}

@media (max-width: 575px)  {
  .page-reviews_wraper {
    padding: 40px 40px;
  }
}

@media (max-width: 425px)  {
  .page-reviews_wraper {
    padding: 40px 20px;
  }
}


.page-reviews_wraper .reviews_name {
  padding-top: 6px;
}

.page-reviews_cnt {
  display: flex;
  border-bottom: 2px solid #9a6e4b;
}

.page-reviews_cnt img {
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
}

/* Single-review */

/* archive-review */

.review-block {
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 15px rgba(122,122,122,0.1);
  margin-bottom: 50px;
}

.review-content {
  margin: 15px;
  padding: 20px 20px;
  text-align: left;
  border: 2px dashed #ccc;
}

.customer-wrap {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #b28a6a;
}

.archive-image-reviews {
  margin-bottom: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.archive-title-reviews {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 500;
}

.archive-desc-reviews {
  color: #ccc;
  font-size: 16px;
  min-height: 48px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .archive-desc-reviews {
    min-height: 24px;
  }
}

.archive-rewiew-text {
  padding-top: 12px;
}

@media (max-width: 1399px) {
  .archive-rewiew-text {
    min-height: 180px;
  }
}

@media (max-width: 991px) {
  .archive-rewiew-text {
    min-height: 140px;
  }
}

@media (max-width: 767px) {
  .archive-rewiew-text {
    min-height: 90px;
  }
}

.leave-review__block {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .leave-review__block {
    flex-direction: column;
  }
}

.leave-review {
  background: #f3f3f3;
  padding: 40px 60px;
  margin-bottom: 100px;
  border-left: #b28c6f 4px solid;
}

.leave-review__text {
  max-width: 850px;
}

.leave-review__button {
  background: #b28c6f;
  color: #fff;
  text-decoration: none;
  padding: 17px 50px;
  height: 57px;
  border-radius: 1.7rem;
  width: 100%;
  max-width: 222px;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .leave-review__button {
    margin-left: 0;
  }
}

.leave-review__button:hover {
  background: #000;
  color: #fff;
}

/* archive-review */



/* single-works */

.single-works .related-single-post {
  margin-top: 80px;
}

.work-block {
  padding: 20px 0 80px 0;
}

@media (max-width: 991px) {
  .work-block {
    padding: 30px 0 60px 0;
  }
}

/* .work-block img {
  width: 100%;
  height: auto;
} */

@media (max-width: 991px) {
  .work-block img {
    margin-bottom: 50px;
  }
}

.work-main__title {
  font-size: 32px;
  padding-bottom: 20px;
}

/* single-works */

/* archive-works */

.archive-post-work {
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 15px rgba(122,122,122,0.1);
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.archive-post-work__link {
  text-decoration: none;
}

.archive-post-work__image-block {
  min-height: 300px;
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .archive-post-work__image-block {
    min-height: 240px;
  }
}

@media (max-width: 1199px) {
  .archive-post-work__image-block {
    min-height: 200px;
  }
}

@media (max-width: 576px) {
  .archive-post-work__image-block {
    min-height: 200px;
  }
}

.archive-post-work__image {
  width: 100%;
}

.archive-post-work__title {
  padding: 0 15px;
  margin: 0;
  font-size: 18px;
  color: #000;
  text-align: center;
}

@media (max-width: 1400px) {
  .archive-post-work__title {
    min-height: 65px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .archive-post-work__title {
    font-size: 14px;
    min-height: 51px;
  }
}

.archive-post-work__button {
  background: #b28a6a;
  color: #fff;
  padding: 14px 50px;
  border-radius: 50px;
  width: 200px;
  text-align: center;
  margin: 20px auto 20px auto;
}

@media (max-width: 1199px) {
  .archive-post-work__button {
    padding: 14px 30px;
    width: 100%;
    max-width: 150px;
    margin: 15px;
  }
}

@media (max-width: 576px) {
  .archive-post-work__button {
    padding: 14px 20px;
    width: 100%;
    max-width: 150px;
    margin: 15px;
  }
}


.archive-post-work__button:hover {
  background: #ccc;
}

.swiper-container.swiper_work_archive .swiper-slide img{
  width:100%;
}

.our-work-archive {
  margin-bottom: 40px;
}

h2.page-work__main-title {
  font-size: 2.5rem;
}

/* archive-works */



.img-service {
  border-radius: 1.8rem;
  max-width: 80%;
}



.wraper-label__single-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 3px;
  background: #f8f8f8;
  padding: 15px;
  border-left: #b28c6f 4px solid;
}

@media (max-width: 767px) {
  .wraper-label__single-product {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .wraper-label__single-product {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wraper-label__single-product label {
  text-align: left;
  /* border-right: 2px dashed #d0d0d0; */
}

.wraper-label__single-product label input[type="number"] {
  width: 50px; /* Ширина поля ввода */
}

/* .wraper-label__single-product label input[type="checkbox"] {
  background-color: #b28c6f!important;
} */

#basePrice {
  text-align: left;
}

#totalPrice {
  text-align: left;
}

.title-price__single-product {
  text-align: left;
  padding: 30px 0;
  margin: 0;
}

.buton-wraper__single-product {
  text-align: right;
  padding-bottom: 60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0!important;
  margin: 0!important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-bottom: 0!important;
}

#sizeSelector {
  display: flex;
}

.size__single-product {
  text-align: left;
  margin-bottom: 6px;
}

.totalPrice__single-product {
  text-align: right;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.wraper-sizes {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #f8f8f8;
  padding: 15px;
  border-left: #b28c6f 4px solid;

}

@media (max-width: 768px) {
  .wraper-sizes {
    grid-template-columns: 1fr;
  }
}

.wraper-sizes-stela {
  display: flex;
}

@media (max-width: 768px) {
  .wraper-sizes-stela {
    margin-bottom: 8px;
  }  
}

#sizeDetails {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  #sizeDetails {
    grid-template-columns: 1fr;
  }
}

.size__single-product {
  padding-left: 0;
}

.size-stela__single-product {
  margin: 0;
  padding-right: 15px;
}

.tabs.wc-tabs {
  display: none;
}

.rc-anchor-logo-img {
  background-size: 15px!important;
}


.post-img {
  display: block;
  padding: 30px 0;
}

.post-img img{
  width: 100%;
  height: auto;
}

.single-articles h2 {
  padding-bottom: 12px;
}

.grecaptcha-badge {
  display: none;
}

.btn-configurator {
  position: fixed;
  bottom: 100px;
  z-index: 9999;
}

.btn-configurator {
  font-weight: 500 !important;
  background: #b28a6a !important;
  color: #fff !important;
  border-radius: 24px !important;
  padding: 12px 35px !important;
  text-decoration: none !important;
}

.btn-configurator:hover {
  background: #b28a6a !important;
}

.configurator {
  position: fixed;
  display: block;
  bottom: 14px;
  padding-left: 15px;
}

.btn__3d {
  background-color: #59b161;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  margin-right: 15px;
  width: 100%;
  text-align: center;
}

a.btn__3d {
  text-decoration: none!important;
}

.memorial-price {
  background: #f3f3f3;
  padding: 20px 30px;
  margin-top: 30px;
  /* margin-bottom: 80px; */
  border-left: #b28c6f 4px solid;
}

.category-info {
  background: #f3f3f3;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-left: #b28c6f 4px solid;
}

/* stock */
.stoke_img {
  width: 480px;
}



@media (max-width: 768px) {
  .stoke_img {
    width: 390px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

.stock-title {
  text-transform: uppercase;
  color: #b28c6f;
  font-size: 54px;
  max-width: 640px;
}

.stock-title {
  text-transform: uppercase;
  color: #b28c6f;
  font-size: 45px;
  max-width: 640px;
}

@media (max-width: 768px) {
  .stock-title {
    font-size: 39px;
    max-width: 360px;
    text-align: center;
    /* padding-top: 30px; */
  }
}

.stock-desc {
  font-size: 35px;
  font-weight: 200;
  margin: 0;
  /* padding-top: 20px; */
}


@media (max-width: 768px) {
  .stock-desc {
    font-size: 28px;
    text-align: center;
  }
}

.stock-price {
  font-size: 122px;
  font-weight: 500;
  color: #9f9f9f;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .stock-price {
    font-size: 70px;
    text-align: center;
  }
}

.main-wrap-stock::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #686868;
  opacity: 0.01;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.8s;
  z-index: -1;
  overflow: hidden;
}

.main-content-block-stoke {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  padding: 2em 0 2em 0;
}

.related-single-post-stock {
  background: #f3f3f3;
  padding: 100px 40px;
}

@media (max-width: 1024px) {
  .main-content-block-stoke {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.consultation__main-title_theme_darck-stoke {
  color: #000 !important;
  text-align: center;
}

.consultation__main-desc-stocke {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 2rem;
  text-align: center;
}

.catalog__main-title-stock {
  text-align: center;
  font-size: 42px;
  padding: 0 0 25px 0;
  margin: 0;
}

.numbers__img-stock {
  width: 100px;
  height: auto;
}



.postid-2376 .stoke_img {
  width: 560px;
}

@media (max-width: 768px) {
  .postid-2376 .stoke_img {
    width: 426px;
  }
}

.main-content-block-stoke {
  justify-content: space-between;
}

.postid-2386 .stoke_img {
  width: 560px;
}

@media (max-width: 768px) {
  .postid-2386 .stoke_img {
    width: 426px;
  }
}


.single-stocks .g-container .form-input {
  padding-bottom: 15px;
}

/* quize */
.quiz-container { 
  max-width: 680px; 
  margin: auto; 
}
.question { 
  margin-bottom: 20px; 
}

.quiz-container .question img { width: 210px; height: auto; cursor: pointer; }
.progress-bar { width: 100%; background-color: #ddd; }
.progress { width: 0%; height: 20px; background-color: #b28c6f; }
.buttons { display: flex; justify-content: space-between; margin-top: 20px; }
#discount { font-size: 20px; font-weight: bold; color: #333; }
.hidden { display: none; }
.question-title { 
  font-size: 1.2em; 
  margin-bottom: 10px; 
}

#quiz-title {
  padding-top: 30px;
  margin-bottom: 30px;
}

.quiz-container img {
  border: 1px solid gray; /* Устанавливаем серую обводку по умолчанию */
  margin-bottom: 15px;
  cursor: pointer; /* Курсор-указатель при наведении на изображение */
}

.hidden {
  display: none;
}

.quiz-container p {
  margin-top: 0;
  margin-bottom: 0;
}

#contact-form .form-input {
  padding-bottom: 0;
}

.image-quest {
  position: relative;
}

.image-quest-title {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #ccc;
}

.image-quest img {
  color: #ccc;
}

.btn-gold-quize {
  background: #B28A6A;
  border: 1px solid #B28A6A;
  color: #fff;
  width: 170px;
  /* height: 40px; */
  padding: 10px 10px;
}

.btn-gold-quize:hover {
  background: #ccc;
  border: 1px solid #ccc;
  color: black;
  width: 170px;
  padding: 10px 10px;
}

.form-input-quize {
  margin-bottom: 20px;
}

.title-form-quize {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.cuiz-form {
  border: 1px solid #ccc;
  padding: 30px;
  margin-top: 30px;
  border-radius: 20px;
}

/* Опрос */

.quize-all {
  position: relative;
}

.quiz-bg {
  display: grid;
  grid-template-columns: 1.1fr 1.8fr 1.1fr;
  justify-content: space-between;
  gap: 10px;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .quiz-bg {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 10px;
    margin-top: 80px;
  }
}

.quiz-bg-price {
  font-size: 135px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .quiz-bg-price {
    font-size: 70px;
    font-weight: 700;
  }
}

.quiz-bg div {
  justify-self: center; /* Выравнивание содержимого в ячейке по центру */
}

.quiz-bg div:first-child {
  justify-self: start; /* Первый элемент выровнять по левому краю */
}

.quiz-bg div:last-child {
  justify-self: end; /* Последний элемент по правому краю */
}

@media (max-width: 1024px) {
  .quiz-bg div:first-child {
    justify-self: center; /* Первый элемент выровнять по левому краю */
  }
  
  .quiz-bg div:last-child {
    justify-self: center; /* Последний элемент по правому краю */
  }

  .quiz-bg-price {
    line-height: 0.8;
  }
}

.quiz-bg-title {
  font-size: 28px;
  font-weight: 400;
  padding-top: 30px;
}



.quiz-bg-title-right {
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .quiz-bg-title-right {
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    margin: 0 auto;
  }
}

.quiz-bg-title-left {
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .quiz-bg-title-left {
    padding-left: 0;
  }
}

.quiz-bg-title-sale {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .quiz-bg-title-sale {
    margin-bottom: 15px;
  }
}

.progress-bar_quiz-fp {
  width: 100%; /* Ширина прогресс-бара */
  height: 6px; /* Высота прогресс-бара */
  background-color: #e0e0e0; /* Цвет фона прогресс-бара */
  border-radius: 5px; /* Округлённые углы */
  overflow: hidden; /* Чтобы прогресс не выходил за рамки */
}

@media (max-width: 1024px) {
  .progress-bar_quiz-fp {
    margin-top: 15px;
  }
}

@media (max-width: 425px) {
  .progress-bar_quiz-fp {
    margin-top: 65px;
  }
}

.progress_quiz-fp {
  width: calc(100% / 8); /* Заполнено на 1/6 */
  height: 100%; /* Высота прогресса равна высоте прогресс-бара */
  background-color: grey; /* Цвет заполнения */
  border-radius: 5px 0 0 5px; /* Округлённые углы слева */
}

@media (max-width: 1024px) {
  .progress_quiz-fp {
    width: calc(100% / 6); /* Заполнено на 1/6 */
  }
}

@media (max-width: 425px) {
  .progress_quiz-fp {
    width: calc(100% / 3.5); /* Заполнено на 1/6 */
  }
}

.quiz-wrap-col-q {
  display: grid;
  grid-template-columns: 100px 70px;
  justify-content: start;
  gap: 25px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 10px;
}

@media (max-width: 1024px) {
  .quiz-wrap-col-q {
    grid-template-columns: 70px 70px;
    gap: 10px;
  }
}

.quiz-bg-q {
  margin-bottom: 0.3rem;
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .quiz-bg-q {
    margin-bottom: 0.3rem;
    padding-left: 20px;
  }
}

.quiz-bg-col-q {
  color: #fff;
  background-color: #B28A6A;
  text-align: center;
  padding: 2px 5px;
  position: relative;
  margin: 0 auto;
}

.quiz-bg-box {
  width: 6px; /* Ширина квадрата */
  height: 6px; /* Высота квадрата */
  background-color: #B28A6A; /* Красный цвет */
  transform: rotate(45deg); /* Поворот на 45 градусов */
  position: absolute;
  left: 24px;
}
