body {
  background: #f7f7f7;
  margin: 0!important;
}
.headerToolbar {
  margin-bottom: 20px;
}
.carouselImage {
  background: #aaa;
  text-align: center;
}
.carouselImage img {
  max-width: 100%;
  max-height: 100%;
}
.uploaderListItem {
  height: 100%;
  line-height: 26px;
  position: relative;
}
.uploaderListItem > div {
  float: left;
}
.uploaderListItem .remove_file {
  margin-top: 5px;
}
.uploaderListItem .webix_el_select {
  max-width: 300px;
}
.uploaderListItem input,
.uploaderListItem select {
  border-width: 0!important;
  border-bottom-width: 1px !important;
}
.uploaderListItem select {
  width: 100%;
}
.uploaderListItem .upload_status {
  position: absolute;
  height: 3px;
  background: #27AE60;
  bottom: 5px;
  left: 0;
}
.uploaderListItem .description {
  height: 24px;
  float: left;
  overflow: hidden;
  width: 270px;
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #cfddda !important;
  padding-left: 3px !important;
}
.uploaderListItem .type {
  height: 100%;
  float: left;
  overflow: hidden;
  width: 147px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uploaderListItem .type_select {
  width: 100%;
}
.uploaderListItem .size {
  padding: 0 10px;
  width: 100px;
  text-align: right;
  float: right;
}
.uploaderListItem .remove_file {
  float: right;
  width: 15px;
  padding-left: 10px;
}
.uploaderListItem .status {
  float: right;
  position: relative;
  margin-top: 4px;
  width: 80px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #A4BED4;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.uploaderListItem .progress {
  height: 100%;
  position: absolute;
  background-color: #b8e6ff;
}
.uploaderListItem .message {
  z-index: 1;
  width: 100%;
  text-align: center;
  position: absolute;
}
.uploaderListItem .message.error {
  color: #e83b3b;
}
.mapSectionNumber {
  color: dimgray;
  font-size: 18px;
  line-height: 20px;
  width: 20px !important;
  height: 20px !important;
  border-radius: 20px;
  position: absolute;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.4);
}
.mapPlotNumber {
  line-height: 20px;
  color: white;
  text-shadow: 1px 1px 1px black;
  font-size: 1.2em;
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.mapPlotSelected {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #40d71d;
  text-align: center;
}
.commentsList .webix_list_item {
  cursor: default;
}
.commentsList .webix_list_item .avatar {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 1.5em;
  text-align: center;
  background: #27AE60;
  color: #ffffff;
  border-radius: 50%;
  margin: 25px 10px 0 0;
  float: left;
}
.commentsList .webix_list_item .name {
  font-size: .9em;
}
.commentsList .webix_list_item .name span {
  color: #aeaeae;
  font-size: 0.7rem;
}
.commentsList .webix_list_item .comment {
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  padding: 5px 5px;
  background: #f7f7f7;
  margin: 0 5px 10px 50px;
  position: relative;
}
.commentsList .webix_list_item .comment.new {
  margin: 0 0 5px 60px;
}
.commentsList .webix_list_item .comment.new::before,
.commentsList .webix_list_item .comment.new::after {
  display: none;
}
.commentsList .webix_list_item .comment::before,
.commentsList .webix_list_item .comment::after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  top: 7px;
  left: -5px;
  display: block;
  transform: rotate(45deg);
}
.commentsList .webix_list_item .comment::before {
  background: #e2e2e2;
  z-index: 1;
}
.commentsList .webix_list_item .comment::after {
  background: #f7f7f7;
  z-index: 3;
  left: -4px;
}
.commentsList .webix_list_item .attachment {
  padding: 0px 0px;
  margin: 0 5px 5px 50px;
  position: relative;
  height: 30px;
}
.commentsList .webix_list_item .attachment .webix_icon {
  padding-right: 0px;
}
.commentsList .webix_list_item .attachment a {
  margin-right: 15px;
}
.prettyTiles .webix_icon {
  font-size: 2.5em;
  margin-top: 39px;
  margin-left: -16px !important;
}
.prettyTiles .webix_img_btn_text {
  bottom: 35px;
}
.flexDashboard {
  margin-top: 30px;
  width: 100%!important;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  height: auto!important;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flexDashboard.double {
  max-width: 300px;
}
.flexDashboard button {
  background: #27AE60;
  border-radius: 0;
}
.flexDashboard button:hover {
  background: #1E7744;
}
.flexDashboard button .webix_img_btn_text {
  color: #ffffff;
}
.flexDashboard button .webix_icon {
  color: #ffffff;
  font-size: 7.5em;
  opacity: .15;
  left: 5%;
  top: 3px;
}
.flexDashboard button .webix_img_btn_text {
  text-align: right;
  bottom: auto!important;
  top: 10px;
  right: 10px!important;
  left: auto !important;
}
.flexDashboard .webix_disabled_box button {
  background: #d4d4d4!important;
}
.flexDashboard .webix_disabled_box button .webix_img_btn_text {
  opacity: 0.5;
}
.Dashboard {
  margin-top: 30px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Dashboard.single_width {
  max-width: 150px;
}
.Dashboard.double_width {
  max-width: 300px;
}
.Dashboard.triple_width {
  max-width: 450px;
}
@media (max-width: 500px) {
  .Dashboard.triple_width {
    max-width: 150px;
  }
}
.Dashboard.quadruple_width {
  max-width: 600px;
}
@media (max-width: 600px) {
  .Dashboard.quadruple_width {
    max-width: 300px;
  }
}
.Dashboard .webix_el_button {
  width: 150px !important;
  height: 100px !important;
}
.Dashboard .webix_el_button .webix_el_box {
  width: 150px !important;
  height: 100px !important;
}
.Dashboard button {
  background: #27AE60;
  border-radius: 0;
}
.Dashboard button:hover {
  background: #1E7744;
}
.Dashboard div[class*=' category-'] {
  padding-bottom: 0!important;
  background-position: center;
  background-color: #007734;
  margin-bottom: 3px;
  margin-right: 3px;
  width: 147px !important;
}
.Dashboard div[class*=' category-']:hover {
  opacity: .5;
}
.Dashboard div[class*=' category-'] button {
  background: none;
}
.Dashboard button .webix_img_btn_text {
  color: #ffffff;
}
.Dashboard button .webix_icon {
  color: #ffffff;
  font-size: 7.5em;
  opacity: .15;
  left: 5%;
  top: 3px;
}
.Dashboard button .webix_img_btn_text {
  text-align: right;
  bottom: auto!important;
  top: 10px;
  right: 10px!important;
  left: auto !important;
}
.Dashboard button .webix_disabled_box button {
  background: #d4d4d4!important;
}
.Dashboard button .webix_disabled_box button .webix_img_btn_text {
  opacity: .5;
}
@media only screen and (max-width: 400px) {
  .Dashboard.referrer {
    max-width: 130px;
  }
}
/* Pretty broken images */
.safe-image:after {
  content: 'Нет изображения';
  position: relative;
  color: #dcdcdc;
  text-align: center;
  font-family: serif;
  display: block;
  font-size: 16px;
  word-spacing: 9999999px;
  min-width: 120px;
  padding-top: 35%;
  padding-bottom: 35%;
  background-color: #f7f7f7;
  max-width: 200px;
  top: -24px;
  margin-left: auto;
  margin-right: auto;
}
/* Firefox hack */
@-moz-document url-prefix() {
  .safe-image:after {
    top: 0 !important;
  }
  .fullscreenImage.safe-image:after {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.catalog-image:after {
  content: 'Нет изображения';
  position: relative;
  color: #dcdcdc;
  text-align: center;
  font-family: serif;
  display: block;
  font-size: 16px;
  word-spacing: 9999999px;
  width: 250px;
  height: auto;
  padding-top: 35%;
  padding-bottom: 35%;
  background-color: #f7f7f7;
  margin: auto;
}
/* Firefox hack */
@-moz-document url-prefix() {
  .catalog-image:after {
    top: 0 !important;
  }
  .fullscreenImage.catalog-image:after {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.cuteBadge .webix_badge {
  animation: shake 10s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
  background: #EF645C!important;
  box-shadow: 0 0 0 2px #ffffff;
  color: #ffffff!important;
  right: 10px!important;
  top: 10px!important;
}
@keyframes shake {
  1%,
  9% {
    transform: translate(-1px, -1px);
  }
  2%,
  8% {
    transform: translate(1px, 1px);
  }
  3%,
  5%,
  7% {
    transform: translate(-2px, -2px);
  }
  4%,
  6% {
    transform: translate(2px, 2px);
  }
  10% {
    transform: translate(0, 0, 0);
  }
}
.unviewedCommentsDashboard {
  color: #EF645C;
  font-size: 30px;
  padding: 0 5px;
  line-height: 21px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 10px;
}
.unviewedCommentsTable {
  color: #EF645C;
}
.grayHeader {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #dcdce1;
}
.disabledLabel {
  color: #a1a1a1 !important;
}
.graySmallText {
  color: #a1a1a1 !important;
  font-size: 0.8em;
}
.webix_success {
  border: 1px solid #a7e8c2 !important;
  background-color: #a7e8c2 !important;
}
.columbarium_wall {
  position: relative;
}
.slotcheckbox > div {
  position: relative;
}
.slotcheckbox label {
  z-index: 3;
  font-size: .9em;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center!important;
  line-height: normal!important;
  padding: 12px 0 0 0!important;
  width: 100%!important;
  height: 100%;
  white-space: pre-wrap !important;
  font-weight: normal;
}
.slotcheckbox .webix_el_group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slotcheckbox .webix_custom_checkbox {
  height: 56px!important;
  width: 86px!important;
  position: absolute;
  top: 8px;
  left: 2px;
  border: 1px solid #cfddda;
  border-radius: 2px;
}
.slotcheckbox .webix_custom_checkbox::before {
  display: none;
}
.slotcheckbox .webix_checkbox_1 button {
  background: #27AE60;
}
.slotcheckbox.webix_disabled_view button {
  background: #c2c2c2;
}
.slotcheckbox.webix_disabled_view.reserve button {
  background: #ef7a7a!important;
}
.slotcheckbox.webix_disabled_view.reserve label {
  color: #ffffff!important;
}
.slotpickerRow {
  margin-top: 0!important;
}
.slotpicker {
  position: relative;
}
.columbarium_wall .webix_el_button button {
  padding: 0 0;
}
.wall .webix_column {
  top: -1px !important;
}
.wall .webix_column > div,
.webix_table_cell {
  border-bottom: 1px solid #abacac;
  border-left: 1px solid #abacac;
  padding: 0 0;
  text-align: center;
}
.wall .webix_column.webix_last > div,
.webix_hs_center td.webix_last,
.webix_hs_right td.webix_last {
  border-right: 1px solid #abacac;
}
.wall_4sale_view {
  background: #FFFFFF;
}
.wall_4sale_purchase {
  background: #FFFFFF;
  border: 2px solid #27AE60!important;
}
.wall_sold {
  background: #27AE60;
}
.wall_reserved {
  background: #D4EFDF;
}
.wall_unavailable {
  background: #f2f2f2;
}
.wall_select {
  border: 2px solid #FFA500!important;
}
.webix_el_button .webixtype_4sale {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
  border: 1px solid #cfddda !important;
  border-radius: 2px !important;
  color: #545454;
}
.webix_el_button .webixtype_4sale:hover {
  color: #27AE60;
}
.webix_el_button .webixtype_sold {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27AE60), color-stop(100%, #27AE60));
  border: 1px solid #cfddda!important;
  border-radius: 2px!important;
  color: #545454;
}
.webix_el_button .webixtype_sold:hover {
  color: white;
}
.webix_el_button .webixtype_reserved {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4EFDF), color-stop(100%, #D4EFDF));
  border: 1px solid #cfddda !important;
  border-radius: 2px !important;
  color: #545454;
}
.webix_el_button .webixtype_reserved:hover {
  color: #27AE60;
}
.pointer {
  cursor: pointer;
}
.multitoggle .webix_pressed button {
  background-color: rgba(39, 174, 96, 0.21);
}
.urgentDetachment {
  background: #FFA5AC;
}
.toolbarTitle {
  text-align: center;
}
.toolbarTitle .webix_template {
  font-size: 16px;
  line-height: 40px;
  padding: 0;
}
.smallText .webix_img_btn_text {
  font-size: .70em!important;
  bottom: 2px!important;
  color: #27AE60!important;
}
.smallText .webix_img_btn_top .webix_icon {
  top: 3px!important;
  color: #27AE60!important;
}
.smallText.webix_disabled_view .webix_img_btn_text,
.smallText.webix_disabled_view .webix_img_btn_top .webix_icon,
.smallText.webix_disabled_view .webix_img_btn .webix_icon {
  color: #e2e2e2!important;
}
.smallText span.webix_badge {
  background-color: #EF645C!important;
  color: #ffffff!important;
}
span.opportunity_waiting_status {
  color: #F00;
  font-size: 18px;
}
span.opportunity_waiting_status:after {
  content: '\279c';
}
span.opportunity_waiting_confirmation_status {
  color: #FCC;
  font-size: 18px;
}
span.opportunity_waiting_confirmation_status:after {
  content: '\279c';
}
span.opportunity_won_status {
  color: #0F0;
  font-size: 18px;
}
span.opportunity_won_status:after {
  content: '\2714';
}
span.opportunity_lost_status {
  color: #CC0;
  font-size: 18px;
}
span.opportunity_lost_status:after {
  content: '\2717';
}
span.opportunity_confirming_status {
  color: #F00;
  font-size: 18px;
}
span.opportunity_confirming_status:after {
  content: '\043F';
}
span.opportunity_confirmed_status {
  color: #0F0;
  font-size: 18px;
}
span.opportunity_confirmed_status:after {
  content: '\043F';
}
.mark_hovered {
  background: #EEE;
}
.rowDanger {
  background: #ffd8db;
}
span.commentsBadge {
  margin: -20px 20px 0 10px !important;
  background-color: #545454;
  height: 15px;
  min-width: 15px;
  line-height: 15px;
}
.commentsButtonWithBadge {
  height: 36px;
}
.commentsButtonWithBadge span.webix_badge {
  margin: 0 20px 0 10px !important;
  background-color: #545454;
  color: white!important;
  height: 15px;
  min-width: 15px;
  line-height: 15px;
}
.webix_table_checkbox {
  width: 18px;
  height: 18px;
  margin-top: 7px;
}
.webix_hcell input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.break-word .webix_cell {
  white-space: normal;
  word-wrap: break-word;
  line-height: 24px!important;
}
.formNameText {
  font-size: 1.1em;
}
.required div {
  padding-right: 10px!important;
  display: inline-block;
  position: relative;
}
.required div::before {
  content: '*';
  position: absolute;
  top: 0;
  right: 0;
  color: #aeaeae;
}
.required div::before {
  color: #E44D4D;
}
.agreement .rowDeleted {
  background: #ffd8db;
  color: #808080;
}
.agreement .rowAdded {
  background: #c6f9db;
}
.ButtonTiles .webix_dataview_item {
  border: none;
}
.ButtonTiles .webix_dataview_item div {
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 5px;
}
.ButtonTiles .dashboardTile {
  width: 170px!important;
  height: 100px!important;
  padding: 0 10px;
  line-height: 1.4em;
  display: block!important;
  min-height: 100px;
  background-position: center;
  font-size: 1.2em;
  word-wrap: break-word;
  text-align: center;
  padding-bottom: 0!important;
  margin: 5px;
  background-color: #196b3e;
  color: #ffffff;
  font-weight: bold;
}
.dashboardTile.disabled {
  background-color: #aeaeae!important;
}
.dashboardTile span.webix_icon {
  opacity: 0.1;
  font-size: 100px;
  float: left;
  margin-top: 10px;
}
.dashboardTile span.webix_badge {
  position: relative;
  margin: 4px;
  float: right;
}
.dashboardTile {
  text-align: right!important;
  font-weight: normal!important;
}
.dashboardTile b {
  font-size: 1.04em!important;
}
.categoryImage {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.categoryImage:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-cemetery {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-cemetery:before {
  background-image: url('/images/categories/cemetery.jpg');
}
.category-cemetery:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-farewell {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-farewell:before {
  background-image: url('/images/categories/farewell.jpg');
}
.category-farewell:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-transport {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-transport:before {
  background-image: url('/images/categories/transport.jpg');
}
.category-transport:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-crematory {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-crematory:before {
  background-image: url('/images/categories/crematory.jpg');
}
.category-crematory:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-demontage {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-demontage:before {
  background-image: url('/images/categories/demontage.jpg');
}
.category-demontage:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-montage {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-montage:before {
  background-image: url('/images/categories/montage.jpg');
}
.category-montage:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-burial {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-burial:before {
  background-image: url('/images/categories/burial.jpg');
}
.category-burial:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-columbarium {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-columbarium:before {
  background-image: url('/images/categories/columbarium.jpg');
}
.category-columbarium:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-fences {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-fences:before {
  background-image: url('/images/categories/fences.jpg');
}
.category-fences:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-monuments {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-monuments:before {
  background-image: url('/images/categories/monuments.jpg');
}
.category-monuments:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-accomplishment {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-accomplishment:before {
  background-image: url('/images/categories/accomplishment.jpg');
}
.category-accomplishment:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-ritual-goods {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-ritual-goods:before {
  background-image: url('/images/categories/ritual-goods.jpg');
}
.category-ritual-goods:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-vip-services {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-vip-services:before {
  background-image: url('/images/categories/vip-services.jpg');
}
.category-vip-services:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-singumator {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-singumator:before {
  background-image: url('/images/categories/singumator.jpg');
}
.category-singumator:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-video {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-video:before {
  background-image: url('/images/categories/video.png');
}
.category-video:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-ceremonies {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-ceremonies:before {
  background-image: url('/images/categories/speaker.png');
}
.category-ceremonies:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-orchestra {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-orchestra:before {
  background-image: url('/images/categories/orchestra.png');
}
.category-orchestra:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-vandal-proof-portrait {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-vandal-proof-portrait:before {
  background-image: url('/images/categories/vandal-resistant.png');
}
.category-vandal-proof-portrait:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-legal-services {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-legal-services:before {
  background-image: url('/images/categories/law.png');
}
.category-legal-services:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-engraving {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-engraving:before {
  background-image: url('/images/categories/engraving.png');
}
.category-engraving:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-3d-portraits {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-3d-portraits:before {
  background-image: url('/images/categories/3d-portrait.png');
}
.category-3d-portraits:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-flowers {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-flowers:before {
  background-image: url('/images/categories/flowers.png');
}
.category-flowers:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-concrete {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-concrete:before {
  background-image: url('/images/categories/concrete.png');
}
.category-concrete:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-vpam {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-vpam:before {
  background-image: url('/images/categories/in-memory.png');
}
.category-vpam:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-ritual-goods {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-ritual-goods:before {
  background-image: url('/images/categories/ritual-goods.jpg');
}
.category-ritual-goods:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-ritual-services {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-ritual-services:before {
  background-image: url('/images/categories/ritual-services.jpg');
}
.category-ritual-services:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-sanitary-services {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-sanitary-services:before {
  background-image: url('/images/categories/sanitary-services.jpg');
}
.category-sanitary-services:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-passenger-transport {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-passenger-transport:before {
  background-image: url('/images/categories/passenger-transport.jpg');
}
.category-passenger-transport:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-catafal-transport {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-catafal-transport:before {
  background-image: url('/images/categories/catafal-transport.jpg');
}
.category-catafal-transport:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-cremation {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-cremation:before {
  background-image: url('/images/categories/cremation.jpg');
}
.category-cremation:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-delivery-ashes {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-delivery-ashes:before {
  background-image: url('/images/categories/delivery-ashes.jpg');
}
.category-delivery-ashes:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-registration-services {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-registration-services:before {
  background-image: url('/images/categories/agent-services.jpg');
}
.category-registration-services:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-corpse-storage {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-corpse-storage:before {
  background-image: url('/images/categories/corpse-storage.jpg');
}
.category-corpse-storage:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-embalming {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-embalming:before {
  background-image: url('/images/categories/embalming.jpg');
}
.category-embalming:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-equipment {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-equipment:before {
  background-image: url('/images/categories/equipment.jpg');
}
.category-equipment:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-transfer-ashes {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-transfer-ashes:before {
  background-image: url('/images/categories/catafal-transport.jpg');
}
.category-transfer-ashes:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-transfer-body {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-transfer-body:before {
  background-image: url('/images/categories/catafal-transport.jpg');
}
.category-transfer-body:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-farewell-vip {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-farewell-vip:before {
  background-image: url('/images/categories/farewell.jpg');
}
.category-farewell-vip:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-corpse-storage {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-corpse-storage:before {
  background-image: url('/images/categories/corpse-storage.jpg');
}
.category-corpse-storage:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-embalming {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-embalming:before {
  background-image: url('/images/categories/embalming.jpg');
}
.category-embalming:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-equipment {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-equipment:before {
  background-image: url('/images/categories/equipment.jpg');
}
.category-equipment:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.categoryServices {
  box-sizing: border-box;
  padding: 0 10px;
  word-break: break-word;
}
.category-agent-services {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-agent-services:before {
  background-image: url('/images/categories/agent-services.jpg');
}
.category-agent-services:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.category-collect-documents {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 1.1em!important;
  font-weight: 300!important;
  justify-content: flex-end !important;
  height: 110px!important;
  line-height: 1em!important;
  padding: 16px 16px 16px 126px!important;
  text-align: right!important;
  width: 300px!important;
}
.category-collect-documents:before {
  background-image: url('/images/categories/collect-documents.jpg');
}
.category-collect-documents:before {
  background-color: #146b3e;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-radius: 5px 0 0 5px;
}
.categoryTile {
  position: relative;
}
.sidebarList .webix_scroll_cont > div:last-child .packageItem:after {
  border-bottom: none;
}
.sidebarList .packageItem {
  position: relative;
  margin: 15px 0;
  line-height: 1.35em;
  overflow: visible;
}
.sidebarList .packageItem:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
}
.sidebarList .title,
.sidebarList .price {
  display: block;
  margin-right: 50px;
}
.sidebarList .infoButton,
.sidebarList .checkbox {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
}
.sidebarList .checkbox {
  right: 25px;
}
.sidebarList .price {
  font-size: .85em;
  opacity: .5;
  height: 25px;
  line-height: 25px;
}
.plots-amount-marker {
  width: 26px !important;
  height: 26px !important;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 24px;
  border: 5px solid #64b54257;
  text-align: center;
  line-height: 26px;
  background-color: #9ed88594;
}
.graybg {
  background: #e1e1e1;
  text-align: center;
}
.graybg img {
  max-width: 100%;
  max-height: 100%;
}
.webix_cal_body .webix_cal_row {
  clear: none;
}
.webix_cal_footer {
  clear: both;
}
.redcolor {
  color: #fd595f!important;
}
.textareaLikeTemplate textarea {
  border: 1px solid rgba(255, 255, 255, 0) !important;
  padding-left: 5px!important;
}
