
.mini_menu ul.menu {margin-bottom: 30px;}

.timeline .btn-box a {background-color: #c73c00;}
.timeline .note .note-desc {text-align: left;}
.timeline .note .note-inner:before {background: #c73c00;}
.timeline .note .note-inner:after {background: #c73c00;}
.timeline .note .note-image {border-radius: 10px 10px 0 0;}
.timeline .note .note-inner {color: #bfbfbf;border: 3px solid #E15C1A;background-color: #373737;border-radius: 10px;}
.timeline .note .note-date {color: #bfbfbf;font-size: 16px;}
a.showMore {background-color: #c73c00;}

.grid_main_footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.grid_footer_logo {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
}
.footer_logo img {
  filter: grayscale(100%);
}
.copy {
  font-size: 15px;
  font-weight: 300;
  font-family: Fira Sans;
}
.grid_footer_phone {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  font-family: Fira Sans;
  margin-bottom: 20px;
}
.grid_footer_counter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  align-items: end;
}
.vozrast {
  font-size: 36px;
  font-weight: bold;
  color: #83899f;
}
.right {
  justify-self: end;
  font-family: Fira Sans;
}
a.block {
  display: block;
}
.grid_footer {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin: 50px 0;
  font-size: 17px;
  font-weight: 500;
  font-family: Fira Sans;
}
.padding {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.moduletable h3 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.moduletable h3::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
  padding: 10px;
  border: 1px solid #83899f;
  border-radius: 50%;
  z-index: 5;
  background: #fff;
}
h3 {
  color: #26325c;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
a.edit_btn_link img, img.img-icon-module {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
a.edit_btn_link, .img-icon-module {
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
  color: #26325c;
  font-size: 14px;
  padding: 10px;
  z-index: 10;
}
.grid_footer .mod-custom ul {
  list-style: none;
}
.grid_footer .mod-custom ul li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.grid_footer .mod-custom ul li a {
  color: #26325c;
}