html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
table,
tr,
td,
form,
input,
textarea,
p,
a,
select,
label,
button,
header,
footer,
nav,
main,
aside {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #000; }

ol,
ul {
  list-style: none; }

a {
  text-decoration: none; }

header,
footer,
nav,
main,
aside {
  display: block; }

.clear {
  display: block;
  height: 0px;
  width: 100% !important;
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 0px;
  font-size: 0px; }

img {
  border: none;
  image-rendering: -webkit-optimize-contrast; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

input,
button {
  outline: none; }

button {
  background: none;
  border: none;
  cursor: pointer; }

html {
  min-height: 100%; }
  html.no-scroll {
    height: 100vh;
    overflow: hidden;
    margin-right: 17px; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative; }
  body #center {
    flex: 1; }
  body h1 {
    font-size: 50px; }
  body a {
    display: inline-block;
    padding: 20px;
    padding-left: 0 !important;
    text-decoration: underline; }
    body a:hover {
      outline: 1px dashed #000; }

/* COMMON */
.page-limiter {
  width: 1240px;
  margin: 0 auto; }

.pagination {
  display: flex;
  gap: 10px;
  align-items: baseline; }

.widget-title {
  font-size: 50px;
  margin-bottom: 35px; }

input[type=checkbox] {
  transform: scale(3); }

.search-form form {
  display: flex; }

.search-form .search-input {
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #000; }

.search-form .search-submit {
  background: none;
  border: none;
  display: inline-block;
  line-height: 52px;
  border: 1px solid #000;
  padding: 10px 15px;
  border-radius: 5px;
  outline: none !important;
  margin-left: 15px;
  height: 100%; }
  .search-form .search-submit:hover {
    background: #000;
    color: #fff; }

/* LAYOUT */
#top-spacer {
  height: 280px; }

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  #header .top-bar {
    height: 80px; }
    #header .top-bar .page-limiter {
      display: flex;
      height: 100%;
      align-items: center; }
      #header .top-bar .page-limiter .top-bar-contacts .contacts-phone {
        display: block; }
      #header .top-bar .page-limiter .top-bar-blind {
        margin-left: auto; }
  #header .main-content {
    height: 200px; }
    #header .main-content .page-limiter {
      display: flex;
      height: 100%;
      align-items: center; }
      #header .main-content .page-limiter .header-caption {
        text-decoration: none; }
    #header .main-content .button-login,
    #header .main-content .button-appointment {
      background: none;
      border: none;
      display: inline-block;
      line-height: 52px;
      border: 1px solid #000;
      padding: 10px 15px;
      border-radius: 5px;
      margin: 0 5px 10px 0;
      padding-left: 20px !important;
      outline: none !important;
      text-decoration: none; }
      #header .main-content .button-login:hover,
      #header .main-content .button-appointment:hover {
        background: #000;
        color: #fff; }

.menu-block,
.plate-menu,
.personal-data-processing-widget,
.tabs-data {
  padding: 20px;
  margin: 20px 0;
  border: 3px solid #000;
  display: flex;
  flex-wrap: wrap; }

.personal-data-processing-widget {
  margin: 0 !important; }
  .personal-data-processing-widget .widget-button button {
    background: none;
    border: none;
    display: inline-block;
    line-height: 52px;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 5px; }
    .personal-data-processing-widget .widget-button button:hover {
      background: #000;
      color: #fff; }

/* INDEX PAGE */
.index-page {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .index-page .widget-title p {
    font-size: 50px;
    margin-bottom: 35px; }
  .index-page .section-link {
    font-weight: bold; }
    .index-page .section-link:hover a {
      text-decoration: underline; }

/* WELCOME-PLATE */
.online-entry {
  display: none; }

.search-samples {
  display: none; }

.index-welcome-fastlinks .list-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px; }
  .index-welcome-fastlinks .list-item a {
    padding-left: 0 !important; }
  .index-welcome-fastlinks .list-item span {
    display: block;
    white-space: normal; }
  .index-welcome-fastlinks .list-item .item-icon, .index-welcome-fastlinks .list-item .item-image {
    width: 200px;
    height: 200px;
    overflow: hidden; }
  .index-welcome-fastlinks .list-item .plate-image {
    width: 384px;
    height: 196px;
    overflow: hidden; }
  .index-welcome-fastlinks .list-item img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .index-welcome-fastlinks .list-item .item-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px; }
    .index-welcome-fastlinks .list-item .item-content .content-caption, .index-welcome-fastlinks .list-item .item-content .plate-caption {
      font-weight: bold; }
      .index-welcome-fastlinks .list-item .item-content .content-caption:hover, .index-welcome-fastlinks .list-item .item-content .plate-caption:hover {
        text-decoration: underline; }
  .index-welcome-fastlinks .list-item .item-caption {
    margin-left: 15px; }

/* SERVICES */
.services-links .service-item--caption {
  font-weight: bold; }

.services-links .service-item--content {
  display: flex;
  flex-direction: column; }

/* ADS */
.list-item {
  display: flex;
  flex-direction: column;
  padding-left: 0 !important; }
  .list-item a {
    padding-left: 0 !important; }
  .list-item span {
    display: block;
    white-space: normal; }
  .list-item .plate-container {
    margin-bottom: 25px; }
  .list-item .plate-caption {
    font-weight: bold; }

/* NEWS */
.pub-news-widget .plate-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px; }
  .pub-news-widget .plate-container a {
    padding-left: 0 !important; }
  .pub-news-widget .plate-container span {
    display: block;
    white-space: normal; }
  .pub-news-widget .plate-container .item-icon, .pub-news-widget .plate-container .item-image {
    width: 200px;
    height: 200px;
    overflow: hidden; }
  .pub-news-widget .plate-container .plate-image {
    width: 384px;
    height: 196px;
    overflow: hidden; }
  .pub-news-widget .plate-container img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .pub-news-widget .plate-container .item-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px; }
    .pub-news-widget .plate-container .item-content .content-caption, .pub-news-widget .plate-container .item-content .plate-caption {
      font-weight: bold; }
      .pub-news-widget .plate-container .item-content .content-caption:hover, .pub-news-widget .plate-container .item-content .plate-caption:hover {
        text-decoration: underline; }
  .pub-news-widget .plate-container .item-caption {
    margin-left: 15px; }

/* STORIES */
.pub-stories-widget .list-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px; }
  .pub-stories-widget .list-item a {
    padding-left: 0 !important; }
  .pub-stories-widget .list-item span {
    display: block;
    white-space: normal; }
  .pub-stories-widget .list-item .item-icon, .pub-stories-widget .list-item .item-image {
    width: 200px;
    height: 200px;
    overflow: hidden; }
  .pub-stories-widget .list-item .plate-image {
    width: 384px;
    height: 196px;
    overflow: hidden; }
  .pub-stories-widget .list-item img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .pub-stories-widget .list-item .item-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px; }
    .pub-stories-widget .list-item .item-content .content-caption, .pub-stories-widget .list-item .item-content .plate-caption {
      font-weight: bold; }
      .pub-stories-widget .list-item .item-content .content-caption:hover, .pub-stories-widget .list-item .item-content .plate-caption:hover {
        text-decoration: underline; }
  .pub-stories-widget .list-item .item-caption {
    margin-left: 15px; }

.stories-popup {
  display: none; }

/* SURVEYS */
.pub-surveys-widget .widget-collapse-button {
  display: none; }

.pub-surveys-widget .widget-image {
  display: none; }

.pub-surveys-widget .list-item-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px; }
  .pub-surveys-widget .list-item-container a {
    padding-left: 0 !important; }
  .pub-surveys-widget .list-item-container span {
    display: block;
    white-space: normal; }
  .pub-surveys-widget .list-item-container .item-icon, .pub-surveys-widget .list-item-container .item-image {
    width: 200px;
    height: 200px;
    overflow: hidden; }
  .pub-surveys-widget .list-item-container .plate-image {
    width: 384px;
    height: 196px;
    overflow: hidden; }
  .pub-surveys-widget .list-item-container img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .pub-surveys-widget .list-item-container .item-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px; }
    .pub-surveys-widget .list-item-container .item-content .content-caption, .pub-surveys-widget .list-item-container .item-content .plate-caption {
      font-weight: bold; }
      .pub-surveys-widget .list-item-container .item-content .content-caption:hover, .pub-surveys-widget .list-item-container .item-content .plate-caption:hover {
        text-decoration: underline; }
  .pub-surveys-widget .list-item-container .item-caption {
    margin-left: 15px; }

/* LINKS */
.links-widget .list-item-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px; }
  .links-widget .list-item-container a {
    padding-left: 0 !important; }
  .links-widget .list-item-container span {
    display: block;
    white-space: normal; }
  .links-widget .list-item-container .item-icon, .links-widget .list-item-container .item-image {
    width: 200px;
    height: 200px;
    overflow: hidden; }
  .links-widget .list-item-container .plate-image {
    width: 384px;
    height: 196px;
    overflow: hidden; }
  .links-widget .list-item-container img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .links-widget .list-item-container .item-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px; }
    .links-widget .list-item-container .item-content .content-caption, .links-widget .list-item-container .item-content .plate-caption {
      font-weight: bold; }
      .links-widget .list-item-container .item-content .content-caption:hover, .links-widget .list-item-container .item-content .plate-caption:hover {
        text-decoration: underline; }
  .links-widget .list-item-container .item-caption {
    margin-left: 15px; }

/* INDEX OFFICES MAP */
.index-offices-map-widget .widget-map-container {
  height: 400px;
  overflow: hidden; }
  .index-offices-map-widget .widget-map-container .widget-map {
    height: 100%; }
    .index-offices-map-widget .widget-map-container .widget-map .popover {
      /* copypaste */
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1010;
      display: none;
      max-width: 276px;
      padding: 1px;
      text-align: left;
      white-space: normal;
      background-color: #fff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      /* override */
      display: block;
      width: 400px;
      max-width: 400px;
      margin-top: 10px; }
      .index-offices-map-widget .widget-map-container .widget-map .popover .arrow {
        display: block;
        position: absolute;
        top: -22px;
        left: 50%;
        margin-left: -10px;
        border: 11px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2); }
        .index-offices-map-widget .widget-map-container .widget-map .popover .arrow:after {
          content: "";
          display: block;
          position: absolute;
          top: -10px;
          left: -11px;
          border: 11px solid transparent;
          border-bottom-color: #fff; }
    .index-offices-map-widget .widget-map-container .widget-map .balloon-content {
      padding: 24px; }
      .index-offices-map-widget .widget-map-container .widget-map .balloon-content .balloon-header {
        margin-bottom: 16px; }
      .index-offices-map-widget .widget-map-container .widget-map .balloon-content .balloon-office-link {
        display: inline-block;
        text-decoration: underline; }
    .index-offices-map-widget .widget-map-container .widget-map .balloon-close-button {
      background: none;
      border: none;
      position: absolute;
      top: 5px;
      right: 5px;
      width: 24px;
      height: 24px; }
      .index-offices-map-widget .widget-map-container .widget-map .balloon-close-button .button-icon {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 11px;
        height: 11px;
        background-image: url(images/cross-brown.png);
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -5px;
        filter: grayscale(100%);
        opacity: 0.6; }

.index-offices-map-widget .map-balloon-template {
  display: none; }

/* LIST PAGE */
.section-pub-list {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .section-pub-list .section-pub-image {
    margin-bottom: 20px; }

/* ITEM PAGE */
.page-right-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 50px 0; }

.news-detail {
  display: flex;
  flex-direction: column;
  gap: 30px; }

/* SERVICES LIST PAGE */
.services-page .services-categories-filter .item-categories {
  padding-left: 15px;
  max-height: 300px;
  overflow-y: scroll; }
  .services-page .services-categories-filter .item-categories .item-categories {
    overflow: visible;
    max-height: none; }

.services-page .services-categories-filter .category-item .item-button {
  font-weight: bold;
  margin-bottom: 20px; }

.services-page .services-categories-filter .category-item .category-check-item {
  position: relative;
  margin-bottom: 15px; }
  .services-page .services-categories-filter .category-item .category-check-item label {
    position: absolute;
    top: 0;
    left: 50px; }

.services-page .page-caption {
  margin-bottom: 30px; }

.services-page .search-input {
  height: 100%; }

.services-page .services-list .services-item {
  padding: 20px;
  margin: 20px 0;
  border: 3px solid #000;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .services-page .services-list .services-item .item-links {
    display: flex;
    flex-direction: column; }

/* SERVICE ITEM PAGE */
.service-content {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .service-content .block-caption {
    font-weight: bold;
    margin-bottom: 5px; }
  .service-content .content-links {
    display: flex;
    flex-direction: column; }

/* APPOINTMENT */
.appointment-options {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 50px 0; }

.agreement-check-item input {
  margin-bottom: 30px;
  margin-left: 10px; }

.appointment-agreement p {
  margin-bottom: 15px; }

.appointment-agreement .content-caption {
  font-weight: bold; }

.popup-close-button {
  display: none; }

/* OFFICES PAGE */
.municipalities-container .tabs {
  max-height: 500px;
  overflow-y: auto; }
  .municipalities-container .tabs .tab-item {
    background: none;
    border: none;
    display: inline-block;
    line-height: 52px;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 10px 10px 0; }
    .municipalities-container .tabs .tab-item:hover {
      background: #000;
      color: #fff; }
    .municipalities-container .tabs .tab-item.active {
      background-color: #000;
      color: #fff; }

.municipalities-container .tabs-data-item {
  display: inline-block;
  padding: 20px;
  padding-left: 0 !important;
  text-decoration: underline;
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .municipalities-container .tabs-data-item:hover {
    outline: 1px dashed #000; }

/* OFFICE ITEM PAGE */
.office-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px; }

/* SEARCH PAGE */
.search-page {
  padding-top: 50px; }
  .search-page--title {
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 36px; }
  .search-page .tab-filter {
    margin-bottom: 48px; }
    .search-page .tab-filter--item {
      background: none;
      border: none;
      display: inline-block;
      line-height: 52px;
      border: 1px solid #000;
      padding: 10px 15px;
      border-radius: 5px;
      display: inline-grid;
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
      align-items: center;
      cursor: pointer;
      margin-right: 30px; }
      .search-page .tab-filter--item:hover {
        background: #000;
        color: #fff; }
      .search-page .tab-filter--item.active {
        background-color: #000;
        color: #fff; }
        .search-page .tab-filter--item.active::after {
          transform: rotate(180deg); }
      .search-page .tab-filter--item::after {
        content: "";
        background-image: url(images/arrow-down.png);
        background-repeat: no-repeat;
        width: 14px;
        height: 8px; }
  .search-page .tabs--content {
    display: none; }
    .search-page .tabs--content.active {
      display: block; }

/* SURVEY PAGE */
.surveys-page .survey-content p {
  font-weight: bold; }

.surveys-page .survey-content .options {
  padding: 15px 0;
  position: relative; }
  .surveys-page .survey-content .options.active {
    padding: 20px;
    margin: 20px 0;
    border: 3px solid #000;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 6px;
    display: block;
    outline: none !important; }
  .surveys-page .survey-content .options.finished {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
  .surveys-page .survey-content .options .percentage {
    position: relative; }
    .surveys-page .survey-content .options .percentage .selected {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 30px;
      height: 25px;
      background-image: url(images/check-brown.png);
      position: absolute;
      left: -50px;
      bottom: 6px; }
  .surveys-page .survey-content .options .progressbar {
    width: 100%;
    height: 10px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    overflow: hidden; }
    .surveys-page .survey-content .options .progressbar span {
      display: block;
      height: 100%;
      background-color: #000; }

.surveys-page .survey-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .surveys-page .survey-buttons a {
    background: none;
    border: none;
    display: inline-block;
    line-height: 52px;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 5px;
    outline: none !important; }
    .surveys-page .survey-buttons a:hover {
      background: #000;
      color: #fff; }

/* cabinet spec-order: compact consent block */
.cabinet-spec-order-page .page-form .indent-title-form.cabinet-feedback-consent-lead {
  margin-top: 24px;
  margin-bottom: 6px;
  font-size: 18px; }

.cabinet-spec-order-page .page-form .cabinet-feedback-consent-lead + .form-field.field-type-agreement {
  margin-top: 6px; }

.cabinet-spec-order-page .page-form .form-field.field-type-agreement + .form-field.field-type-agreement {
  margin-top: 2px; }

.cabinet-spec-order-page .page-form .form-field.field-type-agreement {
  margin-top: 8px;
  margin-bottom: 8px; }
