/*
#294088 -- Ф
#6f99cc -- н
*/


/* --BACKGROUND-SECOND-color: #e9eef6; */

/*#R-header-topbar, #R-header-wrapper, #R-homelinks {
 background-color: Cyan !important ;
}*/

#R-header-wrapper, #R-homelinks {
 /*background-color: #6f99cc !important ;*/
 /*background-color: #c4d7f2 !important ;*/
 /*background-color: #cc995a !important ;*/
   background-color: #e9eef6 !important ;
 /*background-color: #edf0f5 !important ;*/
}

.topbar-wrapper {
  background-color: #e9eef6;
}
#R-header-topbar {
/*    border-right-color: #ccc !important; */
   border-right-color: #ddd !important;
/*    border-right-color: #e9eef6 !important; */
}

h1 {
  /*text-transform: none;*/
  font-size: 2.4rem;
  color: #876f26;  /*!important */
}

h2, h3 {
  /*color: #876f26;*/
  color: #cc995a;

}

.footnote {
    font-size: 80%;
}

.tbl-scroll-x {
 display:block;
 overflow-x: scroll;
 width:100%;
}

hr.hr-wave {
  box-sizing: content-box;
  height: 24px;
  margin: 1.5em 0;
  overflow: visible;
  border: 0;
  color: gray;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: yellow;
  color: blue;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  bottom: 100%;

  /* Position the tooltip */
  position: absolute;
  left: 50%;
  margin-left: -120px; /* Use half of the width (120/2 = 60), to center the tooltip */
  z-index: 1;
  box-shadow: 10px 5px 5px lightgray;
}



.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: gray transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.footerx {
    background-color: var(--MENU-SECTIONS-BG-color);
    color: var(--MENU-SECTIONS-LINK-color);
    padding: 2rem 1rem;
    margin-top: 2rem;
    text-align: left;
}

.footer-sidebar {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;

}

.footer-section {
    margin: 1rem;
    min-width: 250px;
}

.footer-section h4 {
    color: var(--MENU-SECTIONS-ACTIVE-color);
    margin-bottom: 1rem;
}

.footer-section p {
    margin: 0.5rem 0;
}

.footer-bottom {
    text-align: right;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--MENU-SECTIONS-SEPARATOR-color);
}

.footer-content {
    display: block;
    flex-shrink: 0;
    margin: 1em auto;
    /*background-color: var(--MENU-SECTIONS-BG-color);*/
    background-color: var(--MAIN-BG-color);
    /*color: var(--MENU-SECTIONS-LINK-color, rgba( 186, 186, 186, 1 ));*/
    color: var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);
}

.contacts_form {
    /*background-color: silver;
    padding: 1em;*/
    margin: 1em 0;
}

.inline_image {
  display:inline-block;
  margin:10px;
}

.phone-main {
/*     color: var(--INTERNAL-MAIN-LINK-color) !important; */
   color: navy !important;
   font-weight: 500 !important;


.phone-link {
/*     color: var(--INTERNAL-MAIN-LINK-color) !important; */
   color: navy !important;
   font-weight: 500 !important;

}
/* stroke="currentColor" */
.phone-link:hover {
    color: var(--INTERNAL-MAIN-LINK-HOVER-color) !important;
    background-color: #64a102;
}

#footer2{font-size:10pt;margin:0.4em 0 1em;color:#777777;}
#footer2 .footer_note{float:right;}
#footer2 .footer_banner{margin:0 auto;width:50%;}
#footer2 .footer_partner{float:left;margin-left:1em;}
#footer2 .footer_partner ul{margin:0;padding-left:1em;}
#footer2 .footer_partner a{color:#777777;}
#footer2 .footer_other a{color:#777777;}


dd {  list-style: none;}
