@import url('https://fonts.googleapis.com/css2?family=Orelega+One&family=Roboto:ital,wght@0,100..900;1,100..900&family=Viaoda+Libre&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orelega+One&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Viaoda+Libre&family=Yeseva+One&display=swap');

*, *::before, *::after{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    min-width: 320px;
    scroll-behavior: smooth;
}

body{
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size : 24px;
    color : #3d3e3e;
}

.wrapper{
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


/* ------------=============HEADER================-------- */


.header {
    background-color: #b69662;
}

.navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1600px;
    margin: 0px auto; /* Центрирование */
    height: 85px;
    background-color: #b69662;
}

.burger_btn {
    display: none;
}

.phone_btn {
    display: none;
}

.logo{
    width: 280px;
    height: 60px;
    margin-left: 50px;
    background-image: url(/Pics/logo.svg);
    background-repeat: no-repeat, repeat;
    background-color: #b69662;
    background-position: center;
}

.header__menumob {
    display: none;
}

.header__menu_burg {
    display: none;
}

.header__phonemenu {
    display: none;
}

.header__menu_phone {
    display: none;
}

.mobmenu__list {
    display: none;
}

.mobmenu__item {
    display: none;
}

.mobmenu__link {
    display: none;
}


.menu{
    margin: 0 auto; /* Центрирование */
    height: 85px;
    background-color: #b69662;
    padding-top: 30px;
}

/* ------------=============TOUCH_MENU================-------- */


.menu__list {
	display: flex;
}

.menu__link {
	color: #3d3e3e;
}

.sub-menu__list {
	display: none;
	min-width: 500px;
	position: absolute;
	left: 0;
	top: 20px;
	padding: 20px 0px 0px 0px;
}
.sub-menu__list>li{
	background-color: #b69662;
}

.sub-menu__list .open {
    margin-left: -200px;
}

.sub-menu__link {
	color: #3d3e3e;
	display: inline-block;
	padding: 5px 10px;
    text-align: left;
    width: 300px;

}

/* ------------=============MAIN_MENU================-------- */


.big_menu__arrow {
    width: 15px;
    height: 9px;
    background-image: url(/Pics/down_arrow.svg);
    background-repeat: no-repeat, repeat;
    background-color: #b69662;
    background-position: center;
    margin: 5px auto; /* Центрирование */
}

.big_menu__noarrow {
    width: 15px;
    height: 9px;
    background-color: #b69662;
    background-position: center;
    margin: 5px auto; /* Центрирование */
}

.big_menu__list {
    display: flex;
    align-items: center;
}
.big_menu__item {
    font-weight: 600;
    font-size :18px;
    list-style: none;
    margin: 0 auto;
    width: 170px;
    text-align: center;
    position: relative;

}

.big_menu__link {
    color : #3d3e3e;
    text-align: center;
   
}


a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.sub-menu__list_pam {
	display: none;
    height: 120px;
	position: absolute;
	left: 0;
	top: 20px;
	padding: 38px 0px 0px 0px;
}

.sub-menu__list_pam>li{
    padding-left: 15px;
    height: 160px;
    display: block;
	background-color: #c0c0c0;
}

.sub-menu__list_pam>li:first-child{
    border-radius: 4px 0px 0px 4px;
}

.sub-menu__list_pam>li:last-child{
    border-radius: 0px 4px 4px 0px;
    padding-right: 15px;
}


.sub-menu__img_1 {
    display: block;
    height: 45px;
    background-image: url(/Pics/sub-menu_list_icon_1.svg);
    margin: 5px auto; /* Центрирование */
    background-repeat: no-repeat, repeat;
    background-position: center;

}

.sub-menu__img_2 {
    display: block;
    height: 45px;
    background-image: url(/Pics/sub-menu_list_icon_2.svg);
    margin: 5px auto; /* Центрирование */
    background-repeat: no-repeat, repeat;
    background-position: center;

}

.sub-menu__img_3 {
    display: block;
    height: 45px;
    background-image: url(/Pics/sub-menu_list_icon_3.svg);
    margin: 5px auto; /* Центрирование */
    background-repeat: no-repeat, repeat;
    background-position: center;

}

.sub-menu__img_4 {
    display: block;
    height: 45px;
    background-image: url(/Pics/sub-menu_list_icon_4.svg);
    margin: 5px auto; /* Центрирование */
    background-repeat: no-repeat, repeat;
    background-position: center;

}

.sub-menu__list_item_pam_1:hover .sub-menu__img_1 {
    background-image: url(/Pics/sub-menu_list_icon_1_w.svg);
}

.sub-menu__list_item_pam_2:hover .sub-menu__img_2 {
    background-image: url(/Pics/sub-menu_list_icon_2_w.svg);
}

.sub-menu__list_item_pam_3:hover .sub-menu__img_3 {
    background-image: url(/Pics/sub-menu_list_icon_3_w.svg);
}

.sub-menu__list_item_pam_4:hover .sub-menu__img_4 {
    background-image: url(/Pics/sub-menu_list_icon_4_w.svg);
}


.sub-menu__list_item_pam_1 {
    display: block;
    width: 140px;
    height: 120px;
    background-color: #b69662;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.sub-menu__list_item_pam_2 {
    display: block;
    width: 140px;
    height: 120px;
    background-color: #b69662;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.sub-menu__list_item_pam_3 {
    display: block;
    width: 140px;
    height: 120px;
    background-color: #b69662;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.sub-menu__list_item_pam_4 {
    display: block;
    width: 140px;
    height: 120px;
    background-color: #b69662;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.sub-menu__link_pam_1 {
	color: #3d3e3e;
    font-size: 16px;
}

.sub-menu__link_pam_2 {
	color: #3d3e3e;
    font-size: 16px;
}

.sub-menu__link_pam_3 {
	color: #3d3e3e;
    font-size: 16px;
}

.sub-menu__link_pam_4 {
	color: #3d3e3e;
    font-size: 16px;
}

.sub-menu__list_item_pam_1:hover  {
    background-color: #88714a;
}

.sub-menu__list_item_pam_2:hover  {
    background-color: #88714a;
}

.sub-menu__list_item_pam_3:hover  {
    background-color: #88714a;
}

.sub-menu__list_item_pam_4:hover  {
    background-color: #88714a;
}

.sub-menu__list_item_pam_1:hover .sub-menu__link_pam_1 {
    color: #fff;
    text-decoration: none;
}

.sub-menu__list_item_pam_2:hover .sub-menu__link_pam_2 {
    color: #fff;
}

.sub-menu__list_item_pam_3:hover .sub-menu__link_pam_3 {
    color: #fff;
}

.sub-menu__list_item_pam_4:hover .sub-menu__link_pam_4 {
    color: #fff;
}

.big_sub-menu__list {
	display: none;
    /* display: block; */
    width: 250px;
	position: absolute;
	left: 0;
	top: 20px;
	padding: 38px 0px 0px 0px;
}

.big_sub-menu__list>li{
    list-style: none;
    width: 250px;
    background-color: #b69662;
    /* padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px; */
    text-align: left;
}

.big_sub-menu__list>li:first-child{
    border-radius: 4px 4px 0px 0px;
}

.big_sub-menu__list>li:last-child{
    border-radius: 0px 0px 4px 4px;
}


.big_sub-menu__list>li:last-child{
    padding-bottom: 10px;
}

.big_sub-menu__list>li:hover {
    background-color: #88714a;
}

.big_sub-menu__list>li:hover .big_sub-menu__link {
	color: #ffffff;
    text-decoration: none;
}


.big_sub-menu__link {
	color: #3d3e3e;
    font-size: 16px;
    display: block;      /* делает ссылку блочной */
    width: 100%;         /* растягивает по ширине li */
    height: 100%;        /* опционально, особенно если есть паддинги */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;

}


.big_menu__list>li:hover .big_sub-menu__list {
	display: block;
}

.mobmenu__list>li:hover .sub-menu__list {
	display: block;
}

.big_menu__list>li:hover .sub-menu__list_pam {
	display: flex;
}

.phones {
    text-align: right;
    margin-right: 30px;
    font-weight: 300;
    font-size : 18px;
    font-style: italic;
}

.phones a {
    font-family: 'georgia', sans-serif;
    font-weight: 600;
    font-size : 20px;
    color : #3d3e3e;
}

.phones_top_page {
    margin-top: 18px;
}

/* ------------=============lang_switch================-------- */


.switch_lang {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
    color : #3d3e3e;
}

.lang_icon {
    width: 15px;
    height: 15px;
    background-image: url(/Pics/lang_icon.svg);
    background-repeat: no-repeat, repeat;
    margin-top: 2px;
}
.ddot {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size : 14px;
    font-style: normal;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}
.lang_item a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size : 14px;
    font-style: normal;
    text-decoration: underline;
}

.lang_item.active a {
    font-weight: 900;
    font-size : 14px;
    text-decoration: none;

}

.slash {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size : 14px;
    font-style: normal;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}

/* ------------=============BANNER================-------- */


.banner{
    height: 400px;
    background: url(/Pics/main_banner.webp) #020202;
    background-repeat: no-repeat, repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Прижимает к низу */
    padding-bottom: 40px;
}

.banner p {
    font-family: "Roboto Serif", serif;
    font-size : 35px;
    color : #c0c0c0;
    font-weight: 600;
    text-align: center;
}

/* ------------=============ABOUT================-------- */


.about {
    background-color: #c0c0c0;
    padding-top: 60px;
    padding-bottom: 75px;
}

.about__content {
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
}

.about_logo {
    height: 200px;
    background-image: url(/Pics/full_logo.svg);
    background-repeat: no-repeat;
    background-position: center;

}

.about__content h1 {
    text-align: left;
    font-family: "Roboto Serif", serif;
    font-size: 35px;
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.about__content h2 {
    text-align: left;
    padding-left: 60px;
    font-family: "Roboto Serif", serif;
    font-size: 25px;
    color: #3d3e3e;
    padding-top: 25px;
    padding-bottom: 25px;
}

.about__content p {
    font-size : 20px;
    text-indent: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.about__content ul {
    font-size : 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 50px;
}

.about__content li {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ------------=============GALLERY================-------- */

.gallery {
    background-color: #b69662;
}

.gallery__content {
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
    text-align: center;
    padding-bottom: 25px;
}

.deco {
    width: 425px;
    padding-top: 55px;
    padding-bottom: 50px;
    background-image: url(/Pics/Deco_separ.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto; /* Центрирование */

}

.main_slider {
    display: flex;
    overflow: hidden;
    min-width: 0;
    justify-content: center; 
    align-items: center; 
    max-width: 1600px;
    padding-bottom: 5px;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  
  .swiper-button-next::after {
    color: #2f2f2f;
    font-weight:900;
  }

  .swiper-button-prev::after {
    color: #2f2f2f;
    font-weight:900;
  }

/* ------------=============GALLERY_PAGE================-------- */


.gallery__content_page {
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
    text-align: center;
    padding-bottom: 25px;
}

.gallery_page_block {
    padding-left: 20px;
    padding-right: 20px;
}

.uk-inline {
    overflow: hidden;
}

.deco {
    width: 425px;
    padding-top: 55px;
    padding-bottom: 50px;
    background-image: url(/Pics/Deco_separ.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto; /* Центрирование */

}

.gallery__content_page h1 {
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-size: 35px;
    color: #3d3e3e;
    padding-top: 15px;
    padding-bottom: 50px;
}

  /* ------------=============GO_ON_BUTTON================-------- */


.go_on-button {
    display: block;
    width: 250px;
    height: 50px;
    background-color: #3d3e3e; /* Цвет фона */
    color: white; /* Цвет текста */
    font-size: 16px; /* Размер шрифта */
    font-family: Arial, sans-serif; /* Шрифт */
    padding: 12px 40px; /* Внутренние отступы */
    border: none; /* Убираем границу */
    border-radius: 10px; /* Закругляем углы */
    cursor: pointer; /* Делаем курсор указателем */
    text-align: center; /* Выравнивание текста */
    display: inline-block;
    margin: 50px auto; /* Центрирование */
}

.go_on-button:hover {
    background-color: #2f2f2f; /* Затемнение при наведении */
}



/* ------------=============COMMON_PAGE_TEXT_BLOCK================-------- */

.bread_crombs {
    display: flex;
    font-family: "Roboto";
    font-size : 20px;
    color : #3d3e3e;
    font-weight: 600;
    text-align: center;
    margin: 0px auto; /* Центрирование */
    padding-bottom: 40px !important;
}

.bread_crombs_link {
    padding-right: 5px;
}

.bread_crombs_link a {
    color : #3d3e3e;
}

.bread_crombs_link a:hover {
    color : #3d3e3e;
    text-decoration: underline;
}


h1 {
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-size: 35px;
    color: #3d3e3e;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 900;
}

h2 {
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-size: 35px;
    color: #3d3e3e;
    padding-bottom: 25px;
}

h3 {
    text-align: center;
    font-family: "Roboto Serif", serif;
    font-size: 35px;
    color: #3d3e3e;
    padding-bottom: 25px;
}

.pagination {
    margin: 0px auto; /* Центрирование */
}

.pagination a {
    color : #3d3e3e;
}
/* h2button */
.pagination a:hover {
    color : #3d3e3e !important;
    text-decoration: underline !important;
}

.pagination_link_active {
    font-weight: 600 !important;
}

.pagination_link_active a:hover {
    text-decoration: none !important;
}


.Page_text {
    padding-top: 60px;
    padding-bottom: 75px;
    max-width: 1600px;
    margin: 0px auto;
}

.Page_text__content {
    font-size : 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.Page_text__content h2 {
    text-align: left;
    font-family: "Roboto Serif", serif;
    font-size: 35px;
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.Page_text__content h3 {
    text-align: left;
    padding-left: 60px;
    font-family: "Roboto Serif", serif;
    font-size: 25px;
    color: #3d3e3e;
    padding-top: 25px;
    padding-bottom: 25px;
}

.Page_text__content p {
    font-size : 20px;
    text-indent: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.Page_text__content ul {
    font-size : 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 50px;
}

.Page_text__content li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.read-more-btn {
  /* display: block; */
  width: 250px;
  height: 50px;
  background-color: #3d3e3e; /* Цвет фона */
  color: white; /* Цвет текста */
  font-size: 16px; /* Размер шрифта */
  font-family: Arial, sans-serif; /* Шрифт */
  padding: 12px 40px; /* Внутренние отступы */
  border: none; /* Убираем границу */
  border-radius: 10px; /* Закругляем углы */
  cursor: pointer; /* Делаем курсор указателем */
  text-align: center; /* Выравнивание текста */
  display: inline-block;
  margin: 50px auto; /* Центрирование */
}

.read-more-btn:hover {
  background-color: #2f2f2f; /* Затемнение при наведении */
}

  
  .Page_text__content--collapsed {
    max-height: 350px; /* примерная высота при 2000 символах */
    overflow: hidden;
    position: relative;
  }
  
  .Page_text__content--collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(to top, white, transparent);
  }

/* ------------=============ADVANTAGE================-------- */

.advantage {
    background-color: #c0c0c0;
}

.advantage__content {
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
}

.advantage__block {
    text-align: center; /* Центрирование контента */
    max-width: 800px;
    margin: 0 auto; /* Центрируем блок */
    padding-bottom: 100px;

}

.advantage__item {
    display: inline-block; /* Делаем элементы блочно-строчными */
    vertical-align: top; /* Чтобы элементы не прыгали по высоте */
    width: 250px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.advantage__item img{
    height: 50px;
}

.advantage__item p {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 600;
    
}


/* ------------=============CATALOG================-------- */

.products {
    background-color: white;
}

.products__content {
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
    text-align: center;
    padding-bottom: 100px;
}

.products__block {
    text-align: center; /* Центрирование контента */
    max-width: 800px;
    margin: 0 auto; /* Центрируем блок */
    padding-bottom: 75px;
}

.products__item {
    display: inline-block; /* Делаем элементы блочно-строчными */
    vertical-align: top; /* Чтобы элементы не прыгали по высоте */
    width: 250px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.products__item img {
    height: 150px;

}

.products__item a {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color : #3d3e3e;
    padding-top: 15px;
}

.products__item a:hover{
    text-decoration: underline;
}

.subproducts__item {
    display: inline-block; /* Делаем элементы блочно-строчными */
    vertical-align: top; /* Чтобы элементы не прыгали по высоте */
    width: 250px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.subproducts__item img {
    margin: 0 auto; /* Центрируем блок */
    display: block;
    height: 150px;
}

.subproducts__item a {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color : #3d3e3e;
    padding-top: 15px;
}

.subproducts__item a:hover{
    text-decoration: underline;
}

.subproducts_price {
    font-family: "Roboto Serif", serif;
    font-size: 19px;
    font-weight: 600;
}

.lot {
    background-color: white;
}

.lot__content {
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
    text-align: center;
    padding-bottom: 100px;
}

.lot__block {
    text-align: center; /* Центрирование контента */
    max-width: 800px;
    margin: 0 auto; /* Центрируем блок */
    padding-bottom: 75px;
}

.lot_top__item {
    display: flex;
    margin-top: 100px;
}

.lot_top__item_img {
    display: inline;
}

.lot_top__item_img img {
    /* display: block; */
    width: 280px;
    height: 350px;
    object-fit: contain;
}


.lot_top__item_left {
    display: inline;
    text-align: left;
    margin-left: 50px;
}

.lot_top__item_left_title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.lot_top__item_left_price {
    display: flex;
}

.lot_top__item_left_price p {
    width: 280px;
    height: 50px;
    color: #fff;
    font-family: "Roboto Serif", serif;
    font-size: 40px;
    font-weight: 600;
    background-image: url(/Pics/price_bg.svg);
    background-repeat: no-repeat;
    text-align: center;
}

.lot_top__item_left_price_descript {
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    padding-top: 5px;
}

.lot_top__item_left_option {
    margin-top: 25px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;

}

/* .lot_top__item_left_option p {
    text-align: left;

} */

.lot_top__item_left_option ul {
    text-align: left;
    margin-top: 15px;
}

.lot_top__item_left_option li {
    text-align: left;
    margin-left: 35px;
}

.lot_bottom__item {
    margin-top: 80px;
}

/* .lot_bottom__title {

} */

.lot_bottom__separator {
    height: 2px;
    background-color: #a5a5a5;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lot_bottom__text p {
    font-style: italic;
    font-weight: 300;
    text-align: left;
    margin-top: 20px;
}

.order_button {
    display: block;
    width: 200px;
    height: 50px;
    background-color: #3d3e3e; /* Цвет фона */
    color: white; /* Цвет текста */
    font-size: 16px; /* Размер шрифта */
    font-family: Arial, sans-serif; /* Шрифт */
    padding: 12px 40px; /* Внутренние отступы */
    border: none; /* Убираем границу */
    border-radius: 10px; /* Закругляем углы */
    cursor: pointer; /* Делаем курсор указателем */
    display: inline-block;
    margin-top: 50px; /* Центрирование */
}



/* ------------=============MODAL================-------- */

  .modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .modal-window {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    width: 100%;
    max-width: 700px;
    position: relative;
    animation: fadeIn 0.3s ease-out;
    text-align: center;
  }
  
  .modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
  }
  
  .form-success {
    display: none;
    color: green;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }

  .phones_modal {
    font-weight: 300;
    font-size : 18px;
}

.fill {
    font-size: 14px;
}

.phones_modal a {
    font-family: 'georgia', sans-serif;
    font-weight: 600;
    font-size : 20px;
    color : #3d3e3e;
}

.phones_top_page_modal {
    margin-top: 18px;
}

.zakaz_modal {
    font-size: 18px;
    margin-bottom: 30px;

}

.callback_modal {
    font-size: 22px;
    font-weight: 600;
    color: #88714a;
    margin-top: 30px;
    margin-bottom: 30px;
}

  
  @keyframes fadeIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
  
  .form_input {
      width: 380px;
      height: 40px;
      border: 1px solid #ccc; /* обычный бордер */
      outline: none; /* убираем синий контур в Chrome */
      padding: 10px;
      font-size: 16px;
      box-sizing: border-box;
      border-radius: 4px;
      margin-bottom: 25px;
  }
  
  .form_input_text {
      width: 380px;
      height: 300px;
      border: 1px solid #ccc; /* обычный бордер */
      outline: none; /* убираем синий контур в Chrome */
      padding: 10px;
      font-size: 16px;
      box-sizing: border-box;
      border-radius: 4px;
      margin-bottom: 25px;
  }
  
  .form_input:focus, .form_input_text:focus {
    border-color: #b69662; /* бордер при фокусе */
  }
  
  #sub {
      display: block;
      width: 200px;
      height: 50px;
      background-color: #3d3e3e; /* Цвет фона */
      color: white; /* Цвет текста */
      font-size: 16px; /* Размер шрифта */
      font-family: Arial, sans-serif; /* Шрифт */
      padding: 12px 40px; /* Внутренние отступы */
      border: none; /* Убираем границу */
      border-radius: 10px; /* Закругляем углы */
      cursor: pointer; /* Делаем курсор указателем */
      display: inline-block;
      margin-top: 50px; /* Центрирование */
  
  }
      
  #sud:hover {
      background-color: #717272; /* Цвет фона */
  }


  .map-modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }
  
  .map-modal-window {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
  }
  
  .map-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 500;
  }

  .map-modal-button img {
    width: 300px;

  }

  .map-modal-button:hover {
    cursor: pointer;
  }

  .map:hover {
    cursor: pointer;
  }

  .map-mobil-button {
    display: none;
  }

  .map-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Соотношение 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .map-iframe-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  


/* ------------=============BLOG================-------- */

.blog {
    background-color: #c0c0c0;

}

.blog__content {
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
    text-align: center;
    padding-bottom: 50px;
}

.blog__block {
    display: flex;
    flex-wrap: wrap;
    text-align: center; /* Центрирование контента */
    max-width: 890px;
    margin: 0 auto; /* Центрируем блок */
    padding-bottom: 25px;
}

.blog__item {
    display: block;
    width: 265px;
    height: 375px;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.blog__item img {
    display: block;
  
}

.item_date {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-color: #b69662;
}

.item_date_day {
    padding-top: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.item_date_month {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
   }

.item_caption {
    margin-top: 175px;
    position: absolute;
    background-color: #f2f3f4;
    opacity: 90%;
    width: 265px;
    height: 200px;
    text-align: center;
}

.blog_title {
    padding-top: 15px;
    padding-left: 5px;
    height: 65px;
    overflow: hidden;
    font-size:16px;
    font-weight: 600;
    color: #b69662;
    max-width: 245px;
    margin: 0 auto; /* Центрируем блок */
}

.blog_recup {
    padding-top: 15px;
    height: 60px;
    overflow: hidden;
    max-width: 245px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3e3e;
    margin: 0 auto; /* Центрируем блок */
}

.blog_item_button {
    margin-left: 65px;
    margin-top: 20px;
    padding-top: 3px;
    width: 135px;
    height: 35px;
    background-color: #3d3e3e;
    border-radius: 3px;
}

.item_caption a{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
}

.item_caption a:hover{
    text-decoration: underline;
}


/* ------------=============CONTACT_PAGE================-------- */



.contact {
    background-color: white;
}

.contact__content {
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
    text-align: center;
    padding-bottom: 100px;
}

.contact__block {
    text-align: center; /* Центрирование контента */
    max-width: 800px;
    margin: 0 auto; /* Центрируем блок */
    padding-bottom: 75px;
}

.contact_top__item {
    display: flex;
    margin-top: 50px;
}

.contact_top__item_left {
    display: inline;
    margin-top: 30px;
}

.lot_top__item_img img {
    /* display: block; */
    width: 280px;
    height: 350px;
}


.contact_top__item_right {
    display: inline;
    text-align: left;
    margin-left: 30px;
}


.contact_top__item_seperator {
    width: 2px;
    background-color: #a5a5a5;
}

.contact_top__item_left_adress {
    display: flex;
    padding-right: 40px;
}

.contact_top__item_adress_img {
    width: 35px;
    height: 35px;
    display: inline;
    margin-right: 15px;
}


.contact_top__item_adress_info {
    text-align: left;
    display: inline;
}

.contact_top__item_adress_title {
    font-size: 22px;
    font-weight: 600;
    color: #88714a;
    padding-top: 5px;
    margin-bottom: 20px;

}

.contact_top__item_adress_text {
    padding-bottom: 20px;

}

.contact_top__item_adress_text p {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto Serif", serif;
    color: #000;
}

.contact_top__item_adress_text a {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto Serif", serif;
    color: #000;
}

.map_look {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 30px;
}




/* ------------=============FOOTER================-------- */

.footer {
    height: 250px;
    background-color: black;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto; /* Центрирование */
    text-align: center;
    padding-top: 50px;
}

.social {
    padding-left: 20px;
}

.soc_icon {
    display: flex;
}

.soc_icon img {
    width: 50px;
    padding-right: 10px;

}

.soc_copy {
    padding-top: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fff;

}

.switch_lang_footer {
    display: flex;
    padding-top: 5px;
    color: #fff;
}

.lang_icon_footer {
    width: 15px;
    height: 15px;
    background-image: url(/Pics/lang_icon_w.svg);
    background-repeat: no-repeat, repeat;
    margin-top: 7px;
}
.ddot_footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size : 14px;
    font-style: normal;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 7px;
}
.lang_item_footer a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size : 14px;
    font-style: normal;
    text-decoration: underline;
    color: #fff;
}

.lang_item_footer.active a {
    font-weight: 900;
    font-size : 14px;
    text-decoration: none;
    color: #fff;
}

.slash_footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size : 14px;
    font-style: normal;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 7px;
}


.footer_menu {
    display: flex;
    text-align: left;
}

.footer_menu a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding-bottom: 10px;
}

.footer_menu a:hover {
    text-decoration: underline;
}

.footer_m_left {
    padding-right: 80px;
}

/* .footer_m_right {
} */

.footer_contact {
    text-align: left;
    padding-right: 25px;
}

.foo_tel_cap {
    font-weight: 600;
    font-size : 16px;
    color : #fff200;
}

.foo_tel a {
    font-family: 'georgia', sans-serif;
    font-weight: 600;
    font-size : 16px;
    color : #fff;
    margin: 0 0 0 0 !important;
}

.foo_adres_cap {
    padding-top: 20px;
    font-weight: 600;
    font-size : 16px;
    color : #fff200;
    font-style: normal;
    margin-bottom: 10px;

}

.foo_adres {
    font-weight: 600;
    font-size : 16px;
    color : #fff;
    font-style: normal;
}


/* ------------=============RESPONSIVE_SECTION================-------- */

/* ------------=============TOUCH================-------- */


.arrow {
	display: none;
	position: absolute;
	right: 0;
	top: 12px;
	width: 0;
	height: 0;
	border-top: 10px solid #3d3e3e;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
    transform: rotate(-90deg);
}

.arrow::before {
    content: ""; /* Обязательно нужно указать */
    position: absolute;
    top: -25px; left: -25px; /* Увеличиваем область вокруг стрелки */
    right: -25px; bottom: -25px;
    background: transparent; /* Должно быть невидимым */
}

.arrow.active{
    animation: arrr 0.2s forwards;
}

@keyframes arrr {
    100% {transform: rotate(0deg);}
  }


body.mouse .menu__list>li:hover .sub-menu__list {
	display: block;
}
body.mouse .sub-menu__list>li:hover .sub-sub-menu__list {
	display: block;
}

body.touch .sub-menu__list.open{
	display: block;
}
body.touch .sub-sub-menu__list.open{
	display: block;
}
body.touch .arrow {
	display: block;
}


/* ------------=============MOBILE================-------- */


@media (max-width:1200px){
    body.lock{
        overflow: hidden;
    }

    .navi {
        width: 100%;
    }

    .mob_buttons {
        display: flex;
    }

 
    .logo {
        width: 160px;
    } 

    .burger_btn {
        display: block;
        text-align: right;
        width: 30px;
        height: 25px;
        margin-right: 20px;
        background-image: url(/Pics/burger.svg);
        background-repeat: no-repeat;
    
    }

    .burger_btn.active{
        top: 25px;
        left: 25px;
        background-image: url(/Pics/burger_close.svg);
        z-index: 60;
    }
    
    .phone_btn {
        display: block;
        text-align: right;
        width: 25px;
        height: 25px;
        margin-right: 40px;
        background-image: url(/Pics/phone_menu.svg);
        background-repeat: no-repeat;
    
    }

    .phone_btn.active{
        position: fixed;
        top: 25px;
        left: 25px;
        background-image: url(/Pics/burger_close.svg);
        z-index: 60;
    }


    .header__menu_burg.active {
        text-align: center;
        display: block;
        visibility: visible;
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        background-color: #b69662; 
    }

    .header__menu_burg.active ul{
        text-align: left;
    }

    
    .header__menu_phone.active {
        display: block;
        visibility: visible;
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 25%;
        z-index: 20;
        background-color: #b69662; 
    }
    
    
    .mob_phones {
        display: block;
        margin: 0 auto; /* Центрируем блок */
        text-align: center;       
    }
    
    .mob_phones p {
        text-align: right;
        margin-right: 30px;
        font-weight: 300;
        font-size : 18px;
        font-style: italic;
        padding-bottom: 10px;
    }
    
    .mob_phones a {
        font-family: 'georgia', sans-serif;
        font-weight: 600;
        font-size : 20px;
        color : #3d3e3e;
        padding-bottom: 10px;

    }

    .m_logo {
        padding-top: 25px;
        padding-bottom: 25px;
        width: 160px;
        margin: 0 auto; /* Центрируем блок */
    }



    .menu {
        display: none;
        visibility: hidden;
    }

    .about__content li {
        list-style: disc;

    }


    li{
    list-style: none;
    /* margin: 0 auto; */
    /* width: 170px; */
    /* text-align: center; */
    position: relative;
    padding-bottom: 25px;
}
	.menu__list {
		display: block;
        margin-left: 25px;
        margin-right: 25px;
        font-size: 20px;
        font-weight: 600;
	}

    .sub-menu__list{
		position: relative;
		left: 0;
		top: 0;
        font-size: 18px;
        font-weight: 400;
	}

	.sub-menu__arrow.arrow {
		right: 10px;
		top: 15px;
		border-bottom: none;
		border-left: 10px solid transparent;
		border-top: 10px solid #000;
		border-right: 10px solid transparent;
	}

    .Page_text__content img {
        width: 300px;
    }

    .phones {
        display: none;
        visibility: hidden;
    }

    .banner p {
        font-size : 30px;
    }

    .about__content h1 {
        font-size: 25px;
    }
    .deco {
        width: 250px;
    }

    .main_slider_pics img:not(:first-child) {
        display: none;
    }

    .slider_arrow_left img {
        height: 40px;
        padding-left: 15px;
    }

    .slider_arrow_right img {
        height: 40px;
        padding-right: 15px;
    }
    .footer__content {
        display: block;
    }

    .blog__block {
        display: block;
    }
    
    .blog__item {
        margin: 15px auto;
    }
    
    .footer {
        height: 400px;
        background-color: black;
    }

    .social {
        padding-left: 10%;
        padding-bottom: 25px;

    }
    .footer__content {
        padding-bottom: 25px;


    }
    .footer_menu {
        display: none;
    }

    .footer_contact {
        padding-left: 10%;
    }

    .lot__block {
        text-align: center; /* Центрирование контента */
        max-width: 800px;
        margin: 0 20px; /* Центрируем блок */
        padding-bottom: 75px;
    }

    .lot_top__item {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .lot_top__item_left_price p {
        margin-top: 5px;
        padding-top: 3px;
        font-size: 25px;
    }

    .bread_crombs {
        display: flex;
        font-size : 10px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* .lot_top__item_img {
        display: inline;
        text-align: center;
    } */
    
    .lot_top__item_img img {
        margin: auto;
        display: block;
    }
    .modal-window {
        width: 80%;
        height: 90%;
    }

    .form_input {
        width: 90%;
        height: 40px;
        margin-bottom: 10px;
    }
    
    .form_input_text {
        width: 90%;
        height: 150px;
        margin-bottom: 10px;
    }

    .callback_modal {
        font-size: 16px;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #sub {
        margin-top: 10px; /* Центрирование */
    
    }

    .zakaz_modal {
        margin-bottom: 10px;
    
    }

    .map-mobil-button {
        display: block;
      }

      .map-modal-button img {
        display: none;    
      }

      .contact_top__item_seperator {
        display: none;
    }

    .contact_top__item {
        display: block;
    }

    .contact__block {
        margin-left: 15px;
        margin-right: 15px;
    }

    .Page_text {
        margin: 0px 0px;
    }

    .Page_text__content p {
        font-size : 18px;
        text-indent: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .Page_text__content h1 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .Page_text__content h2 {
        padding-left: 5px;
        font-size: 22px;
    }

    .contact__content {
        padding-bottom: 0px;
    }
    
    .Page_text__content ul {
        padding-left: 20px;
    }
    
    .Page_text__content li {
        list-style: inside;

    }
    
    
        
    
    
    
  
  

    

    
}