.zagolovok_razdela { position: relative; text-align: center; margin-bottom: 36px; color: #8a4e00; }
.zagolovok_razdela::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 16px;
    background:url(../img/h1_bg.png) 0 0 no-repeat;
    background-position: center;
    filter: hue-rotate(59deg) saturate(7);
}

.form-control {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* CATALOG MENU */
.pos_relative {position: relative;}

.catalog_btn {
     background-color: #660200;
}

.drop_down_catalog {
	position: absolute;
	left: 0;
	top: 52px;
	padding: 0;
	/*opacity: 0;
	visibility: hidden;*/
  display: none;
	border: 0px solid #660200;
	border-top: none;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.35);
  border-top: 5px solid #895717;
  z-index: 1000;
}



a {
  color: #895717;
}
a:hover {
  color: #660200;
}


hr.faded_1 {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10% 90%, rgba(0, 0, 0, 0));
}


/* ________PDF Download Link Old ________*/
a.gr_pdf {
  font-size: 18px;
}
i.gr_pdf {
  color: #b30c00;
  margin-right: 0.2em;
}
/* ________ /PDF Download Link Old ________*/




/* _______ Hints with Pics onHover _______ */
.hintwrap {
    background: rgba(164,79,18,0.15);
    border-bottom: dashed 1px rgba(0,0,0,0.6);
    padding: 0 0.4em;
    cursor: help;
    font-style: normal;
    position: relative; 
  }
  
  .hint {
    display: inline;
    position: absolute;
    bottom: -10px; left: 0;
    opacity: 0;
    visibility: hidden;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 4px;
    background: rgba(0,0,0,0.2);
    color: #fff;
    pointer-events: none; /* This prevents the box from apearing when hovered. */
    transition: opacity 250ms, bottom 250ms;
  }
  
  .hintwrap:hover .hint {
      z-index: 100;
      opacity: 1;
      visibility: visible;
      bottom: 20px;
  }
/* _______ /Hints with Pics onHover _______ */


.contacts__page_callback {
    max-width: 611px;
    width: 100%;
    margin: 0 auto 32px;
}
.contacts__page_callback input, .contacts__page_callback textarea, .contacts__page_callback div.mf-name, .contacts__page_callback div.mf-email, .contacts__page_callback div.mf-message {
    width: 100% !important;
}
.contacts__page_callback input[type=submit] {
    width: fit-content!important;
    padding: 16px 32px;
    background-color: #660200;
    border: 1px solid #660200;
    color: #fff;
    transition: 0.35s;
}
.contacts__page_callback input[type=submit]:hover {
    background-color: #fff;
    color: #660200;
    transition: 0.35s;
}



/* _______ List TREE _______ */
.ul_tree{
  --spacing : 1.5rem;
  --radius  : 3px;
  --markcolor: #977549;
  font-weight: bold;
}

.ul_tree li{
  display      : block;
  position     : relative;
  padding-left : calc(2 * var(--spacing) - var(--radius) - 2px);
}

.ul_tree ul{
  margin-left  : calc(var(--radius) - var(--spacing));
  padding-left : 0;
}

.ul_tree ul li{
  border-left : 2px solid var(--markcolor);
}

.ul_tree ul li:last-child{
  border-color : transparent;
}

.ul_tree ul li::before{
  content      : '';
  display      : block;
  position     : absolute;
  top          : calc(var(--spacing) / -2);
  left         : -2px;
  width        : calc(var(--spacing) + 2px);
  height       : calc(var(--spacing) + 1px);
  border       : solid var(--markcolor); 
  border-width : 0 0 2px 2px;
}

.ul_tree li::after,
.ul_tree::before{
  content       : '';
  display       : block;
  position      : absolute;
  top           : calc(var(--spacing) / 2 - var(--radius));
  left          : calc(var(--spacing) - var(--radius) - 1px);
  width         : calc(2 * var(--radius));
  height        : calc(2 * var(--radius));
  border-radius : 50%;
  background    : var(--markcolor);
}

.ul_tree li {
  font-size: 1.1rem;
}
.ul_tree li ul li {
  font-size: 1rem;
}
.ul_tree li ul li ul li {
  font-size: 0.9rem;
}
/* _______ /List TREE _______ */



/* _______ phones in header _______ */
.phone-header {
  font-size: 19px;
  color: #94672e;
}

@media screen and (max-width: 1849px) {
  .phone-header {
    font-size: 17px;
  }
}

@media screen and (max-width: 1279px) {
  .phone-header {
    font-size: 12px;
    font-weight: bold;
  }
}
/* _______ /phones in header _______ */


/* _______ SoftTouch Icon _______ */
.softtouch {
  display: none;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  background-color: #895717;
  color: white;
  top: -10px;
  right: -10px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  background-image: url(https://mezonini.ru/images/icons/soft-touch-icon-1-coffee-inverted-70px.png);
  z-index: 112;
  /* background-size: contain; */
}
.softtouch.active {
  display: block;
}
/* _______ /SoftTouch Icon _______ */


/* _______ ToolTips _______ */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  /* position: relative; */
  /* z-index: 2; */
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.3s;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  padding: 7px;
  width: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #a38155;
  /* background-color: #8a4e00; */
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(-50%);
  transition: opacity ease 0.3s;
  box-shadow: 0px 0px 2px white;
  outline: 1px solid white;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid #a38155;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* _______ /ToolTips _______ */





/* _______ Преимущества - Заголовок mQuery _______ */

@media screen and (min-width: 2560px) {
  .boast-pfad {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 2560px) {
  .boast-pfad {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 1850px) {
  .boast-pfad {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1280px) {
  .boast-pfad {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 992px) {
  .boast-pfad {
    font-size: 1.8rem;
  }
}
/* _______ /Преимущества - Заголовок mQuery _______ */


/* _______ Роспись PopUp _______ */
dialog::backdrop {
  
  background-color: rgba(0, 0, 0, 0.7);
}
dialog#rospis {
  min-width: 400px;
  min-height: 300px;
  max-width: 500px;
  border-radius: 10px;
  border: 0px solid;
  background: url(https://mezonini.ru/images/misc/cornerLT-10px.png) left top no-repeat, url(https://mezonini.ru/images/misc/cornerRT-10px.png) right top no-repeat, url(https://mezonini.ru/images/misc/cornerRB-10px.png) right bottom no-repeat, url(https://mezonini.ru/images/misc/cornerLB-10px.png) left bottom no-repeat, rgba(255, 255, 255, 0.85);
  background-size: 16%;
  backdrop-filter: blur(1px);
  background-origin: padding-box;
  padding: 40px 50px;
  font-size: 1.2rem;
  text-shadow: 0 0 3px white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}
/* _______ /Роспись PopUp _______ */