* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;

  background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #1C1D20;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
}

/* --- Хедер --- */
header {
  top: 0;
  width: 100%;
  position: sticky;
  color: white;
  margin-bottom: 32px;
  transition: background 0.1s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000; 
}

a.contact_number  {
  font-weight: 700;
}

header.scrolled {
  background-image: url(img/bg-header.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1000;
  border-bottom: 1px solid #6e4a0c;
}

.header_blok {
  display: flex;
  color: #FAFAFA;
  height: 154px;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  display: flex;
  height: 96px;
  width: 96px;
  margin-right: clamp(15px, 4vw, 59px);
  margin-top: 25px;
  margin-bottom: 25px;
}


/* МЕНЮ */
.header_menu {
  height: 100%;
  flex-grow: 1;
}

.header_menu_list {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.header_menu_list a{
  flex-shrink: 1;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 24px;
}

/*DROPDOWN МЕНЮ */
.dropdown {
  position: relative;
}

.dropdown:hover .dropdown_menu {
  display: block;
}

.dropdown:hover .header_menu_link svg {
  transform: rotate(180deg);
}

.dropdown:hover .header_menu_link svg path {
  fill: #A17B3A;
}

.header_menu_link {
  color: #FAFAFA;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 4px;
  transition: color 0.3s ease;
}

.header_menu_link:hover {
  color: #b8b7be;
}

.header_menu_link svg {
  transition: transform 0.5s ease, fill 0.3s ease;
  transform-origin: center;
}

.header_menu_link svg path {
  transition: fill 0.3s ease;
  fill: #FAFAFA;
}

.dropdown_contact:hover .header_menu_link svg path {
  fill: #A17B3A;
}

.dropdown_menu {
  display: none;
  position: absolute;
  padding: 12px;
  gap: 12px;
  list-style: none;
  width: 250px;
  top: 100%;
  left: 0;
  color: #242527;
  z-index: 1000;
  overflow-wrap: break-word;
  word-break: break-word; 
}

.dropdown_menu li {
  width: 100%;
}

.dropdown_contact {
  width: 150px;
}

.dropdown_contact img {
  width: 25px;
  height: 25px;
}

.dropdown_menu li a {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  padding: 12px;
  gap: 10px;
  line-height: 24px;
  background-color: #242527;
  color: #FAFAFA;
  text-decoration: none;
  transition: background-color 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.dropdown_menu li a:hover {
  background-color: #242527;
  color: #BF923D;
}

.dropdown_menu li a:active {
  background-color: #242527;
  color: #CCAB6E;
}

.dropdown_menu li a:disabled {
  background-color: #242527;
  color: #A4A5A6;
  cursor: not-allowed;
  pointer-events: none;
}

.dropdown_menu {
  padding: 9px;
  gap: 9px;
  min-width: 190px;
}

.contact_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.menu_contact {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

li .contact_number {
  color: #BF923D;
  font-weight: 700;
}

li .contact_number:hover {
  color: #A17B3A;
}

.ph-link {
   color: inherit;
  text-decoration: none;
  display: inline-flex;
}

/* КОРЗИНА */
.basket_button {
  position: relative;
  top: 11px;
  margin-left: clamp(20px, 3vw, 40px);
  width: 48px;
  height: 96px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket_icon {
  width: 44px;
  height: 56px;
  top: 12px;
  left: 67px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket_svg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 19px;
  left: 1px;
}

.basket_badge {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 24px;
  background: #FF4F4F;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
}

.basket_number {
  width: 15px;
  height: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FAFAFA;
  text-align: center;
}

.mobile_menu {
  display: none;
}



/* --- БЛОК 1 --- */
.block_1 {
  height: auto;
  width: 100%;
}

.block_1_title {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: #FAFAFA;
  margin-top: 64px;
  margin-bottom: 88px;
  gap: 32px;
}

.block_1_title p {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #FAFAFA;
}

.block_1_title h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #FAFAFA;
}

.block_1_gallery {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.block_1_gallery_card {
  position: relative;
  display: flex;
  transition: transform 0.5s ease;
  justify-content: space-between;
  gap: 24px;
  margin-left: 1px;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.gallery_item {
  aspect-ratio: 4 / 4;
  display: flex;
  height: auto;
  border: 1px solid #BF923D;
  overflow: hidden;
  flex: 0 0 calc((100% - 49px) / 3);
  margin-right: 0 !important;
  position: relative;
}

.gallery_item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain
}

.gallery_item a {
    color: #FAFAFA;
    text-decoration: none;
    display: block;
    width: 100%;
}

.gallery_item a:visited,
.gallery_item a:hover,
.gallery_item a:active,
.gallery_item a:focus {
  color: #b8b7be;
}

.gallery_card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  box-sizing: border-box;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.gallery_card_title {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 32px;
}

.gallery_card_title:hover {
 color: rgb(161, 123, 58);
}

.monument-card-button {
  aspect-ratio: 1 / 1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #131313;
  border: 1px solid #BF923D;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

.monument-card-button svg {
  fill: #FAFAFA;
}

.gallery_card_button {
  display: flex;
  width: 64px;
  height: 64px;
  background-color: #131313;
  border-radius: 50%;
  border: 1px solid #BF923D;
  color: #BF923D;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;
}

.gallery_card_button svg {
  width: 30px;
  height: 12px;
  max-width: 100%;
  max-height: 100%;
  display: block;
  flex-shrink: 0;
}

.arrow-icon {
  display: block;
}

.flipped {
  transform: scaleX(-1);
}

.slider-btn {
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #BF923D;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn:hover {
  background-color: rgb(48, 46, 46);
}

.slider-btn svg {
  display: block;
  margin: auto;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  height: 40px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 36px;
}

.dots-container {
  display: flex;
  gap: 8px;
  position: static; 
  transform: none;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: none;
  border: 1px solid #BF923D;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #BF923D;
}

.all_catalog {
  white-space: nowrap;
}


/* --- БЛОК 2 --- */
.block_2 {
  display: flex;
  background-image: url(img/bg-block2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 128px auto;
  align-items: center; 
  justify-content: center; 
}

.block_2_conteiner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 82px 112px;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
}

.colum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  min-height: 200px;
}

.colum p {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #FAFAFA;
}

.colum p span {
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 32px;
  text-align: center;
  color: #FAFAFA;
}


/* --- БЛОК 3 --- */
.block_3 {
  background-color: #FAFAFA;
}

.block_3_conteiner {
  display: flex;
  gap: 32px;
  padding: 64px 0;
}

.block_3_text {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
  gap: 48px;
}

.block_3_text_title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.block_3_text_title h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1D20;
}

.block_3_text_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1C1D20;
}

.block_3_text_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.block_3_text_list_row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.block_3_text_list_row p {
  font-size: 17px;
}

.block_3_text_list_row img {
  height: 24px;
  width: 24px;
}

.block_3_text_list_row h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
}

.img_about_us {
  width: 50%;
  overflow: hidden; 
  height: auto;
}

.img_about_us img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}


/* --- БЛОК 4 --- */
.block_4 {
  margin: 128px auto;
  height: auto;
}

.block_4_container {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.block_4_title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.block_4_title h2{
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #FAFAFA;
}

.block_4_title p{
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FAFAFA;
}

.block_4_cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.block_4_cards_two {
  display: flex;
  gap: 32px;
}

.block_4_card {
  display: flex;
  flex-direction: column;
  height: 246px;
  width: 100%;
  padding: 16px 24px;
  background-color: #242527;
  gap: 54px;
}

.block_4_card_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #BF923D;
}

.block_4_card_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.block_4_card_text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #FAFAFA;
}

.block_4_card_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A4A5A6;
}


/* --- БЛОК 5 --- */
.block_5 {
  height: auto;
  background-image: url(img/bg-block5.jpg);
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
}

.block_5_container {
  width: 100%;
  display: flex; 
  align-items: center;
  padding: 64px 0;
}

.block_5_text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 791px;
}

.block_5_text p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #131313;
}

.block_5_text h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1D20;
}

p.block_5_p_light {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1C1D20;
}



/* --- БЛОК 6 --- */
.block_6 {
  display: flex;
  width: 100%;
  height: auto;
}

.block_6_container {
  display: flex;
  flex-direction: column;
  margin: 128px auto;
  width: 100%;
  gap: 88px;
}

.block_6_container_title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.block_6_container_title h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FAFAFA;
}

.block_6_container_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FAFAFA;
}

.review-slider-wrapper {
 flex-direction: column;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  gap: 32px;
}

.reviews_list {
  position: relative;
  display: flex;
  transition: transform 0.5s ease;
  justify-content: space-between;
  gap: 32px;
  height: auto;
  width: 100%;
}

.review_card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 calc((100% - 65px) / 3);
  box-sizing: border-box;
  border: 1px solid #BF923D;
  padding: 32px 24px;
  position: relative;
  justify-content: space-between;
}


.review_card:hover {
  box-shadow: 0 4px 12px rgba(191, 146, 61, 0.5);
}

.review_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
}

.review_text h2 {
  max-width: 100%;
  font-size: calc(1rem + 1vw);
  font-weight: 600;
  margin-bottom: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #FAFAFA;
}

.review_text h4 {
  font-size: 16px;
  font-size: calc(0.7rem + 0.2vw);
  font-weight: 400;
  color: #A4A5A6;
  line-height: 24px;
  overflow: hidden;
   word-wrap: break-word;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}

.link_review_card {
  display: inline-block;
  margin-top: 20px;
  color: #BF923D;
  text-decoration: underline;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.link_review_card img {
  width: 20px;
  height: 20px;
}

.review-controls-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  justify-content: flex-end;
}

.review-btn {
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #BF923D;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-btn:hover {
  background-color: rgb(48, 46, 46);
}

.review-btn svg {
  display: block;
  margin: auto;
}


.slider-review-controls-list {
  justify-content: flex-end;
  display: flex;
  gap: 8px;
}

.link_review_card {
  display: flex;
  padding: 4px 0;
  gap: 4px;
}

.link_review_card a {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #BF923D;
  text-decoration: underline solid;
}

/* --- БЛОК 7 --- */
.block_7 {
  height: auto;
  background-color: #FAFAFA;
}

.block_7_container {
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  gap: 88px;
  height: auto;
}

.block_7_container_title {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}

.block_7_container_title h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1D20;
}

.block_7_container_title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1C1D20;
}


.block_7_container_faq-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 5px;
  border-top: 1px solid #BF923D;
}

.question_item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #BF923D;
}

.question_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question_title h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
}

.faq-toggle {
  width: 32px;
  height: 32px;
  color: #BF923D;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.plus {
  font-size: 36px;
  line-height: 12px;
  padding-bottom: 8px;
  color: #BF923D;
}

.minus {
  font-size: 36px;
  line-height: 12px;
  padding-bottom: 8px;
  color: #BF923D;
}

.question_answer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
}

.question_answer {
  display: none;
}

.minus {
  display: none;
}

.question_item.active .question_answer {
  display: block;
}

.question_item.active .plus {
  display: none;
}

.question_item.active .minus {
  display: inline;
}


/* --- БЛОК 8 --- */
.block_8 {
  height: auto;
  width: 100%;
  margin: 128px auto;
  background-image: url(img/bg-block8.jpg);
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center; 
  justify-content: center; 
}

.block_8_tite {
  display: flex;
  flex-direction: column;
  max-width: 692px;
  gap: 32px;
}

.block_8_tite  h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FAFAFA;
}

.block_8_tite p{
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FAFAFA;
}

.block_8_container {
  display: flex;
  justify-content: space-between;
  padding: 64px 0;
  gap: 30px;
}

.block_8_form {
  font-family: 'Montserrat', sans-serif;
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #A4A5A6;
}

.block_8_form input,
.block_8_form textarea {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  width: 100%;
  border: 0px;
  padding: 16px;
  height: 48px;
  font-size: 16px;
  color: #A4A5A6;
  background-color: #FAFAFA;
  resize: vertical;
}

.block_8_form button {
  margin-top: 16px;
  width: 400px;
}

.block_8_form input:focus,
.block_8_form textarea:focus {
  outline: none;
  border: 3px solid #BF923D;
  box-shadow: 0 4px 12px rgba(191, 146, 61, 0.5);
}

.block_8_form textarea {
  min-height: 120px;
  resize: none;
}


/* --- БЛОК 9 --- */
.block-content {
  display: flex;
  height: auto;
  width: 100%;
  background-color: #FAFAFA;
}

.page-content {
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  height: auto;
}

.page-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1D20;
  margin-bottom: 32px;
}

.page-content h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1C1D20;
  margin-bottom: 16px;
}

.page-content-1 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
  margin-bottom: 32px;
}

.page-content-1 article {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
  margin-bottom: 16px;
}

.page-content span {
  display: none;
 }

 .page-content ul p{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-content ul {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #1C1D20;
  margin-bottom: 32px;
}

.page-content li {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.page-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url('img/Frame_ok.png');
  background-size: contain;
  background-repeat: no-repeat;
}



/* --- Футер --- */
footer {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* --- БЛОК footer Top--- */
footer a:hover {
  color: #f5a00d;
}

.footer_container_top_block {
  position: relative;
  padding: 32px 0;
  height: 100%;
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.footer_site_info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  width: 384px;
}

.footer_site_info img {
  width: 120px;
  height: 120px;
}

.small-description {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #FAFAFA;
}

.privacy-policy a{
  display: flex;
  flex-direction: column;
  color: #A4A5A6;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  margin-right: 3px;
}

.footer_katalog {
  width: 100%;
  height: 380px;
}

.footer_all_products {
  width: 100%;
  height: 380px;
}

.footer_contact_info {
  width: 100%;
  height: 380px;
}

.footer_site_kataloh_colum li,
.footer_granitni_vyroby_colum li,
.footer_contact_colum li {
  display: flex;
  padding: 4px 0;
  gap: 10px;
}

.footer_site_kataloh_colum a,
.footer_granitni_vyroby_colum a,
.footer_contact_colum a {
  color: #A4A5A6;
  text-decoration: none
}


.footer_site_kataloh_colum ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 7px;
}

.footer_site_kataloh {
  height: auto;
  width: 192px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_site_kataloh_colum {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  width: 184px;
  height: auto;
}

.footer_granitni_vyroby {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
  width: 216px;
}

.footer_granitni_vyroby_colum {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 216;
  height: auto;
}

.footer_granitni_vyroby_colum ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 5px;
}

.footer_contact {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.footer_site_kataloh h3,
.footer_granitni_vyroby h3,
.footer_contact h3{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FAFAFA;
}

.footer_site_kataloh_colum p,
.footer_granitni_vyroby p,
.footer_contact h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A4A5A6;
}

.footer_contact_colum {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 156px;
  height: auto;
}

.soc_contact {
  display: flex;
  gap: 16px;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.soc_contact img {
  height: 40px;
  width: 40px;
  gap: 16px;
}

/* --- БЛОК footer bottom--- */
.footer_container_bottom {
  width: 100%;
  display: flex;
  background-color: #1b1b1d;
  border-top: 1px solid #6e4a0c;
}

.footer_container_bottom_block {
  width: 100%;
  padding: 10px 0;
  color: #838181;
  display: flex;
  justify-content: space-between;
  background-color: #1b1b1d;

}

.footer_container_bottom_container {
  display: flex;
  justify-content: space-between;
}

.footer_container_bottom_block a {
  color: #BF923D;
}


.button_site {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 283px;
  height: 64px;
  border: 1px solid #BF923D;
  padding: 16px 48px;
  gap: 10px;
  background-color: #131313;
  color: #FAFAFA;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  line-height: 24px;
  cursor: pointer;
}

.button_site:hover {
  text-decoration: none;
  background-color: #BF923D;
  color: #1C1D20 !important;
}

.button_site:active {
  background-color: #CCAB6E;
  color: #1C1D20;
}

.button_site:disabled {
  background-color: #A4A5A6;
  color: #1C1D20;
  cursor: not-allowed;
  opacity: 1;
}



a:hover {
  color: #A17B3A !important;
}

/* --- NONE CLASS --- */

.header_icon_mobile,
.privacy-policy-mobile {
  display: none;
}

.header_icon_mobile svg {
    transform: scale(1.5);
    stroke-width: 1;
  }





/* --- Хлібні крихти --- */
.breadcrumb_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 44px 0 30px;
}

.breadcrumb_block h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #FAFAFA;
  margin-bottom: 40px;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  color: #FAFAFA;
  padding: 0;
  margin: 20px 0;
  align-items: center;
  font-size: 15px;
}

.breadcrumb li,
.breadcrumb span {
  margin-right: 10px;
  color: #BBBBBB;
}

.breadcrumb li a {
  color: #BBBBBB;
  text-decoration: underline;
}



/* --- Спливаюче вікно корзини --- */
.basket_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 155px;
  background: #2b2b2b;
  padding: 20px;
  border: 1px solid #6e4a0c;
  border-radius: 6px;
  color: #fff;
  width: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.basket_modal_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 30px;
  position: relative;
}

.basket_items_list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 250px; /* ~5 товарів */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #6e4a0c transparent;
  padding-right: 10px;
}

.basket_items_list::-webkit-scrollbar {
  width: 6px;
}
.basket_items_list::-webkit-scrollbar-thumb {
  background-color: #6e4a0c;
  border-radius: 4px;
}
.basket_items_list::-webkit-scrollbar-track {
  background: transparent;
}

.basket_item {
  display: flex;
  align-items: center;
  background-color: #383838;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  gap: 10px;
  transition: background-color 0.3s ease;
}


.basket_item:hover {
  background-color: #525050;
}

.basket_item:hover .basket_item_title {
  color: #d19a33;
}

.basket_item_title:hover {
  color: #d19a33 !important;
}

.basket_item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.basket_item_info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.basket_item_title {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
}

.basket_item_controls {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  transform: translateX(-10px);
}

.basket_item_qty {
  font-size: 14px;
  color: #cccccc;
  white-space: nowrap;
}

.basket_item_price {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  margin-right: 8px;
}

.remove_btn {
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 10px;
  cursor: pointer;
  align-self: center;
  color: #ff5f5f;
  padding: 0;
  transition: transform 0.2s ease;
}

.remove_btn:hover {
  transform: scale(1.2);
  color: #ff7f7f;
}

.close_modal {
  position: absolute;
  top: -15px;
  right: -5px;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.close_modal:hover {
  color: #d38c13;
}



.basket_checkout {
  display: inline-block;
  background-color: #d19a33;
  color: #fff;
  border: 1px solid #b67c19;
  padding: 8px 12px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.basket_checkout:hover {
  background-color: #c0841d;
  border-color: #99610f;
  color: #fff !important;
}

.basket_checkout.disabled {
  background-color: #777 !important;
  border-color: #555 !important;
  color: #ccc !important;
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.basket_total {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #6e4a0c;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.basket_empty_message {
  color: #ccc;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}


/* --- Сторінка Оформлення замовлення --- */

.checkout-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.order-summary {
  margin-bottom: 40px;
}

.checkout-form {
  display: flex;
  gap: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.order-summary h2,
.checkout-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #f1efe9;
  border-left: 1px solid #d19a33;
  color: #2c2b2b;
  font-weight: 600;
  border-radius: 4px;
}

.order-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.order-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: fixed;
}

.order-table thead {
  background-color: #d8d4cd;
  color: #333;
}

.order-table thead th {
  padding: 12px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

.order-table th,
.order-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  overflow-wrap: break-word;
}

.order-table td:nth-child(3) {
  white-space: nowrap;
  min-width: 170px;
  width: 170px;
}

.order-table td:nth-child(4),
.order-table td:nth-child(5) {
  width: 120px;
}

.order-table img {
  width: 60px;
  height: auto;
}

.qty-btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #eee;
  cursor: pointer;
  line-height: 1;
  min-width: 32px;
  text-align: center;
  vertical-align: middle;
  user-select: none;
}

.qty-btn.minus {
  margin-right: 5px;
}

.qty-btn.plus {
  margin-left: 5px;
}

.qty-input {
  width: 50px;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order-total {
  width: fit-content;
  margin-left: auto;
  direction: rtl;
}

.order-total p {
  font-size: 18px;
  margin: 5px 0;
}

.checkout-form {
  display: flex;
  gap: 20px;
}

.form-left,
.form-right {
  flex: 1 1 50%;
  box-sizing: border-box;
}

.form-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
}


.checkout-form .form-group {
  margin-bottom: 2px;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: flex-end;
}

.form-group label {
  margin: 0;
  font-weight: 500;
  display: block;
  margin-right: 10px;
  width: 40%;
  justify-content: flex-end;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border: 0;
  height: 36px;
  font-size: 14px;
  color: #A4A5A6;
  background-color: #FAFAFA;
  border-radius: 4px;
  box-sizing: border-box;
}


.checkout-form label {
  display: flex;
  margin-bottom: 5px;
  font-weight: 500;
}

.checkout-form input,
.checkout-form textarea {
  width: 300px;
  padding: 10px;
  direction: ltr;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
  outline: none;
  border: 1px solid #BF923D;
  box-shadow: 0 4px 12px rgba(191, 146, 61, 0.5);
}

.checkout-form textarea {
  width: 300px;
  min-height: 120px;
  margin-top: 10px;
  font-size: 14px;
  color: #A4A5A6;
  background-color: #FAFAFA;
  resize: none;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.radio-item {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.4;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #d19a33;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}

.radio-item input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #d19a33;
  border-radius: 50%;
}
/* Забороняємо прокрутку контейнера */
.checkout-section .container {
  overflow-x: hidden;
}

/* Вирівнюємо кнопки і поле */
.order-table .qty-btn,
.order-table .qty-input {
  vertical-align: middle;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

/* Стилізація хрестика для видалення */
.remove-cross-btn {
  font-size: 18px;
  line-height: 1;
  background: none;
  border: none;
  color: #ff5f5f;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.3s ease, transform 0.2s ease;
}

.remove-cross-btn:hover {
  color: #ff7f7f;
  transform: scale(1.2);
}

/* Обгортка елементів керування кількістю та хрестика */
.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

/* Хрестик для видалення товару */
.remove-cross-btn {
  font-size: 18px;
  line-height: 1;
  background: none;
  border: none;
  color: #ff5f5f;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.3s ease, transform 0.2s ease;
}

.remove-cross-btn:hover {
  color: #ff7f7f;
  transform: scale(1.2);
}


.order-table td a {
  text-decoration: none;
  color: inherit;
}

.order-table td a:hover {
  text-decoration: none;
  color: #d19a33;
}

.form-submit-wrapper {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.form-submit-container {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.btn-submit {
  display: block;
  margin-left: auto;
  max-width: 300px;
  padding: 12px 24px;
  margin-top: 50px;
  background-color: #0a0a0a;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #9e770a;
}

.input-error {
  border: 2px solid red !important;
  background-color: #ffe6e6;
}

/* Сторінка 2 - Каталог пам'ятників */
/* --- Блок 1 --- */
.block_1-katalog {
  display: flex;
  background-color: #FAFAFA;
  width: 100%;
  padding: 70px 0 60px;
  height: auto;
}

.block_1-katalog-container {
  display: flex;
  flex-direction: column;
}


.title-h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1D20;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.title-h2 .dekor {
  width: 60px;
  height: 3px;
  background-color: black;
  margin-top: 30px;
}

.exception-h2 {
 margin-bottom: -20px;
}

.exception-hran-h2 {
  margin-bottom: -50px;
}

.monument-gallery {
  width: 100%;
  padding: 0 0 30px;
  margin-top: -50px;
  background-color: #FAFAFA;
}

.monument-gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.monument-card {
  position: relative;
  border: 1px solid #BF923D;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 4 / 4;
}

.monument-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.monument-card a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.monument-card-info {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 36%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.monument-card-info h3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 32px;
  font-size: 24px;
  font-weight: 700;
}

.monument-card-info h3:hover{
 color: rgb(161, 123, 58);
}

.monument-card-button {
  aspect-ratio: 1 / 1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #131313;
  border: 1px solid #BF923D;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

.monument-card-button svg {
  fill: #FAFAFA;
}


.line-black {
  width: 100%;
  height: 60px;
}



/* --- БЛОК 3 --- */
.block_3-k {
  height: auto;
  width: 100%;
  background-color: #FAFAFA;
}

.block_3-k {
  display: flex;
  width: 100%;
  background-color: #FAFAFA;
}



/* --- Блок 4 --- */
.block_8_b {
  height: auto;
  width: 100%;
  margin: 1px auto;
  background-image: url(img/bg-block8.jpg);
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center; 
  justify-content: center; 
}


/* --- Блок 5 --- */
.block_5-katalog {
  width: 100%;
  background-color: white;
  padding: 60px 0;
}

.centered-text {
  text-align: center;
}

.centered-text h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1C1D20;
}

.centered-text p {
  font-size: 20px;
  font-weight: 500;
  color: black;
}






/* Сторінка 3 - Популярні моделі */
/* --- Блок 1 --- */
.populyarni-modeli {
  background-color: #FAFAFA;
  height: auto;
  padding-top: 70px;
}

.containers {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
}

.populyarni-modeli_container {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 40px;
  height: auto;
}

.populyarni-modeli-content {
  display: flex;
  flex-direction: column;
  width: 75%;
  height: auto;
  gap: 30px;
}

.menu-catalog {
  width: 25%;
  height: auto;
}

.block-pam {
  display: flex;
  flex-direction: row;
  background-color: #F5F5F5;
  width: 100%;
  height: auto;
}

.block-pam-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: none;
  justify-content: center;
  margin: 0 auto;
}

.block-pam-img-wrapper h3{
  margin-left: 20px;
  margin-bottom: 20px;
}

.blocks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.block-pam-img{
  width: 300px;
  height: auto;
  margin: 20px;
  border: 1px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.block-pam-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px 20px 20px 10px;
  gap: 18px;
}

.block-pam-desc h3 a {
  color: #424242;
  font-size: 20px;
  line-height: 27px;
}

.block-pam-desc h3 {
  color: #424242;
  font-size: 20px;
  line-height: 27px;
}

.block-pam-desc h4 {
  color: #da5639;
  font-size: 17px;
}

.block-pam-desc p {
  font-size: 15px;
  line-height: 22px;
}

.buttons-container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.btn-order {
  position: relative;
  background-color: #C1913F;
  color: white;
  font-size: 16px;
  font-weight: 540;
  letter-spacing: 1px;
  padding: 12px 38px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  overflow: hidden;
}

.btn-order::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid white;
  border-radius: 2px;
  pointer-events: none;
}

.btn-order:hover {
  background-color: #d6a555;
}

.btn-cart {
  position: relative;
  background-color: #C1913F;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-cart::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid white;
  border-radius: 2px;
  pointer-events: none;
}

.btn-cart:hover {
  background-color: #d6a555;
}

.btn-cart img {
  width: 25px;
  height: 25px;
}

.hide-on-gallery-open {
  display: none !important;
}




  /* Блок 3 */
.menu-title {
  margin: 80px auto 55px;
  background-color: #0f0f0f;
  color: #AF905C;
  text-align: center;
  padding: 23px 0;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.menu-title a {
  margin: 80px auto 55px;
  background-color: #0f0f0f;
  color: #AF905C;
  text-align: center;
  padding: 23px 0;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.menu-catalog ul {
  list-style: none;
  padding-left: 0;
  margin: 60px 0;
}

.custom-marker {
  margin: auto 10px auto 15px;
  transform: rotate(270deg);
  flex-shrink: 0;
}

.menu-catalog ul li p a {
  color: black;
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

.menu-catalog ul li p {
  margin: 0;
  padding: 0;
}

.menu-catalog ul li {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  padding: 14px 0;
  margin: 13px auto;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 35px;
}

.menu-catalog ul li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url("img/triangle.png");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.menu-catalog ul li img {
  vertical-align: middle;
  margin-left: 16px;
  margin-right: 10px;
}



/* Order form */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background: #fff;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}
.close-btn {
  position: absolute;
  right: 10px; top: 10px;
  cursor: pointer;
  font-size: 24px;
}
.modal-info img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

form input {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 8px;
}

form button {
  padding: 10px;
  width: 100%;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

form button:hover {
  background: #252525;
}


.popup {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
  background-color: rgb(240, 239, 238);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  box-sizing: border-box;
}

.popup-content {
  margin-bottom: 20px;
}

.popup-content-title {
  background-color:black;
  color: white;
  height: auto;
  padding: 5px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.popup-content-img {
  width: 70%;
  margin: 25px auto;
}

.popup-content-img img {
  width: 100%;
  height: auto;
  display: block;
}

.popup-content h4 {
  margin: 10px;
}

.popup-content p {
  margin: 10px;
  font-weight: 700;
  margin-left: 30px;
  color: black;
}

.popup-content p:nth-of-type(2) {
  margin: 10px;
  font-weight: 700;
  margin-left: 30px;
  color: red;
}

.popup-close {
  position: absolute;
  top: 1px;
  right: 8px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.popup-content form#contact-form {
  width: 80%;
  margin: 0 auto;
}

form#contact-form input[name="name"],
form#contact-form input[name="phone"] {
  border: 1px solid rgb(224, 220, 220);
  border-radius: 4px;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
}



/* widget-chat */
.social-widget {
  position: fixed;
  z-index: 10000;
  bottom: 30px;
  right: 30px;
}

.social-widget-buttons {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  position: relative;
  transform: translateY(60px);
  z-index: 1;
  font: inherit;
}

.social-widget-button-main {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #da671a;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-widget-button-main svg {
  width: 24px;
  height: 24px;
  fill:  white;
}

.social-widget.opened .social-widget-button-main {
  background-color: #f1f1f1;
}

.social-widget.opened .social-widget-button-main {
  background-color: #f1f1f1;
}

.social-widget.opened .social-widget-button-main svg {
  display: none;
}

.social-widget.opened .social-widget-button-main::before {
  content: "✖";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #da671a; 
  font-size: 20px;
  font-weight: bold;
}

.social-widget.opened .social-widget-buttons {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.social-widget-button-main {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background-color: #bf923d;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social-widget:not(.opened) .social-widget-button-main {
  box-shadow:
    0 0 0 12px #D6C5B1,
    0 0 0 18px rgba(151, 114, 45, 0.4);
}

@keyframes pulse-shadow {
  0% {
    box-shadow:
      0 0 0 12px #D6C5B1,
      0 0 0 14px rgba(151, 114, 45, 0.2);
  }
  50% {
    box-shadow:
      0 0 0 12px #D6C5B1,
      0 0 0 16px rgba(151, 114, 45, 0.6);
  }
  100% {
    box-shadow:
      0 0 0 12px #D6C5B1,
      0 0 0 14px rgba(151, 114, 45, 0.2);
  }
}

.social-widget:not(.opened) .social-widget-button-main {
  animation: pulse-shadow 2.5s ease-in-out infinite;
}

.social-widget-button-main::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-family: "icomoonsvg";
  color: #000;
  content: "";
  font-size: 22px;
}

.social-widget-buttons {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  position: relative;
  z-index: 1;
}

.social-widget-buttons .div-row-text a {
  font-size: 0;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  margin-bottom: 5px;
  position: relative;
}

.social-widget-buttons .div-row-text a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #141413;
  font-family: "icomoonsvg";
}

.social-widget-buttons .div-row-text p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.social-widget-buttons .div-row-text p a:hover {
  transform: scale(1.1);
}

.social-widget-buttons .div-row-text p a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}




/* Модальне вікно галереї block-pam */
.gallery-modal-block-pam {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Контейнер вмісту */
.gallery-modal-block-pam-box {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: transparent;
  box-sizing: border-box;
}

/* Модальне зображення */
#gallery-modal-block-pam-img {
  width: auto;
  height: 80%;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}

.gallery-fullscreen-btn {
  position: absolute;
  top: 18px;
  right: 90px;
  background: transparent;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
}

.gallery-fullscreen-btn img {
   width: 35px;
  height: 35px;
}

.gallery-fullscreen-btn:hover {
  color: #ccc;
}



/* Назва під картинкою */
#gallery-modal-block-pam-title {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
}

/* Кнопка закриття */
.gallery-modal-block-pam-close {
  position: fixed;
  top: 10px;
  right: 20px;
  font-size: 50px;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 1;
  z-index: 10000;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background-color: rgba(0,0,0,0);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 10;
  transition: background-color 0.3s;
}

.gallery-arrow:hover {
  color: rgb(190, 188, 188);
}

.gallery-arrow-left {
  left: 20px;
}

.gallery-arrow-right {
  right: 20px;
}

/* лічильник для галереї */
#gallery-modal-block-pam .gallery-modal-block-pam-box {
  position: relative;
}

#gallery-counter {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  user-select: none;
  z-index: 10;
}

/* zoom - galleri-img */
.gallery-zoom-btn {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 12;
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 0;
}

.gallery-zoom-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}


/* Підвіконня з граніту */
.page-content-main {
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  height: auto;
}

.page-content-main h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1D20;
  margin: 0;
  text-align: left;
  padding-bottom: 26px;
}

.page-content-main h2::after {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1D20;
  margin-left: 0;
  text-align: left;
  content: none !important; 
}

.page-content-main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
  margin-bottom: 32px;
}

 .page-content-main ul li p{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-content-main ul {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #1C1D20;
  margin-bottom: 32px;
}

.page-content-main li {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.page-content-main li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url('img/Frame_ok.png');
  background-size: contain;
  background-repeat: no-repeat;
}



/* ВИДИ ГРАНІТУ */
.vydy-hranitu {
  background-color: #FAFAFA;
  height: auto;
  padding-top: 70px;
}

.vydy-hranitu_container {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 40px;
  height: auto;
}

.vydy-hranitu-content {
  display: flex;
  flex-direction: column;
  width: 75%;
  height: auto;
  gap: 30px;
}

.v-hanitu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 30px;
}

.vydy-h {
  margin-top: -80px;
}

.vydy-hranitu-content.v-hanitu .p-hranitu {
  font-size: 18px;
  line-height: 32px;
  margin-top: -15px;
  margin-bottom: 20px;
}

.h-img {
  width: 350px;
}


.block-hranit-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px 20px 20px 10px;
  gap: 18px;
}

.block-hranit-desc h3 a {
  color: #424242;
  font-size: 20px;
  line-height: 27px;
}

.block-hranit-desc h3 {
  color: #424242;
  font-size: 20px;
  line-height: 27px;
  text-decoration: underline;
}

.block-hranit-desc h4 {
  color: #da5639;
  font-size: 17px;
}

.block-hranit-desc p {
  font-size: 15px;
  line-height: 22px;
}

.populyarni-modeli-content.v-hanitu h3 {
 font-size: 24px;
}

.populyarni-modeli-content.v-hanitu p {
  font-size: 17px;
}

h2.h2-hranity::after {
  content: none !important; 
}




/* Описова сторінка */
/* Блок з детальним описом */
.block-pam-text {
  padding: 25px 20px 5px;
  background-color: rgb(245, 245, 245);
  margin-top: 10px;
}

.block-pam-text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1C1D20;
  margin-bottom: 16px;
}

.block-pam-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
  margin-bottom: 32px;
}


/* Блок замовлення */
.block-dostavka {
  padding: 25px 20px 5px;
  background-color: rgb(245, 245, 245);
  margin-top: 10px;
}

.block-dostavka h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1C1D20;
  margin-bottom: 16px;
}

.block-dostavka p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
  margin-bottom: 32px;
}


/* Блок замовлення */
.block-zam {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    margin-bottom: 70px;
}

.block-zam h3 {
    background-color: #21252c;
    color: #fff;
    padding: 20px 20px;
    margin: -20px -20px 20px -20px;
    font-size: 27px;
    font-weight:600;
    text-align: center;
}

.contact-methods {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 25px;
}

.phone-contact,
.social-contact {
    font-size: 22px;
    text-align: center;
    margin: 10px;
}

.phone-number {
    font-size: 32px;
    color: #e6a700;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 3px;
}

.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.social-icons .icon-link img {
    width: 37px;
    height: 37px;
    vertical-align: middle;
}




@media (max-width: 991px) {

  .container {
    width: 98%;
    margin: 0 auto;
  }


  /* --- Хедер --- */
  header {
    width: 100%;
  }

  .header_blok {
    height: 115px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .header_logo {
    height: 72px;
    width: 72px;
    margin-right: clamp(15px, 4vw, 45px);
  }

  .header_menu_list a {
    font-weight: 700;
  }

  .header_menu {
    width: 100%;
    margin: 0 auto;
  }
  .contact_block {
    gap: 7.5px;
  }
  
  .menu_contact {
    gap: 7.5px;
  }



  /*DROPDOWN МАНЮ */

  .header_menu_link:hover {
    color: #b8b7be;
  }

	.dropdown_menu {
  padding: 9px;
  gap: 9px;
}

.header_menu_list a{
  flex-shrink: 1;
  font-weight: 400;
  font-size: clamp(11px, 1.5vw, 16px);
  line-height: 24px;
}

.header_menu_list {
  width: 100%;
  margin: 0 auto;
}

li .contact_number {
  color: #BF923D;
  font-weight: 700;
}

  .dropdown_menu li a {
    display: flex;
	  font-weight: 300;
    padding: 9px;
    font-size: 12px;
    gap: 7.5px;
    line-height: 18px;
    width: 130px;
  }


  /* КОРЗИНА */
.basket_button {
  margin-left: clamp(15px, 3vw, 40px);
  width: 40px;
  height: 70px;
}

.basket_icon {
  width: 33px;
  height: 42px;
  top: 9px;
  left: 50px;
}

.basket_svg {

  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  left: 1px;
}

.basket_badge {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 18px;
  background: #FF4F4F;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
}

.basket_number {
  width: 10px;
  height: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 12px;
  color: #FAFAFA;
  text-align: center;
}

/* --- БЛОК 1 --- */
.block_1 {
  height: auto;
}

.block_1_title {
  font-size: calc(2vw + 8px);
  min-height: 108px;
  margin-top: 48px;
  margin-bottom: 66px;
  max-width: 100%; 
  gap: 24px;
}


  .block_1_title p {
    font-weight: 600;
  }
  
  .block_1_title h1 {
    font-weight: 300;
  }

.slider-btn {
  border: 1px;
  width: 30px;
  height: 30px;
  padding: 7.5px;
  border-radius: 50%;
  border: 1px solid #BF923D;
}

.slider-btn svg {
  width: 14px;
  height: 14px;
}

/* --- Button Cайту --- */
.button_site {
  width: 212px;
  height: 48px;
  padding: 12px 36px;
  gap: 7.5px;
  font-size: 12px;
  line-height: 18px;
}

.block_1_gallery {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.block_1_gallery_card {
  position: relative;
  display: flex;
  transition: transform 0.5s ease;
  justify-content: space-between;
  gap: 18px;
  margin-left: 1px;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.gallery_item {
  aspect-ratio: 4 / 4;
  display: flex;
  height: auto;
  border: 1px solid #BF923D;
  overflow: hidden;
  flex: 0 0 calc(50% - 18px); 
  margin-right: 0 !important;
  position: relative;
}

.gallery_card {
  padding: 7.5px 12px;
  gap: 12px;
}

.gallery_card_title {
  width: 80%;
  padding: 7.5px;
  font-size: 12px;
  line-height: 1;
}

.gallery_card_button {
  width: 64px;
  height: 64px;
  font-size: 13.5px;
}

.gallery_card_title h2{
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #FAFAFA;
}

.gallery_card_title p{
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FAFAFA;
}

.slider-controls {
  display: flex;
  gap: 24px;
  height: 30px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 29px; 
}

/* --- Button Cайту --- */
.button_site {
  width: 212px;
  height: 48px;
  padding: 12px 36px;
  gap: 7.5px;
  font-size: 12px;
  line-height: 18px;
}

.gallery_item {
  border-radius: 2px;
  flex: 0 0 calc((99.9% - 24px) / 2);
}

.gallery_item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain
}

.gallery_card {
  padding: 7.5px 12px;
  gap: 12px;
}

.gallery_card_title {
  width: 80%;
  padding: 7.5px;
  font-size: 12px;
  line-height: 1;
}

.gallery_card_button {
  width: 48px;
  height: 48px;
  font-size: 13.5px;
}

.p_card_title {
  font-weight: 300;
  font-size: 9px;
  line-height: 12px;
}

.h2_card_title a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.slider-controls {
  display: flex;
  gap: 24px;
  height: 30px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 29px; 
}


/* --- БЛОК 2 --- */
.block_2 {
  margin: 96px auto;
}

.block_2_conteiner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 61px 84px;
  width: 100%;
}

.colum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  border: 1px solid transparent;
  min-height: 150px;
}

.colum p {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
}

.colum p span {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* --- БЛОК 3 --- */
.block_3_conteiner {
  display: flex;
  gap: 24px;
  padding: 48px 0;
}

.block_3_text {
  padding: 24px 0;
  gap: 36px;
}

.block_3_text_title {
  gap: 24px;
}

.block_3_text_title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.block_3_text_title p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}

.block_3_text_list {
  gap: 12px;
}

.block_3_text_list_row {
  gap: 12px;
}

.block_3_text_list_row img {
  height: 18px;
  width: 18px;
}

.block_3_text_list_row h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}


/* --- БЛОК 4 --- */
.block_4 {
  margin: 96px auto;
}

.block_4_container {
  gap: 66px;
}

.block_4_title {
  gap: 24px;
}

.block_4_title h2{
  font-size: 30px;
  line-height: 36px;
}

.block_4_title p{
  font-size: 15px;
  line-height: 21px;
}

.block_4_cards {
  gap: 24px;
}

.block_4_cards_two {
  gap: 24px;
}

.block_4_card {
  height: 184px;
  padding: 12px 18px;
}

.block_4_card_ico {
  width: 36px;
  height: 36px;
}

.block_4_card_text {
  gap: 6px;
}

.block_4_card_text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.block_4_card_text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}


/* --- БЛОК 5 --- */
.block_5_container {
  padding: 48px 0;
}

.block_5_text {
  gap: 24px;
  width: 593px;
}

.block_5_text p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.block_5_text h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

p.block_5_p_light {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}



/* --- БЛОК 6 --- */
.block_6_container {
  margin: 96px auto;
  gap: 66px;
}

.block_6_container_title {
  display: flex;
  gap: 24px;
}

.block_6_container_title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.block_6_container_title p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}

.review-slider-wrapper {
  display: flex;
  gap: 24px;
}

.reviews_list {
  display: flex;
  gap: 24px;
}

.review_card {
  display: flex;
  gap: 24px;
  flex: 0 0 calc(50% - 13px); 
  padding: 24px 18px;
}

.review_text {
  display: flex;
  gap: 15px;
}

.review_text h2 {
  max-width: 100%;
  font-size: calc(1rem + 1vw);
  font-weight: 600;
  margin-bottom: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.review_text h4 {
  font-size: 16px;
  font-size: calc(0.7rem + 0.2vw);
  font-weight: 400;
  color: #A4A5A6;
  line-height: 24px;
  overflow: hidden;
   word-wrap: break-word;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}

.link_review_card {
  display: inline-block;
  margin-top: 20px;
  color: #BF923D;
  text-decoration: underline;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.link_review_card img {
  width: 20px;
  height: 20px;
}

.review-controls-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  justify-content: flex-end;
}

.review-btn {
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #BF923D;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-btn:hover {
  background-color: rgb(48, 46, 46);
}

.review-btn svg {
  display: block;
  margin: auto;
}

.slider-review-controls-list {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 40px;
  position: relative;
  height: 40px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 36px;
}


/* --- БЛОК 8 --- */
.block_8 {
  height: auto;
  margin: 96px auto;
}

.block_8_tite {
  display: flex;
  gap: 24px;
}

.block_8_tite  h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #FAFAFA;
}

.block_8_tite p{
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #FAFAFA;
}

.block_8_container {
  padding: 48px 0;
}

.block_8_form {
  font-family: 'Montserrat', sans-serif;
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #A4A5A6;
}

.block_8_form input,
.block_8_form textarea {
  width: 100%;
  padding: 12px;
  border: 0px;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #A4A5A6;
  background-color: #FAFAFA;
  resize: vertical;
}

.block_8_form button {
  margin-top: 12px;
  width: 360px;
}

.block_8_form input:focus,
.block_8_form textarea:focus {
  outline: none;
  border: 3px solid #BF923D;
  box-shadow: 0 4px 12px rgba(191, 146, 61, 0.5);
}

.block_8_form textarea {
  min-height: 120px;
  resize: none;
}

.privacy-policy-mobile {
  display: none;
}


/* --- БЛОК 9 --- */
.block-content {
  display: flex;
  width: 100%;
  background-color: #FAFAFA;
}

.page-content {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
}

.page-content_title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-content_title .page-content_block_content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
}

.page-content_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
}

.page-content_block_title h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1C1D20;
}

.page-content_block_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D20;
}

.page-content_block_content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}



/* --- БЛОК footer --- */

/* --- БЛОК footer Top--- */
footer h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

footer h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}

.footer_container_top_block {
  padding: 24px 0;
}

.footer_site_info {
  gap: 18px;
  width: 288px;
}

.footer_site_info img {
  width: 90px;
  height: 90px;
}

.small-description {
  font-weight: 300;
  font-size: 11px;
  line-height: 15px;
}

.privacy-policy a{
  display: flex;
  flex-direction: column;
  color: #A4A5A6;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  margin-right: 3px;
}

.footer_site_kataloh_colum {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_site_kataloh_colum ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 7px;
}

.footer_site_kataloh {
  height: auto;
  width: 192px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_site_kataloh_colum {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 184px;
  height: auto;
}

.footer_granitni_vyroby {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
  width: 216px;
}

.footer_granitni_vyroby_colum {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 216;
  height: auto;
}

.footer_granitni_vyroby_colum ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 5px;
}

.footer_contact {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.footer_contact_colum {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 156px;
  height: auto;
}

.soc_contact {
  display: flex;
  gap: 16px;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.soc_contact img {
  display: flex;
  height: 30px;
  width: 30px;
  gap: 12px;
}


/* --- БЛОК footer bottom--- */
.footer_container_bottom {
  width: 100%;
  display: flex;
  background-color: #1b1b1d;
  padding-bottom: 10px;
}

.footer_container_bottom_block {
  width: 100%;
  padding: 10px 0;
  color: #838181;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  background-color: #1b1b1d;

}

.footer_container_bottom_container {
  display: flex;
  justify-content: space-between;
}

.footer_container_bottom_block a {
  color: #d69018;
}

.footer_site_kataloh_colum li,
.footer_granitni_vyroby_colum li,
.footer_contact_colum li {
  display: flex;
  padding: 3px 0;
  gap: 7px;
}

.footer_site_kataloh h3,
.footer_granitni_vyroby h3,
.footer_contact h3{
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #FAFAFA;
}

.footer_site_kataloh_colum p,
.footer_granitni_vyroby p,
.footer_contact h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #A4A5A6;
}



/* Сторінка 2 - Каталог пам'ятників */

/* Блок 1 */
.breadcrumb_block h1 {
  font-size: 45px;
  line-height: 48px;
}

.breadcrumb {
  font-size: 15px;
}

.block_1-katalog {
  padding: 60px 0 60px;
}

.title-h2 {
  font-weight: 700;
  font-size: 37px;
  line-height: 48px;
  margin-bottom: 20px;
}

.exception-h2 {
 margin-bottom: -25px;
}

.exception-hran-h2 {
  margin-bottom: -60px;
}

.monument-gallery {
  padding: 0;
}

.monument-gallery-container {
  grid-template-columns: repeat(2, 1fr);
}

  .monument-card-info h3 {
  font-size: 19px;
  padding: 20px 32px;
}


/* --- БЛОК 2 --- */
.line-black {
  width: 100%;
  height: 50px;
}


/* --- Блок 5 --- */
.block_5-katalog {
  padding: 50px 0;
}

.centered-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.centered-text p {
  font-size: 18px;
  font-weight: 500;
}




/* Сторінка 3 - Популярні моделі */
/* --- Блок 1 --- */
.populyarni-modeli_container {
  gap: 40px;
}

.populyarni-modeli-content {
  width: 75%;
  gap: 30px;
}

.menu-catalog {
  width: 25%;
}

.block-pam-img{
  width: 240px;
  margin: 20px;
}

.block-pam-desc {
  margin: 20px 20px 20px 10px;
  gap: 18px;
}

.block-pam-desc h3 a {
  font-size: clamp(15px, 1vw, 18px);
  line-height: 20px;
}

.block-pam-desc h4 {
  font-size: 17px;
}

.block-pam-desc p {
  font-size: clamp(12px, 1vw, 15px);
  line-height: 22px;
}

.buttons-container {
  gap: 7px;
  margin-top: 10px;
}

.btn-order {
  font-size: 15px;
  font-weight: 540;
  letter-spacing: 1px;
  padding: 12px 27px;
}

.btn-order::before {
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 2px;
}

.btn-cart {
  padding: 10px 25px;
}

.btn-cart::before {
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 2px;

}

.btn-cart img {
  width: 25px;
  height: 25px;
}



  /* Блок 3 */
.menu-title {
  margin: 80px auto 55px;
  padding: 23px 0;
  font-weight: 600;
  font-size: 18px;
}

.menu-title a {
  margin: 80px auto 55px;
  padding: 23px 0;
  font-weight: 600;
  font-size: clamp(13px, 1vw, 18px);
}

.menu-catalog ul {
  padding-left: 0;
  margin-top: 60px;
}

.custom-marker {
  margin: auto 10px auto 15px;
  transform: rotate(270deg);
  flex-shrink: 0;
}

.menu-catalog ul li p a {
  padding: 0;
  font-weight: 600;
  font-size: clamp(10px, 1vw, 15px);
}

.menu-catalog ul li p {
  margin: 0;
  padding: 0;
}

.menu-catalog ul li {
  padding: 14px 0;
  margin: 13px auto;
  padding-left: 25px;
}

.menu-catalog ul li::before {
  left: 10px;
  width: 10px;
  height: 10px;
}



/* Підвіконня з граніту */
.page-content-main h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 44px;
  margin: 0;
  text-align: left;
  padding-bottom: 24px;
}


/* ВИДИ ГРАНІТУ */
.v-hanitu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 30px;
}

.vydy-hranitu-content.v-hanitu .p-hranitu {
  font-size: 17px;
}

.vydy-hranitu-content.v-hanitu h3 {
 font-size: 23px;
}

.vydy-hranitu-content.v-hanitu p {
  font-size: 16px;
}



/* Блок замовлення */
.block-zam {
    padding: 20px;
    margin-bottom: 20px;
    margin-bottom: 70px;
}

.block-zam h3 {
    padding: 20px 20px;
    margin: -20px -20px 20px -20px;
    font-size: 25px;
}

.contact-methods {
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 20px;
}

.phone-contact,
.social-contact {
    font-size: 20px;
    text-align: center;
    margin: 10px;
}

.phone-number {
    font-size: 27px;
    margin-top: 20px;
    letter-spacing: 3px;
}

.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 25px;
    justify-content: center;
}

.social-icons .icon-link img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

/* Стилі корзини Планшет */



.basket_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 115px;
  background: #2b2b2b;
  padding: 15px;
  border: 1px solid #6e4a0c;
  border-radius: 6px;
  color: #fff;
  width: 450px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.basket_modal_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 25px;
  position: relative;
}

.basket_items_list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #6e4a0c transparent;
  padding-right: 7px;
}

.basket_items_list::-webkit-scrollbar {
  width: 6px;
}
.basket_items_list::-webkit-scrollbar-thumb {
  background-color: #6e4a0c;
  border-radius: 4px;
}
.basket_items_list::-webkit-scrollbar-track {
  background: transparent;
}

.basket_item {
  display: flex;
  align-items: center;
  background-color: #383838;
  padding: 7px;
  margin-bottom: 7px;
  border-radius: 6px;
  gap: 7px;
  transition: background-color 0.3s ease;
}

.basket_item:hover .basket_item_title {
  color: #d19a33;
}

.basket_item_title:hover {
  color: #d19a33 !important;
}

.basket_item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.basket_item_info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.basket_item_title {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
}

.basket_item_controls {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  transform: translateX(-10px);
}

.basket_item_qty {
  font-size: 11px;
  color: #cccccc;
  white-space: nowrap;
}

.basket_item_price {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  margin-right: 8px;
}

.remove_btn {
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 9px;
  cursor: pointer;
  align-self: center;
  color: #ff5f5f;
  padding: 0;
  transition: transform 0.2s ease;
}

.remove_btn:hover {
  transform: scale(1.2);
  color: #ff7f7f;
}

.close_modal {
  position: absolute;
  top: -15px;
  right: -5px;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.close_modal:hover {
  color: #d38c13;
}

.basket_checkout {
  background-color: #adc2cd;
  color: black;
  padding: 6px 9px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.basket_total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #6e4a0c;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* --- Сторінка Оформлення замовлення --- */
.checkout-section {
  padding: 30px 0;
}

.order-summary {
  margin-bottom: 30px;
}

.order-summary h2,
.checkout-form h2 {
  font-size: 18px;
  margin-bottom: 15px;
}


.order-table {
  margin-bottom: 15px;
}

.order-table thead th {
  padding: 9px;
}

.order-table th,
.order-table td {
  padding: 9px;
}

.order-table td:nth-child(3) {
  min-width: 130px;
  width: 130px;
}

.order-table td:nth-child(4),
.order-table td:nth-child(5) {
  width: 60px;
}

.order-table img {
  width: 45px;
}

.qty-btn {
  display: inline-block;
  padding: 5px 7px;
  font-size: 10px;
  min-width: 24px;
}

.qty-btn.minus {
  margin-right: 4px;
}

.qty-btn.plus {
  margin-left: 4px;
}

.qty-input {
  width: 30px;
  text-align: center;
  font-size: 12px;
  padding: 4px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.order-total p {
  font-size: 14px;
  margin: 4px 0;
}

.checkout-form {
  gap: 15px;
}

.form-group {
  margin-bottom: 12px;
}

.form-group label {
  width: 30%;
}

.form-group input {
  width: 150px;
  padding: 6px;
}


.checkout-form label {
  margin-bottom: 4px;
}

.checkout-form input,
.checkout-form textarea {
  width: 225px;
  padding: 7px;
}


.checkout-form textarea {
  width: 225px;
  height: 30px;
  font-size: 11px;
}

.radio-group {
  gap: 9px;
  margin-bottom: 15px;
}

.radio-item {
  padding-left: 23px;
  font-size: 12px;
}

.radio-item label::before {
  width: 14px;
  height: 14px;
}

.radio-item input[type="radio"]:checked + label::after {
  left: 4px;
  top: 6px;
  width: 6px;
  height: 6px;
}

.qty-controls {
  gap: 4px;
}

/* Стилізація хрестика для видалення */
.remove-cross-btn {
  font-size: 14px;
  padding: 3px 6px;
}


/* Обгортка елементів керування кількістю та хрестика */
.qty-controls {
  gap: 4px;
}

/* Хрестик для видалення товару */
.remove-cross-btn {
  font-size: 14px;
  padding: 3px 6px;
}

.form-submit-wrapper {
  margin-top: 15px;
}

.form-submit-container {
  margin-top: 15px;
}

.btn-submit {
  max-width: 225px;
  padding: 9px 18px;
  margin-top: 40px;
  font-size: 12px;
}


}