/* /templates2_0/module/login/banner/cemetery.less */
.module_login_banner_cemetery {
  position: relative;
  box-sizing: border-box;
}
.module_login_banner_cemetery-wrap {
  position: relative;
  box-sizing: border-box;
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.module_login_banner_cemetery-wrap:before,
.module_login_banner_cemetery-wrap:after {
  content: none;
  display: none;
}
.module_login_banner_cemetery-wrap_content {
  position: relative;
  box-sizing: border-box;
  width: 710px;
  height: inherit;
  -webkit-flex: 0 0 710px;
  -ms-flex: 0 0 710px;
  flex: 0 0 710px;
}
.module_login_banner_cemetery-wrap_title {
  position: relative;
  box-sizing: border-box;
  height: inherit;
  overflow-y: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: -10px;
  padding-left: 10px;
}
.module_login_banner_cemetery-wrap_title:before {
  position: absolute;
  content: '';
  left: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f6f6f6;
}
.module_login_banner_cemetery-item {
  height: inherit;
  width: inherit;
}
.module_login_banner_cemetery-title {
  position: relative;
  box-sizing: border-box;
  background-color: #f6f6f6;
  display: block;
  padding: 15px 20px;
  font: normal 14px Tahoma, sans-serif;
  color: #3d3d3d;
  text-decoration: none;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module_login_banner_cemetery-title:hover {
  background-color: #00792c;
  color: #fff;
}
.module_login_banner_cemetery-title.selected {
  background-color: #00792c;
  color: #fff;
}
.module_login_banner_cemetery-title.selected:before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: -10px;
  width: 10px;
  height: 70px;
  background: transparent url(/templates2_0/module/login/banner/cemetery_angle.svg) 100% 50% no-repeat;
  background-size: 100%;
}
.module_login_banner_cemetery-point {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.module_login_banner_cemetery-point_item {
  position: relative;
  box-sizing: border-box;
  background-color: #bbb;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
  height: 10px;
  width: 10px;
}
.module_login_banner_cemetery-point_item.selected {
  background-color: #00792c;
  box-shadow: 0 0 0 2px #00792c;
}
