@charset "UTF-8";
/* OLD MFC THEME */
/* Site Chat */
@font-face {
  font-family: "Lato";
  src: url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Regular.eot");
  src: local("Lato Regular"), local("Lato-Regular"), url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Regular.woff2") format("woff2"), url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Regular.woff") format("woff"), url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Lato";
  src: url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Semibold.eot");
  src: local("Lato Semibold"), local("Lato-Semibold"), url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Semibold.woff2") format("woff2"), url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Semibold.woff") format("woff"), url("/site-assets/fonts/Lato/Lato2OFLWeb/Lato/fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Circe";
  src: url("/site-assets/fonts/circe/Circe-Bold.eot");
  src: url("/site-assets/fonts/circe/Circe-Bold.woff") format("woff"), url("/site-assets/fonts/circe/Circe-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* Icons */
@font-face {
  font-family: "MedIcons";
  src: url("/site-assets/fonts/med-icons/med-icons.ttf") format("truetype"); }

@font-face {
  font-family: "SocialIcons";
  src: url("/site-assets/fonts/social-icons/social-icons.ttf") format("truetype"); }

@font-face {
  font-family: "CommonIcons";
  src: url("/site-assets/fonts/common-icons/common-icons.ttf") format("truetype"); }

@font-face {
  font-family: "ApricodeIcons";
  src: url("/site-assets/fonts/med-icons/apricode-icons.woff2"); }

.circle-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #5F70A3;
  /* цвет обводки */
  position: relative; }
  .circle-arrow:hover {
    background-color: #00AEBF;
    border-color: #00AEBF; }
    .circle-arrow:hover:before {
      border-bottom-color: #fff;
      border-left-color: #fff; }

.circle-arrow:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -64%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: solid 1.5px #27438B;
  border-left: solid 1.5px #27438B; }

hr.limiter {
  margin: 36px 0px;
  color: #CDD2DB; }

.text p, .text ul, .text li {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #282E34; }

.text ul {
  padding-left: 20px;
  list-style-type: "—"; }
  .text ul li {
    padding-left: 5px; }

/* Navigation */
/* POPUP */
/* med-sites key-value-table */
.med-icon24x24 {
  display: block;
  color: #00567B;
  text-align: center;
  font-family: "MedIcons";
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%; }
  .med-icon24x24::before {
    content: attr(data-icon);
    display: block; }

.med-icon36x36 {
  display: block;
  color: #00567B;
  text-align: center;
  font-family: "MedIcons";
  font-size: 24px;
  line-height: 36px;
  background: #D6F4F3;
  width: 36px;
  height: 36px;
  border-radius: 8px; }
  .med-icon36x36::before {
    content: attr(data-icon);
    display: block; }

.med-icon48x48 {
  display: block;
  color: #00567B;
  text-align: center;
  font-family: "MedIcons";
  font-size: 24px;
  line-height: 48px;
  background: #D6F4F3;
  width: 48px;
  height: 48px;
  border-radius: 8px; }
  .med-icon48x48::before {
    content: attr(data-icon);
    display: block; }

.social-icon40x40 {
  display: block;
  color: #00567B;
  text-align: center;
  font-family: "SocialIcons";
  font-size: 24px;
  line-height: 40px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #CDD2DB; }
  .social-icon40x40::before {
    content: attr(data-icon);
    display: block; }

/* font-icons */
.phone-icon {
  display: block;
  color: #00567B;
  text-align: center; }
  .phone-icon::before {
    content: attr(data-icon);
    display: block; }
  .phone-icon::before {
    font-family: "ApricodeIcons"; }
  .phone-icon::before {
    content: "\e01d"; }

.blind-icon {
  display: block;
  color: #00567B;
  text-align: center;
  position: relative;
  top: 1px; }
  .blind-icon::before {
    content: attr(data-icon);
    display: block; }
  .blind-icon::before {
    font-family: "ApricodeIcons"; }
  .blind-icon::before {
    content: "\e001"; }

.search-icon {
  display: block;
  color: #00567B;
  text-align: center; }
  .search-icon::before {
    content: attr(data-icon);
    display: block; }
  .search-icon::before {
    font-family: "ApricodeIcons"; }
  .search-icon::before {
    content: "\e012"; }

.location-icon {
  display: block;
  color: #00567B;
  text-align: center; }
  .location-icon::before {
    content: attr(data-icon);
    display: block; }
  .location-icon::before {
    font-family: "ApricodeIcons"; }
  .location-icon::before {
    content: "\e022"; }

.rounded-arrow-down-icon {
  display: block;
  color: #00567B;
  text-align: center; }
  .rounded-arrow-down-icon::before {
    content: attr(data-icon);
    display: block; }
  .rounded-arrow-down-icon::before {
    font-family: "ApricodeIcons"; }
  .rounded-arrow-down-icon::before {
    content: "\e024"; }

.cross-icon {
  display: block;
  color: #00567B;
  text-align: center; }
  .cross-icon::before {
    content: attr(data-icon);
    display: block; }
  .cross-icon::before {
    font-family: "ApricodeIcons"; }
  .cross-icon::before {
    content: "\e023"; }

.share-icon {
  display: block;
  color: #00567B;
  text-align: center; }
  .share-icon::before {
    content: attr(data-icon);
    display: block; }
  .share-icon::before {
    font-family: "ApricodeIcons"; }
  .share-icon::before {
    content: "\e028"; }

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 {
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  color: #2c2a29; }

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; }
  body #center {
    flex: 1; }

h2 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 26px;
  line-height: 120%; }

.error-page {
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease; }
  .error-page .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .error-page .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .error-page .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .error-page .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .error-page .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .error-page .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .error-page .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .error-page .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .error-page .list-item-container:last-child {
      margin-right: 0; }
    .error-page .list-item-container .list-item {
      height: 100%; }
    .error-page .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .error-page .list-item {
    display: block; }
  .error-page .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .error-page .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .error-page .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .error-page .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .error-page .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .error-page .section-link a .button-icon::before {
        content: "\e027"; }
    .error-page .section-link a:hover {
      background-color: #00AEBF; }
      .error-page .section-link a:hover .button-text {
        color: #fff; }
      .error-page .section-link a:hover .button-icon {
        color: #fff; }
  .error-page .section-link.adaptive {
    display: none; }
  .error-page .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .error-page .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .error-page .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .error-page .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .error-page .button-next .button-icon::before {
        content: "\e027"; }
    .error-page .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .error-page .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .error-page .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .error-page .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .error-page .button-next:hover .button-icon::before {
          content: "\e027"; }
    .error-page .button-next:active, .error-page .button-next.nice-select.open {
      opacity: 0.7; }
    .error-page .button-next .button-icon {
      font-size: 6pt; }
    .error-page .button-next:hover {
      background: #00AEBF; }
      .error-page .button-next:hover .button-icon {
        color: #fff; }
  .error-page .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .error-page .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .error-page .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .error-page .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .error-page .button-prev .button-icon::before {
        content: "\e027"; }
    .error-page .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .error-page .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .error-page .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .error-page .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .error-page .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .error-page .button-prev:active, .error-page .button-prev.nice-select.open {
      opacity: 0.7; }
    .error-page .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .error-page .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .error-page .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .error-page .button-prev .button-icon::before {
        content: "\e026"; }
    .error-page .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .error-page .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .error-page .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .error-page .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .error-page .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .error-page .button-prev .button-icon {
      font-size: 6pt; }
    .error-page .button-prev:hover {
      background: #00AEBF; }
      .error-page .button-prev:hover .button-icon {
        color: #fff; }
  .error-page.switcher-enable {
    padding: 52px 0; }
    .error-page.switcher-enable .widget-list,
    .error-page.switcher-enable .widget-image,
    .error-page.switcher-enable .section-link {
      display: none; }
    .error-page.switcher-enable .widget-title {
      margin-bottom: 0; }
      .error-page.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .error-page.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .error-page .page-limiter {
      margin-right: 0; }
    .error-page .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .error-page .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .error-page .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .error-page .list-item-container:last-child {
      margin-right: 20px; }
    .error-page .button-next,
    .error-page .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .error-page {
      padding: 40px 0; }
      .error-page .widget-title p {
        font-size: 22px; }
      .error-page .widget-list,
      .error-page .widget-list.with-rails {
        margin-bottom: 0; }
      .error-page .section-link a {
        padding: 0;
        background: none; }
        .error-page .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .error-page .link-item a {
    margin-top: 30px;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    margin-right: 20px;
    vertical-align: top; }
    .error-page .link-item a:hover {
      background: #ffffff;
      color: #00567B; }
    .error-page .link-item a:active, .error-page .link-item a.nice-select.open {
      opacity: 0.7; }
    .error-page .link-item a:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
    .error-page .link-item a:hover:after {
      display: none !important; }
  .error-page .error-icon {
    width: 130px;
    height: 150px;
    background-image: url(images/error-icon.png);
    background-size: 100%;
    margin-top: -50px; }

.page-limiter {
  position: relative;
  width: 1240px;
  margin: 0 auto; }

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

/* INDEX WELCOME PLATE */
.index-welcome-plate .page-limiter {
  height: 100%; }

.index-welcome-plate .plate-menu {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 75px;
  position: relative;
  max-width: 1580px; }
  .index-welcome-plate .plate-menu .cms-action-inline-panel {
    position: absolute;
    top: 0;
    left: 0; }
  .index-welcome-plate .plate-menu .menu-item-container {
    position: relative;
    display: inline-block;
    flex: 1; }
    .index-welcome-plate .plate-menu .menu-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
  .index-welcome-plate .plate-menu .menu-item {
    display: block;
    color: #00567B;
    text-align: center;
    padding: 0 5px;
    line-height: 18px; }
    .index-welcome-plate .plate-menu .menu-item .icon-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      height: 34px;
      transition: transform 0.2s ease; }
    .index-welcome-plate .plate-menu .menu-item .text {
      font-size: 14px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 400; }
    .index-welcome-plate .plate-menu .menu-item .icon-calendar {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/calendar-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-clock {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/clock-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-stack {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/stack-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-location {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/location-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-info {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/info-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-question {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/question-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-failure {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/failure-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-car {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/car-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-case {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/case-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-plus {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/plus-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-services {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/services-hot-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item .icon-advertisement {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 24px;
      height: 24px;
      background-image: url(images/advertisement-menu-white.png); }
    .index-welcome-plate .plate-menu .menu-item:hover {
      text-decoration: none; }
      .index-welcome-plate .plate-menu .menu-item:hover .icon-container {
        transform: scale(1.2); }
    .index-welcome-plate .plate-menu .menu-item:active, .index-welcome-plate .plate-menu .menu-item.nice-select.open {
      opacity: 0.7; }

.index-welcome-plate .plate-search {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 608px;
  height: 286px;
  margin-left: -304px; }
  .index-welcome-plate .plate-search .search-form {
    position: relative; }
    .index-welcome-plate .plate-search .search-form .search-input {
      font-family: "Lato";
      font-weight: 400;
      font-size: 36px;
      line-height: 120%;
      display: block;
      width: 100%;
      color: #00567B;
      opacity: 0.5;
      background: none;
      border: none;
      border-bottom: 3px solid #00567B;
      padding-bottom: 11px;
      margin-bottom: 24px; }
      .index-welcome-plate .plate-search .search-form .search-input::placeholder {
        color: #00567B; }
    .index-welcome-plate .plate-search .search-form .search-cancel {
      background: none;
      border: none;
      width: 35px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      border-radius: 50%;
      background: #00AEBF;
      transition: background 0.1s ease, color 0.1s ease;
      position: absolute;
      top: -20px;
      right: 105px;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.2s ease, top 0.2s ease; }
      .index-welcome-plate .plate-search .search-form .search-cancel .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: relative;
        top: -1px;
        transition: background 0.1s ease, color 0.1s ease; }
      .index-welcome-plate .plate-search .search-form .search-cancel:hover {
        background: #ffffff; }
        .index-welcome-plate .plate-search .search-form .search-cancel:hover .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);
          background-image: url(images/cross-white.png); }
      .index-welcome-plate .plate-search .search-form .search-cancel:active, .index-welcome-plate .plate-search .search-form .search-cancel.nice-select.open {
        opacity: 0.7; }
    .index-welcome-plate .plate-search .search-form .search-submit {
      background: none;
      border: none;
      font-size: 16px;
      line-height: 140%;
      display: inline-block;
      height: 52px;
      line-height: 52px;
      padding: 0 24px;
      background: #00AEBF;
      color: #FAFAFA;
      border-radius: 8px;
      transition: background 0.1s ease, color 0.1s ease;
      position: absolute;
      top: -20px;
      right: 0;
      height: 34px;
      line-height: 34px;
      padding: 0 16px;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.2s ease, top 0.3s ease; }
      .index-welcome-plate .plate-search .search-form .search-submit:hover {
        background: #ffffff;
        color: #00567B; }
      .index-welcome-plate .plate-search .search-form .search-submit:active, .index-welcome-plate .plate-search .search-form .search-submit.nice-select.open {
        opacity: 0.7; }
      .index-welcome-plate .plate-search .search-form .search-submit:disabled {
        background: #FAFAFA;
        color: #929292;
        pointer-events: none; }
    .index-welcome-plate .plate-search .search-form .search-categories {
      position: absolute;
      top: 30px;
      display: flex;
      width: 100%;
      justify-content: space-between;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.2s ease, top 0.2s ease; }
  .index-welcome-plate .plate-search .search-samples {
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s ease, top 0.2s ease;
    white-space: nowrap; }
    .index-welcome-plate .plate-search .search-samples .cms-action-inline-panel {
      position: absolute;
      top: -25px;
      right: -120px; }
    .index-welcome-plate .plate-search .search-samples .item-container {
      position: relative;
      margin-right: 16px;
      display: inline-block; }
      .index-welcome-plate .plate-search .search-samples .item-container .sample-item {
        background: none;
        border: none;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        background: #00AEBF;
        color: #FAFAFA;
        font-size: 0;
        border-radius: 0 8px 8px 8px;
        transition: background 0.1s ease, color 0.1s ease;
        text-decoration: none;
        font-size: 16px;
        line-height: 140%; }
        .index-welcome-plate .plate-search .search-samples .item-container .sample-item .button-text {
          font-family: "Lato";
          font-weight: 400;
          font-size: 16px;
          line-height: 140%; }
        .index-welcome-plate .plate-search .search-samples .item-container .sample-item .button-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 8px;
          height: 13px;
          background-image: url(images/cor-right-brown.png);
          transition: background 0.1s ease, color 0.1s ease;
          margin-left: 13px; }
        .index-welcome-plate .plate-search .search-samples .item-container .sample-item:hover {
          background-color: #ffffff;
          color: #00567B; }
          .index-welcome-plate .plate-search .search-samples .item-container .sample-item:hover .button-icon {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 8px;
            height: 13px;
            background-image: url(images/cor-right-brown.png);
            background-image: url(images/cor-right-white.png); }
        .index-welcome-plate .plate-search .search-samples .item-container .sample-item:active, .index-welcome-plate .plate-search .search-samples .item-container .sample-item.nice-select.open {
          opacity: 0.7; }
        @media screen and (max-width: 700px) {
          .index-welcome-plate .plate-search .search-samples .item-container .sample-item {
            height: 32px;
            line-height: 32px; }
            .index-welcome-plate .plate-search .search-samples .item-container .sample-item .button-text {
              font-size: 14px;
              line-height: 120%; } }
      .index-welcome-plate .plate-search .search-samples .item-container .cms-action-panel {
        position: absolute;
        top: -20px;
        right: 20px; }
  .index-welcome-plate .plate-search .search-image {
    position: absolute;
    bottom: 50px;
    left: -310px;
    width: 295px;
    height: 295px;
    background-image: url(images/man-hi.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: fadein 0.5s;
    transition: height 0.3s ease, background-image 0.3s ease;
    image-rendering: -webkit-optimize-contrast; }
  .index-welcome-plate .plate-search.active .search-form .search-cancel,
  .index-welcome-plate .plate-search.active .search-form .search-submit {
    top: 10px;
    visibility: visible;
    opacity: 1; }
  .index-welcome-plate .plate-search.active .search-samples {
    top: 30px;
    visibility: hidden;
    opacity: 0; }
  .index-welcome-plate .plate-search.active .search-image {
    background-image: url(images/man-hm.png); }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* INDEX SERVICES WIDGET */
.index-services-widget {
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease;
  padding-top: 0px;
  padding-bottom: 50px; }
  .index-services-widget .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .index-services-widget .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .index-services-widget .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .index-services-widget .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .index-services-widget .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .index-services-widget .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .index-services-widget .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .index-services-widget .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .index-services-widget .list-item-container:last-child {
      margin-right: 0; }
    .index-services-widget .list-item-container .list-item {
      height: 100%; }
    .index-services-widget .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .index-services-widget .list-item {
    display: block; }
  .index-services-widget .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .index-services-widget .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .index-services-widget .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .index-services-widget .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-services-widget .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-services-widget .section-link a .button-icon::before {
        content: "\e027"; }
    .index-services-widget .section-link a:hover {
      background-color: #00AEBF; }
      .index-services-widget .section-link a:hover .button-text {
        color: #fff; }
      .index-services-widget .section-link a:hover .button-icon {
        color: #fff; }
  .index-services-widget .section-link.adaptive {
    display: none; }
  .index-services-widget .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .index-services-widget .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .index-services-widget .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-services-widget .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-services-widget .button-next .button-icon::before {
        content: "\e027"; }
    .index-services-widget .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-services-widget .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-services-widget .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-services-widget .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-services-widget .button-next:hover .button-icon::before {
          content: "\e027"; }
    .index-services-widget .button-next:active, .index-services-widget .button-next.nice-select.open {
      opacity: 0.7; }
    .index-services-widget .button-next .button-icon {
      font-size: 6pt; }
    .index-services-widget .button-next:hover {
      background: #00AEBF; }
      .index-services-widget .button-next:hover .button-icon {
        color: #fff; }
  .index-services-widget .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .index-services-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .index-services-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-services-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-services-widget .button-prev .button-icon::before {
        content: "\e027"; }
    .index-services-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-services-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-services-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-services-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-services-widget .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .index-services-widget .button-prev:active, .index-services-widget .button-prev.nice-select.open {
      opacity: 0.7; }
    .index-services-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .index-services-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-services-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-services-widget .button-prev .button-icon::before {
        content: "\e026"; }
    .index-services-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-services-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-services-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-services-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-services-widget .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .index-services-widget .button-prev .button-icon {
      font-size: 6pt; }
    .index-services-widget .button-prev:hover {
      background: #00AEBF; }
      .index-services-widget .button-prev:hover .button-icon {
        color: #fff; }
  .index-services-widget.switcher-enable {
    padding: 52px 0; }
    .index-services-widget.switcher-enable .widget-list,
    .index-services-widget.switcher-enable .widget-image,
    .index-services-widget.switcher-enable .section-link {
      display: none; }
    .index-services-widget.switcher-enable .widget-title {
      margin-bottom: 0; }
      .index-services-widget.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .index-services-widget.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .index-services-widget .page-limiter {
      margin-right: 0; }
    .index-services-widget .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .index-services-widget .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .index-services-widget .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .index-services-widget .list-item-container:last-child {
      margin-right: 20px; }
    .index-services-widget .button-next,
    .index-services-widget .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .index-services-widget {
      padding: 40px 0; }
      .index-services-widget .widget-title p {
        font-size: 22px; }
      .index-services-widget .widget-list,
      .index-services-widget .widget-list.with-rails {
        margin-bottom: 0; }
      .index-services-widget .section-link a {
        padding: 0;
        background: none; }
        .index-services-widget .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .index-services-widget .services-links {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    font-size: 0; }
    .index-services-widget .services-links.with-rails {
      overflow: hidden; }
    .index-services-widget .services-links .links-rails {
      position: relative;
      font-size: 0;
      white-space: nowrap; }
    .index-services-widget .services-links .links-block {
      display: block;
      flex: 1; }
      .index-services-widget .services-links .links-block .service-item {
        background-color: #fff;
        transition: box-shadow 0.1s ease;
        position: relative;
        display: block;
        box-sizing: border-box;
        border-radius: 8px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        transition: background 0.1s ease, box-shadow 0.1s ease; }
        .index-services-widget .services-links .links-block .service-item:hover {
          background: #00AEBF; }
        .index-services-widget .services-links .links-block .service-item--link {
          padding: 24px;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center; }
        .index-services-widget .services-links .links-block .service-item .item-icon {
          margin-right: 18px; }
        .index-services-widget .services-links .links-block .service-item--content {
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          min-height: 64px; }
        .index-services-widget .services-links .links-block .service-item--caption {
          font-family: "Lato";
          font-weight: 600;
          font-size: 18px;
          line-height: 120%;
          color: #282E34; }
        .index-services-widget .services-links .links-block .service-item--note {
          font-family: "Lato";
          font-weight: 400;
          font-size: 16px;
          line-height: 140%;
          color: #929292; }
        .index-services-widget .services-links .links-block .service-item--link-icon {
          display: block;
          color: #00567B;
          text-align: center;
          position: absolute;
          top: 50%;
          right: 24px;
          margin-top: -7px;
          font-size: 6pt; }
          .index-services-widget .services-links .links-block .service-item--link-icon::before {
            content: attr(data-icon);
            display: block; }
          .index-services-widget .services-links .links-block .service-item--link-icon::before {
            font-family: "ApricodeIcons"; }
          .index-services-widget .services-links .links-block .service-item--link-icon::before {
            content: "\e027"; }
        .index-services-widget .services-links .links-block .service-item:hover .service-item--caption {
          color: #fff; }
        .index-services-widget .services-links .links-block .service-item:hover .service-item--note {
          color: #fff; }
        .index-services-widget .services-links .links-block .service-item:hover .service-item--link-icon {
          display: block;
          color: #00567B;
          text-align: center;
          color: #fff; }
          .index-services-widget .services-links .links-block .service-item:hover .service-item--link-icon::before {
            content: attr(data-icon);
            display: block; }
          .index-services-widget .services-links .links-block .service-item:hover .service-item--link-icon::before {
            font-family: "ApricodeIcons"; }
          .index-services-widget .services-links .links-block .service-item:hover .service-item--link-icon::before {
            content: "\e027"; }
        .index-services-widget .services-links .links-block .service-item:hover .item-icon {
          color: #fff; }
          .index-services-widget .services-links .links-block .service-item:hover .item-icon .item-icon {
            background-color: rgba(214, 244, 243, 0.4); }
        .index-services-widget .services-links .links-block .service-item--link {
          padding-right: 50px;
          height: 100%; }
        .index-services-widget .services-links .links-block .service-item .cms-action-panel {
          position: absolute;
          top: 0;
          left: 0; }
        .index-services-widget .services-links .links-block .service-item:last-child {
          margin-bottom: 0; }
      .index-services-widget .services-links .links-block:last-child {
        margin-right: 0; }
    .index-services-widget .services-links .link-item {
      background-color: #fff;
      transition: box-shadow 0.1s ease;
      position: relative;
      display: block;
      box-sizing: border-box;
      border-radius: 8px; }
      .index-services-widget .services-links .link-item:hover {
        background: #00AEBF; }
      .index-services-widget .services-links .link-item--link {
        padding: 24px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
      .index-services-widget .services-links .link-item .item-icon {
        margin-right: 18px; }
      .index-services-widget .services-links .link-item--content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        min-height: 64px; }
      .index-services-widget .services-links .link-item--caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #282E34; }
      .index-services-widget .services-links .link-item--note {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #929292; }
      .index-services-widget .services-links .link-item--link-icon {
        display: block;
        color: #00567B;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 24px;
        margin-top: -7px;
        font-size: 6pt; }
        .index-services-widget .services-links .link-item--link-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-services-widget .services-links .link-item--link-icon::before {
          font-family: "ApricodeIcons"; }
        .index-services-widget .services-links .link-item--link-icon::before {
          content: "\e027"; }
      .index-services-widget .services-links .link-item:hover .service-item--caption {
        color: #fff; }
      .index-services-widget .services-links .link-item:hover .service-item--note {
        color: #fff; }
      .index-services-widget .services-links .link-item:hover .service-item--link-icon {
        display: block;
        color: #00567B;
        text-align: center;
        color: #fff; }
        .index-services-widget .services-links .link-item:hover .service-item--link-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-services-widget .services-links .link-item:hover .service-item--link-icon::before {
          font-family: "ApricodeIcons"; }
        .index-services-widget .services-links .link-item:hover .service-item--link-icon::before {
          content: "\e027"; }
      .index-services-widget .services-links .link-item:hover .item-icon {
        color: #fff; }
        .index-services-widget .services-links .link-item:hover .item-icon .item-icon {
          background-color: rgba(214, 244, 243, 0.4); }

/* PUB ADS WIDGET */
.pub-ads-widget {
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease; }
  .pub-ads-widget .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .pub-ads-widget .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .pub-ads-widget .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .pub-ads-widget .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .pub-ads-widget .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .pub-ads-widget .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .pub-ads-widget .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .pub-ads-widget .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .pub-ads-widget .list-item-container:last-child {
      margin-right: 0; }
    .pub-ads-widget .list-item-container .list-item {
      height: 100%; }
    .pub-ads-widget .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .pub-ads-widget .list-item {
    display: block; }
  .pub-ads-widget .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .pub-ads-widget .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .pub-ads-widget .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .pub-ads-widget .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-ads-widget .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-ads-widget .section-link a .button-icon::before {
        content: "\e027"; }
    .pub-ads-widget .section-link a:hover {
      background-color: #00AEBF; }
      .pub-ads-widget .section-link a:hover .button-text {
        color: #fff; }
      .pub-ads-widget .section-link a:hover .button-icon {
        color: #fff; }
  .pub-ads-widget .section-link.adaptive {
    display: none; }
  .pub-ads-widget .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .pub-ads-widget .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pub-ads-widget .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-ads-widget .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-ads-widget .button-next .button-icon::before {
        content: "\e027"; }
    .pub-ads-widget .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-ads-widget .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-ads-widget .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-ads-widget .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-ads-widget .button-next:hover .button-icon::before {
          content: "\e027"; }
    .pub-ads-widget .button-next:active, .pub-ads-widget .button-next.nice-select.open {
      opacity: 0.7; }
    .pub-ads-widget .button-next .button-icon {
      font-size: 6pt; }
    .pub-ads-widget .button-next:hover {
      background: #00AEBF; }
      .pub-ads-widget .button-next:hover .button-icon {
        color: #fff; }
  .pub-ads-widget .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .pub-ads-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pub-ads-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-ads-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-ads-widget .button-prev .button-icon::before {
        content: "\e027"; }
    .pub-ads-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-ads-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-ads-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-ads-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-ads-widget .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .pub-ads-widget .button-prev:active, .pub-ads-widget .button-prev.nice-select.open {
      opacity: 0.7; }
    .pub-ads-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .pub-ads-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-ads-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-ads-widget .button-prev .button-icon::before {
        content: "\e026"; }
    .pub-ads-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-ads-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-ads-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-ads-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-ads-widget .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .pub-ads-widget .button-prev .button-icon {
      font-size: 6pt; }
    .pub-ads-widget .button-prev:hover {
      background: #00AEBF; }
      .pub-ads-widget .button-prev:hover .button-icon {
        color: #fff; }
  .pub-ads-widget.switcher-enable {
    padding: 52px 0; }
    .pub-ads-widget.switcher-enable .widget-list,
    .pub-ads-widget.switcher-enable .widget-image,
    .pub-ads-widget.switcher-enable .section-link {
      display: none; }
    .pub-ads-widget.switcher-enable .widget-title {
      margin-bottom: 0; }
      .pub-ads-widget.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .pub-ads-widget.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .pub-ads-widget .page-limiter {
      margin-right: 0; }
    .pub-ads-widget .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .pub-ads-widget .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .pub-ads-widget .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .pub-ads-widget .list-item-container:last-child {
      margin-right: 20px; }
    .pub-ads-widget .button-next,
    .pub-ads-widget .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .pub-ads-widget {
      padding: 40px 0; }
      .pub-ads-widget .widget-title p {
        font-size: 22px; }
      .pub-ads-widget .widget-list,
      .pub-ads-widget .widget-list.with-rails {
        margin-bottom: 0; }
      .pub-ads-widget .section-link a {
        padding: 0;
        background: none; }
        .pub-ads-widget .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .pub-ads-widget .list-item-container {
    margin-right: 20px; }
  .pub-ads-widget .strech .list-item-container {
    flex: 1; }
    .pub-ads-widget .strech .list-item-container .list-item {
      width: 100%; }
  .pub-ads-widget .list-item {
    position: relative;
    display: inline-block;
    width: 293px;
    background: #fff;
    border: 1px solid #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, box-shadow 0.1s ease; }
    .pub-ads-widget .list-item .plate-container {
      padding: 21px 24px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .pub-ads-widget .list-item .plate-icon {
      transition: background 0.1s ease;
      margin-bottom: 36px; }
    .pub-ads-widget .list-item .plate-date {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      margin-bottom: 8px; }
    .pub-ads-widget .list-item .plate-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      color: #00AEBF;
      margin-bottom: 24px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical; }
    .pub-ads-widget .list-item .plate-annotation {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%; }
    .pub-ads-widget .list-item:hover {
      border-color: #fff;
      background: #00AEBF; }
      .pub-ads-widget .list-item:hover .plate-date,
      .pub-ads-widget .list-item:hover .plate-caption,
      .pub-ads-widget .list-item:hover .plate-annotation {
        color: #fff; }
      .pub-ads-widget .list-item:hover .plate-icon .item-icon {
        color: #fff;
        background-color: rgba(214, 244, 243, 0.4); }
    @media screen and (max-width: 1280px) {
      .pub-ads-widget .list-item {
        width: 298px; } }
    @media screen and (max-width: 980px) {
      .pub-ads-widget .list-item {
        border-color: #fff;
        box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
        .pub-ads-widget .list-item .plate-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 35px;
          height: 35px;
          background-image: url(images/tools-gray.png);
          background-image: url(images/tools-red.png); }
          .pub-ads-widget .list-item .plate-icon.comment {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 35px;
            height: 35px;
            background-image: url(images/comment-gray.png);
            background-image: url(images/comment-red.png); }
          .pub-ads-widget .list-item .plate-icon.calendar {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 35px;
            height: 35px;
            background-image: url(images/calendar-gray.png);
            background-image: url(images/calendar-red.png); } }
    @media screen and (max-width: 700px) {
      .pub-ads-widget .list-item {
        width: 280px; }
        .pub-ads-widget .list-item .plate-caption {
          font-size: 16px;
          line-height: 140%;
          margin-bottom: 12px; }
        .pub-ads-widget .list-item .plate-date {
          font-size: 16px;
          line-height: 140%;
          margin-bottom: 18px; }
        .pub-ads-widget .list-item .plate-annotation {
          font-size: 14px;
          line-height: 120%; } }
    .pub-ads-widget .list-item .plate-annotation {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical; }
    .pub-ads-widget .list-item .plate-date {
      color: #AAB3AB; }
  .pub-ads-widget .button-next .button-icon {
    color: #00AEBF; }

.list-ads-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 48px;
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease; }
  .list-ads-page .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .list-ads-page .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .list-ads-page .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .list-ads-page .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .list-ads-page .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .list-ads-page .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .list-ads-page .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .list-ads-page .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .list-ads-page .list-item-container:last-child {
      margin-right: 0; }
    .list-ads-page .list-item-container .list-item {
      height: 100%; }
    .list-ads-page .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .list-ads-page .list-item {
    display: block; }
  .list-ads-page .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .list-ads-page .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .list-ads-page .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .list-ads-page .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .list-ads-page .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .list-ads-page .section-link a .button-icon::before {
        content: "\e027"; }
    .list-ads-page .section-link a:hover {
      background-color: #00AEBF; }
      .list-ads-page .section-link a:hover .button-text {
        color: #fff; }
      .list-ads-page .section-link a:hover .button-icon {
        color: #fff; }
  .list-ads-page .section-link.adaptive {
    display: none; }
  .list-ads-page .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .list-ads-page .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .list-ads-page .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .list-ads-page .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .list-ads-page .button-next .button-icon::before {
        content: "\e027"; }
    .list-ads-page .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .list-ads-page .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .list-ads-page .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .list-ads-page .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .list-ads-page .button-next:hover .button-icon::before {
          content: "\e027"; }
    .list-ads-page .button-next:active, .list-ads-page .button-next.nice-select.open {
      opacity: 0.7; }
    .list-ads-page .button-next .button-icon {
      font-size: 6pt; }
    .list-ads-page .button-next:hover {
      background: #00AEBF; }
      .list-ads-page .button-next:hover .button-icon {
        color: #fff; }
  .list-ads-page .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .list-ads-page .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .list-ads-page .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .list-ads-page .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .list-ads-page .button-prev .button-icon::before {
        content: "\e027"; }
    .list-ads-page .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .list-ads-page .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .list-ads-page .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .list-ads-page .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .list-ads-page .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .list-ads-page .button-prev:active, .list-ads-page .button-prev.nice-select.open {
      opacity: 0.7; }
    .list-ads-page .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .list-ads-page .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .list-ads-page .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .list-ads-page .button-prev .button-icon::before {
        content: "\e026"; }
    .list-ads-page .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .list-ads-page .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .list-ads-page .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .list-ads-page .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .list-ads-page .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .list-ads-page .button-prev .button-icon {
      font-size: 6pt; }
    .list-ads-page .button-prev:hover {
      background: #00AEBF; }
      .list-ads-page .button-prev:hover .button-icon {
        color: #fff; }
  .list-ads-page.switcher-enable {
    padding: 52px 0; }
    .list-ads-page.switcher-enable .widget-list,
    .list-ads-page.switcher-enable .widget-image,
    .list-ads-page.switcher-enable .section-link {
      display: none; }
    .list-ads-page.switcher-enable .widget-title {
      margin-bottom: 0; }
      .list-ads-page.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .list-ads-page.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .list-ads-page .page-limiter {
      margin-right: 0; }
    .list-ads-page .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .list-ads-page .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .list-ads-page .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .list-ads-page .list-item-container:last-child {
      margin-right: 20px; }
    .list-ads-page .button-next,
    .list-ads-page .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .list-ads-page {
      padding: 40px 0; }
      .list-ads-page .widget-title p {
        font-size: 22px; }
      .list-ads-page .widget-list,
      .list-ads-page .widget-list.with-rails {
        margin-bottom: 0; }
      .list-ads-page .section-link a {
        padding: 0;
        background: none; }
        .list-ads-page .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .list-ads-page .list-item-container {
    display: inline-flex; }
  .list-ads-page .list-item {
    position: relative;
    display: inline-block;
    width: 293px;
    background: #fff;
    border: 1px solid #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, box-shadow 0.1s ease;
    width: 100%; }
    .list-ads-page .list-item .plate-container {
      padding: 21px 24px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .list-ads-page .list-item .plate-icon {
      transition: background 0.1s ease;
      margin-bottom: 36px; }
    .list-ads-page .list-item .plate-date {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      margin-bottom: 8px; }
    .list-ads-page .list-item .plate-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      color: #00AEBF;
      margin-bottom: 24px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical; }
    .list-ads-page .list-item .plate-annotation {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%; }
    .list-ads-page .list-item:hover {
      border-color: #fff;
      background: #00AEBF; }
      .list-ads-page .list-item:hover .plate-date,
      .list-ads-page .list-item:hover .plate-caption,
      .list-ads-page .list-item:hover .plate-annotation {
        color: #fff; }
      .list-ads-page .list-item:hover .plate-icon .item-icon {
        color: #fff;
        background-color: rgba(214, 244, 243, 0.4); }
    @media screen and (max-width: 1280px) {
      .list-ads-page .list-item {
        width: 298px; } }
    @media screen and (max-width: 980px) {
      .list-ads-page .list-item {
        border-color: #fff;
        box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
        .list-ads-page .list-item .plate-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 35px;
          height: 35px;
          background-image: url(images/tools-gray.png);
          background-image: url(images/tools-red.png); }
          .list-ads-page .list-item .plate-icon.comment {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 35px;
            height: 35px;
            background-image: url(images/comment-gray.png);
            background-image: url(images/comment-red.png); }
          .list-ads-page .list-item .plate-icon.calendar {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 35px;
            height: 35px;
            background-image: url(images/calendar-gray.png);
            background-image: url(images/calendar-red.png); } }
    @media screen and (max-width: 700px) {
      .list-ads-page .list-item {
        width: 280px; }
        .list-ads-page .list-item .plate-caption {
          font-size: 16px;
          line-height: 140%;
          margin-bottom: 12px; }
        .list-ads-page .list-item .plate-date {
          font-size: 16px;
          line-height: 140%;
          margin-bottom: 18px; }
        .list-ads-page .list-item .plate-annotation {
          font-size: 14px;
          line-height: 120%; } }

/* PUB NEWS WIDGET */
.pub-news-widget {
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease; }
  .pub-news-widget .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .pub-news-widget .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .pub-news-widget .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .pub-news-widget .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .pub-news-widget .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .pub-news-widget .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .pub-news-widget .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .pub-news-widget .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .pub-news-widget .list-item-container:last-child {
      margin-right: 0; }
    .pub-news-widget .list-item-container .list-item {
      height: 100%; }
    .pub-news-widget .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .pub-news-widget .list-item {
    display: block; }
  .pub-news-widget .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .pub-news-widget .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .pub-news-widget .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .pub-news-widget .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-news-widget .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-news-widget .section-link a .button-icon::before {
        content: "\e027"; }
    .pub-news-widget .section-link a:hover {
      background-color: #00AEBF; }
      .pub-news-widget .section-link a:hover .button-text {
        color: #fff; }
      .pub-news-widget .section-link a:hover .button-icon {
        color: #fff; }
  .pub-news-widget .section-link.adaptive {
    display: none; }
  .pub-news-widget .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .pub-news-widget .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pub-news-widget .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-news-widget .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-news-widget .button-next .button-icon::before {
        content: "\e027"; }
    .pub-news-widget .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-news-widget .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-news-widget .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-news-widget .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-news-widget .button-next:hover .button-icon::before {
          content: "\e027"; }
    .pub-news-widget .button-next:active, .pub-news-widget .button-next.nice-select.open {
      opacity: 0.7; }
    .pub-news-widget .button-next .button-icon {
      font-size: 6pt; }
    .pub-news-widget .button-next:hover {
      background: #00AEBF; }
      .pub-news-widget .button-next:hover .button-icon {
        color: #fff; }
  .pub-news-widget .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .pub-news-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pub-news-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-news-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-news-widget .button-prev .button-icon::before {
        content: "\e027"; }
    .pub-news-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-news-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-news-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-news-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-news-widget .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .pub-news-widget .button-prev:active, .pub-news-widget .button-prev.nice-select.open {
      opacity: 0.7; }
    .pub-news-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .pub-news-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-news-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-news-widget .button-prev .button-icon::before {
        content: "\e026"; }
    .pub-news-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-news-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-news-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-news-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-news-widget .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .pub-news-widget .button-prev .button-icon {
      font-size: 6pt; }
    .pub-news-widget .button-prev:hover {
      background: #00AEBF; }
      .pub-news-widget .button-prev:hover .button-icon {
        color: #fff; }
  .pub-news-widget.switcher-enable {
    padding: 52px 0; }
    .pub-news-widget.switcher-enable .widget-list,
    .pub-news-widget.switcher-enable .widget-image,
    .pub-news-widget.switcher-enable .section-link {
      display: none; }
    .pub-news-widget.switcher-enable .widget-title {
      margin-bottom: 0; }
      .pub-news-widget.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .pub-news-widget.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .pub-news-widget .page-limiter {
      margin-right: 0; }
    .pub-news-widget .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .pub-news-widget .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .pub-news-widget .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .pub-news-widget .list-item-container:last-child {
      margin-right: 20px; }
    .pub-news-widget .button-next,
    .pub-news-widget .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .pub-news-widget {
      padding: 40px 0; }
      .pub-news-widget .widget-title p {
        font-size: 22px; }
      .pub-news-widget .widget-list,
      .pub-news-widget .widget-list.with-rails {
        margin-bottom: 0; }
      .pub-news-widget .section-link a {
        padding: 0;
        background: none; }
        .pub-news-widget .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .pub-news-widget .strech .list-item-container {
    flex: 1; }
    .pub-news-widget .strech .list-item-container .list-item {
      width: 100%; }
  .pub-news-widget .list-item {
    display: inline-block;
    width: 400px;
    background: #FAFAFA;
    transition: background 0.1s ease, box-shadow 0.1s ease;
    border-radius: 8px; }
    .pub-news-widget .list-item span {
      display: block; }
    .pub-news-widget .list-item .plate-container {
      padding: 24px; }
    .pub-news-widget .list-item .plate-image {
      height: 197px;
      margin-bottom: 12px;
      background-color: #756d6a;
      overflow: hidden;
      background: url(/site-assets/images/pubs-default-1.svg) no-repeat center; }
      .pub-news-widget .list-item .plate-image img {
        width: 100%;
        transition: transform 0.2s ease; }
    .pub-news-widget .list-item .plate-date {
      margin-bottom: 12px;
      color: #929292; }
    .pub-news-widget .list-item .plate-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      margin-bottom: 18px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical; }
    .pub-news-widget .list-item .plate-annotation {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      font-size: 14px;
      line-height: 120%;
      position: absolute;
      bottom: 24px;
      left: 24px;
      display: inline-block;
      color: #2c2a29;
      opacity: 0; }
      .pub-news-widget .list-item .plate-annotation::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .pub-news-widget .list-item .plate-annotation:hover {
        color: #00AEBF; }
        .pub-news-widget .list-item .plate-annotation:hover::after {
          width: 100%; }
    .pub-news-widget .list-item:hover {
      background: #fff;
      box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-news-widget .list-item:hover .plate-image img {
        transform: scale(1.1); }
      .pub-news-widget .list-item:hover .plate-annotation {
        color: #00AEBF;
        opacity: 1; }
        .pub-news-widget .list-item:hover .plate-annotation::after {
          width: 100%; }
    @media screen and (max-width: 1280px) {
      .pub-news-widget .list-item {
        width: 300px; } }
    @media screen and (max-width: 980px) {
      .pub-news-widget .list-item {
        background: #fff;
        box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
        .pub-news-widget .list-item .plate-annotation {
          opacity: 1; } }
    @media screen and (max-width: 700px) {
      .pub-news-widget .list-item {
        width: 280px; }
        .pub-news-widget .list-item .plate-date {
          font-size: 14px;
          line-height: 120%; }
        .pub-news-widget .list-item .plate-caption {
          font-size: 16px;
          line-height: 140%; } }
    .pub-news-widget .list-item .plate-container {
      padding-bottom: 48px; }

/* FEDDBACK WIDGET */
.feedback-widget {
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease; }
  .feedback-widget .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .feedback-widget .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .feedback-widget .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .feedback-widget .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .feedback-widget .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .feedback-widget .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .feedback-widget .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .feedback-widget .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .feedback-widget .list-item-container:last-child {
      margin-right: 0; }
    .feedback-widget .list-item-container .list-item {
      height: 100%; }
    .feedback-widget .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .feedback-widget .list-item {
    display: block; }
  .feedback-widget .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .feedback-widget .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .feedback-widget .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .feedback-widget .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .feedback-widget .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .feedback-widget .section-link a .button-icon::before {
        content: "\e027"; }
    .feedback-widget .section-link a:hover {
      background-color: #00AEBF; }
      .feedback-widget .section-link a:hover .button-text {
        color: #fff; }
      .feedback-widget .section-link a:hover .button-icon {
        color: #fff; }
  .feedback-widget .section-link.adaptive {
    display: none; }
  .feedback-widget .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .feedback-widget .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .feedback-widget .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .feedback-widget .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .feedback-widget .button-next .button-icon::before {
        content: "\e027"; }
    .feedback-widget .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .feedback-widget .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .feedback-widget .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .feedback-widget .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .feedback-widget .button-next:hover .button-icon::before {
          content: "\e027"; }
    .feedback-widget .button-next:active, .feedback-widget .button-next.nice-select.open {
      opacity: 0.7; }
    .feedback-widget .button-next .button-icon {
      font-size: 6pt; }
    .feedback-widget .button-next:hover {
      background: #00AEBF; }
      .feedback-widget .button-next:hover .button-icon {
        color: #fff; }
  .feedback-widget .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .feedback-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .feedback-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .feedback-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .feedback-widget .button-prev .button-icon::before {
        content: "\e027"; }
    .feedback-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .feedback-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .feedback-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .feedback-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .feedback-widget .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .feedback-widget .button-prev:active, .feedback-widget .button-prev.nice-select.open {
      opacity: 0.7; }
    .feedback-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .feedback-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .feedback-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .feedback-widget .button-prev .button-icon::before {
        content: "\e026"; }
    .feedback-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .feedback-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .feedback-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .feedback-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .feedback-widget .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .feedback-widget .button-prev .button-icon {
      font-size: 6pt; }
    .feedback-widget .button-prev:hover {
      background: #00AEBF; }
      .feedback-widget .button-prev:hover .button-icon {
        color: #fff; }
  .feedback-widget.switcher-enable {
    padding: 52px 0; }
    .feedback-widget.switcher-enable .widget-list,
    .feedback-widget.switcher-enable .widget-image,
    .feedback-widget.switcher-enable .section-link {
      display: none; }
    .feedback-widget.switcher-enable .widget-title {
      margin-bottom: 0; }
      .feedback-widget.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .feedback-widget.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .feedback-widget .page-limiter {
      margin-right: 0; }
    .feedback-widget .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .feedback-widget .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .feedback-widget .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .feedback-widget .list-item-container:last-child {
      margin-right: 20px; }
    .feedback-widget .button-next,
    .feedback-widget .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .feedback-widget {
      padding: 40px 0; }
      .feedback-widget .widget-title p {
        font-size: 22px; }
      .feedback-widget .widget-list,
      .feedback-widget .widget-list.with-rails {
        margin-bottom: 0; }
      .feedback-widget .section-link a {
        padding: 0;
        background: none; }
        .feedback-widget .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .feedback-widget .list-item {
    display: inline-block;
    width: 400px;
    background: #FAFAFA;
    transition: background 0.1s ease, box-shadow 0.1s ease;
    border-radius: 8px;
    background: unset; }
    .feedback-widget .list-item span {
      display: block; }
    .feedback-widget .list-item .plate-container {
      padding: 24px; }
    .feedback-widget .list-item .plate-image {
      height: 197px;
      margin-bottom: 12px;
      background-color: #756d6a;
      overflow: hidden;
      background: url(/site-assets/images/pubs-default-1.svg) no-repeat center; }
      .feedback-widget .list-item .plate-image img {
        width: 100%;
        transition: transform 0.2s ease; }
    .feedback-widget .list-item .plate-date {
      margin-bottom: 12px;
      color: #929292; }
    .feedback-widget .list-item .plate-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      margin-bottom: 18px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical; }
    .feedback-widget .list-item .plate-annotation {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      font-size: 14px;
      line-height: 120%;
      position: absolute;
      bottom: 24px;
      left: 24px;
      display: inline-block;
      color: #2c2a29;
      opacity: 0; }
      .feedback-widget .list-item .plate-annotation::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .feedback-widget .list-item .plate-annotation:hover {
        color: #00AEBF; }
        .feedback-widget .list-item .plate-annotation:hover::after {
          width: 100%; }
    .feedback-widget .list-item:hover {
      background: #fff;
      box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .feedback-widget .list-item:hover .plate-image img {
        transform: scale(1.1); }
      .feedback-widget .list-item:hover .plate-annotation {
        color: #00AEBF;
        opacity: 1; }
        .feedback-widget .list-item:hover .plate-annotation::after {
          width: 100%; }
    @media screen and (max-width: 1280px) {
      .feedback-widget .list-item {
        width: 300px; } }
    @media screen and (max-width: 980px) {
      .feedback-widget .list-item {
        background: #fff;
        box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
        .feedback-widget .list-item .plate-annotation {
          opacity: 1; } }
    @media screen and (max-width: 700px) {
      .feedback-widget .list-item {
        width: 280px; }
        .feedback-widget .list-item .plate-date {
          font-size: 14px;
          line-height: 120%; }
        .feedback-widget .list-item .plate-caption {
          font-size: 16px;
          line-height: 140%; } }
    .feedback-widget .list-item:hover {
      box-shadow: unset;
      background: unset; }
    .feedback-widget .list-item .feedback-container .feedback-content {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      position: relative;
      color: #282E34;
      background: #fff;
      padding: 56px 20px 18px 20px;
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05);
      border-radius: 6px;
      margin-bottom: 25px;
      text-align: center; }
      .feedback-widget .list-item .feedback-container .feedback-content .icon {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #00AEBF;
        width: 54px;
        height: 54px;
        border-radius: 50%; }
        .feedback-widget .list-item .feedback-container .feedback-content .icon::before {
          display: block;
          width: 16px;
          height: 16px;
          background-image: url(/site-assets/images/icons/quota-right.svg);
          background-position: center;
          background-size: 100%;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .feedback-widget .list-item .feedback-container .feedback-content::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 50%) rotate(45deg);
        width: 18px;
        height: 18px;
        background: #fff; }
    .feedback-widget .list-item .feedback-container .feedback-author {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      text-align: center;
      color: #282E34;
      margin-bottom: 8px; }
    .feedback-widget .list-item .feedback-container .feedback-date {
      font-family: "Lato";
      font-weight: 400;
      font-size: 12px;
      line-height: 120%;
      text-align: center;
      color: #648285; }
  .feedback-widget .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .feedback-widget .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .feedback-widget .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .feedback-widget .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .feedback-widget .button-next .button-icon::before {
        content: "\e027"; }
    .feedback-widget .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .feedback-widget .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .feedback-widget .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .feedback-widget .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .feedback-widget .button-next:hover .button-icon::before {
          content: "\e027"; }
    .feedback-widget .button-next:active, .feedback-widget .button-next.nice-select.open {
      opacity: 0.7; }
    .feedback-widget .button-next .button-icon {
      font-size: 6pt; }
    .feedback-widget .button-next:hover {
      background: #00AEBF; }
      .feedback-widget .button-next:hover .button-icon {
        color: #fff; }
  .feedback-widget .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .feedback-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .feedback-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .feedback-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .feedback-widget .button-prev .button-icon::before {
        content: "\e027"; }
    .feedback-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .feedback-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .feedback-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .feedback-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .feedback-widget .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .feedback-widget .button-prev:active, .feedback-widget .button-prev.nice-select.open {
      opacity: 0.7; }
    .feedback-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .feedback-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .feedback-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .feedback-widget .button-prev .button-icon::before {
        content: "\e026"; }
    .feedback-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .feedback-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .feedback-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .feedback-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .feedback-widget .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .feedback-widget .button-prev .button-icon {
      font-size: 6pt; }
    .feedback-widget .button-prev:hover {
      background: #00AEBF; }
      .feedback-widget .button-prev:hover .button-icon {
        color: #fff; }

/* PUB STORIES WIDGET */
.stories-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2a29;
  z-index: 20; }
  .stories-popup .popup-progress-container {
    position: absolute;
    top: 12px;
    left: 9px;
    right: 9px;
    height: 3px;
    background: #FAFAFA;
    z-index: 10; }
    .stories-popup .popup-progress-container .container-line {
      height: 100%;
      width: 0%;
      background: #ffffff;
      transition: width 1s linear; }
  .stories-popup .popup-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .stories-popup .popup-gallery .gallery-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: none; }
      .stories-popup .popup-gallery .gallery-item img {
        display: block;
        height: 100%;
        margin: 0 auto; }
      .stories-popup .popup-gallery .gallery-item a {
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease;
        background: #00AEBF;
        color: #fff;
        position: absolute;
        left: 38px;
        right: 38px;
        bottom: 13px; }
        .stories-popup .popup-gallery .gallery-item a:hover {
          background: #ffffff;
          color: #00567B; }
        .stories-popup .popup-gallery .gallery-item a:active, .stories-popup .popup-gallery .gallery-item a.nice-select.open {
          opacity: 0.7; }
        .stories-popup .popup-gallery .gallery-item a:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
      .stories-popup .popup-gallery .gallery-item.active {
        display: block; }
  .stories-popup .popup-close-button {
    position: absolute;
    top: 31px;
    right: 30px;
    width: 36px;
    height: 36px;
    color: #00567B;
    font-size: 40px;
    font-family: tahoma;
    z-index: 10; }
  .stories-popup.open {
    display: block; }

/* PUB SURVEYS WIDGET */
.pub-surveys-widget {
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease;
  background-color: #FAFAFA;
  padding: 0; }
  .pub-surveys-widget .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .pub-surveys-widget .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .pub-surveys-widget .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .pub-surveys-widget .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .pub-surveys-widget .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .pub-surveys-widget .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .pub-surveys-widget .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .pub-surveys-widget .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .pub-surveys-widget .list-item-container:last-child {
      margin-right: 0; }
    .pub-surveys-widget .list-item-container .list-item {
      height: 100%; }
    .pub-surveys-widget .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .pub-surveys-widget .list-item {
    display: block; }
  .pub-surveys-widget .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .pub-surveys-widget .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .pub-surveys-widget .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .pub-surveys-widget .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-surveys-widget .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-surveys-widget .section-link a .button-icon::before {
        content: "\e027"; }
    .pub-surveys-widget .section-link a:hover {
      background-color: #00AEBF; }
      .pub-surveys-widget .section-link a:hover .button-text {
        color: #fff; }
      .pub-surveys-widget .section-link a:hover .button-icon {
        color: #fff; }
  .pub-surveys-widget .section-link.adaptive {
    display: none; }
  .pub-surveys-widget .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .pub-surveys-widget .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pub-surveys-widget .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-surveys-widget .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-surveys-widget .button-next .button-icon::before {
        content: "\e027"; }
    .pub-surveys-widget .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-surveys-widget .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-surveys-widget .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-surveys-widget .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-surveys-widget .button-next:hover .button-icon::before {
          content: "\e027"; }
    .pub-surveys-widget .button-next:active, .pub-surveys-widget .button-next.nice-select.open {
      opacity: 0.7; }
    .pub-surveys-widget .button-next .button-icon {
      font-size: 6pt; }
    .pub-surveys-widget .button-next:hover {
      background: #00AEBF; }
      .pub-surveys-widget .button-next:hover .button-icon {
        color: #fff; }
  .pub-surveys-widget .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .pub-surveys-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pub-surveys-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-surveys-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-surveys-widget .button-prev .button-icon::before {
        content: "\e027"; }
    .pub-surveys-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-surveys-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-surveys-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-surveys-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-surveys-widget .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .pub-surveys-widget .button-prev:active, .pub-surveys-widget .button-prev.nice-select.open {
      opacity: 0.7; }
    .pub-surveys-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .pub-surveys-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-surveys-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-surveys-widget .button-prev .button-icon::before {
        content: "\e026"; }
    .pub-surveys-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-surveys-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-surveys-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-surveys-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-surveys-widget .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .pub-surveys-widget .button-prev .button-icon {
      font-size: 6pt; }
    .pub-surveys-widget .button-prev:hover {
      background: #00AEBF; }
      .pub-surveys-widget .button-prev:hover .button-icon {
        color: #fff; }
  .pub-surveys-widget.switcher-enable {
    padding: 52px 0; }
    .pub-surveys-widget.switcher-enable .widget-list,
    .pub-surveys-widget.switcher-enable .widget-image,
    .pub-surveys-widget.switcher-enable .section-link {
      display: none; }
    .pub-surveys-widget.switcher-enable .widget-title {
      margin-bottom: 0; }
      .pub-surveys-widget.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .pub-surveys-widget.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .pub-surveys-widget .page-limiter {
      margin-right: 0; }
    .pub-surveys-widget .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .pub-surveys-widget .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .pub-surveys-widget .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .pub-surveys-widget .list-item-container:last-child {
      margin-right: 20px; }
    .pub-surveys-widget .button-next,
    .pub-surveys-widget .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .pub-surveys-widget {
      padding: 40px 0; }
      .pub-surveys-widget .widget-title p {
        font-size: 22px; }
      .pub-surveys-widget .widget-list,
      .pub-surveys-widget .widget-list.with-rails {
        margin-bottom: 0; }
      .pub-surveys-widget .section-link a {
        padding: 0;
        background: none; }
        .pub-surveys-widget .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .pub-surveys-widget .page-limiter {
    padding: 50px 0; }
    .pub-surveys-widget .page-limiter .widget-image {
      position: absolute;
      top: 100px;
      right: 50px;
      width: 188.75px; }
  .pub-surveys-widget .list-item {
    display: inline-block;
    width: 295px;
    vertical-align: top; }
    .pub-surveys-widget .list-item span {
      display: block; }
    .pub-surveys-widget .list-item .plate-top-line {
      height: 3px;
      border-radius: 2px;
      background: #ffffff; }
    .pub-surveys-widget .list-item .plate-container {
      padding: 24px;
      background: #fff;
      border-radius: 3px 3px 6px 6px;
      transition: background 0.1s ease, box-shadow 0.1s ease; }
    .pub-surveys-widget .list-item .plate-date {
      color: #ffffff;
      margin-bottom: 18px; }
    .pub-surveys-widget .list-item .plate-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      margin-bottom: 18px; }
    .pub-surveys-widget .list-item .plate-annotation {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      font-size: 14px;
      line-height: 120%;
      display: inline-block; }
      .pub-surveys-widget .list-item .plate-annotation::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .pub-surveys-widget .list-item .plate-annotation:hover {
        color: #00AEBF; }
        .pub-surveys-widget .list-item .plate-annotation:hover::after {
          width: 100%; }
    .pub-surveys-widget .list-item.user-complete .plate-top-line {
      background: #929292; }
    .pub-surveys-widget .list-item.user-complete .plate-date {
      color: #929292; }
    .pub-surveys-widget .list-item:hover .plate-container {
      box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
    .pub-surveys-widget .list-item:hover .plate-annotation {
      color: #00AEBF; }
      .pub-surveys-widget .list-item:hover .plate-annotation::after {
        width: 100%; }
    @media screen and (max-width: 700px) {
      .pub-surveys-widget .list-item {
        width: 250px; }
        .pub-surveys-widget .list-item .plate-date,
        .pub-surveys-widget .list-item .plate-caption {
          font-size: 16px;
          line-height: 140%; } }
  .pub-surveys-widget .widget-list .surveys-list {
    gap: 0; }
  .pub-surveys-widget.switcher-enable {
    padding: 0; }
    .pub-surveys-widget.switcher-enable .page-limiter {
      padding: 40px 0; }

/* PUB SMI WIDGET */
.pub-smi-widget {
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease; }
  .pub-smi-widget .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .pub-smi-widget .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .pub-smi-widget .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .pub-smi-widget .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .pub-smi-widget .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .pub-smi-widget .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .pub-smi-widget .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .pub-smi-widget .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .pub-smi-widget .list-item-container:last-child {
      margin-right: 0; }
    .pub-smi-widget .list-item-container .list-item {
      height: 100%; }
    .pub-smi-widget .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .pub-smi-widget .list-item {
    display: block; }
  .pub-smi-widget .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .pub-smi-widget .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .pub-smi-widget .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .pub-smi-widget .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-smi-widget .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-smi-widget .section-link a .button-icon::before {
        content: "\e027"; }
    .pub-smi-widget .section-link a:hover {
      background-color: #00AEBF; }
      .pub-smi-widget .section-link a:hover .button-text {
        color: #fff; }
      .pub-smi-widget .section-link a:hover .button-icon {
        color: #fff; }
  .pub-smi-widget .section-link.adaptive {
    display: none; }
  .pub-smi-widget .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .pub-smi-widget .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pub-smi-widget .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-smi-widget .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-smi-widget .button-next .button-icon::before {
        content: "\e027"; }
    .pub-smi-widget .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-smi-widget .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-smi-widget .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-smi-widget .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-smi-widget .button-next:hover .button-icon::before {
          content: "\e027"; }
    .pub-smi-widget .button-next:active, .pub-smi-widget .button-next.nice-select.open {
      opacity: 0.7; }
    .pub-smi-widget .button-next .button-icon {
      font-size: 6pt; }
    .pub-smi-widget .button-next:hover {
      background: #00AEBF; }
      .pub-smi-widget .button-next:hover .button-icon {
        color: #fff; }
  .pub-smi-widget .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .pub-smi-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pub-smi-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-smi-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-smi-widget .button-prev .button-icon::before {
        content: "\e027"; }
    .pub-smi-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-smi-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-smi-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-smi-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-smi-widget .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .pub-smi-widget .button-prev:active, .pub-smi-widget .button-prev.nice-select.open {
      opacity: 0.7; }
    .pub-smi-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .pub-smi-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .pub-smi-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .pub-smi-widget .button-prev .button-icon::before {
        content: "\e026"; }
    .pub-smi-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-smi-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .pub-smi-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .pub-smi-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .pub-smi-widget .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .pub-smi-widget .button-prev .button-icon {
      font-size: 6pt; }
    .pub-smi-widget .button-prev:hover {
      background: #00AEBF; }
      .pub-smi-widget .button-prev:hover .button-icon {
        color: #fff; }
  .pub-smi-widget.switcher-enable {
    padding: 52px 0; }
    .pub-smi-widget.switcher-enable .widget-list,
    .pub-smi-widget.switcher-enable .widget-image,
    .pub-smi-widget.switcher-enable .section-link {
      display: none; }
    .pub-smi-widget.switcher-enable .widget-title {
      margin-bottom: 0; }
      .pub-smi-widget.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .pub-smi-widget.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .pub-smi-widget .page-limiter {
      margin-right: 0; }
    .pub-smi-widget .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .pub-smi-widget .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .pub-smi-widget .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .pub-smi-widget .list-item-container:last-child {
      margin-right: 20px; }
    .pub-smi-widget .button-next,
    .pub-smi-widget .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .pub-smi-widget {
      padding: 40px 0; }
      .pub-smi-widget .widget-title p {
        font-size: 22px; }
      .pub-smi-widget .widget-list,
      .pub-smi-widget .widget-list.with-rails {
        margin-bottom: 0; }
      .pub-smi-widget .section-link a {
        padding: 0;
        background: none; }
        .pub-smi-widget .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .pub-smi-widget .list-item-container {
    margin-right: 32px; }
  .pub-smi-widget .list-item {
    position: relative;
    display: inline-block;
    width: 600px;
    background: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, box-shadow 0.1s ease;
    vertical-align: top; }
    .pub-smi-widget .list-item span {
      display: block; }
    .pub-smi-widget .list-item .plate-image {
      position: absolute;
      top: 50px;
      left: 50px;
      width: 80px;
      height: 80px;
      overflow: hidden; }
      .pub-smi-widget .list-item .plate-image img {
        height: 100%; }
    .pub-smi-widget .list-item .plate-content {
      margin-left: 180px;
      padding: 24px 110px 24px 0; }
    .pub-smi-widget .list-item .plate-date {
      color: #929292;
      margin-bottom: 12px; }
    .pub-smi-widget .list-item .plate-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      margin-bottom: 12px; }
    .pub-smi-widget .list-item .plate-annotation {
      font-size: 14px;
      line-height: 120%;
      display: inline-block;
      border-bottom: 1px solid;
      opacity: 0; }
    .pub-smi-widget .list-item:hover {
      background: #fff;
      box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .pub-smi-widget .list-item:hover .plate-annotation {
        opacity: 1; }
    @media screen and (max-width: 1280px) {
      .pub-smi-widget .list-item {
        width: 460px; }
        .pub-smi-widget .list-item .plate-content {
          padding-right: 20px; } }
    @media screen and (max-width: 980px) {
      .pub-smi-widget .list-item {
        background: #fff;
        box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
        .pub-smi-widget .list-item .plate-annotation {
          display: none; } }
    @media screen and (max-width: 700px) {
      .pub-smi-widget .list-item {
        width: 230px;
        padding: 18px;
        box-sizing: border-box; }
        .pub-smi-widget .list-item .plate-image {
          position: relative;
          top: 0;
          left: 0;
          margin-bottom: 18px; }
        .pub-smi-widget .list-item .plate-content {
          margin: 0;
          padding: 0; } }

/* LINKS WIDGET */
.links-widget {
  padding: 50px 0;
  transition: height 0.2s ease, padding 0.2s ease;
  background-color: #fff; }
  .links-widget .page-limiter {
    transition: height 0.2s ease, padding 0.2s ease; }
  .links-widget .widget-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px; }
    .links-widget .widget-title h2 {
      font-size: 24px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600; }
  .links-widget .widget-list {
    display: flex;
    margin-bottom: 36px;
    font-size: 0; }
    .links-widget .widget-list.with-rails {
      display: block;
      overflow: hidden;
      padding: 30px 20px;
      margin: 0px -20px 0 -20px; }
    .links-widget .widget-list .list-rails {
      position: relative;
      left: 0;
      font-size: 0;
      white-space: nowrap;
      display: flex;
      transition: left 0.3s ease; }
  .links-widget .list-item-container {
    position: relative;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal; }
    .links-widget .list-item-container .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .links-widget .list-item-container:last-child {
      margin-right: 0; }
    .links-widget .list-item-container .list-item {
      height: 100%; }
    .links-widget .list-item-container.display-1 {
      filter: grayscale(1) brightness(0.84); }
  .links-widget .list-item {
    display: block; }
  .links-widget .section-link a {
    border-radius: 8px;
    display: block;
    background: #FAFAFA;
    padding: 8px 16px;
    transition: .3s; }
    .links-widget .section-link a .button-text {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #00567B; }
    .links-widget .section-link a .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      display: inline-block;
      font-size: 6pt;
      margin-left: 14px;
      position: relative;
      top: -2px; }
      .links-widget .section-link a .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .links-widget .section-link a .button-icon::before {
        font-family: "ApricodeIcons"; }
      .links-widget .section-link a .button-icon::before {
        content: "\e027"; }
    .links-widget .section-link a:hover {
      background-color: #00AEBF; }
      .links-widget .section-link a:hover .button-text {
        color: #fff; }
      .links-widget .section-link a:hover .button-icon {
        color: #fff; }
  .links-widget .section-link.adaptive {
    display: none; }
  .links-widget .button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .links-widget .button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .links-widget .button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .links-widget .button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .links-widget .button-next .button-icon::before {
        content: "\e027"; }
    .links-widget .button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .links-widget .button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .links-widget .button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .links-widget .button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .links-widget .button-next:hover .button-icon::before {
          content: "\e027"; }
    .links-widget .button-next:active, .links-widget .button-next.nice-select.open {
      opacity: 0.7; }
    .links-widget .button-next .button-icon {
      font-size: 6pt; }
    .links-widget .button-next:hover {
      background: #00AEBF; }
      .links-widget .button-next:hover .button-icon {
        color: #fff; }
  .links-widget .button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .links-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .links-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .links-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .links-widget .button-prev .button-icon::before {
        content: "\e027"; }
    .links-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .links-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .links-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .links-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .links-widget .button-prev:hover .button-icon::before {
          content: "\e027"; }
    .links-widget .button-prev:active, .links-widget .button-prev.nice-select.open {
      opacity: 0.7; }
    .links-widget .button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .links-widget .button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .links-widget .button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .links-widget .button-prev .button-icon::before {
        content: "\e026"; }
    .links-widget .button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .links-widget .button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .links-widget .button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .links-widget .button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .links-widget .button-prev:hover .button-icon::before {
          content: "\e026"; }
    .links-widget .button-prev .button-icon {
      font-size: 6pt; }
    .links-widget .button-prev:hover {
      background: #00AEBF; }
      .links-widget .button-prev:hover .button-icon {
        color: #fff; }
  .links-widget.switcher-enable {
    padding: 52px 0; }
    .links-widget.switcher-enable .widget-list,
    .links-widget.switcher-enable .widget-image,
    .links-widget.switcher-enable .section-link {
      display: none; }
    .links-widget.switcher-enable .widget-title {
      margin-bottom: 0; }
      .links-widget.switcher-enable .widget-title .widget-collapse-button.action-hide {
        display: none; }
      .links-widget.switcher-enable .widget-title .widget-collapse-button.action-show {
        display: block; }
  @media screen and (max-width: 980px) {
    .links-widget .page-limiter {
      margin-right: 0; }
    .links-widget .widget-list.with-rails {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: visible; }
      .links-widget .widget-list.with-rails .list-rails {
        overflow: auto;
        padding: 30px 20px;
        margin: -30px 0 0 -20px;
        /* Hide scrollbar for IE, Edge add Firefox */
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
        /* Hide scrollbar for Chrome, Safari and Opera */ }
        .links-widget .widget-list.with-rails .list-rails::-webkit-scrollbar {
          display: none; }
    .links-widget .list-item-container:last-child {
      margin-right: 20px; }
    .links-widget .button-next,
    .links-widget .button-prev {
      display: none; } }
  @media screen and (max-width: 700px) {
    .links-widget {
      padding: 40px 0; }
      .links-widget .widget-title p {
        font-size: 22px; }
      .links-widget .widget-list,
      .links-widget .widget-list.with-rails {
        margin-bottom: 0; }
      .links-widget .section-link a {
        padding: 0;
        background: none; }
        .links-widget .section-link a:hover {
          background: none;
          color: #FAFAFA; } }
  .links-widget .empty, .links-widget.empty {
    display: none; }
    .links-widget .empty.dimmed, .links-widget.empty.dimmed {
      display: block;
      background-color: #E4E4E4; }
  .links-widget .widget-list {
    display: flex;
    gap: 36px; }
  .links-widget .list-item {
    width: 190px;
    margin: 0;
    text-align: center;
    vertical-align: top; }
    .links-widget .list-item span {
      display: block; }
    .links-widget .list-item .item-image {
      height: 80px;
      margin-bottom: 18px; }
      .links-widget .list-item .item-image img {
        height: 100%;
        filter: grayscale(100%); }
      .links-widget .list-item .item-image .icon-gosuslugi {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 86px;
        height: 86px;
        background-image: url(images/gosuslugi.png); }
      .links-widget .list-item .item-image .icon-location {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        background-image: url(images/location-icon.png);
        width: 45px;
        margin-top: 15px;
        height: 55px;
        margin-left: 10px; }
    .links-widget .list-item:hover .item-image img {
      filter: none; }
  .links-widget .list-item-container {
    margin-right: 20px; }
    .links-widget .list-item-container .cms-action-panel {
      top: -30px; }

/* INDEX PAGE */
.index-page .index-welcome-fastlinks {
  padding-bottom: 72px;
  z-index: 1;
  opacity: 1;
  transition: top 0.2s ease, opacity 0.2s ease; }
  .index-page .index-welcome-fastlinks .nav-panel {
    display: none; }
  .index-page .index-welcome-fastlinks.hidden {
    top: 100px;
    opacity: 0;
    z-index: -1; }

.index-page .scroll-fading-container.visible.hidden-widget {
  filter: grayscale(1) brightness(0.84); }

/* FADING ON SCROLL */
.scroll-fading-container {
  position: relative;
  top: 40px;
  opacity: 0;
  transition: opacity 1s ease, top 0.5s ease-out, transform 0.5s ease-in-out; }
  .scroll-fading-container .widget-list .list-item-container.ladder-fade-in {
    top: 150px;
    transition: top 0.6s ease; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(2) {
      transition-delay: 0.1s; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(3) {
      transition-delay: 0.2s; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(4) {
      transition-delay: 0.3s; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(5) {
      transition-delay: 0.4s; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(6) {
      transition-delay: 0.5s; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(7) {
      transition-delay: 0.6s; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(8) {
      transition-delay: 0.7s; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(9) {
      transition-delay: 0.8s; }
    .scroll-fading-container .widget-list .list-item-container.ladder-fade-in:nth-child(10) {
      transition-delay: 0.9s; }
  .scroll-fading-container.visible {
    top: 0;
    opacity: 1; }
    .scroll-fading-container.visible .widget-list .list-item-container {
      top: 0; }

/* SERVICES PAGE */
.services-page .cols-container {
  display: flex; }
  .services-page .cols-container.left-empty {
    gap: 0px; }
    .services-page .cols-container.left-empty .page-left-col {
      width: 0px;
      padding: 0px;
      margin: 0px; }
      .services-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
        position: relative; }
        .services-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
          position: absolute;
          transform: translateX(-100%); }
  .services-page .cols-container .page-left-col {
    position: relative;
    width: 220px;
    padding-top: 56px;
    padding-right: 50px; }
    .services-page .cols-container .page-left-col .col-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #FAFAFA;
      opacity: 0.5; }
    .services-page .cols-container .page-left-col .col-content {
      position: relative; }
    .services-page .cols-container .page-left-col .sticky-block {
      width: 220px; }
  .services-page .cols-container .page-right-col {
    flex: 1;
    width: 100%; }

.services-page .page-header-plate {
  position: relative;
  margin-bottom: 35px; }
  .services-page .page-header-plate .plate-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(358.98deg, #e04d39 15.53%, rgba(224, 78, 57, 0.85) 76.86%); }
  .services-page .page-header-plate .plate-content {
    position: relative;
    padding: 69px 45px 45px 45px; }
  .services-page .page-header-plate .page-caption {
    margin-bottom: 48px; }
    .services-page .page-header-plate .page-caption h1,
    .services-page .page-header-plate .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%;
      color: #00567B; }

.services-page .filter-mobile {
  display: none;
  padding-bottom: 30px; }
  .services-page .filter-mobile .filter-mobile-header,
  .services-page .filter-mobile a {
    padding: 16px 19px 15px 15px;
    display: flex;
    justify-content: space-between; }
  .services-page .filter-mobile .filter-mobile-header {
    display: none;
    background-color: #FAFAFA;
    margin-bottom: 19px; }
    .services-page .filter-mobile .filter-mobile-header .filter-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 18px;
      height: 18px;
      background-image: url(images/filter-black.png);
      width: 14px;
      height: 14px;
      opacity: 0.8; }
  .services-page .filter-mobile a .cancel-button {
    width: 24px;
    height: 24px;
    background-color: #e04e39;
    border-radius: 50%;
    text-align: center; }
    .services-page .filter-mobile a .cancel-button .cancel-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);
      background-image: url(images/cross-white.png); }
  .services-page .filter-mobile .filter-header {
    display: none !important; }
  .services-page .filter-mobile.hidden a {
    display: none; }
  .services-page .filter-mobile.hidden .filter-mobile-header {
    display: flex; }

.services-page .page-container {
  padding: 0 0 150px 45px; }

.services-page .services-sort-panel {
  margin-bottom: 42px; }

.services-page .services-list {
  margin-bottom: 84px; }

.services-page .filter-mobile.hidden .services-categories-filter {
  display: none; }

.services-page .services-list-container .services-list-header {
  margin-bottom: 36px; }
  .services-page .services-list-container .services-list-header h2 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    font-size: 26px;
    line-height: 120%; }

.services-page .services-list-container .filter-tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  margin-bottom: 42px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #929292; }
  .services-page .services-list-container .filter-tags .filter-tag-item {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    color: #756d6a;
    padding: 9px 34px 9px 12px;
    border-radius: 10px;
    position: relative;
    cursor: pointer; }
    .services-page .services-list-container .filter-tags .filter-tag-item::after {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      content: "";
      background-image: url(images/cross-gray.png);
      width: 10.5px;
      height: 10.5px;
      position: absolute;
      right: 12px;
      top: 16px; }
    .services-page .services-list-container .filter-tags .filter-tag-item:hover {
      color: #2c2a29; }
      .services-page .services-list-container .filter-tags .filter-tag-item:hover::after {
        background-image: url(images/cross-red.png); }

.services-page .categories-filter-modal {
  background: #FAFAFA;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .services-page .categories-filter-modal .filter-modal-container {
    width: 1240px;
    margin: 0 auto;
    padding-top: 70px;
    margin-bottom: 40px; }
    .services-page .categories-filter-modal .filter-modal-container ::-webkit-scrollbar {
      width: 6px; }
    .services-page .categories-filter-modal .filter-modal-container ::-webkit-scrollbar-track {
      border-radius: 6px;
      background: rgba(250, 250, 250, 0.5); }
    .services-page .categories-filter-modal .filter-modal-container ::-webkit-scrollbar-thumb {
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background: rgba(146, 146, 146, 0.5); }
    .services-page .categories-filter-modal .filter-modal-container .filter-header {
      display: flex;
      margin-bottom: 36px; }
      .services-page .categories-filter-modal .filter-modal-container .filter-header .header-title {
        font-size: 14px;
        line-height: 120%; }
        .services-page .categories-filter-modal .filter-modal-container .filter-header .header-title .title-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 18px;
          height: 18px;
          background-image: url(images/filter-black.png);
          width: 14px;
          height: 14px;
          margin-right: 12px;
          opacity: 0.8; }
      .services-page .categories-filter-modal .filter-modal-container .filter-header .header-button {
        background: none;
        border: none;
        font-size: 14px;
        line-height: 120%;
        color: #929292;
        margin-left: auto; }
    .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-button, .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-header {
      background: none;
      border: none;
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      display: block;
      width: 100%;
      position: relative;
      text-align: left; }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-button .button-icon, .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-header .button-icon {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 26px;
        height: 15px;
        background-image: url(images/cor-up-black.png);
        width: 13px;
        height: 8px;
        position: absolute;
        top: 7px;
        right: 0;
        transition: transform 0.2s ease; }
    .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-header {
      line-height: 21.6px;
      margin-bottom: 38px; }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-header .button-icon {
        rotate: 90deg; }
    .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-button-modal {
      cursor: pointer; }
    .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-categories {
      max-height: 186px;
      overflow-y: auto;
      scrollbar-color: rgba(146, 146, 146, 0.5) rgba(250, 250, 250, 0.5);
      scrollbar-width: 6px;
      padding-left: 10px;
      margin: 20px 0 16px -10px;
      transition: padding 0.2s ease; }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-categories .category-item .item-button {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        padding-left: 40px; }
        .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-categories .category-item .item-button .button-icon-container {
          position: absolute;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px;
          background: #00AEBF;
          border-radius: 50%;
          transition: background 0.2s ease; }
          .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-categories .category-item .item-button .button-icon-container .button-icon {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 8px;
            height: 13px;
            background-image: url(images/cor-right-brown.png);
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -7px 0 0 -4px;
            transform: rotate(-90deg); }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-categories .category-item.collapse .item-button .button-icon-container {
        background: none; }
        .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item .item-categories .category-item.collapse .item-button .button-icon-container .button-icon {
          transform: rotate(90deg); }
    .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item.collapse {
      margin-bottom: 20px; }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item.collapse .item-button .button-icon {
        transform: rotate(180deg); }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item.collapse .item-categories {
        height: 0;
        padding-top: 0;
        padding-bottom: 0; }
    .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-item.hidden-category-item .item-categories {
      display: none; }
    .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item {
      display: flex;
      align-items: center;
      margin-bottom: 18px; }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item label,
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item label button {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #756d6a;
        cursor: pointer; }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item label button {
        text-decoration: underline; }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item .item-checkbox {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff no-repeat center center;
        background-size: 62%;
        border-radius: 3px;
        overflow: hidden;
        border: 2px solid #00AEBF;
        flex: none;
        margin-right: 10px; }
        .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item .item-checkbox:hover {
          border-color: #e04e39;
          background-image: url(images/check-red-with-border.png); }
        .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item .item-checkbox.checked {
          background-color: #e04e39;
          background-image: url(images/check-white.png) !important;
          border-color: #e04e39; }
        .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item .item-checkbox input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          cursor: pointer; }
        .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item .item-checkbox.checked + label {
          color: #2c2a29; }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item:hover .item-checkbox {
        border-color: #e04e39;
        background-image: url(images/check-red-with-border.png); }
      .services-page .categories-filter-modal .filter-modal-container .filter-categories .category-check-item.error .item-checkbox {
        border: 2px solid #ffffff;
        box-sizing: border-box; }
    .services-page .categories-filter-modal .filter-modal-container .filter-submit {
      background: none;
      border: none;
      font-size: 16px;
      line-height: 140%;
      display: inline-block;
      height: 52px;
      line-height: 52px;
      padding: 0 24px;
      background: #00AEBF;
      color: #FAFAFA;
      border-radius: 8px;
      transition: background 0.1s ease, color 0.1s ease;
      background: #00AEBF;
      color: #fff;
      width: 100%;
      height: 36px;
      line-height: 36px; }
      .services-page .categories-filter-modal .filter-modal-container .filter-submit:hover {
        background: #ffffff;
        color: #00567B; }
      .services-page .categories-filter-modal .filter-modal-container .filter-submit:active, .services-page .categories-filter-modal .filter-modal-container .filter-submit.nice-select.open {
        opacity: 0.7; }
      .services-page .categories-filter-modal .filter-modal-container .filter-submit:disabled {
        background: #FAFAFA;
        color: #929292;
        pointer-events: none; }
    .services-page .categories-filter-modal .filter-modal-container .filter-modal-header {
      font-family: "Lato";
      font-weight: 600;
      font-size: 26px;
      line-height: 120%;
      color: #2c2a29;
      margin-bottom: 24px;
      position: relative; }
      .services-page .categories-filter-modal .filter-modal-container .filter-modal-header .modal-cross {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 21px;
        height: 21px;
        background-image: url(images/cross-gray.png);
        transition: filter 300ms ease-in-out;
        position: absolute;
        right: 0; }
        .services-page .categories-filter-modal .filter-modal-container .filter-modal-header .modal-cross:hover {
          filter: brightness(70%);
          transition: filter 150ms ease-in-out; }
        .services-page .categories-filter-modal .filter-modal-container .filter-modal-header .modal-cross:active, .services-page .categories-filter-modal .filter-modal-container .filter-modal-header .modal-cross.nice-select.open {
          filter: brightness(40%);
          transition: filter 150ms ease-in-out; }
    .services-page .categories-filter-modal .filter-modal-container .filter-tags {
      display: flex;
      flex-wrap: wrap;
      column-gap: 18px;
      margin-bottom: 42px; }
      .services-page .categories-filter-modal .filter-modal-container .filter-tags .filter-tag-item {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 20px;
        background-color: #FAFAFA;
        color: #756d6a;
        padding: 9px 34px 9px 12px;
        border-radius: 10px;
        position: relative;
        cursor: pointer; }
        .services-page .categories-filter-modal .filter-modal-container .filter-tags .filter-tag-item::after {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          content: "";
          background-image: url(images/cross-gray.png);
          width: 10.5px;
          height: 10.5px;
          position: absolute;
          right: 12px;
          top: 16px; }
        .services-page .categories-filter-modal .filter-modal-container .filter-tags .filter-tag-item:hover {
          color: #2c2a29; }
          .services-page .categories-filter-modal .filter-modal-container .filter-tags .filter-tag-item:hover::after {
            background-image: url(images/cross-red.png); }
      .services-page .categories-filter-modal .filter-modal-container .filter-tags .filter-tag-item {
        background-color: #00567B; }
    .services-page .categories-filter-modal .filter-modal-container .modal-filters {
      display: flex;
      column-gap: 55px;
      margin-bottom: 20px; }
      .services-page .categories-filter-modal .filter-modal-container .modal-filters .category-item {
        min-width: 250px; }
        .services-page .categories-filter-modal .filter-modal-container .modal-filters .category-item .item-button {
          white-space: nowrap; }
        .services-page .categories-filter-modal .filter-modal-container .modal-filters .category-item .item-categories {
          max-height: 375px;
          overflow-x: hidden; }
    .services-page .categories-filter-modal .filter-modal-container .modal-buttons {
      display: flex;
      column-gap: 24px; }
      .services-page .categories-filter-modal .filter-modal-container .modal-buttons a {
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease; }
        .services-page .categories-filter-modal .filter-modal-container .modal-buttons a:hover {
          background: #ffffff;
          color: #00567B; }
        .services-page .categories-filter-modal .filter-modal-container .modal-buttons a:active, .services-page .categories-filter-modal .filter-modal-container .modal-buttons a.nice-select.open {
          opacity: 0.7; }
        .services-page .categories-filter-modal .filter-modal-container .modal-buttons a:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
      .services-page .categories-filter-modal .filter-modal-container .modal-buttons .modal-apply {
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease;
        background: #00AEBF;
        color: #fff; }
        .services-page .categories-filter-modal .filter-modal-container .modal-buttons .modal-apply:hover {
          background: #ffffff;
          color: #00567B; }
        .services-page .categories-filter-modal .filter-modal-container .modal-buttons .modal-apply:active, .services-page .categories-filter-modal .filter-modal-container .modal-buttons .modal-apply.nice-select.open {
          opacity: 0.7; }
        .services-page .categories-filter-modal .filter-modal-container .modal-buttons .modal-apply:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }

.services-categories-filter {
  margin-bottom: 40px; }
  .services-categories-filter ::-webkit-scrollbar {
    width: 6px; }
  .services-categories-filter ::-webkit-scrollbar-track {
    border-radius: 6px;
    background: rgba(250, 250, 250, 0.5); }
  .services-categories-filter ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(146, 146, 146, 0.5); }
  .services-categories-filter .filter-header {
    display: flex;
    margin-bottom: 36px; }
    .services-categories-filter .filter-header .header-title {
      font-size: 14px;
      line-height: 120%; }
      .services-categories-filter .filter-header .header-title .title-icon {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 18px;
        height: 18px;
        background-image: url(images/filter-black.png);
        width: 14px;
        height: 14px;
        margin-right: 12px;
        opacity: 0.8; }
    .services-categories-filter .filter-header .header-button {
      background: none;
      border: none;
      font-size: 14px;
      line-height: 120%;
      color: #929292;
      margin-left: auto; }
  .services-categories-filter .filter-categories .category-item .item-button, .services-categories-filter .filter-categories .category-item .item-header {
    background: none;
    border: none;
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    display: block;
    width: 100%;
    position: relative;
    text-align: left; }
    .services-categories-filter .filter-categories .category-item .item-button .button-icon, .services-categories-filter .filter-categories .category-item .item-header .button-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 26px;
      height: 15px;
      background-image: url(images/cor-up-black.png);
      width: 13px;
      height: 8px;
      position: absolute;
      top: 7px;
      right: 0;
      transition: transform 0.2s ease; }
  .services-categories-filter .filter-categories .category-item .item-header {
    line-height: 21.6px;
    margin-bottom: 38px; }
    .services-categories-filter .filter-categories .category-item .item-header .button-icon {
      rotate: 90deg; }
  .services-categories-filter .filter-categories .category-item .item-button-modal {
    cursor: pointer; }
  .services-categories-filter .filter-categories .category-item .item-categories {
    max-height: 186px;
    overflow-y: auto;
    scrollbar-color: rgba(146, 146, 146, 0.5) rgba(250, 250, 250, 0.5);
    scrollbar-width: 6px;
    padding-left: 10px;
    margin: 20px 0 16px -10px;
    transition: padding 0.2s ease; }
    .services-categories-filter .filter-categories .category-item .item-categories .category-item .item-button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      padding-left: 40px; }
      .services-categories-filter .filter-categories .category-item .item-categories .category-item .item-button .button-icon-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: #00AEBF;
        border-radius: 50%;
        transition: background 0.2s ease; }
        .services-categories-filter .filter-categories .category-item .item-categories .category-item .item-button .button-icon-container .button-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 8px;
          height: 13px;
          background-image: url(images/cor-right-brown.png);
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -7px 0 0 -4px;
          transform: rotate(-90deg); }
    .services-categories-filter .filter-categories .category-item .item-categories .category-item.collapse .item-button .button-icon-container {
      background: none; }
      .services-categories-filter .filter-categories .category-item .item-categories .category-item.collapse .item-button .button-icon-container .button-icon {
        transform: rotate(90deg); }
  .services-categories-filter .filter-categories .category-item.collapse {
    margin-bottom: 20px; }
    .services-categories-filter .filter-categories .category-item.collapse .item-button .button-icon {
      transform: rotate(180deg); }
    .services-categories-filter .filter-categories .category-item.collapse .item-categories {
      height: 0;
      padding-top: 0;
      padding-bottom: 0; }
  .services-categories-filter .filter-categories .category-item.hidden-category-item .item-categories {
    display: none; }
  .services-categories-filter .filter-categories .category-check-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
    .services-categories-filter .filter-categories .category-check-item label,
    .services-categories-filter .filter-categories .category-check-item label button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #756d6a;
      cursor: pointer; }
    .services-categories-filter .filter-categories .category-check-item label button {
      text-decoration: underline; }
    .services-categories-filter .filter-categories .category-check-item .item-checkbox {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #fff no-repeat center center;
      background-size: 62%;
      border-radius: 3px;
      overflow: hidden;
      border: 2px solid #00AEBF;
      flex: none;
      margin-right: 10px; }
      .services-categories-filter .filter-categories .category-check-item .item-checkbox:hover {
        border-color: #e04e39;
        background-image: url(images/check-red-with-border.png); }
      .services-categories-filter .filter-categories .category-check-item .item-checkbox.checked {
        background-color: #e04e39;
        background-image: url(images/check-white.png) !important;
        border-color: #e04e39; }
      .services-categories-filter .filter-categories .category-check-item .item-checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }
      .services-categories-filter .filter-categories .category-check-item .item-checkbox.checked + label {
        color: #2c2a29; }
    .services-categories-filter .filter-categories .category-check-item:hover .item-checkbox {
      border-color: #e04e39;
      background-image: url(images/check-red-with-border.png); }
    .services-categories-filter .filter-categories .category-check-item.error .item-checkbox {
      border: 2px solid #ffffff;
      box-sizing: border-box; }
  .services-categories-filter .filter-submit {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    background: #00AEBF;
    color: #fff;
    width: 100%;
    height: 36px;
    line-height: 36px; }
    .services-categories-filter .filter-submit:hover {
      background: #ffffff;
      color: #00567B; }
    .services-categories-filter .filter-submit:active, .services-categories-filter .filter-submit.nice-select.open {
      opacity: 0.7; }
    .services-categories-filter .filter-submit:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }

.services-sort-panel {
  display: flex;
  gap: 22px; }
  .services-sort-panel .panel-label {
    color: #929292; }
  .services-sort-panel .panel-field .js-select {
    position: relative; }
    .services-sort-panel .panel-field .js-select .select-button .button-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 26px;
      height: 15px;
      background-image: url(images/cor-up-black.png);
      width: 13px;
      height: 8px;
      transform: rotate(180deg);
      transition: transform 0.1s ease;
      margin-left: 10px;
      opacity: 0.7; }
    .services-sort-panel .panel-field .js-select select {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      cursor: pointer;
      opacity: 0; }

.services-list {
  position: relative; }
  .services-list .cms-action-inline-panel {
    position: absolute;
    top: -60px;
    right: 0; }
  .services-list .services-item {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #929292; }
    .services-list .services-item .item-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      display: block;
      margin-bottom: 12px;
      color: #756d6a; }
    .services-list .services-item .item-links {
      column-gap: 5px;
      display: flex;
      align-items: center; }
      .services-list .services-item .item-links .link-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; }
        .services-list .services-item .item-links .link-item .link-icon {
          width: 36px;
          height: 36px;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast; }
          .services-list .services-item .item-links .link-item .link-icon.icon-gosuslugi {
            background-image: url(images/services-list-link-gosuslugi.png); }
          .services-list .services-item .item-links .link-item .link-icon.icon-mfc {
            background-image: url(images/services-list-link-mfc.png); }
          .services-list .services-item .item-links .link-item .link-icon.icon-ministry {
            background-image: url(images/services-list-link-ministry.png); }
        .services-list .services-item .item-links .link-item .link-text .link-text-content {
          font-size: 12px;
          line-height: 120%;
          display: inline-block;
          padding-top: 10px;
          color: #756d6a; }
        .services-list .services-item .item-links .link-item:hover:after {
          width: 0; }
        .services-list .services-item .item-links .link-item:hover .link-icon.icon-gosuslugi {
          background-image: url(images/services-list-link-gosuslugi-hover.png); }
        .services-list .services-item .item-links .link-item:hover .link-icon.icon-mfc {
          background-image: url(images/services-list-link-mfc-hover.png); }
        .services-list .services-item .item-links .link-item:hover .link-icon.icon-ministry {
          background-image: url(images/services-list-link-ministry-hover.png); }
        .services-list .services-item .item-links .link-item:hover .link-text .link-text-content {
          color: #00AEBF; }
          .services-list .services-item .item-links .link-item:hover .link-text .link-text-content::after {
            width: 100%; }
        .services-list .services-item .item-links .link-item:hover .popup-caption {
          display: block;
          z-index: 15; }
        .services-list .services-item .item-links .link-item.disabled-link {
          opacity: 0.6;
          pointer-events: none; }
          .services-list .services-item .item-links .link-item.disabled-link .link-icon.icon-gosuslugi {
            background-image: url(images/services-list-link-gosuslugi-disabled.png); }
          .services-list .services-item .item-links .link-item.disabled-link .link-icon.icon-mfc {
            background-image: url(images/services-list-link-mfc-disabled.png); }
          .services-list .services-item .item-links .link-item.disabled-link .link-icon.icon-ministry {
            background-image: url(images/services-list-link-ministry-disabled.png); }
      .services-list .services-item .item-links .popup-caption {
        font-size: 14px;
        line-height: 120%;
        display: none;
        position: absolute;
        top: -66%;
        padding: 8px 16px;
        white-space: nowrap;
        background-color: #00567B;
        box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05);
        color: #756d6a; }
    .services-list .services-item:hover .item-caption {
      color: #2c2a29; }
  .services-list .services-item {
    align-items: flex-start; }
  .services-list .item-caption {
    width: 740px;
    margin-right: 25px; }

.pagination {
  display: flex;
  gap: 8px; }
  .pagination .page-item {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    color: #282E34;
    background-color: #FAFAFA;
    border-radius: 6px; }
    .pagination .page-item .item-icon {
      font-size: 8px;
      position: relative;
      top: 0.5px; }
      .pagination .page-item .item-icon::before {
        color: #282E34; }
    .pagination .page-item:hover,
    .pagination .page-item:hover .item-icon::before {
      color: #fff;
      background-color: #00AEBF; }
    .pagination .page-item.active:hover {
      color: #fff; }
    .pagination .page-item.active {
      color: #00AEBF; }
    .pagination .page-item.item-prev .item-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pagination .page-item.item-prev .item-icon::before {
        content: attr(data-icon);
        display: block; }
      .pagination .page-item.item-prev .item-icon::before {
        font-family: "ApricodeIcons"; }
      .pagination .page-item.item-prev .item-icon::before {
        content: "\e026"; }
    .pagination .page-item.item-next .item-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .pagination .page-item.item-next .item-icon::before {
        content: attr(data-icon);
        display: block; }
      .pagination .page-item.item-next .item-icon::before {
        font-family: "ApricodeIcons"; }
      .pagination .page-item.item-next .item-icon::before {
        content: "\e027"; }
    .pagination .page-item.disabled {
      pointer-events: none; }
      .pagination .page-item.disabled .item-icon {
        opacity: 0.5; }
  .pagination .item-spacer {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid #FAFAFA;
    color: #FAFAFA;
    text-align: center;
    border-radius: 4px; }

.ads-page .page-container {
  padding: 0 0 150px 0; }

.breadcrumbs {
  padding: 20px 0;
  white-space: nowrap;
  font-size: 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .breadcrumbs ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .breadcrumbs a,
  .breadcrumbs .delim,
  .breadcrumbs li,
  .breadcrumbs .last {
    font-size: 14px;
    line-height: 120%;
    color: #929292; }
  .breadcrumbs .last {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1; }
  .breadcrumbs li {
    position: relative;
    margin-right: 25px; }
    .breadcrumbs li:after {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 10px;
      height: 10px;
      background-image: url(images/breadcrumbs-delim.png);
      position: absolute;
      content: "";
      right: -20px;
      top: 7px; }
    .breadcrumbs li:last-child::after {
      display: none !important; }
  .breadcrumbs a:hover {
    color: #ffffff; }
  .breadcrumbs .delim {
    margin: 0 10px; }

.service-item-page .page-header-container {
  background-color: rgba(0, 174, 191, 0.5);
  padding-bottom: 60px; }

.service-item-page .breadcrumbs {
  margin-bottom: 10px; }

.service-item-page .cols-container {
  display: flex; }
  .service-item-page .cols-container.left-empty {
    gap: 0px; }
    .service-item-page .cols-container.left-empty .page-left-col {
      width: 0px;
      padding: 0px;
      margin: 0px; }
      .service-item-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
        position: relative; }
        .service-item-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
          position: absolute;
          transform: translateX(-100%); }
  .service-item-page .cols-container .page-left-col {
    position: relative;
    width: 220px;
    padding-top: 56px;
    padding-right: 50px; }
    .service-item-page .cols-container .page-left-col .col-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #FAFAFA;
      opacity: 0.5; }
    .service-item-page .cols-container .page-left-col .col-content {
      position: relative; }
    .service-item-page .cols-container .page-left-col .sticky-block {
      width: 220px; }
  .service-item-page .cols-container .page-right-col {
    flex: 1;
    width: 100%; }
  .service-item-page .cols-container .page-left-col {
    width: 264px;
    padding-top: 48px; }

.service-item-page .page-caption h1,
.service-item-page .page-caption h2 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 36px;
  line-height: 120%; }

.service-item-page .sidebar-menu .menu-header {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 20px;
  color: #929292; }

.service-item-page .sidebar-menu .menu-list a {
  display: block;
  margin-bottom: 20px;
  color: #756d6a; }
  .service-item-page .sidebar-menu .menu-list a.active {
    color: #2c2a29; }
  .service-item-page .sidebar-menu .menu-list a:hover {
    color: #ffffff; }

.service-item-page .service-content-container {
  padding: 48px 0; }
  .service-item-page .service-content-container.accordion-group .subservice-item {
    margin: 0;
    padding: 0;
    border-bottom: unset;
    border-top: 1px solid #929292; }
    .service-item-page .service-content-container.accordion-group .subservice-item:last-child {
      border-bottom: 1px solid #929292; }
  .service-item-page .service-content-container.accordion-group .item-caption {
    margin: 0; }
    .service-item-page .service-content-container.accordion-group .item-caption h2 {
      line-height: 32px; }
  .service-item-page .service-content-container.accordion-group .service-choose {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    font-size: 26px;
    line-height: 120%;
    color: #929292;
    padding-bottom: 24px; }

.service-item-page .subservice-item {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #FAFAFA; }
  .service-item-page .subservice-item .item-caption {
    margin-bottom: 36px; }
    .service-item-page .subservice-item .item-caption h2,
    .service-item-page .subservice-item .item-caption h3 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      font-size: 26px;
      line-height: 120%; }

.service-item-page .service-content {
  position: relative; }
  .service-item-page .service-content .content-block {
    position: relative;
    margin-bottom: 36px; }
    .service-item-page .service-content .content-block a {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      color: #e04e39; }
      .service-item-page .service-content .content-block a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .service-item-page .service-content .content-block a:hover {
        color: #00AEBF; }
        .service-item-page .service-content .content-block a:hover::after {
          width: 100%; }
      .service-item-page .service-content .content-block a:hover {
        color: #ffffff; }
    .service-item-page .service-content .content-block .cms-action-panel {
      position: absolute;
      top: 0; }
  .service-item-page .service-content .caption-content-block {
    padding-bottom: 47px;
    border-bottom: 1px solid #929292; }
    .service-item-page .service-content .caption-content-block .service-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      font-size: 26px;
      line-height: 120%;
      margin-bottom: 36px; }
    .service-item-page .service-content .caption-content-block .unavailable-block {
      border-radius: 6px;
      padding: 40px;
      box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05);
      position: relative; }
      .service-item-page .service-content .caption-content-block .unavailable-block .caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        font-size: 26px;
        line-height: 120%;
        line-height: 31.2px; }
      .service-item-page .service-content .caption-content-block .unavailable-block-button {
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease;
        margin-top: 30px; }
        .service-item-page .service-content .caption-content-block .unavailable-block-button:hover {
          background: #ffffff;
          color: #00567B; }
        .service-item-page .service-content .caption-content-block .unavailable-block-button:active, .service-item-page .service-content .caption-content-block .unavailable-block-button.nice-select.open {
          opacity: 0.7; }
        .service-item-page .service-content .caption-content-block .unavailable-block-button:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
      .service-item-page .service-content .caption-content-block .unavailable-block:after {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 35px;
        height: 35px;
        background-image: url(images/tools-gray.png);
        background-image: url(images/tools-red.png);
        position: absolute;
        content: "";
        right: 28px;
        top: 28px; }
  .service-item-page .service-content .content-links {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .service-item-page .service-content .content-links .link-item {
      display: flex;
      gap: 12px; }
      .service-item-page .service-content .content-links .link-item .link-icon {
        filter: grayscale(100%);
        opacity: 0.7;
        transition: filter 0.2s ease, opacity 0.2s ease; }
        .service-item-page .service-content .content-links .link-item .link-icon.icon-gosuslugi {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 36px;
          height: 36px;
          background-image: url(images/service-link-gosuslugi.png); }
        .service-item-page .service-content .content-links .link-item .link-icon.icon-mfc {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 36px;
          height: 36px;
          background-image: url(images/service-link-mfc.png); }
        .service-item-page .service-content .content-links .link-item .link-icon.icon-ministry {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 36px;
          height: 36px;
          background-image: url(images/service-link-ministry.png); }
      .service-item-page .service-content .content-links .link-item .link-text .link-text-content {
        position: relative;
        color: #00567B;
        transition: color 0.2s ease;
        display: inline-block;
        padding-top: 7px; }
        .service-item-page .service-content .content-links .link-item .link-text .link-text-content::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 0px;
          height: 1px;
          background: #00AEBF;
          transition: 0.2s; }
        .service-item-page .service-content .content-links .link-item .link-text .link-text-content:hover {
          color: #00AEBF; }
          .service-item-page .service-content .content-links .link-item .link-text .link-text-content:hover::after {
            width: 100%; }
      .service-item-page .service-content .content-links .link-item:hover:after {
        width: 0; }
      .service-item-page .service-content .content-links .link-item:hover .link-icon {
        filter: none;
        opacity: 1; }
      .service-item-page .service-content .content-links .link-item:hover .link-text .link-text-content {
        color: #00AEBF; }
        .service-item-page .service-content .content-links .link-item:hover .link-text .link-text-content::after {
          width: 100%; }
      .service-item-page .service-content .content-links .link-item.disabled-link {
        opacity: 0.6;
        pointer-events: none; }
    .service-item-page .service-content .content-links .delim {
      display: inline-block;
      height: 4px;
      width: 4px;
      margin: 0 20px;
      background: #00AEBF;
      border-radius: 50%;
      vertical-align: middle;
      margin: 0; }
  .service-item-page .service-content .block-caption {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 8px; }
  .service-item-page .service-content .cms-action-panel {
    position: absolute;
    top: -60px;
    left: -25px; }
  .service-item-page .service-content .cms-action-inline-panel {
    position: absolute;
    top: 0;
    left: 70%;
    z-index: 9; }

.service-appointment-page {
  padding-bottom: 50px; }
  .service-appointment-page .page-caption {
    margin-bottom: 38px; }
    .service-appointment-page .page-caption h1,
    .service-appointment-page .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%; }
  .service-appointment-page .appointment-options {
    margin-bottom: 50px; }
    .service-appointment-page .appointment-options .options-item {
      background-color: #fff;
      transition: box-shadow 0.1s ease;
      position: relative;
      display: block;
      padding: 24px;
      box-sizing: border-box;
      margin-bottom: 20px;
      border-radius: 8px; }
      .service-appointment-page .appointment-options .options-item:hover {
        background: #00AEBF; }
      .service-appointment-page .appointment-options .options-item span {
        display: block; }
      .service-appointment-page .appointment-options .options-item .content-caption {
        font-family: "Lato";
        font-weight: 400;
        font-size: 14px;
        line-height: 120%; }
      .service-appointment-page .appointment-options .options-item .link-icon {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 8px;
        height: 13px;
        background-image: url(images/cor-right-brown.png);
        position: absolute;
        top: 50%;
        right: 24px;
        margin-top: -7px; }
  .service-appointment-page .agreement-check-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
    .service-appointment-page .agreement-check-item label,
    .service-appointment-page .agreement-check-item label button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #756d6a;
      cursor: pointer; }
    .service-appointment-page .agreement-check-item label button {
      text-decoration: underline; }
    .service-appointment-page .agreement-check-item .item-checkbox {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #fff no-repeat center center;
      background-size: 62%;
      border-radius: 3px;
      overflow: hidden;
      border: 2px solid #00AEBF;
      flex: none;
      margin-right: 10px; }
      .service-appointment-page .agreement-check-item .item-checkbox:hover {
        border-color: #e04e39;
        background-image: url(images/check-red-with-border.png); }
      .service-appointment-page .agreement-check-item .item-checkbox.checked {
        background-color: #e04e39;
        background-image: url(images/check-white.png) !important;
        border-color: #e04e39; }
      .service-appointment-page .agreement-check-item .item-checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }
      .service-appointment-page .agreement-check-item .item-checkbox.checked + label {
        color: #2c2a29; }
    .service-appointment-page .agreement-check-item:hover .item-checkbox {
      border-color: #e04e39;
      background-image: url(images/check-red-with-border.png); }
    .service-appointment-page .agreement-check-item.error .item-checkbox {
      border: 2px solid #ffffff;
      box-sizing: border-box; }
  .service-appointment-page.appointment-options-page {
    background: rgba(0, 174, 191, 0.5); }
    .service-appointment-page.appointment-options-page .page-content-limiter {
      max-width: 610px;
      margin: 0 auto; }

.service-appointment iframe {
  border: 0; }

/* AGREEMENT POPUP */
.agreement-popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  background: transparent;
  z-index: 20;
  overflow: auto;
  transition: visibility 0.5s ease, background 0.5s ease; }
  .agreement-popup .popup-container {
    position: relative;
    top: 100%;
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    transition: top 0.5s ease; }
  .agreement-popup .popup-content {
    max-width: 925px;
    margin: 0 auto;
    padding: 90px 0; }
  .agreement-popup .popup-close-button {
    position: absolute;
    top: 31px;
    right: 30px;
    width: 36px;
    height: 36px;
    color: #929292;
    font-size: 40px;
    font-family: tahoma;
    z-index: 10; }
  .agreement-popup.open {
    visibility: visible;
    background: rgba(117, 109, 106, 0.5); }
    .agreement-popup.open .popup-container {
      top: 0; }
  .agreement-popup p {
    margin-bottom: 20px; }
  .agreement-popup .content-header {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 40px; }
  .agreement-popup .content-note {
    font-size: 14px;
    line-height: 120%; }
  .agreement-popup .content-spacer {
    height: 20px; }
  .agreement-popup .content-caption {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%; }
  .agreement-popup .content-accent {
    color: #ffffff; }
  .agreement-popup .content-links-list a {
    position: relative;
    color: #00567B;
    transition: color 0.2s ease;
    color: #ffffff; }
    .agreement-popup .content-links-list a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 0px;
      height: 1px;
      background: #00AEBF;
      transition: 0.2s; }
    .agreement-popup .content-links-list a:hover {
      color: #00AEBF; }
      .agreement-popup .content-links-list a:hover::after {
        width: 100%; }
  .agreement-popup .content-links-list .delim {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 0 20px;
    background: #00AEBF;
    border-radius: 50%;
    vertical-align: middle; }
  .agreement-popup .content-nomargin {
    margin-bottom: 20px; }
    .agreement-popup .content-nomargin p {
      margin-bottom: 0; }

/* CABINET SECTIONS PAGE */
.cabinet-sections-page {
  padding-bottom: 50px; }
  .cabinet-sections-page .cols-container {
    display: flex; }
    .cabinet-sections-page .cols-container.left-empty {
      gap: 0px; }
      .cabinet-sections-page .cols-container.left-empty .page-left-col {
        width: 0px;
        padding: 0px;
        margin: 0px; }
        .cabinet-sections-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
          position: relative; }
          .cabinet-sections-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
            position: absolute;
            transform: translateX(-100%); }
    .cabinet-sections-page .cols-container .page-left-col {
      position: relative;
      width: 220px;
      padding-top: 56px;
      padding-right: 50px; }
      .cabinet-sections-page .cols-container .page-left-col .col-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FAFAFA;
        opacity: 0.5; }
      .cabinet-sections-page .cols-container .page-left-col .col-content {
        position: relative; }
      .cabinet-sections-page .cols-container .page-left-col .sticky-block {
        width: 220px; }
    .cabinet-sections-page .cols-container .page-right-col {
      flex: 1;
      width: 100%; }
    .cabinet-sections-page .cols-container .page-left-col {
      width: 262px; }
  .cabinet-sections-page .page-caption {
    margin-bottom: 36px; }
    .cabinet-sections-page .page-caption h1,
    .cabinet-sections-page .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%; }
  .cabinet-sections-page .page-body {
    position: relative; }
    .cabinet-sections-page .page-body .cms-action-inline-panel {
      position: absolute;
      top: -125px;
      right: 0; }
    .cabinet-sections-page .page-body .page-textblock .list-item-container {
      position: relative; }
      .cabinet-sections-page .page-body .page-textblock .list-item-container .cms-action-panel {
        position: absolute;
        top: -20px;
        left: -35px; }
      .cabinet-sections-page .page-body .page-textblock .list-item-container p {
        margin-bottom: 20px; }
      .cabinet-sections-page .page-body .page-textblock .list-item-container button {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #756d6a;
        text-decoration: underline;
        cursor: pointer; }
      .cabinet-sections-page .page-body .page-textblock .list-item-container ul {
        list-style: unset;
        padding: revert; }
      .cabinet-sections-page .page-body .page-textblock .list-item-container a {
        position: relative;
        color: #00567B;
        transition: color 0.2s ease;
        color: #756d6a; }
        .cabinet-sections-page .page-body .page-textblock .list-item-container a::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 0px;
          height: 1px;
          background: #00AEBF;
          transition: 0.2s; }
        .cabinet-sections-page .page-body .page-textblock .list-item-container a:hover {
          color: #00AEBF; }
          .cabinet-sections-page .page-body .page-textblock .list-item-container a:hover::after {
            width: 100%; }
    .cabinet-sections-page .page-body .page-textblock .files-list {
      margin-top: 15px; }
      .cabinet-sections-page .page-body .page-textblock .files-list .files-item {
        margin-bottom: 24px; }
        .cabinet-sections-page .page-body .page-textblock .files-list .files-item a {
          position: relative;
          display: inline-block; }
          .cabinet-sections-page .page-body .page-textblock .files-list .files-item a .item-icon {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 36px;
            height: 36px;
            background-image: url(/site-assets/css/themes/base/base/images/file.png);
            position: absolute;
            top: 0;
            left: 0;
            filter: grayscale(100%);
            opacity: 0.6;
            transition: filter 0.2s ease, opacity 0.2s ease; }
          .cabinet-sections-page .page-body .page-textblock .files-list .files-item a .item-text {
            position: relative;
            color: #00567B;
            transition: color 0.2s ease;
            display: block;
            margin-left: 48px;
            padding-top: 6px; }
            .cabinet-sections-page .page-body .page-textblock .files-list .files-item a .item-text::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              display: block;
              width: 0px;
              height: 1px;
              background: #00AEBF;
              transition: 0.2s; }
            .cabinet-sections-page .page-body .page-textblock .files-list .files-item a .item-text:hover {
              color: #00AEBF; }
              .cabinet-sections-page .page-body .page-textblock .files-list .files-item a .item-text:hover::after {
                width: 100%; }
          .cabinet-sections-page .page-body .page-textblock .files-list .files-item a:hover:after {
            width: 0; }
          .cabinet-sections-page .page-body .page-textblock .files-list .files-item a:hover .item-icon {
            filter: none;
            opacity: 1; }
          .cabinet-sections-page .page-body .page-textblock .files-list .files-item a:hover .item-text {
            color: #00AEBF; }
            .cabinet-sections-page .page-body .page-textblock .files-list .files-item a:hover .item-text::after {
              width: 100%; }
        .cabinet-sections-page .page-body .page-textblock .files-list .files-item .item-info {
          display: flex;
          flex-direction: column;
          padding-left: 48px; }
          .cabinet-sections-page .page-body .page-textblock .files-list .files-item .item-info .item-text {
            margin-left: 0;
            padding-top: 0; }
          .cabinet-sections-page .page-body .page-textblock .files-list .files-item .item-info .item-date {
            font-size: 12px;
            line-height: 120%;
            color: #929292; }
  .cabinet-sections-page .page-form {
    max-width: 505px; }
  .cabinet-sections-page .cabinet-sections-list {
    margin-bottom: 36px; }
    .cabinet-sections-page .cabinet-sections-list .service-item {
      background-color: #fff;
      transition: box-shadow 0.1s ease;
      position: relative;
      display: block;
      box-sizing: border-box;
      border-radius: 8px;
      margin-bottom: 20px; }
      .cabinet-sections-page .cabinet-sections-list .service-item:hover {
        background: #00AEBF; }
      .cabinet-sections-page .cabinet-sections-list .service-item--link {
        padding: 24px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
      .cabinet-sections-page .cabinet-sections-list .service-item .item-icon {
        margin-right: 18px; }
      .cabinet-sections-page .cabinet-sections-list .service-item--content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        min-height: 64px; }
      .cabinet-sections-page .cabinet-sections-list .service-item--caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #282E34; }
      .cabinet-sections-page .cabinet-sections-list .service-item--note {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #929292; }
      .cabinet-sections-page .cabinet-sections-list .service-item--link-icon {
        display: block;
        color: #00567B;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 24px;
        margin-top: -7px;
        font-size: 6pt; }
        .cabinet-sections-page .cabinet-sections-list .service-item--link-icon::before {
          content: attr(data-icon);
          display: block; }
        .cabinet-sections-page .cabinet-sections-list .service-item--link-icon::before {
          font-family: "ApricodeIcons"; }
        .cabinet-sections-page .cabinet-sections-list .service-item--link-icon::before {
          content: "\e027"; }
      .cabinet-sections-page .cabinet-sections-list .service-item:hover .service-item--caption {
        color: #fff; }
      .cabinet-sections-page .cabinet-sections-list .service-item:hover .service-item--note {
        color: #fff; }
      .cabinet-sections-page .cabinet-sections-list .service-item:hover .service-item--link-icon {
        display: block;
        color: #00567B;
        text-align: center;
        color: #fff; }
        .cabinet-sections-page .cabinet-sections-list .service-item:hover .service-item--link-icon::before {
          content: attr(data-icon);
          display: block; }
        .cabinet-sections-page .cabinet-sections-list .service-item:hover .service-item--link-icon::before {
          font-family: "ApricodeIcons"; }
        .cabinet-sections-page .cabinet-sections-list .service-item:hover .service-item--link-icon::before {
          content: "\e027"; }
      .cabinet-sections-page .cabinet-sections-list .service-item:hover .item-icon {
        color: #fff; }
        .cabinet-sections-page .cabinet-sections-list .service-item:hover .item-icon .item-icon {
          background-color: rgba(214, 244, 243, 0.4); }
      .cabinet-sections-page .cabinet-sections-list .service-item:last-child {
        margin-bottom: 0; }
  .cabinet-sections-page .logout-button {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease; }
    .cabinet-sections-page .logout-button:hover {
      background: #ffffff;
      color: #00567B; }
    .cabinet-sections-page .logout-button:active, .cabinet-sections-page .logout-button.nice-select.open {
      opacity: 0.7; }
    .cabinet-sections-page .logout-button:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }

/* CABINET SPEC ORDER PAGE */
.cabinet-spec-order-page {
  padding-bottom: 50px; }
  .cabinet-spec-order-page .cols-container {
    display: flex; }
    .cabinet-spec-order-page .cols-container.left-empty {
      gap: 0px; }
      .cabinet-spec-order-page .cols-container.left-empty .page-left-col {
        width: 0px;
        padding: 0px;
        margin: 0px; }
        .cabinet-spec-order-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
          position: relative; }
          .cabinet-spec-order-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
            position: absolute;
            transform: translateX(-100%); }
    .cabinet-spec-order-page .cols-container .page-left-col {
      position: relative;
      width: 220px;
      padding-top: 56px;
      padding-right: 50px; }
      .cabinet-spec-order-page .cols-container .page-left-col .col-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FAFAFA;
        opacity: 0.5; }
      .cabinet-spec-order-page .cols-container .page-left-col .col-content {
        position: relative; }
      .cabinet-spec-order-page .cols-container .page-left-col .sticky-block {
        width: 220px; }
    .cabinet-spec-order-page .cols-container .page-right-col {
      flex: 1;
      width: 100%; }
    .cabinet-spec-order-page .cols-container .page-left-col {
      width: 262px; }
  .cabinet-spec-order-page .page-caption {
    margin-bottom: 36px; }
    .cabinet-spec-order-page .page-caption h1,
    .cabinet-spec-order-page .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%; }
  .cabinet-spec-order-page .page-body {
    position: relative; }
    .cabinet-spec-order-page .page-body .cms-action-inline-panel {
      position: absolute;
      top: -125px;
      right: 0; }
    .cabinet-spec-order-page .page-body .page-textblock .list-item-container {
      position: relative; }
      .cabinet-spec-order-page .page-body .page-textblock .list-item-container .cms-action-panel {
        position: absolute;
        top: -20px;
        left: -35px; }
      .cabinet-spec-order-page .page-body .page-textblock .list-item-container p {
        margin-bottom: 20px; }
      .cabinet-spec-order-page .page-body .page-textblock .list-item-container button {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #756d6a;
        text-decoration: underline;
        cursor: pointer; }
      .cabinet-spec-order-page .page-body .page-textblock .list-item-container ul {
        list-style: unset;
        padding: revert; }
      .cabinet-spec-order-page .page-body .page-textblock .list-item-container a {
        position: relative;
        color: #00567B;
        transition: color 0.2s ease;
        color: #756d6a; }
        .cabinet-spec-order-page .page-body .page-textblock .list-item-container a::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 0px;
          height: 1px;
          background: #00AEBF;
          transition: 0.2s; }
        .cabinet-spec-order-page .page-body .page-textblock .list-item-container a:hover {
          color: #00AEBF; }
          .cabinet-spec-order-page .page-body .page-textblock .list-item-container a:hover::after {
            width: 100%; }
    .cabinet-spec-order-page .page-body .page-textblock .files-list {
      margin-top: 15px; }
      .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item {
        margin-bottom: 24px; }
        .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a {
          position: relative;
          display: inline-block; }
          .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a .item-icon {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 36px;
            height: 36px;
            background-image: url(/site-assets/css/themes/base/base/images/file.png);
            position: absolute;
            top: 0;
            left: 0;
            filter: grayscale(100%);
            opacity: 0.6;
            transition: filter 0.2s ease, opacity 0.2s ease; }
          .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a .item-text {
            position: relative;
            color: #00567B;
            transition: color 0.2s ease;
            display: block;
            margin-left: 48px;
            padding-top: 6px; }
            .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a .item-text::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              display: block;
              width: 0px;
              height: 1px;
              background: #00AEBF;
              transition: 0.2s; }
            .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a .item-text:hover {
              color: #00AEBF; }
              .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a .item-text:hover::after {
                width: 100%; }
          .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a:hover:after {
            width: 0; }
          .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a:hover .item-icon {
            filter: none;
            opacity: 1; }
          .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a:hover .item-text {
            color: #00AEBF; }
            .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item a:hover .item-text::after {
              width: 100%; }
        .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item .item-info {
          display: flex;
          flex-direction: column;
          padding-left: 48px; }
          .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item .item-info .item-text {
            margin-left: 0;
            padding-top: 0; }
          .cabinet-spec-order-page .page-body .page-textblock .files-list .files-item .item-info .item-date {
            font-size: 12px;
            line-height: 120%;
            color: #929292; }
  .cabinet-spec-order-page .page-form {
    max-width: 505px; }
  .cabinet-spec-order-page .page-form .form-title {
    display: none; }
  .cabinet-spec-order-page .page-form .form-field {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .cabinet-spec-order-page .page-form .form-field.field-error .form-label {
      color: #e04e39; }
    .cabinet-spec-order-page .page-form .form-field.field-error .form-control .form-input,
    .cabinet-spec-order-page .page-form .form-field.field-error .form-control textarea,
    .cabinet-spec-order-page .page-form .form-field.field-error .form-control select,
    .cabinet-spec-order-page .page-form .form-field.field-error .form-control .styled-select .select-button {
      border-color: #e04e39; }
    .cabinet-spec-order-page .page-form .form-field .form-label {
      display: block;
      margin-bottom: 10px;
      color: #929292; }
    .cabinet-spec-order-page .page-form .form-field.field-type-checklist .form-label {
      display: inline-block;
      margin-bottom: 20px; }
    .cabinet-spec-order-page .page-form .form-field.field-type-checkbox, .cabinet-spec-order-page .page-form .form-field.field-type-agreement {
      display: flex;
      align-items: center;
      margin-bottom: 18px; }
      .cabinet-spec-order-page .page-form .form-field.field-type-checkbox label,
      .cabinet-spec-order-page .page-form .form-field.field-type-checkbox label button, .cabinet-spec-order-page .page-form .form-field.field-type-agreement label,
      .cabinet-spec-order-page .page-form .form-field.field-type-agreement label button {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #756d6a;
        cursor: pointer; }
      .cabinet-spec-order-page .page-form .form-field.field-type-checkbox label button, .cabinet-spec-order-page .page-form .form-field.field-type-agreement label button {
        text-decoration: underline; }
      .cabinet-spec-order-page .page-form .form-field.field-type-checkbox .item-checkbox, .cabinet-spec-order-page .page-form .form-field.field-type-agreement .item-checkbox {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff no-repeat center center;
        background-size: 62%;
        border-radius: 3px;
        overflow: hidden;
        border: 2px solid #00AEBF;
        flex: none;
        margin-right: 10px; }
        .cabinet-spec-order-page .page-form .form-field.field-type-checkbox .item-checkbox:hover, .cabinet-spec-order-page .page-form .form-field.field-type-agreement .item-checkbox:hover {
          border-color: #e04e39;
          background-image: url(images/check-red-with-border.png); }
        .cabinet-spec-order-page .page-form .form-field.field-type-checkbox .item-checkbox.checked, .cabinet-spec-order-page .page-form .form-field.field-type-agreement .item-checkbox.checked {
          background-color: #e04e39;
          background-image: url(images/check-white.png) !important;
          border-color: #e04e39; }
        .cabinet-spec-order-page .page-form .form-field.field-type-checkbox .item-checkbox input, .cabinet-spec-order-page .page-form .form-field.field-type-agreement .item-checkbox input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          cursor: pointer; }
        .cabinet-spec-order-page .page-form .form-field.field-type-checkbox .item-checkbox.checked + label, .cabinet-spec-order-page .page-form .form-field.field-type-agreement .item-checkbox.checked + label {
          color: #2c2a29; }
      .cabinet-spec-order-page .page-form .form-field.field-type-checkbox:hover .item-checkbox, .cabinet-spec-order-page .page-form .form-field.field-type-agreement:hover .item-checkbox {
        border-color: #e04e39;
        background-image: url(images/check-red-with-border.png); }
      .cabinet-spec-order-page .page-form .form-field.field-type-checkbox.error .item-checkbox, .cabinet-spec-order-page .page-form .form-field.field-type-agreement.error .item-checkbox {
        border: 2px solid #ffffff;
        box-sizing: border-box; }
      .cabinet-spec-order-page .page-form .form-field.field-type-checkbox .form-label, .cabinet-spec-order-page .page-form .form-field.field-type-agreement .form-label {
        vertical-align: top; }
    .cabinet-spec-order-page .page-form .form-field.field-type-agreement {
      margin: 40px 0; }
    .cabinet-spec-order-page .page-form .form-field.field-type-select .form-label {
      display: none; }
    .cabinet-spec-order-page .page-form .form-field.field-name-address-street {
      width: 173px;
      margin-right: 10px; }
    .cabinet-spec-order-page .page-form .form-field.field-name-address-house {
      width: 96px;
      margin-right: 10px; }
    .cabinet-spec-order-page .page-form .form-field.field-name-address-section {
      width: 95px;
      margin-right: 10px; }
    .cabinet-spec-order-page .page-form .form-field.field-name-address-room {
      width: 98px; }
    .cabinet-spec-order-page .page-form .form-field.field-type-search {
      position: relative; }
      .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-input {
        position: relative;
        width: 100%;
        height: 56px;
        padding: 0 46px 0 16px;
        box-sizing: border-box;
        border-radius: 8px;
        border: 1px solid #e8e8ea; }
        .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-input .select-button {
          background: none;
          border: none;
          position: absolute;
          top: 0;
          right: 0;
          width: 46px;
          height: 100%; }
          .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-input .select-button .button-icon {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 8px;
            height: 13px;
            background-image: url(images/cor-right-brown.png);
            position: absolute;
            top: 23px;
            right: 16px;
            width: 8px;
            height: 13px;
            transform: rotate(90deg);
            filter: grayscale(100%);
            opacity: 0.6; }
        .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-input .input-control {
          border: 0;
          background: none;
          width: 100%;
          padding: 0;
          height: 100%; }
      .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        margin-top: 2px;
        padding: 4px 0;
        z-index: 2;
        box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
        .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-dropdown .not-found-message {
          padding: 16px; }
        .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-dropdown .dropdown-item {
          width: 100%;
          line-height: 22px;
          padding: 16px;
          color: #756d6a;
          text-align: left; }
          .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-dropdown .dropdown-item:hover {
            background: #FAFAFA; }
          .cabinet-spec-order-page .page-form .form-field.field-type-search .filter-dropdown .dropdown-item.active {
            display: block; }
    .cabinet-spec-order-page .page-form .form-field .form-button {
      background: none;
      border: none;
      font-size: 16px;
      line-height: 140%;
      display: inline-block;
      height: 52px;
      line-height: 52px;
      padding: 0 24px;
      background: #00AEBF;
      color: #FAFAFA;
      border-radius: 8px;
      transition: background 0.1s ease, color 0.1s ease; }
      .cabinet-spec-order-page .page-form .form-field .form-button:hover {
        background: #ffffff;
        color: #00567B; }
      .cabinet-spec-order-page .page-form .form-field .form-button:active, .cabinet-spec-order-page .page-form .form-field .form-button.nice-select.open {
        opacity: 0.7; }
      .cabinet-spec-order-page .page-form .form-field .form-button:disabled {
        background: #FAFAFA;
        color: #929292;
        pointer-events: none; }
      .cabinet-spec-order-page .page-form .form-field .form-button-inactive {
        color: #929292;
        background-color: #FAFAFA;
        text-align: center;
        border-radius: 6px; }
    .cabinet-spec-order-page .page-form .form-field .form-checkbox {
      display: inline-block; }
      .cabinet-spec-order-page .page-form .form-field .form-checkbox input {
        display: block; }
    .cabinet-spec-order-page .page-form .form-field.field-type-text, .cabinet-spec-order-page .page-form .form-field.field-type-textarea, .cabinet-spec-order-page .page-form .form-field.field-type-email {
      padding-top: 25px; }
      .cabinet-spec-order-page .page-form .form-field.field-type-text .form-label, .cabinet-spec-order-page .page-form .form-field.field-type-textarea .form-label, .cabinet-spec-order-page .page-form .form-field.field-type-email .form-label {
        position: absolute;
        left: 17px;
        top: 42px;
        transition: top 0.2s ease, left 0.2s ease; }
        .cabinet-spec-order-page .page-form .form-field.field-type-text .form-label.move-over, .cabinet-spec-order-page .page-form .form-field.field-type-textarea .form-label.move-over, .cabinet-spec-order-page .page-form .form-field.field-type-email .form-label.move-over {
          top: 0;
          left: 0; }
    .cabinet-spec-order-page .page-form .form-field.invalid .form-input {
      border: 1px solid #e04e39; }
    .cabinet-spec-order-page .page-form .form-field.invalid textarea {
      border: 1px solid #e04e39; }
    .cabinet-spec-order-page .page-form .form-field.invalid .input-message {
      font-size: 14px;
      line-height: 120%;
      display: flex;
      flex-direction: column;
      margin-top: 8px;
      color: #e04e39; }
    .cabinet-spec-order-page .page-form .form-field.valid .form-input {
      border: 1px solid #c79b65; }
    .cabinet-spec-order-page .page-form .form-field.valid .input-message {
      font-size: 14px;
      line-height: 120%;
      display: inline-block;
      margin-top: 8px;
      color: #c79b65; }
  .cabinet-spec-order-page .page-form .field-name-email {
    display: none; }
  .cabinet-spec-order-page .page-form div[class*="field-name-address-"] {
    display: none; }
  .cabinet-spec-order-page .page-form .form-control {
    position: relative; }
    .cabinet-spec-order-page .page-form .form-control .form-input,
    .cabinet-spec-order-page .page-form .form-control textarea,
    .cabinet-spec-order-page .page-form .form-control select {
      width: 100%;
      height: 56px;
      line-height: 56px;
      padding: 0 16px;
      background: none;
      border: 1px solid #e8e8ea;
      outline: none;
      box-sizing: border-box;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
    .cabinet-spec-order-page .page-form .form-control textarea {
      resize: none;
      height: 126px;
      padding: 17px 16px;
      line-height: 20px; }
    .cabinet-spec-order-page .page-form .form-control select {
      cursor: pointer; }
  .cabinet-spec-order-page .page-form .file-loader {
    display: flex;
    flex-direction: row; }
    .cabinet-spec-order-page .page-form .file-loader label {
      margin-right: 20px;
      background: none;
      border: none;
      font-size: 16px;
      line-height: 140%;
      display: inline-block;
      height: 52px;
      line-height: 52px;
      padding: 0 24px;
      background: #00AEBF;
      color: #FAFAFA;
      border-radius: 8px;
      transition: background 0.1s ease, color 0.1s ease; }
      .cabinet-spec-order-page .page-form .file-loader label:hover {
        background: #ffffff;
        color: #00567B; }
      .cabinet-spec-order-page .page-form .file-loader label:active, .cabinet-spec-order-page .page-form .file-loader label.nice-select.open {
        opacity: 0.7; }
      .cabinet-spec-order-page .page-form .file-loader label:disabled {
        background: #FAFAFA;
        color: #929292;
        pointer-events: none; }
    .cabinet-spec-order-page .page-form .file-loader .files-button {
      flex: none; }
    .cabinet-spec-order-page .page-form .file-loader .chosen-container {
      display: inline-block;
      margin: auto; }
      .cabinet-spec-order-page .page-form .file-loader .chosen-container span {
        display: inline-block;
        color: #929292; }
  .cabinet-spec-order-page .page-form .form-errors-list {
    position: relative;
    margin-bottom: 30px; }
    .cabinet-spec-order-page .page-form .form-errors-list .error-item {
      margin-bottom: 8px;
      color: #e04e39; }
      .cabinet-spec-order-page .page-form .form-errors-list .error-item:last-child {
        margin-bottom: 0; }
  .cabinet-spec-order-page .page-form .form-messages-list .message-item {
    margin-bottom: 8px;
    color: #2c2a29; }
    .cabinet-spec-order-page .page-form .form-messages-list .message-item:last-child {
      margin-bottom: 0; }
  .cabinet-spec-order-page .page-form .form-field.field-type-agreement label,
  .cabinet-spec-order-page .page-form .form-field.field-type-agreement label span {
    font-size: 14px;
    line-height: 120%; }
  .cabinet-spec-order-page .page-form .form-field.field-type-agreement label span {
    text-decoration: underline; }
  .cabinet-spec-order-page.options-page {
    background: rgba(0, 174, 191, 0.5); }
    .cabinet-spec-order-page.options-page .page-content-limiter {
      max-width: 610px; }

/* CABINET FEEDBACK PAGE */
.cabinet-feedback .page-form .form-field.field-type-agreement label span {
  text-decoration: underline; }

.cabinet-feedback .page-form .form-field.field-name-send {
  margin-top: 22px;
  margin-bottom: 36px; }

.cabinet-feedback .page-form .indent-title-form {
  margin-top: 51px;
  font-size: 18px; }

.cabinet-feedback .show-address .form-field.field-name-address-title {
  display: block; }

.cabinet-feedback .show-address .form-field.field-name-address-index {
  display: block; }

.cabinet-feedback .show-address .form-field.field-name-address-city {
  display: block; }

.cabinet-feedback .show-address .form-field.field-name-address-street {
  display: inline-block; }

.cabinet-feedback .show-address .form-field.field-name-address-house {
  display: inline-block; }

.cabinet-feedback .show-address .form-field.field-name-address-section {
  display: inline-block; }

.cabinet-feedback .show-address .form-field.field-name-address-room {
  display: inline-block; }

.cabinet-feedback .page-body.errors div {
  font-size: 14px;
  line-height: 120%;
  color: #e04e39; }

.cabinet-feedback .modal {
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-right: 20px;
  background: rgba(117, 109, 106, 0.5);
  z-index: 20;
  overflow: auto;
  transition: visibility 0.5s ease, background 0.5s ease;
  display: none; }
  .cabinet-feedback .modal .modal-container {
    max-width: 592px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    width: 100%;
    padding: 100px 95px 90px 100px;
    margin: 24px 44px 24px 24px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    position: relative; }
    .cabinet-feedback .modal .modal-container::-webkit-scrollbar {
      width: 0; }
  .cabinet-feedback .modal .modal-cross {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 10;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    width: 21px;
    height: 21px;
    background-image: url(images/cross-gray.png);
    transition: filter 300ms ease-in-out; }
    .cabinet-feedback .modal .modal-cross:hover {
      filter: brightness(70%);
      transition: filter 150ms ease-in-out; }
    .cabinet-feedback .modal .modal-cross:active, .cabinet-feedback .modal .modal-cross.nice-select.open {
      filter: brightness(40%);
      transition: filter 150ms ease-in-out; }
  .cabinet-feedback .modal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 36px; }
  .cabinet-feedback .modal .modal-header {
    font-family: "Lato";
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #2c2a29;
    text-align: center; }
  .cabinet-feedback .modal .modal-body {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center; }
    .cabinet-feedback .modal .modal-body * {
      font-size: 14px;
      line-height: 120%; }
    .cabinet-feedback .modal .modal-body a {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      color: #e04e39; }
      .cabinet-feedback .modal .modal-body a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .cabinet-feedback .modal .modal-body a:hover {
        color: #00AEBF; }
        .cabinet-feedback .modal .modal-body a:hover::after {
          width: 100%; }
  .cabinet-feedback .modal .modal-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px; }
  .cabinet-feedback .modal .modal-link a {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease; }
    .cabinet-feedback .modal .modal-link a:hover {
      background: #ffffff;
      color: #00567B; }
    .cabinet-feedback .modal .modal-link a:active, .cabinet-feedback .modal .modal-link a.nice-select.open {
      opacity: 0.7; }
    .cabinet-feedback .modal .modal-link a:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  @media screen and (max-width: 700px) {
    .cabinet-feedback .modal .modal-container {
      max-width: unset; }
    .cabinet-feedback .modal .modal-container {
      max-width: unset;
      padding: 80px 32px 72px;
      margin: 24px; }
    .cabinet-feedback .modal .modal-cross {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 16px;
      height: 16px; } }
  .cabinet-feedback .modal .modal-body p {
    color: #e04e39; }
  .cabinet-feedback .modal .modal-header a {
    font-family: "Lato";
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #2c2a29;
    text-decoration: underline; }
  .cabinet-feedback .modal button {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 10; }

/* CABINET OPTIONS */
.cabinet-options .options-item {
  background-color: #fff;
  transition: box-shadow 0.1s ease;
  position: relative;
  display: block;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 8px; }
  .cabinet-options .options-item:hover {
    background: #00AEBF; }
  .cabinet-options .options-item span {
    display: block; }
  .cabinet-options .options-item .content-caption {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%; }
  .cabinet-options .options-item .link-icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    width: 8px;
    height: 13px;
    background-image: url(images/cor-right-brown.png);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -7px; }

/* OFFER POPUP */
.offer-popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  background: transparent;
  z-index: 20;
  overflow: auto;
  transition: visibility 0.5s ease, background 0.5s ease; }
  .offer-popup .popup-container {
    position: relative;
    top: 100%;
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    transition: top 0.5s ease; }
  .offer-popup .popup-content {
    max-width: 925px;
    margin: 0 auto;
    padding: 90px 0; }
  .offer-popup .popup-close-button {
    position: absolute;
    top: 31px;
    right: 30px;
    width: 36px;
    height: 36px;
    color: #929292;
    font-size: 40px;
    font-family: tahoma;
    z-index: 10; }
  .offer-popup.open {
    visibility: visible;
    background: rgba(117, 109, 106, 0.5); }
    .offer-popup.open .popup-container {
      top: 0; }
  .offer-popup p {
    margin-bottom: 20px; }
  .offer-popup .content-header {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 40px; }
  .offer-popup .content-note {
    font-size: 14px;
    line-height: 120%; }
  .offer-popup .content-spacer {
    height: 20px; }
  .offer-popup .content-caption {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%; }
  .offer-popup .content-accent {
    color: #ffffff; }
  .offer-popup .content-links-list a {
    position: relative;
    color: #00567B;
    transition: color 0.2s ease;
    color: #ffffff; }
    .offer-popup .content-links-list a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 0px;
      height: 1px;
      background: #00AEBF;
      transition: 0.2s; }
    .offer-popup .content-links-list a:hover {
      color: #00AEBF; }
      .offer-popup .content-links-list a:hover::after {
        width: 100%; }
  .offer-popup .content-links-list .delim {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 0 20px;
    background: #00AEBF;
    border-radius: 50%;
    vertical-align: middle; }
  .offer-popup .content-nomargin {
    margin-bottom: 20px; }
    .offer-popup .content-nomargin p {
      margin-bottom: 0; }
  .offer-popup .content-header {
    line-height: 120%; }

/** ACCORDION */
.accordion-group .accordion {
  position: relative;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 32px; }
  .accordion-group .accordion_header {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px; }
    .accordion-group .accordion_header-arrow {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      flex: 0 0 24px;
      width: 24px;
      height: 24px;
      transform: rotate(90deg);
      transition: transform 0.25s ease-in-out; }
      .accordion-group .accordion_header-arrow .image {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 8px;
        height: 13px;
        background-image: url(images/cor-right-brown.png);
        background-position: center; }
      .accordion-group .accordion_header-arrow.animate {
        transition: transform 0.25s ease-in-out;
        transform: rotate(-90deg);
        opacity: 1; }
  .accordion-group .accordion_content {
    display: none; }
  .accordion-group .accordion_header {
    align-items: start;
    min-height: 48px; }
    .accordion-group .accordion_header:hover div[class*="_header-arrow"] {
      transition: transform 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out; }
      .accordion-group .accordion_header:hover div[class*="_header-arrow"] .image {
        opacity: 1;
        transition: opacify 0.25s ease-in-out; }
    .accordion-group .accordion_header-content {
      padding: 8px 0; }
    .accordion-group .accordion_header-arrow {
      flex: 0 0 48px;
      width: 46px;
      height: 46px;
      border: 1px solid #929292;
      border-radius: 50%;
      transition: transform 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out; }
      .accordion-group .accordion_header-arrow .image {
        height: 19px;
        width: 11px;
        opacity: 0.4;
        filter: brightness(1) invert(0);
        transition: opacity 0.25s ease-in-out; }
      .accordion-group .accordion_header-arrow.animate {
        border-color: #00AEBF;
        background: #00AEBF;
        transition: transform 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out; }
        .accordion-group .accordion_header-arrow.animate .image {
          opacity: 1;
          filter: brightness(1) invert(0);
          transition: opacity 0.25s ease-in-out; }

.situations--list {
  margin-bottom: 48px; }
  .situations--list .service-item {
    background-color: #fff;
    transition: box-shadow 0.1s ease;
    position: relative;
    display: block;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 20px; }
    .situations--list .service-item:hover {
      background: #00AEBF; }
    .situations--list .service-item--link {
      padding: 24px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
    .situations--list .service-item .item-icon {
      margin-right: 18px; }
    .situations--list .service-item--content {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      min-height: 64px; }
    .situations--list .service-item--caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      color: #282E34; }
    .situations--list .service-item--note {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #929292; }
    .situations--list .service-item--link-icon {
      display: block;
      color: #00567B;
      text-align: center;
      position: absolute;
      top: 50%;
      right: 24px;
      margin-top: -7px;
      font-size: 6pt; }
      .situations--list .service-item--link-icon::before {
        content: attr(data-icon);
        display: block; }
      .situations--list .service-item--link-icon::before {
        font-family: "ApricodeIcons"; }
      .situations--list .service-item--link-icon::before {
        content: "\e027"; }
    .situations--list .service-item:hover .service-item--caption {
      color: #fff; }
    .situations--list .service-item:hover .service-item--note {
      color: #fff; }
    .situations--list .service-item:hover .service-item--link-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #fff; }
      .situations--list .service-item:hover .service-item--link-icon::before {
        content: attr(data-icon);
        display: block; }
      .situations--list .service-item:hover .service-item--link-icon::before {
        font-family: "ApricodeIcons"; }
      .situations--list .service-item:hover .service-item--link-icon::before {
        content: "\e027"; }
    .situations--list .service-item:hover .item-icon {
      color: #fff; }
      .situations--list .service-item:hover .item-icon .item-icon {
        background-color: rgba(214, 244, 243, 0.4); }
    .situations--list .service-item:last-child {
      margin-bottom: 0; }

.situations .cms-action-inline-panel {
  margin-bottom: 10px; }

.situations .logout-button {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 140%;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 24px;
  background: #00AEBF;
  color: #FAFAFA;
  border-radius: 8px;
  transition: background 0.1s ease, color 0.1s ease; }
  .situations .logout-button:hover {
    background: #ffffff;
    color: #00567B; }
  .situations .logout-button:active, .situations .logout-button.nice-select.open {
    opacity: 0.7; }
  .situations .logout-button:disabled {
    background: #FAFAFA;
    color: #929292;
    pointer-events: none; }

.search-page {
  padding-top: 50px; }
  .search-page--title {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    font-family: "Circe";
    margin-bottom: 36px; }

.tab-filter {
  margin-bottom: 48px; }
  .tab-filter--item {
    padding: 6px 16px 8px;
    border-radius: 8px;
    line-height: 130%;
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    align-items: center;
    cursor: pointer;
    margin-right: 24px; }
    .tab-filter--item.active {
      background-color: #f4eadf; }
      .tab-filter--item.active::after {
        transform: rotate(180deg); }
    .tab-filter--item::after {
      content: "";
      background-image: url(images/arrow-down.png);
      background-repeat: no-repeat;
      width: 14px;
      height: 8px; }

.tabs--content {
  display: none; }
  .tabs--content.active {
    display: block; }

.search-body--item {
  line-height: 2;
  margin-bottom: 12px; }

.search-body--name {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #756d6a; }

.search-body-indent .search-body--item {
  margin-bottom: 36px; }
  .search-body-indent .search-body--item:last-child {
    margin-right: 0; }

.search-breadcrumbs {
  display: flex; }
  .search-breadcrumbs--item {
    color: #929292;
    margin-right: 12px; }
    .search-breadcrumbs--item:last-child {
      margin-right: 0; }

.online-entry {
  display: none; }

.news-detail--container-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 18px; }
  .news-detail--container-date .copy-clipboard-popup {
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-right: 20px;
    background: rgba(117, 109, 106, 0.5);
    z-index: 20;
    overflow: auto;
    transition: visibility 0.5s ease, background 0.5s ease;
    display: none !important; }
    .news-detail--container-date .copy-clipboard-popup .modal-container {
      max-width: 592px;
      max-height: calc(100vh - 48px);
      overflow-y: auto;
      width: 100%;
      padding: 100px 95px 90px 100px;
      margin: 24px 44px 24px 24px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 16px;
      position: relative; }
      .news-detail--container-date .copy-clipboard-popup .modal-container::-webkit-scrollbar {
        width: 0; }
    .news-detail--container-date .copy-clipboard-popup .modal-cross {
      position: absolute;
      top: 28px;
      right: 28px;
      z-index: 10;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 21px;
      height: 21px;
      background-image: url(images/cross-gray.png);
      transition: filter 300ms ease-in-out; }
      .news-detail--container-date .copy-clipboard-popup .modal-cross:hover {
        filter: brightness(70%);
        transition: filter 150ms ease-in-out; }
      .news-detail--container-date .copy-clipboard-popup .modal-cross:active, .news-detail--container-date .copy-clipboard-popup .modal-cross.nice-select.open {
        filter: brightness(40%);
        transition: filter 150ms ease-in-out; }
    .news-detail--container-date .copy-clipboard-popup .modal-content {
      display: flex;
      flex-direction: column;
      gap: 36px; }
    .news-detail--container-date .copy-clipboard-popup .modal-header {
      font-family: "Lato";
      font-weight: 600;
      font-size: 26px;
      line-height: 120%;
      color: #2c2a29;
      text-align: center; }
    .news-detail--container-date .copy-clipboard-popup .modal-body {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      text-align: center; }
      .news-detail--container-date .copy-clipboard-popup .modal-body * {
        font-size: 14px;
        line-height: 120%; }
      .news-detail--container-date .copy-clipboard-popup .modal-body a {
        position: relative;
        color: #00567B;
        transition: color 0.2s ease;
        color: #e04e39; }
        .news-detail--container-date .copy-clipboard-popup .modal-body a::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 0px;
          height: 1px;
          background: #00AEBF;
          transition: 0.2s; }
        .news-detail--container-date .copy-clipboard-popup .modal-body a:hover {
          color: #00AEBF; }
          .news-detail--container-date .copy-clipboard-popup .modal-body a:hover::after {
            width: 100%; }
    .news-detail--container-date .copy-clipboard-popup .modal-links {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 12px; }
    .news-detail--container-date .copy-clipboard-popup .modal-link a {
      background: none;
      border: none;
      font-size: 16px;
      line-height: 140%;
      display: inline-block;
      height: 52px;
      line-height: 52px;
      padding: 0 24px;
      background: #00AEBF;
      color: #FAFAFA;
      border-radius: 8px;
      transition: background 0.1s ease, color 0.1s ease; }
      .news-detail--container-date .copy-clipboard-popup .modal-link a:hover {
        background: #ffffff;
        color: #00567B; }
      .news-detail--container-date .copy-clipboard-popup .modal-link a:active, .news-detail--container-date .copy-clipboard-popup .modal-link a.nice-select.open {
        opacity: 0.7; }
      .news-detail--container-date .copy-clipboard-popup .modal-link a:disabled {
        background: #FAFAFA;
        color: #929292;
        pointer-events: none; }
    @media screen and (max-width: 700px) {
      .news-detail--container-date .copy-clipboard-popup .modal-container {
        max-width: unset; }
      .news-detail--container-date .copy-clipboard-popup .modal-container {
        max-width: unset;
        padding: 80px 32px 72px;
        margin: 24px; }
      .news-detail--container-date .copy-clipboard-popup .modal-cross {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 16px;
        height: 16px; } }
    .news-detail--container-date .copy-clipboard-popup .modal-container {
      padding: 50px 45px 40px 50px; }
      .news-detail--container-date .copy-clipboard-popup .modal-container .modal-content {
        display: block !important; }
        .news-detail--container-date .copy-clipboard-popup .modal-container .modal-content .modal-body p {
          font-family: "Lato";
          font-weight: 400;
          font-size: 18px; }
    .news-detail--container-date .copy-clipboard-popup button {
      position: absolute;
      top: 28px;
      right: 28px;
      z-index: 10; }
    .news-detail--container-date .copy-clipboard-popup.open {
      display: flex !important; }

.news-detail--date-item {
  font-family: "Lato";
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #AAB3AB; }

.news-detail--share {
  width: 24px;
  height: 24px;
  cursor: pointer; }
  .news-detail--share span {
    font-size: 27px;
    color: #AAB3AB; }
    .news-detail--share span:hover {
      color: #00AEBF; }

.news-detail--body {
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  line-height: 140%;
  padding: 48px 0px;
  color: #282E34; }
  .news-detail--body a {
    position: relative;
    color: #00567B;
    transition: color 0.2s ease;
    color: #756d6a; }
    .news-detail--body a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 0px;
      height: 1px;
      background: #00AEBF;
      transition: 0.2s; }
    .news-detail--body a:hover {
      color: #00AEBF; }
      .news-detail--body a:hover::after {
        width: 100%; }
  .news-detail--body img {
    object-fit: cover; }
  .news-detail--body pre {
    white-space: pre-wrap;
    width: unset !important; }

.news-detail--image-container {
  overflow: hidden;
  height: 215px;
  width: 384px;
  float: left;
  margin: 0px 40px 20px 0px;
  border-radius: 6px;
  overflow: hidden; }
  .news-detail--image-container img {
    object-fit: cover;
    width: 100%; }
  .news-detail--image-container .default-image {
    width: 100%;
    height: 100%;
    background: url(/site-assets/images/pubs-default-1.svg) no-repeat center;
    background-size: cover;
    filter: hue-rotate(330deg); }
    .news-detail--image-container .default-image.image-2 {
      background: url(/site-assets/images/pubs-default-2.svg) no-repeat center; }
    .news-detail--image-container .default-image.image-3 {
      background: url(/site-assets/images/pubs-default-3.svg) no-repeat center; }

.news-detail--back {
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #00567B;
  background-color: #D6F4F3;
  border-radius: 8px;
  padding: 8px 18px;
  transition: 0.3s; }
  .news-detail--back:hover {
    color: #fff;
    background-color: #00AEBF; }

.checking-readiness-documents-page .default-header-page-container {
  display: flex;
  flex-direction: column;
  background: rgba(244, 234, 223, 0.5); }
  .checking-readiness-documents-page .default-header-page-container .page-limiter {
    flex-direction: column; }
    .checking-readiness-documents-page .default-header-page-container .page-limiter .breadcrumbs ul li a {
      color: #929292; }
    .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container {
      flex-direction: row;
      display: flex; }
      .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container.left-empty {
        gap: 0px; }
        .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container.left-empty .page-left-col {
          width: 0px;
          padding: 0px;
          margin: 0px; }
          .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container.left-empty .page-left-col .cms-action-inline-panel {
            position: relative; }
            .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
              position: absolute;
              transform: translateX(-100%); }
      .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-left-col {
        position: relative;
        width: 220px;
        padding-top: 56px;
        padding-right: 50px; }
        .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-left-col .col-background {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          background: #FAFAFA;
          opacity: 0.5; }
        .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-left-col .col-content {
          position: relative; }
        .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-left-col .sticky-block {
          width: 220px; }
      .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-right-col {
        flex: 1;
        width: 100%; }
      .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-left-col .col-background {
        background: none; }
      .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-right-col .page-header-plate {
        position: relative;
        margin-bottom: 35px; }
        .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-right-col .page-header-plate .plate-content {
          position: relative;
          padding: 69px 45px 45px 45px; }
        .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-right-col .page-header-plate .page-caption {
          margin-bottom: 48px; }
          .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-right-col .page-header-plate .page-caption h1,
          .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-right-col .page-header-plate .page-caption h2 {
            font-family: "Lato";
            font-weight: 600;
            font-size: 36px;
            line-height: 120%;
            color: #2c2a29; }

.checking-readiness-documents-page .default-page-container {
  display: flex;
  flex-direction: column;
  padding-top: 35px; }
  .checking-readiness-documents-page .default-page-container .page-limiter .cols-container {
    flex-direction: row;
    display: flex; }
    .checking-readiness-documents-page .default-page-container .page-limiter .cols-container.left-empty {
      gap: 0px; }
      .checking-readiness-documents-page .default-page-container .page-limiter .cols-container.left-empty .page-left-col {
        width: 0px;
        padding: 0px;
        margin: 0px; }
        .checking-readiness-documents-page .default-page-container .page-limiter .cols-container.left-empty .page-left-col .cms-action-inline-panel {
          position: relative; }
          .checking-readiness-documents-page .default-page-container .page-limiter .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
            position: absolute;
            transform: translateX(-100%); }
    .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-left-col {
      position: relative;
      width: 220px;
      padding-top: 56px;
      padding-right: 50px; }
      .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-left-col .col-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FAFAFA;
        opacity: 0.5; }
      .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-left-col .col-content {
        position: relative; }
      .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-left-col .sticky-block {
        width: 220px; }
    .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-right-col {
      flex: 1;
      width: 100%; }
    .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-left-col .col-background {
      background: none; }
    .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-right-col .page-container {
      padding: 0 0 150px 45px; }
      .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-right-col .page-container .list-header {
        margin-bottom: 36px; }
        .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-right-col .page-container .list-header h2 {
          font-family: "Lato";
          font-weight: 600;
          font-size: 14px;
          line-height: 120%;
          font-size: 26px;
          line-height: 120%; }

.checking-readiness-documents-page .modal {
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-right: 20px;
  background: rgba(117, 109, 106, 0.5);
  z-index: 20;
  overflow: auto;
  transition: visibility 0.5s ease, background 0.5s ease; }
  .checking-readiness-documents-page .modal .modal-container {
    max-width: 592px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    width: 100%;
    padding: 100px 95px 90px 100px;
    margin: 24px 44px 24px 24px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    position: relative; }
    .checking-readiness-documents-page .modal .modal-container::-webkit-scrollbar {
      width: 0; }
  .checking-readiness-documents-page .modal .modal-cross {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 10;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    width: 21px;
    height: 21px;
    background-image: url(images/cross-gray.png);
    transition: filter 300ms ease-in-out; }
    .checking-readiness-documents-page .modal .modal-cross:hover {
      filter: brightness(70%);
      transition: filter 150ms ease-in-out; }
    .checking-readiness-documents-page .modal .modal-cross:active, .checking-readiness-documents-page .modal .modal-cross.nice-select.open {
      filter: brightness(40%);
      transition: filter 150ms ease-in-out; }
  .checking-readiness-documents-page .modal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 36px; }
  .checking-readiness-documents-page .modal .modal-header {
    font-family: "Lato";
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #2c2a29;
    text-align: center; }
  .checking-readiness-documents-page .modal .modal-body {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center; }
    .checking-readiness-documents-page .modal .modal-body * {
      font-size: 14px;
      line-height: 120%; }
    .checking-readiness-documents-page .modal .modal-body a {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      color: #e04e39; }
      .checking-readiness-documents-page .modal .modal-body a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .checking-readiness-documents-page .modal .modal-body a:hover {
        color: #00AEBF; }
        .checking-readiness-documents-page .modal .modal-body a:hover::after {
          width: 100%; }
  .checking-readiness-documents-page .modal .modal-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px; }
  .checking-readiness-documents-page .modal .modal-link a {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease; }
    .checking-readiness-documents-page .modal .modal-link a:hover {
      background: #ffffff;
      color: #00567B; }
    .checking-readiness-documents-page .modal .modal-link a:active, .checking-readiness-documents-page .modal .modal-link a.nice-select.open {
      opacity: 0.7; }
    .checking-readiness-documents-page .modal .modal-link a:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  @media screen and (max-width: 700px) {
    .checking-readiness-documents-page .modal .modal-container {
      max-width: unset; }
    .checking-readiness-documents-page .modal .modal-container {
      max-width: unset;
      padding: 80px 32px 72px;
      margin: 24px; }
    .checking-readiness-documents-page .modal .modal-cross {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 16px;
      height: 16px; } }

.images-block {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 524px 68px;
  grid-gap: 8px; }
  .images-block .slider-container {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    grid-gap: 20px; }
  .images-block .slider-content {
    width: 100%;
    height: 100%; }
  .images-block .nav-container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .images-block .nav-container .nav-button {
      background: none;
      border: none;
      display: inline-block;
      width: 35px;
      height: 36px;
      line-height: 36px;
      border-radius: 8px;
      text-align: center;
      position: absolute;
      width: 48px;
      height: 48px;
      top: 50%;
      z-index: 4;
      border-radius: 8px;
      background: #fff;
      transition: background 0.3s ease;
      right: 0px;
      transform: translate(calc(100% + 25px), -50%);
      position: unset;
      line-height: 44px;
      box-shadow: 0 10px 40px rgba(44, 42, 41, 0.08); }
      .images-block .nav-container .nav-button .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .images-block .nav-container .nav-button .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .images-block .nav-container .nav-button .button-icon::before {
          font-family: "ApricodeIcons"; }
        .images-block .nav-container .nav-button .button-icon::before {
          content: "\e027"; }
      .images-block .nav-container .nav-button:hover {
        box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
        .images-block .nav-container .nav-button:hover .button-icon {
          display: block;
          color: #00567B;
          text-align: center; }
          .images-block .nav-container .nav-button:hover .button-icon::before {
            content: attr(data-icon);
            display: block; }
          .images-block .nav-container .nav-button:hover .button-icon::before {
            font-family: "ApricodeIcons"; }
          .images-block .nav-container .nav-button:hover .button-icon::before {
            content: "\e027"; }
      .images-block .nav-container .nav-button:active, .images-block .nav-container .nav-button.nice-select.open {
        opacity: 0.7; }
      .images-block .nav-container .nav-button .button-icon {
        font-size: 6pt; }
      .images-block .nav-container .nav-button:hover {
        background: #00AEBF; }
        .images-block .nav-container .nav-button:hover .button-icon {
          color: #fff; }
      .images-block .nav-container .nav-button .button-icon {
        display: inline-block; }
      .images-block .nav-container .nav-button.disabled {
        display: none; }
      .images-block .nav-container .nav-button:hover .button-icon {
        display: inline-block; }
      .images-block .nav-container .nav-button.prev {
        background: none;
        border: none;
        display: inline-block;
        width: 35px;
        height: 36px;
        line-height: 36px;
        border-radius: 8px;
        text-align: center;
        position: absolute;
        width: 48px;
        height: 48px;
        top: 50%;
        z-index: 4;
        border-radius: 8px;
        background: #fff;
        transition: background 0.3s ease;
        left: 0px;
        transform: translate(calc(-100% - 25px), -50%);
        position: unset;
        line-height: 44px; }
        .images-block .nav-container .nav-button.prev .button-icon {
          display: block;
          color: #00567B;
          text-align: center; }
          .images-block .nav-container .nav-button.prev .button-icon::before {
            content: attr(data-icon);
            display: block; }
          .images-block .nav-container .nav-button.prev .button-icon::before {
            font-family: "ApricodeIcons"; }
          .images-block .nav-container .nav-button.prev .button-icon::before {
            content: "\e027"; }
        .images-block .nav-container .nav-button.prev:hover {
          box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
          .images-block .nav-container .nav-button.prev:hover .button-icon {
            display: block;
            color: #00567B;
            text-align: center; }
            .images-block .nav-container .nav-button.prev:hover .button-icon::before {
              content: attr(data-icon);
              display: block; }
            .images-block .nav-container .nav-button.prev:hover .button-icon::before {
              font-family: "ApricodeIcons"; }
            .images-block .nav-container .nav-button.prev:hover .button-icon::before {
              content: "\e027"; }
        .images-block .nav-container .nav-button.prev:active, .images-block .nav-container .nav-button.prev.nice-select.open {
          opacity: 0.7; }
        .images-block .nav-container .nav-button.prev .button-icon {
          display: block;
          color: #00567B;
          text-align: center;
          color: #00AEBF; }
          .images-block .nav-container .nav-button.prev .button-icon::before {
            content: attr(data-icon);
            display: block; }
          .images-block .nav-container .nav-button.prev .button-icon::before {
            font-family: "ApricodeIcons"; }
          .images-block .nav-container .nav-button.prev .button-icon::before {
            content: "\e026"; }
        .images-block .nav-container .nav-button.prev:hover {
          box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
          .images-block .nav-container .nav-button.prev:hover .button-icon {
            display: block;
            color: #00567B;
            text-align: center; }
            .images-block .nav-container .nav-button.prev:hover .button-icon::before {
              content: attr(data-icon);
              display: block; }
            .images-block .nav-container .nav-button.prev:hover .button-icon::before {
              font-family: "ApricodeIcons"; }
            .images-block .nav-container .nav-button.prev:hover .button-icon::before {
              content: "\e026"; }
        .images-block .nav-container .nav-button.prev .button-icon {
          font-size: 6pt; }
        .images-block .nav-container .nav-button.prev:hover {
          background: #00AEBF; }
          .images-block .nav-container .nav-button.prev:hover .button-icon {
            color: #fff; }
        .images-block .nav-container .nav-button.prev .button-icon {
          display: inline-block; }
        .images-block .nav-container .nav-button.prev:hover .button-icon {
          display: inline-block; }
        .images-block .nav-container .nav-button.prev.disabled {
          display: none; }
  .images-block .slider-image {
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .images-block .slider-image.current-image {
      display: block; }
  .images-block .preview-list {
    height: 64px;
    padding-bottom: 4px;
    overflow: hidden;
    white-space: nowrap; }
  .images-block .preview {
    display: inline-block;
    height: 100%;
    cursor: pointer; }
    .images-block .preview:not(:last-child) {
      margin-right: 4px; }
    .images-block .preview.active {
      position: relative; }
      .images-block .preview.active img {
        border: 2px solid #00567B;
        width: calc(100% - 4px);
        height: calc(100% - 4px); }
      .images-block .preview.active:after {
        position: absolute;
        content: "";
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        background: linear-gradient(0deg, rgba(44, 42, 41, 0.3), rgba(44, 42, 41, 0.3)); }
    .images-block .preview img {
      object-fit: cover;
      height: 100%; }

.search-form {
  position: relative;
  max-width: 820px; }
  .search-form .search-string input {
    font-family: "Lato";
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding-right: 230px;
    padding-left: 24px;
    box-sizing: border-box;
    border: 0;
    border-radius: 8px;
    color: #929292; }
    .search-form .search-string input::placeholder {
      color: #929292;
      opacity: 0.5; }
  .search-form .search-buttons {
    position: absolute;
    top: 14px;
    right: 24px;
    display: flex;
    gap: 24px; }
  .search-form .cancel-button {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #00AEBF;
    transition: background 0.1s ease, color 0.1s ease; }
    .search-form .cancel-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: relative;
      top: -1px;
      transition: background 0.1s ease, color 0.1s ease; }
    .search-form .cancel-button:hover {
      background: #ffffff; }
      .search-form .cancel-button:hover .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);
        background-image: url(images/cross-white.png); }
    .search-form .cancel-button:active, .search-form .cancel-button.nice-select.open {
      opacity: 0.7; }
  .search-form .submit-button {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    height: 36px;
    line-height: 36px;
    padding: 0 16px; }
    .search-form .submit-button:hover {
      background: #ffffff;
      color: #00567B; }
    .search-form .submit-button:active, .search-form .submit-button.nice-select.open {
      opacity: 0.7; }
    .search-form .submit-button:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }

.section-page {
  padding: 22px 0 120px; }

.section-card .cols-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 92px; }
  .section-card .cols-container.left-empty {
    gap: 0px; }
    .section-card .cols-container.left-empty .page-left-col {
      width: 0px;
      padding: 0px;
      margin: 0px; }
      .section-card .cols-container.left-empty .page-left-col .cms-action-inline-panel {
        position: relative; }
        .section-card .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
          position: absolute;
          transform: translateX(-100%); }
  .section-card .cols-container .page-left-col {
    position: relative;
    width: 220px;
    padding-top: 56px;
    padding-right: 50px; }
    .section-card .cols-container .page-left-col .col-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #FAFAFA;
      opacity: 0.5; }
    .section-card .cols-container .page-left-col .col-content {
      position: relative; }
    .section-card .cols-container .page-left-col .sticky-block {
      width: 220px; }
  .section-card .cols-container .page-right-col {
    flex: 1;
    width: 100%; }
  .section-card .cols-container .page-left-col {
    padding-right: 0; }

.section-content {
  display: flex;
  flex-direction: column; }
  .section-content .section-caption,
  .section-content h2,
  .section-content h3,
  .section-content h4 {
    font-family: "Lato";
    font-weight: 600; }
  .section-content h1 {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 48px; }
  .section-content h1.section-caption {
    margin-bottom: 36px; }
  .section-content h2 {
    font-size: 26px;
    line-height: 120%; }
    .section-content h2:not(:last-child) {
      margin-bottom: 32px; }
  .section-content h3 {
    font-size: 14px;
    line-height: 120%; }
    .section-content h3:not(:last-child) {
      margin-bottom: 24px; }
  .section-content h4 {
    font-size: 16px;
    line-height: 140%; }
    .section-content h4:not(:last-child) {
      margin-bottom: 8px; }
  .section-content p,
  .section-content div,
  .section-content section,
  .section-content article,
  .section-content main {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%; }
    .section-content p.small,
    .section-content div.small,
    .section-content section.small,
    .section-content article.small,
    .section-content main.small {
      font-size: 16px;
      line-height: 140%; }
      .section-content p.small:not(:last-child),
      .section-content div.small:not(:last-child),
      .section-content section.small:not(:last-child),
      .section-content article.small:not(:last-child),
      .section-content main.small:not(:last-child) {
        margin-bottom: 24px; }
    .section-content p.quote,
    .section-content div.quote,
    .section-content section.quote,
    .section-content article.quote,
    .section-content main.quote {
      position: relative;
      padding-left: 42px; }
      .section-content p.quote:before,
      .section-content div.quote:before,
      .section-content section.quote:before,
      .section-content article.quote:before,
      .section-content main.quote:before {
        content: "";
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 20px;
        height: 16px;
        background-image: url(images/quote-bez.png);
        position: absolute;
        top: 2px;
        left: 0; }
    .section-content p.info,
    .section-content div.info,
    .section-content section.info,
    .section-content article.info,
    .section-content main.info {
      position: relative;
      padding-left: 37px; }
      .section-content p.info:before,
      .section-content div.info:before,
      .section-content section.info:before,
      .section-content article.info:before,
      .section-content main.info:before {
        content: "";
        width: 3px;
        height: calc(100% - 6px);
        background: #c79b65;
        position: absolute;
        top: 0;
        left: 0; }
  .section-content div.section-body {
    margin: 0; }
  .section-content .spoiler-group .spoiler {
    position: relative;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-top: 1px solid #929292;
    margin: 0; }
    .section-content .spoiler-group .spoiler_header {
      cursor: pointer;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      gap: 24px; }
      .section-content .spoiler-group .spoiler_header-arrow {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        transform: rotate(90deg);
        transition: transform 0.25s ease-in-out; }
        .section-content .spoiler-group .spoiler_header-arrow .image {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 8px;
          height: 13px;
          background-image: url(images/cor-right-brown.png);
          background-position: center; }
        .section-content .spoiler-group .spoiler_header-arrow.animate {
          transition: transform 0.25s ease-in-out;
          transform: rotate(-90deg);
          opacity: 1; }
    .section-content .spoiler-group .spoiler_content {
      display: none; }
    .section-content .spoiler-group .spoiler_header {
      align-items: start;
      min-height: 48px; }
      .section-content .spoiler-group .spoiler_header:hover div[class*="_header-arrow"] {
        transition: transform 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out; }
        .section-content .spoiler-group .spoiler_header:hover div[class*="_header-arrow"] .image {
          opacity: 1;
          transition: opacify 0.25s ease-in-out; }
      .section-content .spoiler-group .spoiler_header-content {
        padding: 8px 0; }
      .section-content .spoiler-group .spoiler_header-arrow {
        flex: 0 0 48px;
        width: 46px;
        height: 46px;
        border: 1px solid #929292;
        border-radius: 50%;
        transition: transform 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out; }
        .section-content .spoiler-group .spoiler_header-arrow .image {
          height: 19px;
          width: 11px;
          opacity: 0.4;
          filter: brightness(1) invert(0);
          transition: opacity 0.25s ease-in-out; }
        .section-content .spoiler-group .spoiler_header-arrow.animate {
          border-color: #00AEBF;
          background: #00AEBF;
          transition: transform 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out; }
          .section-content .spoiler-group .spoiler_header-arrow.animate .image {
            opacity: 1;
            filter: brightness(1) invert(0);
            transition: opacity 0.25s ease-in-out; }
    .section-content .spoiler-group .spoiler:last-child {
      border-bottom: 1px solid #929292; }
    .section-content .spoiler-group .spoiler p,
    .section-content .spoiler-group .spoiler div,
    .section-content .spoiler-group .spoiler section,
    .section-content .spoiler-group .spoiler article,
    .section-content .spoiler-group .spoiler main {
      margin: 0;
      padding: 0; }
  .section-content .spoiler-group .spoiler_header * {
    font-family: "Lato";
    font-weight: 600;
    font-size: 26px;
    line-height: 120%; }
  .section-content .spoiler-group .spoiler_content p,
  .section-content .spoiler-group .spoiler_content div,
  .section-content .spoiler-group .spoiler_content section,
  .section-content .spoiler-group .spoiler_content article,
  .section-content .spoiler-group .spoiler_content main {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px; }
  .section-content .images-block div {
    margin: 0; }
  .section-content img {
    max-width: 100%; }
  .section-content .links-list {
    display: flex;
    flex-direction: row;
    gap: 44px; }
  .section-content a {
    position: relative;
    color: #00567B;
    transition: color 0.2s ease;
    font-size: 16px;
    line-height: 140%;
    color: #756d6a; }
    .section-content a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 0px;
      height: 1px;
      background: #00AEBF;
      transition: 0.2s; }
    .section-content a:hover {
      color: #00AEBF; }
      .section-content a:hover::after {
        width: 100%; }
  .section-content ul:not(:last-child),
  .section-content ol:not(:last-child) {
    margin-bottom: 26px; }
  .section-content ul li,
  .section-content ol li {
    font-size: 16px;
    line-height: 140%;
    position: relative; }
    .section-content ul li:not(:last-child),
    .section-content ol li:not(:last-child) {
      margin-bottom: 26px; }
    .section-content ul li li:first-child,
    .section-content ol li li:first-child {
      margin-top: 6px; }
    .section-content ul li li:not(:last-child),
    .section-content ol li li:not(:last-child) {
      margin-bottom: 6px; }
  .section-content ul li {
    padding: 0 0 0 32px; }
    .section-content ul li:before {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #c79b65;
      top: 7px;
      left: 8px; }
  .section-content ul ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #c79b65;
    background: transparent; }
  .section-content ul ul ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    border: none;
    border-radius: unset;
    background: #c79b65;
    top: 11px; }
  .section-content ul ul ul ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: none;
    border-radius: unset;
    background: #e04e39;
    top: 7px; }
  .section-content ul ul ul ul ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #e04e39;
    border-radius: unset;
    background: transparent;
    top: 7px; }
  .section-content ol {
    counter-reset: li;
    padding: 0; }
    .section-content ol li {
      padding: 0; }
      .section-content ol li:before {
        display: inline-block;
        counter-increment: li;
        content: counters(li, ".") ". ";
        min-width: 16px;
        padding-right: 8px; }
    .section-content ol ol li {
      padding: 0 0 0 32px; }

.section-pub-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 48px; }
  .section-pub-list .section-pub-card {
    position: relative;
    height: 100%;
    max-height: 215px; }
    .section-pub-list .section-pub-card .cms-action-panel {
      position: absolute;
      top: 4px;
      left: 4px; }
    .section-pub-list .section-pub-card .section-pub-link {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 36px;
      height: 100%;
      text-decoration: none; }
    .section-pub-list .section-pub-card .section-pub-image {
      width: 384px;
      height: 215px;
      border-radius: 6px;
      overflow: hidden; }
      .section-pub-list .section-pub-card .section-pub-image img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px; }
        .section-pub-list .section-pub-card .section-pub-image img:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: linear-gradient(0deg, rgba(255, 189, 112, 0.2), rgba(255, 189, 112, 0.2)); }
      .section-pub-list .section-pub-card .section-pub-image .default-image {
        width: 100%;
        height: 100%;
        background: url(/site-assets/images/pubs-default-1.svg) no-repeat center;
        background-size: cover;
        filter: hue-rotate(330deg); }
        .section-pub-list .section-pub-card .section-pub-image .default-image.image-2 {
          background: url(/site-assets/images/pubs-default-2.svg) no-repeat center; }
        .section-pub-list .section-pub-card .section-pub-image .default-image.image-3 {
          background: url(/site-assets/images/pubs-default-3.svg) no-repeat center; }
    .section-pub-list .section-pub-card .section-pub-content {
      padding: 12px 0;
      box-sizing: border-box;
      flex: 1;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px; }
      .section-pub-list .section-pub-card .section-pub-content .section-pub-date {
        font-family: "Lato";
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        color: #AAB3AB; }
      .section-pub-list .section-pub-card .section-pub-content .section-pub-caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        color: #00567B;
        transition: color 300ms ease-in-out; }
      .section-pub-list .section-pub-card .section-pub-content .section-pub-annotation {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #282E34;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal; }
        .section-pub-list .section-pub-card .section-pub-content .section-pub-annotation pre {
          white-space: pre-wrap; }
    .section-pub-list .section-pub-card:hover .section-pub-caption {
      color: #282E34;
      transition: color 300ms ease-in-out; }
    .section-pub-list .section-pub-card.display-1 {
      filter: grayscale(1) brightness(0.84); }
  @media screen and (max-width: 700px) {
    .section-pub-list .section-pub-image {
      display: none; } }

.subsection-content {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .subsection-content .subsection-caption {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%; }
  .subsection-content .subsection-list {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .subsection-content .subsection-list .subsection-item {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: baseline;
      gap: 8px; }
      .subsection-content .subsection-list .subsection-item .subsection-link {
        position: relative;
        color: #00567B;
        transition: color 0.2s ease;
        font-family: "Lato";
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #648285; }
        .subsection-content .subsection-list .subsection-item .subsection-link::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 0px;
          height: 1px;
          background: #00AEBF;
          transition: 0.2s; }
        .subsection-content .subsection-list .subsection-item .subsection-link:hover {
          color: #00AEBF; }
          .subsection-content .subsection-list .subsection-item .subsection-link:hover::after {
            width: 100%; }
      .subsection-content .subsection-list .subsection-item.active .subsection-link {
        color: #282E34; }

.user__fix-bande {
  z-index: 999 !important; }

#site-chat-widget {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999; }
  #site-chat-widget .site-chat-widget-relative {
    position: relative;
    width: 100%;
    height: 100%; }
    #site-chat-widget .site-chat-widget-relative #site-chat-frame {
      height: 400px; }
    #site-chat-widget .site-chat-widget-relative #site-chat-close {
      position: absolute;
      top: -31px;
      right: 0;
      color: #fff !important;
      font-size: 22px;
      background: #623b2a;
      padding: 5px 12px; }

#site-chat {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 99999; }
  #site-chat .button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #f17757;
    border: 1px solid #e04e39;
    box-shadow: 7.31675px 7.31675px 9.14593px rgba(55, 84, 170, 0.1);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative; }
    #site-chat .button__svg {
      width: 38px;
      height: 34px; }
    #site-chat .button:before {
      content: "";
      border-radius: 1000px;
      min-width: calc(70px + 12px);
      min-height: calc(70px + 12px);
      border: 2px solid #e04e39;
      -webkit-box-shadow: 0 0 60px rgba(224, 78, 57, 0.64);
      box-shadow: 0 0 60px rgba(224, 78, 57, 0.64);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    #site-chat .button:hover, #site-chat .button:focus {
      color: #313133;
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px); }
    #site-chat .button:hover::before, #site-chat .button:focus::before {
      opacity: 1; }
    #site-chat .button:after {
      content: "";
      width: 30px;
      height: 30px;
      border-radius: 100%;
      border: 6px solid #e04e39;
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-animation: ring 1.5s infinite;
      animation: ring 1.5s infinite; }
    #site-chat .button:hover::after, #site-chat .button:focus::after {
      -webkit-animation: none;
      animation: none;
      display: none; }

@-webkit-keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1; }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0; } }

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1; }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0; } }

@media (max-width: 425px) {
  #site-chat {
    height: 56px;
    width: 56px; }
  #site-chat-widget {
    bottom: 50px !important; }
  .user__fix-bande {
    bottom: 50px !important; }
  .btn_f2 {
    bottom: 70px !important; } }

.statuses-documents-form {
  position: relative;
  max-width: 820px; }
  .statuses-documents-form .search-string {
    display: flex;
    flex-direction: row;
    box-sizing: border-box; }
    .statuses-documents-form .search-string .input {
      width: 100%;
      position: relative;
      box-sizing: border-box; }
      .statuses-documents-form .search-string .input input {
        font-family: "Lato";
        font-weight: 400;
        font-size: 26px;
        line-height: 120%;
        width: 100%;
        height: 64px;
        line-height: 64px;
        padding: 0 230px 0 24px;
        box-sizing: border-box;
        border: 0;
        border-radius: 8px;
        color: #929292; }
        .statuses-documents-form .search-string .input input::placeholder {
          color: #929292;
          opacity: 0.5; }
      .statuses-documents-form .search-string .input .cancel-button {
        display: none;
        cursor: pointer;
        position: absolute;
        top: 15px;
        background: none;
        border: none;
        width: 35px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border-radius: 50%;
        background: #00AEBF;
        transition: background 0.1s ease, color 0.1s ease; }
        .statuses-documents-form .search-string .input .cancel-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: relative;
          top: -1px;
          transition: background 0.1s ease, color 0.1s ease; }
        .statuses-documents-form .search-string .input .cancel-button:hover {
          background: #ffffff; }
          .statuses-documents-form .search-string .input .cancel-button:hover .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);
            background-image: url(images/cross-white.png); }
        .statuses-documents-form .search-string .input .cancel-button:active, .statuses-documents-form .search-string .input .cancel-button.nice-select.open {
          opacity: 0.7; }
      .statuses-documents-form .search-string .input:first-child {
        margin-right: 20px; }
        .statuses-documents-form .search-string .input:first-child input {
          padding-right: 50px; }
        .statuses-documents-form .search-string .input:first-child .cancel-button {
          right: 10px; }
      .statuses-documents-form .search-string .input:last-child .cancel-button {
        right: 140px; }
  .statuses-documents-form .search-buttons {
    position: absolute;
    top: 14px;
    right: 24px;
    display: flex;
    gap: 24px; }
  .statuses-documents-form .submit-button {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    height: 36px;
    line-height: 36px;
    padding: 0 16px; }
    .statuses-documents-form .submit-button:hover {
      background: #ffffff;
      color: #00567B; }
    .statuses-documents-form .submit-button:active, .statuses-documents-form .submit-button.nice-select.open {
      opacity: 0.7; }
    .statuses-documents-form .submit-button:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
    .statuses-documents-form .submit-button:disabled {
      color: #756d6a;
      cursor: auto;
      opacity: 0.5; }
      .statuses-documents-form .submit-button:disabled:hover {
        background: #00AEBF; }
      .statuses-documents-form .submit-button:disabled:active, .statuses-documents-form .submit-button.nice-select.open:disabled {
        opacity: 0.5; }

.checking-readiness-documents-list-container .example-body p {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px; }
  .checking-readiness-documents-list-container .example-body p strong {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block; }

.checking-readiness-documents-list-container .example-body .example-img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center; }

.checking-readiness-documents-list-container .example-body a {
  position: relative;
  color: #00567B;
  transition: color 0.2s ease;
  color: #ffffff; }
  .checking-readiness-documents-list-container .example-body a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0px;
    height: 1px;
    background: #00AEBF;
    transition: 0.2s; }
  .checking-readiness-documents-list-container .example-body a:hover {
    color: #00AEBF; }
    .checking-readiness-documents-list-container .example-body a:hover::after {
      width: 100%; }
  .checking-readiness-documents-list-container .example-body a:hover {
    color: #ffffff; }

#top-button,
.top-button-icon {
  transition: 0.3s; }

#top-button {
  display: flex;
  opacity: 0;
  border: none;
  width: 68px;
  height: 0px;
  position: fixed;
  bottom: -10px;
  right: 140px;
  transition: 0.3s; }
  #top-button.active {
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 68px;
    background: #FAFAFA;
    border-radius: 6px;
    z-index: 10;
    bottom: 50px;
    cursor: pointer; }
  #top-button .top-button-icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    width: 18px;
    height: 24px;
    background-color: #00AEBF;
    mask: url(/site-assets/images/icons/arrow-up.svg) center no-repeat;
    -webkit-mask: url(/site-assets/images/icons/arrow-up.svg) center no-repeat;
    display: block;
    margin: 20px auto; }
  #top-button:hover {
    background: #00AEBF; }
    #top-button:hover .top-button-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 18px;
      height: 24px;
      background-color: #00AEBF;
      mask: url(/site-assets/images/icons/arrow-up.svg) center no-repeat;
      -webkit-mask: url(/site-assets/images/icons/arrow-up.svg) center no-repeat;
      background-color: #fff;
      display: block;
      margin: 20px auto; }

/* Information */
.information.modal {
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-right: 20px;
  background: rgba(117, 109, 106, 0.5);
  z-index: 20;
  overflow: auto;
  transition: visibility 0.5s ease, background 0.5s ease; }
  .information.modal .modal-container {
    max-width: 592px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    width: 100%;
    padding: 100px 95px 90px 100px;
    margin: 24px 44px 24px 24px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    position: relative; }
    .information.modal .modal-container::-webkit-scrollbar {
      width: 0; }
  .information.modal .modal-cross {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 10;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    width: 21px;
    height: 21px;
    background-image: url(images/cross-gray.png);
    transition: filter 300ms ease-in-out; }
    .information.modal .modal-cross:hover {
      filter: brightness(70%);
      transition: filter 150ms ease-in-out; }
    .information.modal .modal-cross:active, .information.modal .modal-cross.nice-select.open {
      filter: brightness(40%);
      transition: filter 150ms ease-in-out; }
  .information.modal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 36px; }
  .information.modal .modal-header {
    font-family: "Lato";
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #2c2a29;
    text-align: center; }
  .information.modal .modal-body {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center; }
    .information.modal .modal-body * {
      font-size: 14px;
      line-height: 120%; }
    .information.modal .modal-body a {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      color: #e04e39; }
      .information.modal .modal-body a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .information.modal .modal-body a:hover {
        color: #00AEBF; }
        .information.modal .modal-body a:hover::after {
          width: 100%; }
  .information.modal .modal-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px; }
  .information.modal .modal-link a {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease; }
    .information.modal .modal-link a:hover {
      background: #ffffff;
      color: #00567B; }
    .information.modal .modal-link a:active, .information.modal .modal-link a.nice-select.open {
      opacity: 0.7; }
    .information.modal .modal-link a:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  @media screen and (max-width: 700px) {
    .information.modal .modal-container {
      max-width: unset; }
    .information.modal .modal-container {
      max-width: unset;
      padding: 80px 32px 72px;
      margin: 24px; }
    .information.modal .modal-cross {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 16px;
      height: 16px; } }

/* SURVEYS PAGE */
.surveys-page {
  margin-top: 10px;
  position: relative; }
  .surveys-page .cms-action-inline-panel {
    position: absolute;
    top: 0;
    right: 0; }
  .surveys-page .cols-container {
    display: flex; }
    .surveys-page .cols-container.left-empty {
      gap: 0px; }
      .surveys-page .cols-container.left-empty .page-left-col {
        width: 0px;
        padding: 0px;
        margin: 0px; }
        .surveys-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
          position: relative; }
          .surveys-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
            position: absolute;
            transform: translateX(-100%); }
    .surveys-page .cols-container .page-left-col {
      position: relative;
      width: 220px;
      padding-top: 56px;
      padding-right: 50px; }
      .surveys-page .cols-container .page-left-col .col-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FAFAFA;
        opacity: 0.5; }
      .surveys-page .cols-container .page-left-col .col-content {
        position: relative; }
      .surveys-page .cols-container .page-left-col .sticky-block {
        width: 220px; }
    .surveys-page .cols-container .page-right-col {
      flex: 1;
      width: 100%; }
    .surveys-page .cols-container .page-left-col {
      padding-top: 48px; }
    .surveys-page .cols-container .page-right-col {
      display: flex;
      flex-direction: column;
      gap: 48px; }
  .surveys-page .page-caption h1,
  .surveys-page .page-caption h2 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 36px;
    line-height: 120%; }
  .surveys-page .page-caption h1 {
    font-family: "Lato";
    font-weight: 600; }
  .surveys-page .survey-active p {
    color: #929292; }
  .surveys-page .survey-content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .surveys-page .survey-content p {
      font-family: "Lato";
      font-weight: 600;
      font-size: 26px;
      line-height: 120%;
      color: #2c2a29; }
    .surveys-page .survey-content .survey-voices {
      color: #929292; }
    .surveys-page .survey-content .options {
      padding: 15px 0;
      position: relative; }
      .surveys-page .survey-content .options.active {
        color: #FAFAFA;
        background-color: #00AEBF;
        text-align: center;
        border-radius: 6px;
        display: block;
        text-decoration: none; }
      .surveys-page .survey-content .options.finished {
        display: flex;
        justify-content: space-between; }
      .surveys-page .survey-content .options .percentage {
        font-family: "Lato";
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        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: 10px;
          height: 8px;
          background-image: url(images/check-red.png);
          position: absolute;
          left: -20px;
          bottom: 6px; }
      .surveys-page .survey-content .options .progressbar {
        width: 100%;
        height: 8px;
        background-color: #FAFAFA;
        border-radius: 6px;
        position: absolute;
        bottom: 0;
        overflow: hidden; }
        .surveys-page .survey-content .options .progressbar span {
          display: block;
          height: 100%;
          background-color: #e04e39; }
  .surveys-page .survey-buttons {
    display: flex;
    justify-content: space-between; }
    .surveys-page .survey-buttons a {
      color: #FAFAFA;
      background-color: #00AEBF;
      text-align: center;
      border-radius: 6px;
      padding: 15px 24px; }
    .surveys-page .survey-buttons .inactive {
      color: #929292;
      background-color: #FAFAFA;
      text-align: center;
      border-radius: 6px;
      padding: 15px 24px; }
  @media screen and (max-width: 1280px) {
    .surveys-page .cols-container .page-left-col {
      width: 0;
      padding: 0; } }
  .surveys-page .csv-button {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease; }
    .surveys-page .csv-button:hover {
      background: #ffffff;
      color: #00567B; }
    .surveys-page .csv-button:active, .surveys-page .csv-button.nice-select.open {
      opacity: 0.7; }
    .surveys-page .csv-button:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  .surveys-page .survey-date-relults .page-form .form-title {
    display: none; }
  .surveys-page .survey-date-relults .page-form .validatable-form {
    display: flex; }
    .surveys-page .survey-date-relults .page-form .validatable-form .form-title {
      display: none; }
    .surveys-page .survey-date-relults .page-form .validatable-form .form-field {
      position: relative;
      width: 100%;
      margin-bottom: 20px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-error .form-label {
        color: #e04e39; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-error .form-control .form-input,
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-error .form-control textarea,
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-error .form-control select,
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-error .form-control .styled-select .select-button {
        border-color: #e04e39; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-label {
        display: block;
        margin-bottom: 10px;
        color: #929292; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checklist .form-label {
        display: inline-block;
        margin-bottom: 20px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement {
        display: flex;
        align-items: center;
        margin-bottom: 18px; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox label,
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox label button, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement label,
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement label button {
          font-family: "Lato";
          font-weight: 400;
          font-size: 16px;
          line-height: 140%;
          color: #756d6a;
          cursor: pointer; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox label button, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement label button {
          text-decoration: underline; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox .item-checkbox, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement .item-checkbox {
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          background: #fff no-repeat center center;
          background-size: 62%;
          border-radius: 3px;
          overflow: hidden;
          border: 2px solid #00AEBF;
          flex: none;
          margin-right: 10px; }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox .item-checkbox:hover, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement .item-checkbox:hover {
            border-color: #e04e39;
            background-image: url(images/check-red-with-border.png); }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox .item-checkbox.checked, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement .item-checkbox.checked {
            background-color: #e04e39;
            background-image: url(images/check-white.png) !important;
            border-color: #e04e39; }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox .item-checkbox input, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement .item-checkbox input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer; }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox .item-checkbox.checked + label, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement .item-checkbox.checked + label {
            color: #2c2a29; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox:hover .item-checkbox, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement:hover .item-checkbox {
          border-color: #e04e39;
          background-image: url(images/check-red-with-border.png); }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox.error .item-checkbox, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement.error .item-checkbox {
          border: 2px solid #ffffff;
          box-sizing: border-box; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-checkbox .form-label, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement .form-label {
          vertical-align: top; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-agreement {
        margin: 40px 0; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-select .form-label {
        display: none; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-name-address-street {
        width: 173px;
        margin-right: 10px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-name-address-house {
        width: 96px;
        margin-right: 10px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-name-address-section {
        width: 95px;
        margin-right: 10px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-name-address-room {
        width: 98px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search {
        position: relative; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-input {
          position: relative;
          width: 100%;
          height: 56px;
          padding: 0 46px 0 16px;
          box-sizing: border-box;
          border-radius: 8px;
          border: 1px solid #e8e8ea; }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-input .select-button {
            background: none;
            border: none;
            position: absolute;
            top: 0;
            right: 0;
            width: 46px;
            height: 100%; }
            .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-input .select-button .button-icon {
              display: inline-block;
              background-size: contain;
              background-repeat: no-repeat;
              image-rendering: -webkit-optimize-contrast;
              width: 8px;
              height: 13px;
              background-image: url(images/cor-right-brown.png);
              position: absolute;
              top: 23px;
              right: 16px;
              width: 8px;
              height: 13px;
              transform: rotate(90deg);
              filter: grayscale(100%);
              opacity: 0.6; }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-input .input-control {
            border: 0;
            background: none;
            width: 100%;
            padding: 0;
            height: 100%; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-dropdown {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          background: #fff;
          margin-top: 2px;
          padding: 4px 0;
          z-index: 2;
          box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-dropdown .not-found-message {
            padding: 16px; }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-dropdown .dropdown-item {
            width: 100%;
            line-height: 22px;
            padding: 16px;
            color: #756d6a;
            text-align: left; }
            .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-dropdown .dropdown-item:hover {
              background: #FAFAFA; }
            .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-search .filter-dropdown .dropdown-item.active {
              display: block; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-button {
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-button:hover {
          background: #ffffff;
          color: #00567B; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-button:active, .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-button.nice-select.open {
          opacity: 0.7; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-button:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-button-inactive {
          color: #929292;
          background-color: #FAFAFA;
          text-align: center;
          border-radius: 6px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-checkbox {
        display: inline-block; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field .form-checkbox input {
          display: block; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-text, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-textarea, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-email {
        padding-top: 25px; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-text .form-label, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-textarea .form-label, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-email .form-label {
          position: absolute;
          left: 17px;
          top: 42px;
          transition: top 0.2s ease, left 0.2s ease; }
          .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-text .form-label.move-over, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-textarea .form-label.move-over, .surveys-page .survey-date-relults .page-form .validatable-form .form-field.field-type-email .form-label.move-over {
            top: 0;
            left: 0; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.invalid .form-input {
        border: 1px solid #e04e39; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.invalid textarea {
        border: 1px solid #e04e39; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.invalid .input-message {
        font-size: 14px;
        line-height: 120%;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        color: #e04e39; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.valid .form-input {
        border: 1px solid #c79b65; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-field.valid .input-message {
        font-size: 14px;
        line-height: 120%;
        display: inline-block;
        margin-top: 8px;
        color: #c79b65; }
    .surveys-page .survey-date-relults .page-form .validatable-form .field-name-email {
      display: none; }
    .surveys-page .survey-date-relults .page-form .validatable-form div[class*="field-name-address-"] {
      display: none; }
    .surveys-page .survey-date-relults .page-form .validatable-form .form-control {
      position: relative; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-control .form-input,
      .surveys-page .survey-date-relults .page-form .validatable-form .form-control textarea,
      .surveys-page .survey-date-relults .page-form .validatable-form .form-control select {
        width: 100%;
        height: 56px;
        line-height: 56px;
        padding: 0 16px;
        background: none;
        border: 1px solid #e8e8ea;
        outline: none;
        box-sizing: border-box;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-control textarea {
        resize: none;
        height: 126px;
        padding: 17px 16px;
        line-height: 20px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-control select {
        cursor: pointer; }
    .surveys-page .survey-date-relults .page-form .validatable-form .file-loader {
      display: flex;
      flex-direction: row; }
      .surveys-page .survey-date-relults .page-form .validatable-form .file-loader label {
        margin-right: 20px;
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease; }
        .surveys-page .survey-date-relults .page-form .validatable-form .file-loader label:hover {
          background: #ffffff;
          color: #00567B; }
        .surveys-page .survey-date-relults .page-form .validatable-form .file-loader label:active, .surveys-page .survey-date-relults .page-form .validatable-form .file-loader label.nice-select.open {
          opacity: 0.7; }
        .surveys-page .survey-date-relults .page-form .validatable-form .file-loader label:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
      .surveys-page .survey-date-relults .page-form .validatable-form .file-loader .files-button {
        flex: none; }
      .surveys-page .survey-date-relults .page-form .validatable-form .file-loader .chosen-container {
        display: inline-block;
        margin: auto; }
        .surveys-page .survey-date-relults .page-form .validatable-form .file-loader .chosen-container span {
          display: inline-block;
          color: #929292; }
    .surveys-page .survey-date-relults .page-form .validatable-form .form-errors-list {
      position: relative;
      margin-bottom: 30px; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-errors-list .error-item {
        margin-bottom: 8px;
        color: #e04e39; }
        .surveys-page .survey-date-relults .page-form .validatable-form .form-errors-list .error-item:last-child {
          margin-bottom: 0; }
    .surveys-page .survey-date-relults .page-form .validatable-form .form-messages-list .message-item {
      margin-bottom: 8px;
      color: #2c2a29; }
      .surveys-page .survey-date-relults .page-form .validatable-form .form-messages-list .message-item:last-child {
        margin-bottom: 0; }
    .surveys-page .survey-date-relults .page-form .validatable-form .field-name-send {
      white-space: nowrap;
      margin-top: 32px; }
    .surveys-page .survey-date-relults .page-form .validatable-form .field-name-id {
      display: none; }
    .surveys-page .survey-date-relults .page-form .validatable-form .field-type-date {
      margin-right: 25px; }
  .surveys-page .survey-date-relults .reset-filter {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    margin-bottom: 15px; }
    .surveys-page .survey-date-relults .reset-filter:hover {
      background: #ffffff;
      color: #00567B; }
    .surveys-page .survey-date-relults .reset-filter:active, .surveys-page .survey-date-relults .reset-filter.nice-select.open {
      opacity: 0.7; }
    .surveys-page .survey-date-relults .reset-filter:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  .surveys-page .survey-date-relults p {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%; }
  .surveys-page .survey-date-relults .options {
    padding: 15px 0;
    position: relative; }
    .surveys-page .survey-date-relults .options.active {
      color: #FAFAFA;
      background-color: #00AEBF;
      text-align: center;
      border-radius: 6px;
      display: block;
      text-decoration: none; }
    .surveys-page .survey-date-relults .options.finished {
      display: flex;
      justify-content: space-between; }
    .surveys-page .survey-date-relults .options .percentage {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      position: relative; }
      .surveys-page .survey-date-relults .options .percentage .selected {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 10px;
        height: 8px;
        background-image: url(images/check-red.png);
        position: absolute;
        left: -20px;
        bottom: 6px; }
    .surveys-page .survey-date-relults .options .progressbar {
      width: 100%;
      height: 8px;
      background-color: #FAFAFA;
      border-radius: 6px;
      position: absolute;
      bottom: 0;
      overflow: hidden; }
      .surveys-page .survey-date-relults .options .progressbar span {
        display: block;
        height: 100%;
        background-color: #e04e39; }

.surveys-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 48px; }
  .surveys-list .surveys-card {
    display: inline-block;
    width: 295px;
    vertical-align: top;
    height: 173px;
    position: relative; }
    .surveys-list .surveys-card span {
      display: block; }
    .surveys-list .surveys-card .plate-top-line {
      height: 3px;
      border-radius: 2px;
      background: #ffffff; }
    .surveys-list .surveys-card .plate-container {
      padding: 24px;
      background: #fff;
      border-radius: 3px 3px 6px 6px;
      transition: background 0.1s ease, box-shadow 0.1s ease; }
    .surveys-list .surveys-card .plate-date {
      color: #ffffff;
      margin-bottom: 18px; }
    .surveys-list .surveys-card .plate-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      margin-bottom: 18px; }
    .surveys-list .surveys-card .plate-annotation {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      font-size: 14px;
      line-height: 120%;
      display: inline-block; }
      .surveys-list .surveys-card .plate-annotation::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .surveys-list .surveys-card .plate-annotation:hover {
        color: #00AEBF; }
        .surveys-list .surveys-card .plate-annotation:hover::after {
          width: 100%; }
    .surveys-list .surveys-card.user-complete .plate-top-line {
      background: #929292; }
    .surveys-list .surveys-card.user-complete .plate-date {
      color: #929292; }
    .surveys-list .surveys-card:hover .plate-container {
      box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
    .surveys-list .surveys-card:hover .plate-annotation {
      color: #00AEBF; }
      .surveys-list .surveys-card:hover .plate-annotation::after {
        width: 100%; }
    @media screen and (max-width: 700px) {
      .surveys-list .surveys-card {
        width: 250px; }
        .surveys-list .surveys-card .plate-date,
        .surveys-list .surveys-card .plate-caption {
          font-size: 16px;
          line-height: 140%; } }
    .surveys-list .surveys-card .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }

.municipalities ::-webkit-scrollbar {
  margin-bottom: 10px;
  height: 6px;
  width: 6px; }

.municipalities ::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(250, 250, 250, 0.5); }

.municipalities ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(146, 146, 146, 0.5); }

.municipalities .widget-title {
  font-family: "Lato";
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 54px;
  position: relative; }
  .municipalities .widget-title .cms-action-inline-panel {
    position: absolute;
    top: -25px;
    left: 150px; }

.municipalities .filter-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px; }
  .municipalities .filter-wrapper .office-page-caption {
    font-size: 14px;
    line-height: 120%; }
  .municipalities .filter-wrapper .offices-filter {
    position: unset !important; }

.municipalities .municipalities-title {
  margin-top: 30px;
  margin-bottom: 0 !important;
  position: relative; }
  .municipalities .municipalities-title .cms-action-inline-panel {
    position: absolute;
    top: 0;
    right: 0; }

.municipalities #tab-others {
  position: relative;
  display: none !important; }
  .municipalities #tab-others .widget-filter {
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px; }
    .municipalities #tab-others .widget-filter .filter-container {
      position: relative; }
    .municipalities #tab-others .widget-filter .filter-input {
      position: relative;
      width: 100%;
      height: 36px;
      padding: 0 46px;
      box-sizing: border-box;
      border-radius: 8px;
      background: #FAFAFA; }
      .municipalities #tab-others .widget-filter .filter-input .input-icon {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 20px;
        height: 20px;
        background-image: url(images/map-marker.png);
        position: absolute;
        top: 8px;
        left: 17px; }
      .municipalities #tab-others .widget-filter .filter-input .select-button {
        background: none;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 46px;
        height: 100%; }
        .municipalities #tab-others .widget-filter .filter-input .select-button .button-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 8px;
          height: 13px;
          background-image: url(images/cor-right-brown.png);
          position: absolute;
          top: 13px;
          right: 16px;
          width: 8px;
          height: 13px;
          transform: rotate(90deg);
          filter: grayscale(100%);
          opacity: 0.6; }
      .municipalities #tab-others .widget-filter .filter-input .input-control {
        border: 0;
        background: none;
        width: 100%;
        padding: 0;
        height: 100%; }
    .municipalities #tab-others .widget-filter .filter-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      margin-top: 2px;
      padding: 4px 0;
      z-index: 2;
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .municipalities #tab-others .widget-filter .filter-dropdown .dropdown-item {
        display: none;
        width: 100%;
        line-height: 22px;
        padding: 8px 18px;
        color: #756d6a;
        text-align: left; }
        .municipalities #tab-others .widget-filter .filter-dropdown .dropdown-item:hover {
          background: #FAFAFA; }
        .municipalities #tab-others .widget-filter .filter-dropdown .dropdown-item.active {
          display: block; }

.municipalities .municipalities-container {
  position: relative;
  box-sizing: border-box; }
  .municipalities .municipalities-container .tabs {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 42px 0 30px 0;
    overflow-x: auto;
    scrollbar-color: rgba(146, 146, 146, 0.5) rgba(250, 250, 250, 0.5);
    scrollbar-width: 6px; }
    .municipalities .municipalities-container .tabs .tab-item {
      padding: 6px 16px 8px;
      border-radius: 8px;
      line-height: 130%;
      display: inline-grid;
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
      align-items: center;
      cursor: pointer;
      white-space: nowrap;
      margin-right: 24px;
      color: #FAFAFA; }
      .municipalities .municipalities-container .tabs .tab-item.active {
        background-color: #f4eadf; }
      .municipalities .municipalities-container .tabs .tab-item:after {
        content: "";
        background-image: url(images/arrow-down.png);
        background-repeat: no-repeat;
        width: 14px;
        height: 8px; }
      .municipalities .municipalities-container .tabs .tab-item.active:after {
        transform: rotate(180deg); }
    .municipalities .municipalities-container .tabs .cms-container {
      position: relative; }
      .municipalities .municipalities-container .tabs .cms-container .cms-action-panel {
        position: absolute;
        top: -25px;
        right: 45px; }
  .municipalities .municipalities-container .tabs-data {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-height: 300px;
    overflow-y: auto; }
    .municipalities .municipalities-container .tabs-data .tabs-data-item {
      font-size: 14px;
      line-height: 120%;
      display: flex;
      align-items: baseline;
      padding: 10px 5px;
      margin-left: 55px;
      cursor: pointer;
      position: relative; }
      .municipalities .municipalities-container .tabs-data .tabs-data-item .span {
        font-family: "Lato";
        font-weight: 600;
        color: #756d6a; }
      .municipalities .municipalities-container .tabs-data .tabs-data-item .city-bold {
        font-family: "Lato";
        font-weight: 600;
        display: inline-block;
        color: #756d6a;
        font-size: 14px;
        line-height: 120%;
        margin-right: 12px; }
      .municipalities .municipalities-container .tabs-data .tabs-data-item .city-first-letter {
        font-family: "Lato";
        font-weight: 600;
        display: inline-block;
        color: #756d6a;
        font-size: 26px;
        line-height: 120%;
        margin-right: 30px;
        position: absolute;
        left: -55px; }

/* OFFICE CARD */
.office-card {
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  margin-bottom: 60px; }
  .office-card .cms-action-panel {
    position: absolute;
    left: -25px;
    top: -25px; }
  .office-card h1 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 36px;
    line-height: 120%; }
  .office-card .office-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px; }
    .office-card .office-content .office-contacts {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .office-card .office-content .office-contacts a {
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease; }
        .office-card .office-content .office-contacts a:hover {
          background: #ffffff;
          color: #00567B; }
        .office-card .office-content .office-contacts a:active, .office-card .office-content .office-contacts a.nice-select.open {
          opacity: 0.7; }
        .office-card .office-content .office-contacts a:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
    .office-card .office-content-caption {
      font-size: 14px;
      line-height: 120%;
      display: block;
      margin-bottom: 12px; }
    .office-card .office-content-phone {
      font-family: "Lato";
      font-weight: 600;
      display: inline-block;
      color: #756d6a; }
    .office-card .office-content p {
      font-family: "Lato";
      font-weight: 600;
      line-height: 22.4px; }

.files-list .files-item {
  margin-bottom: 24px; }
  .files-list .files-item a {
    position: relative;
    display: inline-block; }
    .files-list .files-item a .item-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 36px;
      height: 36px;
      background-image: url(/site-assets/css/themes/base/base/images/file.png);
      position: absolute;
      top: 0;
      left: 0;
      filter: grayscale(100%);
      opacity: 0.6;
      transition: filter 0.2s ease, opacity 0.2s ease; }
    .files-list .files-item a .item-text {
      position: relative;
      color: #00567B;
      transition: color 0.2s ease;
      display: block;
      margin-left: 48px;
      padding-top: 6px; }
      .files-list .files-item a .item-text::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0px;
        height: 1px;
        background: #00AEBF;
        transition: 0.2s; }
      .files-list .files-item a .item-text:hover {
        color: #00AEBF; }
        .files-list .files-item a .item-text:hover::after {
          width: 100%; }
    .files-list .files-item a:hover:after {
      width: 0; }
    .files-list .files-item a:hover .item-icon {
      filter: none;
      opacity: 1; }
    .files-list .files-item a:hover .item-text {
      color: #00AEBF; }
      .files-list .files-item a:hover .item-text::after {
        width: 100%; }

/* PERSONAL DATA PROCESSING WIDGET */
.personal-data-processing-widget {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  background: #fff;
  z-index: 5;
  box-shadow: 0px 10px 30px rgba(44, 42, 41, 0.1), 0px 10px 20px rgba(44, 42, 41, 0.05); }
  .personal-data-processing-widget .widget-limiter {
    width: 1240px;
    margin: 0 auto; }
  .personal-data-processing-widget .widget-text {
    margin-bottom: 18px; }
  .personal-data-processing-widget .widget-button button {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    background: #00AEBF;
    color: #fff;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px; }
    .personal-data-processing-widget .widget-button button:hover {
      background: #ffffff;
      color: #00567B; }
    .personal-data-processing-widget .widget-button button:active, .personal-data-processing-widget .widget-button button.nice-select.open {
      opacity: 0.7; }
    .personal-data-processing-widget .widget-button button:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  .personal-data-processing-widget a {
    text-decoration: underline;
    color: #00AEBF; }

.personal-data-processing-popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  background: transparent;
  z-index: 20;
  overflow: auto;
  transition: visibility 0.5s ease, background 0.5s ease; }
  .personal-data-processing-popup .popup-container {
    position: relative;
    top: 100%;
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    transition: top 0.5s ease; }
  .personal-data-processing-popup .popup-content {
    max-width: 925px;
    margin: 0 auto;
    padding: 90px 0; }
  .personal-data-processing-popup .popup-close-button {
    position: absolute;
    top: 31px;
    right: 30px;
    width: 36px;
    height: 36px;
    color: #929292;
    font-size: 40px;
    font-family: tahoma;
    z-index: 10; }
  .personal-data-processing-popup.open {
    visibility: visible;
    background: rgba(117, 109, 106, 0.5); }
    .personal-data-processing-popup.open .popup-container {
      top: 0; }
  .personal-data-processing-popup p {
    margin-bottom: 20px; }
  .personal-data-processing-popup .content-header {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 40px; }
  .personal-data-processing-popup .content-note {
    font-size: 14px;
    line-height: 120%; }
  .personal-data-processing-popup .content-spacer {
    height: 20px; }
  .personal-data-processing-popup .content-caption {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%; }
  .personal-data-processing-popup .content-accent {
    color: #ffffff; }
  .personal-data-processing-popup .content-links-list a {
    position: relative;
    color: #00567B;
    transition: color 0.2s ease;
    color: #ffffff; }
    .personal-data-processing-popup .content-links-list a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 0px;
      height: 1px;
      background: #00AEBF;
      transition: 0.2s; }
    .personal-data-processing-popup .content-links-list a:hover {
      color: #00AEBF; }
      .personal-data-processing-popup .content-links-list a:hover::after {
        width: 100%; }
  .personal-data-processing-popup .content-links-list .delim {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 0 20px;
    background: #00AEBF;
    border-radius: 50%;
    vertical-align: middle; }
  .personal-data-processing-popup .content-nomargin {
    margin-bottom: 20px; }
    .personal-data-processing-popup .content-nomargin p {
      margin-bottom: 0; }
  .personal-data-processing-popup .content-header {
    line-height: 120%; }
  .personal-data-processing-popup .content-caption {
    font-size: 18px;
    line-height: 120%; }

/* MANAGEMENT PAGE */
.management-page .page-right-col {
  position: relative; }
  .management-page .page-right-col .cms-action-inline-panel {
    position: absolute;
    top: 0;
    right: 0; }

.management-page .page-caption h1 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 48px; }

.management-page .management-list span {
  display: block; }

.management-page .management-list .management-plate {
  position: relative; }
  .management-page .management-list .management-plate .cms-action-inline-panel {
    position: absolute;
    top: 20px;
    right: 0; }
    .management-page .management-list .management-plate .cms-action-inline-panel span {
      display: inline-block; }
  .management-page .management-list .management-plate .manager-plate {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #929292;
    width: 100%; }
    .management-page .management-list .management-plate .manager-plate .plate-image {
      width: 350px;
      height: 445px;
      margin: 24px 0;
      border-radius: 6px;
      overflow: hidden; }
      .management-page .management-list .management-plate .manager-plate .plate-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .management-page .management-list .management-plate .manager-plate .plate-image .default-image {
        width: 100%;
        height: 100%;
        background: url(images/manager-default.png) no-repeat center;
        background-size: cover; }
    .management-page .management-list .management-plate .manager-plate .manager-plate-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1;
      padding-left: 36px;
      position: relative; }
      .management-page .management-list .management-plate .manager-plate .manager-plate-content .manager-post {
        font-size: 14px;
        line-height: 120%;
        color: #756d6a;
        margin-bottom: 16px; }
      .management-page .management-list .management-plate .manager-plate .manager-plate-content .manager-name {
        font-family: "Lato";
        font-weight: 600;
        font-size: 26px;
        line-height: 120%; }
      .management-page .management-list .management-plate .manager-plate .manager-plate-content .cms-action-inline-panel {
        position: absolute;
        top: 60px;
        right: 0; }
        .management-page .management-list .management-plate .manager-plate .manager-plate-content .cms-action-inline-panel span {
          display: inline-block !important; }
      .management-page .management-list .management-plate .manager-plate .manager-plate-content .cms-action-panel {
        position: absolute;
        top: 45%;
        right: 0; }

.management-page .employees-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px 99px;
  border-bottom: 1px solid #929292;
  padding-top: 24px;
  padding-bottom: 24px; }
  .management-page .employees-list .employee-plate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 157px;
    position: relative; }
    .management-page .employees-list .employee-plate .cms-action-panel {
      position: absolute; }
    .management-page .employees-list .employee-plate .plate-image {
      height: 200px;
      border-radius: 6px;
      overflow: hidden; }
      .management-page .employees-list .employee-plate .plate-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .management-page .employees-list .employee-plate .plate-image .default-image {
        width: 100%;
        height: 100%;
        background: url(images/manager-default.png) no-repeat center;
        background-size: cover; }
    .management-page .employees-list .employee-plate .employee-name {
      margin: 14px 0 8px; }
    .management-page .employees-list .employee-plate .employee-post {
      font-size: 14px;
      line-height: 120%;
      color: #756d6a; }

.management-page .departments-list {
  margin-bottom: 24px; }
  .management-page .departments-list .department-plate {
    position: relative; }
    .management-page .departments-list .department-plate .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
    .management-page .departments-list .department-plate .department-button {
      font-family: "Lato";
      font-weight: 600;
      font-size: 26px;
      line-height: 120%;
      color: #756d6a;
      padding: 22px 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .management-page .departments-list .department-plate .department-button .button-icon-container {
        position: relative;
        width: 48px;
        height: 48px;
        background: #00AEBF;
        border-radius: 50%;
        transition: background 0.2s ease;
        display: flex;
        justify-content: center;
        align-items: center; }
        .management-page .departments-list .department-plate .department-button .button-icon-container .button-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 8px;
          height: 13px;
          background-image: url(images/cor-right-brown.png);
          width: 11px;
          height: 19px;
          position: absolute;
          transform: rotate(-90deg);
          transition: transform 0.2s ease; }
    .management-page .departments-list .department-plate .employees-list {
      padding-top: 0; }
    .management-page .departments-list .department-plate.collapse .department-button {
      border-bottom: 1px solid #929292; }
      .management-page .departments-list .department-plate.collapse .department-button .button-icon-container {
        background: none;
        border: 1px solid #929292; }
        .management-page .departments-list .department-plate.collapse .department-button .button-icon-container .button-icon {
          transform: rotate(90deg); }
    .management-page .departments-list .department-plate.collapse .employees-list {
      display: none; }

/* STORIES PAGE */
.stories-page .page-caption h1 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 36px;
  line-height: 120%; }

.stories-page .page-right-col {
  display: flex;
  flex-direction: column; }
  .stories-page .page-right-col .widget-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 48px 24px; }

/* ADS ITEM PAGE */
.ads-item-page .cols-container {
  display: flex; }
  .ads-item-page .cols-container.left-empty {
    gap: 0px; }
    .ads-item-page .cols-container.left-empty .page-left-col {
      width: 0px;
      padding: 0px;
      margin: 0px; }
      .ads-item-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
        position: relative; }
        .ads-item-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
          position: absolute;
          transform: translateX(-100%); }
  .ads-item-page .cols-container .page-left-col {
    position: relative;
    width: 220px;
    padding-top: 56px;
    padding-right: 50px; }
    .ads-item-page .cols-container .page-left-col .col-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #FAFAFA;
      opacity: 0.5; }
    .ads-item-page .cols-container .page-left-col .col-content {
      position: relative; }
    .ads-item-page .cols-container .page-left-col .sticky-block {
      width: 220px; }
  .ads-item-page .cols-container .page-right-col {
    flex: 1;
    width: 100%; }
  .ads-item-page .cols-container .page-left-col {
    width: 262px; }
  .ads-item-page .cols-container .page-right-col {
    position: relative; }
    .ads-item-page .cols-container .page-right-col .cms-action-panel {
      position: absolute;
      left: -30px;
      top: -30px; }

.ads-item-page .page-caption {
  margin-bottom: 48px; }
  .ads-item-page .page-caption h1,
  .ads-item-page .page-caption h2 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 36px;
    line-height: 120%; }

/* DOCS PAGE */
.docs-page .cols-container {
  display: flex; }
  .docs-page .cols-container.left-empty {
    gap: 0px; }
    .docs-page .cols-container.left-empty .page-left-col {
      width: 0px;
      padding: 0px;
      margin: 0px; }
      .docs-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
        position: relative; }
        .docs-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
          position: absolute;
          transform: translateX(-100%); }
  .docs-page .cols-container .page-left-col {
    position: relative;
    width: 220px;
    padding-top: 56px;
    padding-right: 50px; }
    .docs-page .cols-container .page-left-col .col-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #FAFAFA;
      opacity: 0.5; }
    .docs-page .cols-container .page-left-col .col-content {
      position: relative; }
    .docs-page .cols-container .page-left-col .sticky-block {
      width: 220px; }
  .docs-page .cols-container .page-right-col {
    flex: 1;
    width: 100%; }

.docs-page .page-header-plate {
  position: relative;
  margin-bottom: 35px; }
  .docs-page .page-header-plate .plate-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(358.98deg, #e04d39 15.53%, rgba(224, 78, 57, 0.85) 76.86%); }
  .docs-page .page-header-plate .plate-content {
    position: relative;
    padding: 69px 45px 45px 45px; }
  .docs-page .page-header-plate .page-caption {
    margin-bottom: 48px; }
    .docs-page .page-header-plate .page-caption h1,
    .docs-page .page-header-plate .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%;
      color: #00567B; }

.docs-page .filter-mobile {
  display: none;
  padding-bottom: 30px; }
  .docs-page .filter-mobile .filter-mobile-header,
  .docs-page .filter-mobile a {
    padding: 16px 19px 15px 15px;
    display: flex;
    justify-content: space-between; }
  .docs-page .filter-mobile .filter-mobile-header {
    display: none;
    background-color: #FAFAFA;
    margin-bottom: 19px; }
    .docs-page .filter-mobile .filter-mobile-header .filter-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 18px;
      height: 18px;
      background-image: url(images/filter-black.png);
      width: 14px;
      height: 14px;
      opacity: 0.8; }
  .docs-page .filter-mobile a .cancel-button {
    width: 24px;
    height: 24px;
    background-color: #e04e39;
    border-radius: 50%;
    text-align: center; }
    .docs-page .filter-mobile a .cancel-button .cancel-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);
      background-image: url(images/cross-white.png); }
  .docs-page .filter-mobile .filter-header {
    display: none !important; }
  .docs-page .filter-mobile.hidden a {
    display: none; }
  .docs-page .filter-mobile.hidden .filter-mobile-header {
    display: flex; }

.docs-page .page-container {
  padding: 0 0 150px 45px; }

.docs-page .services-sort-panel {
  margin-bottom: 42px; }

.docs-page .services-list {
  margin-bottom: 84px; }

.docs-page .filter-mobile.hidden .docs-categories-filter {
  display: none; }

.docs-page .docs-categories-filter {
  margin-bottom: 40px; }
  .docs-page .docs-categories-filter ::-webkit-scrollbar {
    width: 6px; }
  .docs-page .docs-categories-filter ::-webkit-scrollbar-track {
    border-radius: 6px;
    background: rgba(250, 250, 250, 0.5); }
  .docs-page .docs-categories-filter ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(146, 146, 146, 0.5); }
  .docs-page .docs-categories-filter .filter-header {
    display: flex;
    margin-bottom: 36px; }
    .docs-page .docs-categories-filter .filter-header .header-title {
      font-size: 14px;
      line-height: 120%; }
      .docs-page .docs-categories-filter .filter-header .header-title .title-icon {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 18px;
        height: 18px;
        background-image: url(images/filter-black.png);
        width: 14px;
        height: 14px;
        margin-right: 12px;
        opacity: 0.8; }
    .docs-page .docs-categories-filter .filter-header .header-button {
      background: none;
      border: none;
      font-size: 14px;
      line-height: 120%;
      color: #929292;
      margin-left: auto; }
  .docs-page .docs-categories-filter .filter-categories .category-item .item-button, .docs-page .docs-categories-filter .filter-categories .category-item .item-header {
    background: none;
    border: none;
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    display: block;
    width: 100%;
    position: relative;
    text-align: left; }
    .docs-page .docs-categories-filter .filter-categories .category-item .item-button .button-icon, .docs-page .docs-categories-filter .filter-categories .category-item .item-header .button-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 26px;
      height: 15px;
      background-image: url(images/cor-up-black.png);
      width: 13px;
      height: 8px;
      position: absolute;
      top: 7px;
      right: 0;
      transition: transform 0.2s ease; }
  .docs-page .docs-categories-filter .filter-categories .category-item .item-header {
    line-height: 21.6px;
    margin-bottom: 38px; }
    .docs-page .docs-categories-filter .filter-categories .category-item .item-header .button-icon {
      rotate: 90deg; }
  .docs-page .docs-categories-filter .filter-categories .category-item .item-button-modal {
    cursor: pointer; }
  .docs-page .docs-categories-filter .filter-categories .category-item .item-categories {
    max-height: 186px;
    overflow-y: auto;
    scrollbar-color: rgba(146, 146, 146, 0.5) rgba(250, 250, 250, 0.5);
    scrollbar-width: 6px;
    padding-left: 10px;
    margin: 20px 0 16px -10px;
    transition: padding 0.2s ease; }
    .docs-page .docs-categories-filter .filter-categories .category-item .item-categories .category-item .item-button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      padding-left: 40px; }
      .docs-page .docs-categories-filter .filter-categories .category-item .item-categories .category-item .item-button .button-icon-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: #00AEBF;
        border-radius: 50%;
        transition: background 0.2s ease; }
        .docs-page .docs-categories-filter .filter-categories .category-item .item-categories .category-item .item-button .button-icon-container .button-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 8px;
          height: 13px;
          background-image: url(images/cor-right-brown.png);
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -7px 0 0 -4px;
          transform: rotate(-90deg); }
    .docs-page .docs-categories-filter .filter-categories .category-item .item-categories .category-item.collapse .item-button .button-icon-container {
      background: none; }
      .docs-page .docs-categories-filter .filter-categories .category-item .item-categories .category-item.collapse .item-button .button-icon-container .button-icon {
        transform: rotate(90deg); }
  .docs-page .docs-categories-filter .filter-categories .category-item.collapse {
    margin-bottom: 20px; }
    .docs-page .docs-categories-filter .filter-categories .category-item.collapse .item-button .button-icon {
      transform: rotate(180deg); }
    .docs-page .docs-categories-filter .filter-categories .category-item.collapse .item-categories {
      height: 0;
      padding-top: 0;
      padding-bottom: 0; }
  .docs-page .docs-categories-filter .filter-categories .category-item.hidden-category-item .item-categories {
    display: none; }
  .docs-page .docs-categories-filter .filter-categories .category-check-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
    .docs-page .docs-categories-filter .filter-categories .category-check-item label,
    .docs-page .docs-categories-filter .filter-categories .category-check-item label button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #756d6a;
      cursor: pointer; }
    .docs-page .docs-categories-filter .filter-categories .category-check-item label button {
      text-decoration: underline; }
    .docs-page .docs-categories-filter .filter-categories .category-check-item .item-checkbox {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #fff no-repeat center center;
      background-size: 62%;
      border-radius: 3px;
      overflow: hidden;
      border: 2px solid #00AEBF;
      flex: none;
      margin-right: 10px; }
      .docs-page .docs-categories-filter .filter-categories .category-check-item .item-checkbox:hover {
        border-color: #e04e39;
        background-image: url(images/check-red-with-border.png); }
      .docs-page .docs-categories-filter .filter-categories .category-check-item .item-checkbox.checked {
        background-color: #e04e39;
        background-image: url(images/check-white.png) !important;
        border-color: #e04e39; }
      .docs-page .docs-categories-filter .filter-categories .category-check-item .item-checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }
      .docs-page .docs-categories-filter .filter-categories .category-check-item .item-checkbox.checked + label {
        color: #2c2a29; }
    .docs-page .docs-categories-filter .filter-categories .category-check-item:hover .item-checkbox {
      border-color: #e04e39;
      background-image: url(images/check-red-with-border.png); }
    .docs-page .docs-categories-filter .filter-categories .category-check-item.error .item-checkbox {
      border: 2px solid #ffffff;
      box-sizing: border-box; }
  .docs-page .docs-categories-filter .filter-submit {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    background: #00AEBF;
    color: #fff;
    width: 100%;
    height: 36px;
    line-height: 36px; }
    .docs-page .docs-categories-filter .filter-submit:hover {
      background: #ffffff;
      color: #00567B; }
    .docs-page .docs-categories-filter .filter-submit:active, .docs-page .docs-categories-filter .filter-submit.nice-select.open {
      opacity: 0.7; }
    .docs-page .docs-categories-filter .filter-submit:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  .docs-page .docs-categories-filter .filter-categories .category-item .item-categories {
    max-height: none;
    overflow: visible; }
    .docs-page .docs-categories-filter .filter-categories .category-item .item-categories .category-check-item {
      position: relative; }
      .docs-page .docs-categories-filter .filter-categories .category-item .item-categories .category-check-item .cms-action-panel {
        position: absolute;
        top: 0;
        right: 33px; }
  .docs-page .docs-categories-filter .filter-categories .category-item.collapse .item-categories {
    overflow: auto; }

.docs-page .docs-list-container {
  position: relative; }
  .docs-page .docs-list-container .cms-action-inline-panel {
    position: absolute;
    top: -50px;
    left: -50px; }
  .docs-page .docs-list-container .docs-list-header {
    margin-bottom: 36px; }
    .docs-page .docs-list-container .docs-list-header h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      font-size: 26px;
      line-height: 120%; }
  .docs-page .docs-list-container .docs-list {
    position: relative; }
    .docs-page .docs-list-container .docs-list .cms-action-inline-panel {
      position: absolute;
      top: -60px;
      right: 0; }
    .docs-page .docs-list-container .docs-list .services-item {
      display: flex;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #929292; }
      .docs-page .docs-list-container .docs-list .services-item .item-caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        display: block;
        margin-bottom: 12px;
        color: #756d6a; }
      .docs-page .docs-list-container .docs-list .services-item .item-links {
        column-gap: 5px;
        display: flex;
        align-items: center; }
        .docs-page .docs-list-container .docs-list .services-item .item-links .link-item {
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative; }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item .link-icon {
            width: 36px;
            height: 36px;
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast; }
            .docs-page .docs-list-container .docs-list .services-item .item-links .link-item .link-icon.icon-gosuslugi {
              background-image: url(images/services-list-link-gosuslugi.png); }
            .docs-page .docs-list-container .docs-list .services-item .item-links .link-item .link-icon.icon-mfc {
              background-image: url(images/services-list-link-mfc.png); }
            .docs-page .docs-list-container .docs-list .services-item .item-links .link-item .link-icon.icon-ministry {
              background-image: url(images/services-list-link-ministry.png); }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item .link-text .link-text-content {
            font-size: 12px;
            line-height: 120%;
            display: inline-block;
            padding-top: 10px;
            color: #756d6a; }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item:hover:after {
            width: 0; }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item:hover .link-icon.icon-gosuslugi {
            background-image: url(images/services-list-link-gosuslugi-hover.png); }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item:hover .link-icon.icon-mfc {
            background-image: url(images/services-list-link-mfc-hover.png); }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item:hover .link-icon.icon-ministry {
            background-image: url(images/services-list-link-ministry-hover.png); }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item:hover .link-text .link-text-content {
            color: #00AEBF; }
            .docs-page .docs-list-container .docs-list .services-item .item-links .link-item:hover .link-text .link-text-content::after {
              width: 100%; }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item:hover .popup-caption {
            display: block;
            z-index: 15; }
          .docs-page .docs-list-container .docs-list .services-item .item-links .link-item.disabled-link {
            opacity: 0.6;
            pointer-events: none; }
            .docs-page .docs-list-container .docs-list .services-item .item-links .link-item.disabled-link .link-icon.icon-gosuslugi {
              background-image: url(images/services-list-link-gosuslugi-disabled.png); }
            .docs-page .docs-list-container .docs-list .services-item .item-links .link-item.disabled-link .link-icon.icon-mfc {
              background-image: url(images/services-list-link-mfc-disabled.png); }
            .docs-page .docs-list-container .docs-list .services-item .item-links .link-item.disabled-link .link-icon.icon-ministry {
              background-image: url(images/services-list-link-ministry-disabled.png); }
        .docs-page .docs-list-container .docs-list .services-item .item-links .popup-caption {
          font-size: 14px;
          line-height: 120%;
          display: none;
          position: absolute;
          top: -66%;
          padding: 8px 16px;
          white-space: nowrap;
          background-color: #00567B;
          box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05);
          color: #756d6a; }
      .docs-page .docs-list-container .docs-list .services-item:hover .item-caption {
        color: #2c2a29; }
    .docs-page .docs-list-container .docs-list .files-item .item-info {
      display: flex;
      flex-direction: column;
      padding-left: 48px; }
      .docs-page .docs-list-container .docs-list .files-item .item-info .item-text {
        margin-left: 0;
        padding-top: 0; }
      .docs-page .docs-list-container .docs-list .files-item .item-info .item-date {
        font-size: 12px;
        line-height: 120%;
        color: #929292; }

.docs-page .captioned-phone .caption {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%; }

/* YOUR-CONTROL WIDGET */
.your-control-widget {
  position: fixed;
  top: 650px;
  right: 0;
  z-index: 100; }
  .your-control-widget .your-control {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    width: 35px;
    height: 100px;
    background-image: url(images/vkontrol.png); }

/* OFFICE EMPLOYEES */
.office-employees-page .employees-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px 99px;
  border-bottom: 1px solid #929292;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 0; }
  .office-employees-page .employees-list .employee-plate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 157px;
    position: relative; }
    .office-employees-page .employees-list .employee-plate .cms-action-panel {
      position: absolute; }
    .office-employees-page .employees-list .employee-plate .plate-image {
      height: 200px;
      border-radius: 6px;
      overflow: hidden; }
      .office-employees-page .employees-list .employee-plate .plate-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .office-employees-page .employees-list .employee-plate .plate-image .default-image {
        width: 100%;
        height: 100%;
        background: url(images/manager-default.png) no-repeat center;
        background-size: cover; }
    .office-employees-page .employees-list .employee-plate .employee-name {
      margin: 14px 0 8px; }
    .office-employees-page .employees-list .employee-plate .employee-post {
      font-size: 14px;
      line-height: 120%;
      color: #756d6a; }
  .office-employees-page .employees-list span {
    display: block; }

.office-employees-page .employee-director {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #929292;
  width: 100%;
  border-bottom: none; }
  .office-employees-page .employee-director .plate-image {
    width: 350px;
    height: 445px;
    margin: 24px 0;
    border-radius: 6px;
    overflow: hidden; }
    .office-employees-page .employee-director .plate-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .office-employees-page .employee-director .plate-image .default-image {
      width: 100%;
      height: 100%;
      background: url(images/manager-default.png) no-repeat center;
      background-size: cover; }
  .office-employees-page .employee-director .manager-plate-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: 36px;
    position: relative; }
    .office-employees-page .employee-director .manager-plate-content .manager-post {
      font-size: 14px;
      line-height: 120%;
      color: #756d6a;
      margin-bottom: 16px; }
    .office-employees-page .employee-director .manager-plate-content .manager-name {
      font-family: "Lato";
      font-weight: 600;
      font-size: 26px;
      line-height: 120%; }
    .office-employees-page .employee-director .manager-plate-content .cms-action-inline-panel {
      position: absolute;
      top: 60px;
      right: 0; }
      .office-employees-page .employee-director .manager-plate-content .cms-action-inline-panel span {
        display: inline-block !important; }
    .office-employees-page .employee-director .manager-plate-content .cms-action-panel {
      position: absolute;
      top: 45%;
      right: 0; }
  .office-employees-page .employee-director span {
    display: block; }

.office-employees-page .office-employees-header {
  font-family: "Lato";
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 30px; }

/* OFFICE LOAD */
.office-load-page {
  margin-bottom: 60px; }
  .office-load-page .office-load-header {
    font-family: "Lato";
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px; }

/* MINISTRIES PAGE */
.ministries-page {
  margin-top: 10px; }
  .ministries-page .cols-container {
    display: flex; }
    .ministries-page .cols-container.left-empty {
      gap: 0px; }
      .ministries-page .cols-container.left-empty .page-left-col {
        width: 0px;
        padding: 0px;
        margin: 0px; }
        .ministries-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
          position: relative; }
          .ministries-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
            position: absolute;
            transform: translateX(-100%); }
    .ministries-page .cols-container .page-left-col {
      position: relative;
      width: 220px;
      padding-top: 56px;
      padding-right: 50px; }
      .ministries-page .cols-container .page-left-col .col-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FAFAFA;
        opacity: 0.5; }
      .ministries-page .cols-container .page-left-col .col-content {
        position: relative; }
      .ministries-page .cols-container .page-left-col .sticky-block {
        width: 220px; }
    .ministries-page .cols-container .page-right-col {
      flex: 1;
      width: 100%; }
    .ministries-page .cols-container .page-left-col {
      padding-right: 0; }
    .ministries-page .cols-container .page-right-col {
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .ministries-page .cols-container .page-right-col .admin-item-plate .cms-action-panel {
        position: absolute;
        top: -6px;
        left: 0; }
  .ministries-page .page-caption {
    padding-top: 48px;
    margin-bottom: 48px; }
    .ministries-page .page-caption h1,
    .ministries-page .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%; }
    .ministries-page .page-caption h1 {
      font-family: "Lato";
      font-weight: 600; }
  .ministries-page .admin-list {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 40px; }
    .ministries-page .admin-list .admin-item-plate {
      padding: 20px 0;
      border-bottom: 1px solid #756d6a;
      position: relative; }
      .ministries-page .admin-list .admin-item-plate .cms-action-panel {
        position: absolute;
        top: 0;
        right: 0; }
  @media screen and (max-width: 1280px) {
    .ministries-page .cols-container .page-left-col {
      width: 0;
      padding: 0; } }

/* QUESTIONS PAGE */
.questions-page {
  margin-top: 10px; }
  .questions-page .cols-container {
    display: flex; }
    .questions-page .cols-container.left-empty {
      gap: 0px; }
      .questions-page .cols-container.left-empty .page-left-col {
        width: 0px;
        padding: 0px;
        margin: 0px; }
        .questions-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
          position: relative; }
          .questions-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
            position: absolute;
            transform: translateX(-100%); }
    .questions-page .cols-container .page-left-col {
      position: relative;
      width: 220px;
      padding-top: 56px;
      padding-right: 50px; }
      .questions-page .cols-container .page-left-col .col-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FAFAFA;
        opacity: 0.5; }
      .questions-page .cols-container .page-left-col .col-content {
        position: relative; }
      .questions-page .cols-container .page-left-col .sticky-block {
        width: 220px; }
    .questions-page .cols-container .page-right-col {
      flex: 1;
      width: 100%; }
    .questions-page .cols-container .page-left-col {
      padding-right: 0; }
    .questions-page .cols-container .page-right-col {
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .questions-page .cols-container .page-right-col .admin-item-plate .cms-action-panel {
        position: absolute;
        top: -6px;
        left: 0; }
  .questions-page .page-caption {
    padding-top: 48px;
    margin-bottom: 48px; }
    .questions-page .page-caption h1,
    .questions-page .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%; }
    .questions-page .page-caption h1 {
      font-family: "Lato";
      font-weight: 600; }
  .questions-page .admin-list {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 40px; }
    .questions-page .admin-list .admin-item-plate {
      padding: 20px 0;
      border-bottom: 1px solid #756d6a;
      position: relative; }
      .questions-page .admin-list .admin-item-plate .cms-action-panel {
        position: absolute;
        top: 0;
        right: 0; }
  @media screen and (max-width: 1280px) {
    .questions-page .cols-container .page-left-col {
      width: 0;
      padding: 0; } }
  .questions-page .admin-item-plate {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .questions-page .admin-item-plate span {
      display: inline-block; }
    .questions-page .admin-item-plate .question-caption {
      max-width: 95%;
      overflow-wrap: break-word; }
    .questions-page .admin-item-plate .selected {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #fff no-repeat center center;
      background-size: 62%;
      border-radius: 3px;
      overflow: hidden;
      border: 2px solid #00AEBF;
      border: none; }
      .questions-page .admin-item-plate .selected:hover {
        border-color: #e04e39;
        background-image: url(images/check-red-with-border.png); }
      .questions-page .admin-item-plate .selected.checked {
        background-color: #e04e39;
        background-image: url(images/check-white.png) !important;
        border-color: #e04e39; }
      .questions-page .admin-item-plate .selected input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }

/* MY-TREATMENTS PAGE */
.my-treatments-page .cols-container {
  display: flex; }
  .my-treatments-page .cols-container.left-empty {
    gap: 0px; }
    .my-treatments-page .cols-container.left-empty .page-left-col {
      width: 0px;
      padding: 0px;
      margin: 0px; }
      .my-treatments-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
        position: relative; }
        .my-treatments-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
          position: absolute;
          transform: translateX(-100%); }
  .my-treatments-page .cols-container .page-left-col {
    position: relative;
    width: 220px;
    padding-top: 56px;
    padding-right: 50px; }
    .my-treatments-page .cols-container .page-left-col .col-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #FAFAFA;
      opacity: 0.5; }
    .my-treatments-page .cols-container .page-left-col .col-content {
      position: relative; }
    .my-treatments-page .cols-container .page-left-col .sticky-block {
      width: 220px; }
  .my-treatments-page .cols-container .page-right-col {
    flex: 1;
    width: 100%; }
  .my-treatments-page .cols-container .page-left-col,
  .my-treatments-page .cols-container .page-right-col {
    padding-top: 22px; }
  .my-treatments-page .cols-container .page-right-col {
    padding-left: 45px;
    overflow: hidden; }

.my-treatments-page .page-caption h1 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 48px; }

.my-treatments-page .my-treatments-list-container {
  position: relative;
  margin-bottom: 140px; }
  .my-treatments-page .my-treatments-list-container .feedback-button {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    margin-bottom: 36px; }
    .my-treatments-page .my-treatments-list-container .feedback-button:hover {
      background: #ffffff;
      color: #00567B; }
    .my-treatments-page .my-treatments-list-container .feedback-button:active, .my-treatments-page .my-treatments-list-container .feedback-button.nice-select.open {
      opacity: 0.7; }
    .my-treatments-page .my-treatments-list-container .feedback-button:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  .my-treatments-page .my-treatments-list-container .cabinet-list-header h2 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    font-size: 26px;
    line-height: 120%;
    padding-bottom: 36px;
    border-bottom: 1px solid #929292; }
  .my-treatments-page .my-treatments-list-container .cabinet-list {
    margin-bottom: 41px; }
    .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate {
      padding-bottom: 32px;
      position: relative; }
      .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate .cms-action-panel {
        position: absolute;
        top: 0;
        right: 0; }
      .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate span {
        display: inline-block;
        overflow-wrap: break-word; }
      .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate .cabinet-plate-button {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-top: 32px; }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate .cabinet-plate-button-text {
          font-family: "Lato";
          font-weight: 600;
          font-size: 26px;
          line-height: 120%;
          text-align: left;
          max-width: 845px;
          margin-bottom: 12px;
          display: block; }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate .cabinet-plate-button-icon-container {
          position: relative;
          width: 48px;
          height: 48px;
          background: #00AEBF;
          border-radius: 50%;
          transition: background 0.2s ease;
          display: flex;
          justify-content: center;
          align-items: center; }
          .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate .cabinet-plate-button-icon-container .button-icon {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 8px;
            height: 13px;
            background-image: url(images/cor-right-brown.png);
            width: 11px;
            height: 19px;
            position: absolute;
            transform: rotate(-90deg);
            transition: transform 0.2s ease; }
      .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate a {
        position: relative;
        color: #00567B;
        transition: color 0.2s ease;
        color: #756d6a; }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate a::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 0px;
          height: 1px;
          background: #00AEBF;
          transition: 0.2s; }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate a:hover {
          color: #00AEBF; }
          .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate a:hover::after {
            width: 100%; }
      .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate.collapse {
        border-bottom: 1px solid #929292; }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate.collapse .cabinet-plate-button-text {
          color: #756d6a; }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate.collapse .cabinet-plate-button-icon-container {
          background: none;
          border: 1px solid #929292; }
          .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate.collapse .cabinet-plate-button-icon-container .button-icon {
            transform: rotate(90deg); }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate.collapse .cabinet-plate-answer {
          display: none; }
      .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate .cabinet-plate-answer {
        padding-top: 20px;
        border-bottom: 1px solid #929292; }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate .cabinet-plate-answer-text {
          display: block; }
        .my-treatments-page .my-treatments-list-container .cabinet-list .cabinet-plate .cabinet-plate-answer-date {
          font-size: 14px;
          line-height: 120%;
          color: #929292;
          padding: 8px 0 24px; }
  .my-treatments-page .my-treatments-list-container .cabinet-plate-status {
    color: #756d6a; }
    .my-treatments-page .my-treatments-list-container .cabinet-plate-status-processed {
      color: #e04e39; }
  .my-treatments-page .my-treatments-list-container .cabinet-plate-on-process {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    border-bottom: 1px solid #929292; }
    .my-treatments-page .my-treatments-list-container .cabinet-plate-on-process .cabinet-plate-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 26px;
      line-height: 120%;
      margin-bottom: 12px;
      overflow-wrap: break-word; }

/* ADMIN USERS PAGE */
.admin-users-page {
  margin-top: 10px; }
  .admin-users-page .cols-container {
    display: flex; }
    .admin-users-page .cols-container.left-empty {
      gap: 0px; }
      .admin-users-page .cols-container.left-empty .page-left-col {
        width: 0px;
        padding: 0px;
        margin: 0px; }
        .admin-users-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
          position: relative; }
          .admin-users-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
            position: absolute;
            transform: translateX(-100%); }
    .admin-users-page .cols-container .page-left-col {
      position: relative;
      width: 220px;
      padding-top: 56px;
      padding-right: 50px; }
      .admin-users-page .cols-container .page-left-col .col-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FAFAFA;
        opacity: 0.5; }
      .admin-users-page .cols-container .page-left-col .col-content {
        position: relative; }
      .admin-users-page .cols-container .page-left-col .sticky-block {
        width: 220px; }
    .admin-users-page .cols-container .page-right-col {
      flex: 1;
      width: 100%; }
    .admin-users-page .cols-container .page-left-col {
      padding-right: 0; }
    .admin-users-page .cols-container .page-right-col {
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .admin-users-page .cols-container .page-right-col .admin-item-plate .cms-action-panel {
        position: absolute;
        top: -6px;
        left: 0; }
  .admin-users-page .page-caption {
    padding-top: 48px;
    margin-bottom: 48px; }
    .admin-users-page .page-caption h1,
    .admin-users-page .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%; }
    .admin-users-page .page-caption h1 {
      font-family: "Lato";
      font-weight: 600; }
  .admin-users-page .admin-list {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 40px; }
    .admin-users-page .admin-list .admin-item-plate {
      padding: 20px 0;
      border-bottom: 1px solid #756d6a;
      position: relative; }
      .admin-users-page .admin-list .admin-item-plate .cms-action-panel {
        position: absolute;
        top: 0;
        right: 0; }
  @media screen and (max-width: 1280px) {
    .admin-users-page .cols-container .page-left-col {
      width: 0;
      padding: 0; } }
  .admin-users-page .cols-container .page-right-col {
    overflow: unset; }
    .admin-users-page .cols-container .page-right-col .admin-list table {
      width: 100%; }
      .admin-users-page .cols-container .page-right-col .admin-list table .admin-item-plate {
        height: 32px; }
        .admin-users-page .cols-container .page-right-col .admin-list table .admin-item-plate:nth-child(even) {
          background-color: #FAFAFA; }
        .admin-users-page .cols-container .page-right-col .admin-list table .admin-item-plate td {
          padding-left: 5px;
          line-height: 27px;
          position: relative; }
          .admin-users-page .cols-container .page-right-col .admin-list table .admin-item-plate td .cms-container .cms-action-panel {
            top: 0 !important;
            right: 35px;
            left: unset; }

/* ADMIN LOG PAGE */
.admin-log-page {
  margin-top: 10px; }
  .admin-log-page .cols-container {
    display: flex; }
    .admin-log-page .cols-container.left-empty {
      gap: 0px; }
      .admin-log-page .cols-container.left-empty .page-left-col {
        width: 0px;
        padding: 0px;
        margin: 0px; }
        .admin-log-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
          position: relative; }
          .admin-log-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
            position: absolute;
            transform: translateX(-100%); }
    .admin-log-page .cols-container .page-left-col {
      position: relative;
      width: 220px;
      padding-top: 56px;
      padding-right: 50px; }
      .admin-log-page .cols-container .page-left-col .col-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FAFAFA;
        opacity: 0.5; }
      .admin-log-page .cols-container .page-left-col .col-content {
        position: relative; }
      .admin-log-page .cols-container .page-left-col .sticky-block {
        width: 220px; }
    .admin-log-page .cols-container .page-right-col {
      flex: 1;
      width: 100%; }
    .admin-log-page .cols-container .page-left-col {
      padding-right: 0; }
    .admin-log-page .cols-container .page-right-col {
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .admin-log-page .cols-container .page-right-col .admin-item-plate .cms-action-panel {
        position: absolute;
        top: -6px;
        left: 0; }
  .admin-log-page .page-caption {
    padding-top: 48px;
    margin-bottom: 48px; }
    .admin-log-page .page-caption h1,
    .admin-log-page .page-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 36px;
      line-height: 120%; }
    .admin-log-page .page-caption h1 {
      font-family: "Lato";
      font-weight: 600; }
  .admin-log-page .admin-list {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 40px; }
    .admin-log-page .admin-list .admin-item-plate {
      padding: 20px 0;
      border-bottom: 1px solid #756d6a;
      position: relative; }
      .admin-log-page .admin-list .admin-item-plate .cms-action-panel {
        position: absolute;
        top: 0;
        right: 0; }
  @media screen and (max-width: 1280px) {
    .admin-log-page .cols-container .page-left-col {
      width: 0;
      padding: 0; } }
  .admin-log-page .admin-list table {
    width: 100%; }
    .admin-log-page .admin-list table tr {
      height: 31.2px; }
      .admin-log-page .admin-list table tr:nth-child(even) {
        background-color: #FAFAFA; }
      .admin-log-page .admin-list table tr td {
        padding-left: 5px;
        line-height: 27px; }
        .admin-log-page .admin-list table tr td a {
          position: relative;
          color: #00567B;
          transition: color 0.2s ease;
          color: #ffffff; }
          .admin-log-page .admin-list table tr td a::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 0px;
            height: 1px;
            background: #00AEBF;
            transition: 0.2s; }
          .admin-log-page .admin-list table tr td a:hover {
            color: #00AEBF; }
            .admin-log-page .admin-list table tr td a:hover::after {
              width: 100%; }
          .admin-log-page .admin-list table tr td a:hover {
            color: #ffffff; }

/* ADMIN SURVEY TOGGLER */
.survey-toggler-button {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 140%;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 24px;
  background: #00AEBF;
  color: #FAFAFA;
  border-radius: 8px;
  transition: background 0.1s ease, color 0.1s ease;
  margin-bottom: 20px; }
  .survey-toggler-button:hover {
    background: #ffffff;
    color: #00567B; }
  .survey-toggler-button:active, .survey-toggler-button.nice-select.open {
    opacity: 0.7; }
  .survey-toggler-button:disabled {
    background: #FAFAFA;
    color: #929292;
    pointer-events: none; }

/* BOOTSTRAPS */
.bg-soft {
  background: #FAFAFA; }

.position-relative {
  position: relative; }

.h-100 {
  height: 100%; }

/* https://ilyakhasanov.ru/baza-znanij/css-html-javascript/magiya-css-stilej/127-drevovidnye-spiski-raznykh-variatsij?ysclid=lf2d5jlqrm998868180 */
.treeline, .treeline ul, .treeline li {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none; }

.treeline ul {
  margin: 0 0 0 15px;
  /* отступ вертикальной линии */ }

.treeline > li:not(:only-child), .treeline li li {
  position: relative;
  padding: 3px 0 0 20px;
  /* отступ текста */ }

/* Стиль вертикальной линии */
.treeline li:not(:last-child) {
  border-left: 1px solid #ccc; }

/* Стили горизонтальной линии*/
.treeline li li:before, .treeline > li:not(:only-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1em;
  height: .7em;
  border-bottom: 1px solid #ccc; }

/* Вертикальная линия последнего пункта в списка */
.treeline li:last-child:before {
  width: calc(1.1em - 1px);
  border-left: 1px solid #ccc; }

@media screen and (max-width: 1280px) {
  .page-limiter {
    width: 940px; }
  #header .main-content .page-limiter .header-logo {
    width: 240px; }
  #header .main-content .header-info .header-caption h1,
  #header .main-content .header-info .header-caption h2,
  #header .main-content .header-info .header-caption p {
    font-size: 14px;
    line-height: 120%; }
  #header .main-content .header-info .header-contacts .contacts-phone {
    display: block; }
  .index-welcome-plate {
    height: 413px; }
    .index-welcome-plate .plate-menu .menu-item-container:nth-child(n + 9) {
      display: none; }
    .index-welcome-plate .plate-search {
      height: 263px;
      width: 460px;
      margin-left: -230px; }
      .index-welcome-plate .plate-search .search-image {
        bottom: 34px;
        left: -270px;
        width: 280px;
        height: 280px; }
      .index-welcome-plate .plate-search .search-form .search-categories {
        display: block; }
        .index-welcome-plate .plate-search .search-form .search-categories .category-item {
          margin-right: 20px; }
  .index-welcome-fastlinks {
    width: 100%; }
  .index-services-widget .services-links .links-block:nth-child(n + 3) {
    display: none; }
  .pub-surveys-widget .page-limiter .widget-image {
    display: none; }
  .pub-smi-widget .list-item-container {
    margin-right: 20px; }
  #footer .footer-section .section-block.block-left {
    width: 320px; }
  .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-left-col,
  .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-left-col {
    display: none; }
  .statuses-documents-form .search-string .input input {
    padding-right: 180px; }
  .management-page .employees-list {
    gap: 48px; } }

@media screen and (max-width: 980px) {
  .page-limiter {
    width: auto;
    margin: 0 20px; }
  #top-spacer {
    height: 105px; }
  .index-welcome-plate {
    height: 377px; }
    .index-welcome-plate .plate-menu {
      padding-top: 20px; }
      .index-welcome-plate .plate-menu .menu-item-container:nth-child(n + 7) {
        display: none; }
    .index-welcome-plate .plate-search {
      height: 252px;
      width: 610px;
      margin-left: -305px; }
      .index-welcome-plate .plate-search .search-content {
        margin-left: 189px; }
      .index-welcome-plate .plate-search .search-image {
        left: -50px;
        top: -35px;
        width: 236px;
        height: 236px; }
      .index-welcome-plate .plate-search .search-samples .sample-item:nth-child(n + 3) {
        display: none; }
      .index-welcome-plate .plate-search .search-form .search-input {
        font-size: 30px;
        border-width: 2px; }
  .index-welcome-fastlinks {
    width: 100%; }
  .pub-surveys-widget .widget-list {
    overflow: auto;
    margin-bottom: 16px;
    /* Hide scrollbar for IE, Edge add Firefox */
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */ }
    .pub-surveys-widget .widget-list::-webkit-scrollbar {
      display: none; }
  .index-services-widget .page-limiter {
    margin-right: 0; }
  .index-services-widget .services-links {
    display: flex;
    white-space: nowrap;
    overflow: auto;
    /* Hide scrollbar for IE, Edge add Firefox */
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */ }
    .index-services-widget .services-links::-webkit-scrollbar {
      display: none; }
    .index-services-widget .services-links .links-block {
      display: flex;
      flex-direction: column;
      width: 315px;
      margin-right: 20px;
      white-space: normal; }
      .index-services-widget .services-links .links-block:nth-child(n + 3) {
        display: inline-block; }
  .links-widget .widget-list {
    overflow: auto;
    white-space: nowrap;
    /* Hide scrollbar for IE, Edge add Firefox */
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */ }
    .links-widget .widget-list::-webkit-scrollbar {
      display: none; }
    .links-widget .widget-list .list-item-container {
      display: inline-block;
      margin-right: 20px; }
  .links-widget .list-item .item-image img {
    filter: none; }
  .links-widget .button-next,
  .links-widget .button-prev {
    display: none; }
  #footer .footer-section {
    display: flex;
    margin-bottom: 50px; }
    #footer .footer-section .section-block.block-left {
      width: 252px;
      margin-right: 20px; }
      #footer .footer-section .section-block.block-left .footer-apps {
        display: inline-block; }
    #footer .footer-section .section-block.block-right .footer-apps {
      display: none; }
    #footer .footer-section:last-child .section-block.block-left {
      width: auto;
      flex: 1; }
  #footer .footer-site-caption {
    display: block; }
    #footer .footer-site-caption .caption-logo {
      display: block;
      margin-bottom: 16px; }
    #footer .footer-site-caption .caption-text {
      max-width: 235px; }
  .error-page.section-card .page-limiter {
    margin-right: 20px; }
    .error-page.section-card .page-limiter .cols-container {
      flex-direction: column; }
      .error-page.section-card .page-limiter .cols-container .page-left-col {
        width: 100%;
        padding-top: 0; }
        .error-page.section-card .page-limiter .cols-container .page-left-col .error-icon {
          margin: 0 auto; }
      .error-page.section-card .page-limiter .cols-container h1.section-caption,
      .error-page.section-card .page-limiter .cols-container .section-body {
        text-align: center; }
  .services-page .page-container .services-list .services-item {
    display: block; }
    .services-page .page-container .services-list .services-item .item-caption {
      width: unset; }
    .services-page .page-container .services-list .services-item .item-links {
      align-items: flex-start; }
      .services-page .page-container .services-list .services-item .item-links .link-item .link-text-content {
        color: #e04e39;
        text-decoration: underline; }
      .services-page .page-container .services-list .services-item .item-links .link-item.disabled-link .link-text-content {
        opacity: 0.6;
        color: #756d6a; }
  .services-page .page-header-plate .search-form .search-string input {
    padding-right: 100px;
    padding-left: 10px; }
  .services-page .page-header-plate .search-form .search-buttons {
    right: 10px; } }

@media screen and (max-width: 780px) {
  .personal-data-processing-widget .widget-text {
    margin-bottom: 12px; }
    .personal-data-processing-widget .widget-text p {
      font-size: 14px;
      line-height: 120%; }
  .management-page .page-left-col, .service-item-page .page-left-col {
    display: none; }
  .management-page .management-list .management-plate .manager-plate .plate-image, .service-item-page .management-list .management-plate .manager-plate .plate-image {
    min-width: 290px;
    min-height: 370px; }
  #site-chat {
    bottom: 0;
    right: 0; }
    #site-chat .button {
      width: 48px;
      height: 48px; } }

@media screen and (max-width: 700px) {
  #header .main-content {
    height: 61px; }
    #header .main-content .page-limiter .header-info {
      display: none; }
    #header .main-content .page-limiter .header-logo {
      width: auto; }
    #header .main-content .header-logo .logo-image {
      width: 125px;
      height: 38px; }
    #header .main-content .header-menu .button-menu {
      background: none;
      margin: 0 -10px; }
      #header .main-content .header-menu .button-menu .line {
        top: 16px; }
        #header .main-content .header-menu .button-menu .line:after, #header .main-content .header-menu .button-menu .line:before {
          background: #FAFAFA; }
      #header .main-content .header-menu .button-menu:hover, #header .main-content .header-menu .button-menu:active, #header .main-content .header-menu .button-menu.nice-select.open {
        background: none; }
    #header .main-content .header-dropdown-menu {
      overflow: auto; }
      #header .main-content .header-dropdown-menu .menu-container {
        padding-top: 61px;
        margin-bottom: 20px;
        height: auto; }
      #header .main-content .header-dropdown-menu .menu-limiter {
        flex-direction: column;
        margin: 0 30px 0 20px;
        width: auto;
        padding-right: 0; }
        #header .main-content .header-dropdown-menu .menu-limiter .menu-item .menu-btn {
          font-size: 14px;
          line-height: 120%;
          position: relative;
          padding: 0; }
          #header .main-content .header-dropdown-menu .menu-limiter .menu-item .menu-btn:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 8px;
            height: 13px;
            background-image: url(images/cor-right-brown.png); }
          #header .main-content .header-dropdown-menu .menu-limiter .menu-item .menu-btn:hover {
            background: none; }
      #header .main-content .header-dropdown-menu .footer-data {
        display: block; }
        #header .main-content .header-dropdown-menu .footer-data .footer-social {
          margin-bottom: 20px; }
        #header .main-content .header-dropdown-menu .footer-data .footer-copyrights p,
        #header .main-content .header-dropdown-menu .footer-data .footer-copyrights a {
          color: #756d6a; }
        #header .main-content .header-dropdown-menu .footer-data .footer-copyrights a {
          text-decoration: underline; }
  #top-spacer {
    height: 80px; }
  .index-welcome-plate {
    height: 490px; }
    .index-welcome-plate .page-limiter {
      margin: 0 26px; }
    .index-welcome-plate .plate-menu {
      display: none; }
    .index-welcome-plate .plate-search {
      position: relative;
      left: 0;
      top: 20px;
      width: auto;
      margin-left: 0; }
      .index-welcome-plate .plate-search .search-image {
        position: relative;
        top: 0;
        left: -14px;
        margin-bottom: 12px;
        width: 190px;
        height: 190px; }
      .index-welcome-plate .plate-search .search-content {
        margin: 0; }
      .index-welcome-plate .plate-search .search-samples {
        white-space: normal; }
        .index-welcome-plate .plate-search .search-samples .sample-item {
          margin-bottom: 18px; }
        .index-welcome-plate .plate-search .search-samples .sample-item:nth-child(n + 3) {
          display: inline-block; }
      .index-welcome-plate .plate-search .search-form .search-input {
        font-size: 26px;
        line-height: 120%;
        padding-bottom: 6px;
        margin-bottom: 20px;
        border-width: 2px; }
      .index-welcome-plate .plate-search .search-form .search-cancel {
        right: 95px;
        width: 24px;
        height: 24px;
        line-height: 24px; }
        .index-welcome-plate .plate-search .search-form .search-cancel .button-icon {
          position: relative;
          top: -2px;
          width: 8px;
          height: 8px; }
        .index-welcome-plate .plate-search .search-form .search-cancel:hover .button-icon {
          width: 8px;
          height: 8px; }
      .index-welcome-plate .plate-search .search-form .search-categories .category-item {
        margin-bottom: 14px; }
        .index-welcome-plate .plate-search .search-form .search-categories .category-item label {
          font-size: 14px;
          line-height: 120%; }
      .index-welcome-plate .plate-search.active .search-form .search-submit {
        top: 5px; }
  .index-page .index-welcome-fastlinks {
    width: auto;
    height: 100px;
    padding: 0 20px 50px 20px;
    overflow: hidden; }
    .index-page .index-welcome-fastlinks .link-item {
      animation: fastlink-out-mobile 0.4s; }
      .index-page .index-welcome-fastlinks .link-item .item-icon {
        top: 26px;
        left: 18px;
        width: 48px; }
        .index-page .index-welcome-fastlinks .link-item .item-icon .icon-gosuslugi {
          width: 48px;
          height: 48px; }
        .index-page .index-welcome-fastlinks .link-item .item-icon .icon-location {
          margin: 0; }
      .index-page .index-welcome-fastlinks .link-item .item-content {
        margin-left: 60px;
        padding-top: 0;
        padding-right: 0; }
        .index-page .index-welcome-fastlinks .link-item .item-content .content-caption {
          margin-bottom: 6px; }
        .index-page .index-welcome-fastlinks .link-item .item-content .content-note {
          font-size: 14px;
          line-height: 120%; }
      .index-page .index-welcome-fastlinks .link-item.active {
        animation: fastlink-in-mobile 0.4s; }
        .index-page .index-welcome-fastlinks .link-item.active.active-prev {
          animation: fastlink-in-prev-mobile 0.4s; }
      .index-page .index-welcome-fastlinks .link-item.out-prev {
        animation: fastlink-out-prev-mobile 0.4s; }
    .index-page .index-welcome-fastlinks .links-button-prev,
    .index-page .index-welcome-fastlinks .links-button-next {
      display: none; }
  .index-services-widget .widget-title {
    margin-bottom: 30px; }
    .index-services-widget .widget-title p {
      font-size: 22px; }
  .index-services-widget .page-limiter {
    margin-right: 20px; }
  .index-services-widget .services-links {
    white-space: normal; }
    .index-services-widget .services-links .link-item .item-content {
      min-height: 54px;
      gap: 4px; }
    .index-services-widget .services-links .links-block {
      display: block;
      width: auto;
      margin: 0 0 20px 0; }
    .index-services-widget .services-links .links-block:nth-child(n + 2) .link-item-container:nth-child(n + 2) {
      display: none; }
    .index-services-widget .services-links .links-block:nth-child(n + 3) {
      display: none; }
  #footer .footer-section {
    flex-flow: column-reverse;
    margin-bottom: 0; }
    #footer .footer-section .section-block {
      margin-bottom: 20px; }
      #footer .footer-section .section-block.block-left {
        width: auto; }
      #footer .footer-section .section-block.block-right {
        flex-direction: column;
        gap: 0; }
  #footer .footer-site-caption,
  #footer .footer-site-contacts {
    display: none; }
  #footer .menu-block .menu-item {
    margin-bottom: 30px; }
  .online-entry {
    display: flex;
    justify-content: flex-end; }
    .online-entry--text {
      font-size: 14px;
      line-height: 120%;
      background-color: #f4eadf;
      color: #623b2a;
      padding: 8px 16px 8px;
      border-radius: 8px 8px 8px 0; }
  #header .main-content .page-limiter .header-menu {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    grid-column-gap: 33.5px; }
  #header .main-content .page-limiter .button-login {
    display: none; }
  #header .main-content .page-limiter .phone-icon-header {
    display: block;
    background-image: url(images/phone.svg);
    height: 22px;
    width: 22px;
    display: flex; }
  #header .main-content .header-dropdown-menu .menu-item {
    margin-bottom: 30px; }
  .statuses-documents-form .search-string {
    flex-direction: column; }
    .statuses-documents-form .search-string .input {
      margin: 0 0 24px 0; }
  .statuses-documents-form .search-buttons {
    top: auto;
    bottom: 40px; }
  .checking-readiness-documents-page .default-header-page-container .page-limiter .cols-container .page-right-col .page-header-plate .plate-content {
    padding: 15px 0; }
  .checking-readiness-documents-page .default-page-container .page-limiter .cols-container .page-right-col .page-container {
    padding: 15px 0 50px 0; }
  .management-page .management-list span {
    display: block;
    text-align: left;
    max-width: 400px; }
  .management-page .management-list .management-plate .manager-plate {
    flex-direction: column; }
    .management-page .management-list .management-plate .manager-plate-content {
      padding-left: 0; }
      .management-page .management-list .management-plate .manager-plate-content .manager-name {
        margin-bottom: 18px; }
  .service-item-page .service-content .content-links {
    flex-direction: column;
    align-items: flex-start; }
    .service-item-page .service-content .content-links .link-item {
      margin-top: 41px; }
      .service-item-page .service-content .content-links .link-item:first-child {
        margin-top: 12px; }
  .service-item-page .service-content .cms-action-inline-panel {
    left: 0;
    top: -35px; }
  .services-page .cols-container {
    flex-direction: column; }
    .services-page .cols-container .page-left-col {
      display: none; }
    .services-page .cols-container .page-right-col .filter-mobile {
      display: block; }
    .services-page .cols-container .page-right-col .page-container {
      padding-left: 0; }
    .services-page .cols-container .page-right-col .search-form .search-string input::placeholder {
      font-size: 14px;
      line-height: 120%; }
    .services-page .cols-container .page-right-col .categories-filter-modal {
      height: unset;
      bottom: 0;
      overflow-y: scroll; }
      .services-page .cols-container .page-right-col .categories-filter-modal .modal-content {
        padding-left: 15px; }
        .services-page .cols-container .page-right-col .categories-filter-modal .modal-content .modal-filters {
          flex-direction: column; }
  .docs-page .cols-container, .ask-page .cols-container {
    flex-direction: column; }
    .docs-page .cols-container .page-left-col, .ask-page .cols-container .page-left-col {
      display: none; }
    .docs-page .cols-container .page-right-col .filter-mobile, .ask-page .cols-container .page-right-col .filter-mobile {
      display: block; }
    .docs-page .cols-container .page-right-col .page-container, .ask-page .cols-container .page-right-col .page-container {
      padding-left: 0; } }

@media screen and (max-width: 480px) {
  .personal-data-processing-widget .widget-text p {
    font-size: 12px;
    line-height: 120%; }
  .management-page .page-caption h1 {
    margin-bottom: 24px; }
  .management-page .management-list span {
    display: block;
    text-align: left;
    max-width: 250px; }
  .management-page .management-list .managment-plate {
    max-width: 460px; }
  .management-page .employees-list {
    gap: 20px; }
  .management-page .departments-list .department-plate .department-button {
    font-size: 14px;
    line-height: 120%; }
    .management-page .departments-list .department-plate .department-button .button-icon-container {
      width: 24px;
      height: 24px; }
      .management-page .departments-list .department-plate .department-button .button-icon-container .button-icon {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 8px;
        height: 13px;
        background-image: url(images/cor-right-brown.png);
        width: 7.5px;
        height: 13px; }
  .management-page .departments-list .department-plate.collapse .department-button {
    border-bottom: 1px solid #929292; }
    .management-page .departments-list .department-plate.collapse .department-button .button-icon-container {
      background: none;
      border: none; }
      .management-page .departments-list .department-plate.collapse .department-button .button-icon-container .button-icon {
        transform: rotate(90deg); }
  .management-page .departments-list .department-plate.collapse .employees-list {
    display: none; }
  .service-item-page .page-header-container {
    padding-bottom: 36px; }
    .service-item-page .page-header-container .page-caption h1 {
      font-size: 26px;
      line-height: 120%; }
  .service-item-page .service-content-container {
    padding-bottom: 24px; }
    .service-item-page .service-content-container .accordion_header-arrow {
      width: 24px;
      height: 24px;
      flex-basis: 24px;
      border: none; }
      .service-item-page .service-content-container .accordion_header-arrow .image {
        width: 7.5px;
        height: 13px; }
    .service-item-page .service-content-container .item-caption h2 {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      line-height: 120%; }
    .service-item-page .service-content-container .service-content .content-block {
      margin-bottom: 18px; }
      .service-item-page .service-content-container .service-content .content-block .block-caption {
        font-size: 16px;
        line-height: 140%; }
  .services-page .filter-mobile {
    padding-bottom: 0; }
  .services-page .search-form .search-string input::placeholder {
    color: transparent; } }

@media screen and (max-width: 320px) {
  .management-page .management-list .management-plate {
    max-width: 290px; }
  .management-page .employees-list {
    flex-wrap: nowrap;
    overflow-x: scroll; }
    .management-page .employees-list .employee-plate {
      min-width: 157px; } }

#footer {
  padding: 0px;
  padding-top: 70px;
  background: #D6F4F3; }
  #footer a,
  #footer p {
    color: #756d6a; }
  #footer a {
    transition: color 0.1s ease; }
    #footer a:hover {
      color: #00567B; }
  #footer .footer-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 36px; }
    #footer .footer-section .footer-about {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 280px; }
      #footer .footer-section .footer-about .footer-org-caption {
        font-family: "Lato";
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 34px; }
      #footer .footer-section .footer-about .footer-contacts {
        position: relative;
        margin-bottom: 34px; }
        #footer .footer-section .footer-about .footer-contacts .org-contacts-fields {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
        #footer .footer-section .footer-about .footer-contacts .contacts-phone {
          font-family: "Lato";
          font-weight: 600;
          font-size: 18px;
          line-height: 120%;
          text-align: left;
          color: #00567B;
          margin-bottom: 12px; }
        #footer .footer-section .footer-about .footer-contacts .contacts-worktime {
          font-family: "Lato";
          font-weight: 400;
          font-size: 14px;
          line-height: 120%;
          color: #282E34; }
        #footer .footer-section .footer-about .footer-contacts .cms-action-panel {
          position: absolute;
          left: 0px;
          top: -34px; }
    #footer .footer-section .footer-menu .section-block {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
  #footer .footer-site-caption {
    display: flex;
    align-items: center;
    margin-bottom: 34px; }
    #footer .footer-site-caption .caption-logo {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 50px;
      height: 68px;
      background-image: url(images/obl-banner.png);
      flex-shrink: 0;
      margin-right: 20px; }
    #footer .footer-site-caption .caption-text {
      max-width: 245px;
      text-transform: uppercase;
      color: #00567B; }
  #footer .footer-site-contacts {
    margin-bottom: 34px;
    position: relative; }
    #footer .footer-site-contacts .cms-action-panel {
      position: absolute;
      top: 0;
      left: -35px; }
    #footer .footer-site-contacts .contacts-worktime {
      font-size: 14px;
      line-height: 120%;
      display: block;
      margin-bottom: 12px;
      color: #00567B; }
    #footer .footer-site-contacts .contacts-phone {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #ffffff; }
  #footer .social-links-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%; }
    #footer .social-links-container .cms-action-inline-panel {
      position: absolute;
      top: -36px;
      left: 0px; }
    #footer .social-links-container .social-link {
      margin-right: 24px;
      transition: filter 0.3s ease; }
      #footer .social-links-container .social-link:last-child {
        margin-right: 0px; }
      #footer .social-links-container .social-link .item-icon:hover {
        background: #00AEBF;
        color: #fff; }
  #footer .site-counters {
    margin-top: 48px;
    position: relative; }
    #footer .site-counters .cms-action-inline-panel {
      position: absolute;
      bottom: -32px; }
    #footer .site-counters h4 {
      position: relative; }
      #footer .site-counters h4 .cms-action-panel {
        position: absolute;
        right: -12px;
        top: -6px; }
  #footer .footer-plate-menu {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 24px; }
  #footer .menu-item {
    width: 190px;
    white-space: normal;
    margin-bottom: 24px;
    position: relative; }
    #footer .menu-item .cms-action-panel {
      position: absolute;
      top: -18px;
      left: -36px; }
    #footer .menu-item a {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #5F70A3; }
      #footer .menu-item a:hover {
        color: #00AEBF; }
  #footer .footer-copyrights p {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 8px; }
    #footer .footer-copyrights p:last-child {
      margin-bottom: 0; }
  #footer .footer-copyrights a {
    font-size: 14px;
    line-height: 120%;
    text-decoration: underline; }
  #footer .footer-copyrights .footer-link {
    position: relative; }
    #footer .footer-copyrights .footer-link .cms-action-panel {
      position: absolute;
      right: 0px;
      top: -6px; }
  #footer .footer-feedback .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 200px; }
    #footer .footer-feedback .footer-links .primary-button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      padding: 10px 0;
      text-align: center;
      width: 100%;
      color: #fff;
      background: #00AEBF;
      border-radius: 8px;
      margin-bottom: 24px;
      transition: .3s; }
      #footer .footer-feedback .footer-links .primary-button:hover {
        background-color: #fff;
        color: #00AEBF; }
    #footer .footer-feedback .footer-links .air-button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      padding: 8px 0px;
      text-align: center;
      width: 100%;
      color: #00567B;
      background: #fff;
      border-radius: 8px;
      margin-bottom: 24px;
      transition: .3s; }
      #footer .footer-feedback .footer-links .air-button:hover {
        background-color: #00AEBF;
        color: #fff; }
  #footer .footer-feedback .med-sites-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 24px; }
    #footer .footer-feedback .med-sites-title .med-sites-icon {
      background: url(./images/med-sites-rf.svg);
      background-position: center;
      background-repeat: no-repeat;
      width: 50px;
      height: 56px;
      margin-right: 20px; }
    #footer .footer-feedback .med-sites-title .med-sites-caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      color: #00567B; }
  #footer .footer-credentials {
    margin-left: auto; }
    #footer .footer-credentials .list-item {
      display: inline-block;
      margin-left: 24px; }
      #footer .footer-credentials .list-item a {
        text-decoration: underline; }

#footer-bottom {
  padding: 18px 0px;
  border-top: solid 1px #fff;
  background: #D6F4F3; }
  #footer-bottom .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  #footer-bottom .regular {
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #AAB3AB; }
  #footer-bottom .accent {
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #5F70A3; }
  #footer-bottom .org-name::before {
    content: "©️"; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background: #fff; }
  #header .header-bar {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 0 60px; }
    #header .header-bar .cms-action-panel {
      position: absolute; }
    #header .header-bar .left-side,
    #header .header-bar .right-side {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
    #header .header-bar .site-logo {
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center; }
      #header .header-bar .site-logo .icon {
        margin-right: 25px; }
        #header .header-bar .site-logo .icon img {
          max-height: 40px; }
      #header .header-bar .site-logo .caption h2 {
        font-family: "Lato";
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #282E34;
        max-height: calc(22px * 3);
        overflow: hidden; }
    #header .header-bar .org-address-schedule {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: flex-start;
      margin: 0px 35px; }
      #header .header-bar .org-address-schedule .worktime {
        white-space: nowrap; }
        #header .header-bar .org-address-schedule .worktime span {
          font-family: "Lato";
          font-weight: 400;
          font-size: 12px;
          line-height: 120%;
          color: #282E34; }
          #header .header-bar .org-address-schedule .worktime span.prefix::after {
            content: ":"; }
      #header .header-bar .org-address-schedule .org-address {
        white-space: nowrap; }
        #header .header-bar .org-address-schedule .org-address span {
          font-family: "Lato";
          font-weight: 400;
          font-size: 14px;
          line-height: 120%;
          color: #282E34; }
    #header .header-bar .org-phone-contacts {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 100%; }
      #header .header-bar .org-phone-contacts .container {
        display: flex;
        flex-direction: row; }
        #header .header-bar .org-phone-contacts .container .circle-arrow {
          display: none; }
        #header .header-bar .org-phone-contacts .container .phones-popup {
          display: none; }
    #header .header-bar .header-controls {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 100%;
      margin-left: 36px; }
      #header .header-bar .header-controls .online-appointment .button-appointment {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        background: #00AEBF;
        padding: 14px 30px;
        border-radius: 8px;
        border: 1px solid #00AEBF;
        color: #fff;
        display: block;
        white-space: nowrap;
        margin-right: 24px; }
      #header .header-bar .header-controls .blind-version {
        margin-right: 24px; }
      #header .header-bar .header-controls .search {
        margin-right: 10px; }
      #header .header-bar .header-controls .icon {
        font-size: 18pt;
        line-height: 18pt;
        color: #00567B; }
        #header .header-bar .header-controls .icon.search-icon {
          font-size: 24pt; }
      #header .header-bar .header-controls .menu-button .button-menu {
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease;
        margin-right: 20px;
        vertical-align: top;
        position: relative;
        width: 50px;
        background: #fff;
        margin-right: 0; }
        #header .header-bar .header-controls .menu-button .button-menu:hover {
          background: #ffffff;
          color: #00567B; }
        #header .header-bar .header-controls .menu-button .button-menu:active, #header .header-bar .header-controls .menu-button .button-menu.nice-select.open {
          opacity: 0.7; }
        #header .header-bar .header-controls .menu-button .button-menu:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
        #header .header-bar .header-controls .menu-button .button-menu .line {
          position: absolute;
          top: 26px;
          left: 17px;
          width: 20px;
          height: 2px;
          transition: 0.2s;
          overflow: hidden;
          border-radius: 1px; }
          #header .header-bar .header-controls .menu-button .button-menu .line::before, #header .header-bar .header-controls .menu-button .button-menu .line::after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            background: #2c2a29;
            transition: 0.2s linear 0.1s; }
          #header .header-bar .header-controls .menu-button .button-menu .line::after {
            left: -250%; }
          #header .header-bar .header-controls .menu-button .button-menu .line:first-child {
            margin-top: -6px; }
            #header .header-bar .header-controls .menu-button .button-menu .line:first-child::before, #header .header-bar .header-controls .menu-button .button-menu .line:first-child::after {
              transition-delay: 0s; }
          #header .header-bar .header-controls .menu-button .button-menu .line:last-child {
            margin-top: 6px; }
            #header .header-bar .header-controls .menu-button .button-menu .line:last-child::before, #header .header-bar .header-controls .menu-button .button-menu .line:last-child::after {
              transition-delay: 0.2s; }
        #header .header-bar .header-controls .menu-button .button-menu:hover .line::before {
          left: 250%; }
        #header .header-bar .header-controls .menu-button .button-menu:hover .line::after {
          left: 0%; }
        #header .header-bar .header-controls .menu-button .button-menu.open {
          left: -8px;
          z-index: 12; }
          #header .header-bar .header-controls .menu-button .button-menu.open .line {
            margin: 0; }
            #header .header-bar .header-controls .menu-button .button-menu.open .line:first-child {
              transform: rotate(45deg); }
            #header .header-bar .header-controls .menu-button .button-menu.open .line:nth-child(2) {
              width: 0; }
            #header .header-bar .header-controls .menu-button .button-menu.open .line:last-child {
              transform: rotate(-45deg); }
      #header .header-bar .header-controls .header-dropdown-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s ease; }
        #header .header-bar .header-controls .header-dropdown-menu .menu-container {
          padding-top: 70px;
          height: 100%;
          overflow: auto; }
        #header .header-bar .header-controls .header-dropdown-menu .menu-limiter {
          position: relative;
          display: flex;
          max-width: 1135px;
          padding-right: 105px;
          margin: 0 auto;
          justify-content: space-between; }
          #header .header-bar .header-controls .header-dropdown-menu .menu-limiter .menu-block {
            flex: 1;
            max-width: 505px; }
          #header .header-bar .header-controls .header-dropdown-menu .menu-limiter .cms-action-inline-panel {
            position: absolute;
            top: -34px;
            left: 0; }
        #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li {
          border-top: none;
          border-bottom: none;
          overflow: unset !important;
          z-index: unset !important; }
          #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-btn {
            font-family: "Lato";
            font-weight: 600;
            font-size: 24px;
            line-height: 120%;
            position: relative;
            display: block;
            padding: 18px 60px;
            line-height: 48px;
            border-radius: 8px;
            width: 100%;
            text-align: left;
            box-sizing: border-box; }
          #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-caption {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 18px 60px;
            margin: 10px;
            transition: background .2s; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-caption .menu-btn {
              font-family: "Lato";
              font-weight: 600;
              font-size: 24px;
              line-height: 120%;
              width: unset;
              padding: 0px; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-caption .cms-action-panel {
              position: absolute;
              left: 0px;
              top: 24px; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-caption.default {
              border: solid 5px #00AEBF; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-caption.hidden {
              background: #E4E4E4; }
          #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-child {
            transition: background .2s; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-child .menu-btn {
              font-family: "Lato";
              font-weight: 600;
              font-size: 18px;
              line-height: 120%;
              padding: 12px 60px;
              margin: 0px;
              color: #00567B; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-child .cms-action-panel {
              top: -38px; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-child:hover {
              background: #FAFAFA; }
              #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .menu-item-child:hover .menu-btn {
                color: #282E34; }
          #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .circle-arrow {
            border: none;
            background: transparent; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li .circle-arrow::before {
              border-bottom: solid 1.5px #AAB3AB;
              border-left: solid 1.5px #AAB3AB; }
          #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li:hover .menu-item-caption {
            background: #FAFAFA; }
            #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li:hover .menu-item-caption.hidden {
              background: #E4E4E4; }
          #header .header-bar .header-controls .header-dropdown-menu .accordion-menu-item li:hover .circle-arrow::before {
            border-bottom: solid 1.5px #00AEBF;
            border-left: solid 1.5px #00AEBF; }
        #header .header-bar .header-controls .header-dropdown-menu .submenu-block {
          display: none;
          padding-top: 18px; }
          #header .header-bar .header-controls .header-dropdown-menu .submenu-block .menu-item {
            margin-bottom: 4px; }
            #header .header-bar .header-controls .header-dropdown-menu .submenu-block .menu-item a {
              font-size: 14px;
              line-height: 120%;
              padding: 12px 60px; }
        #header .header-bar .header-controls .header-dropdown-menu.open {
          visibility: visible;
          opacity: 1; }
  #header.sticky {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 10px 20px rgba(114, 100, 93, 0.05); }

.captioned-phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end; }
  .captioned-phone .phone-icon {
    position: relative;
    top: 3px;
    font-size: 24px;
    color: #00567B;
    margin-right: 10px; }
  .captioned-phone .caption {
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #969CAA;
    white-space: nowrap; }
  .captioned-phone .phone {
    display: flex;
    flex-direction: column; }
    .captioned-phone .phone .caption {
      font-family: "Lato";
      font-weight: 400;
      font-size: 12px;
      line-height: 120%;
      color: #969CAA;
      white-space: nowrap;
      margin-bottom: 4px; }
    .captioned-phone .phone .number a {
      font-family: "Lato";
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      color: #282E34;
      white-space: nowrap; }
      .captioned-phone .phone .number a.highlight {
        font-size: 18px;
        line-height: 120%; }
  .captioned-phone.left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px; }
    .captioned-phone.left .phone {
      display: flex;
      flex-direction: row; }

.vertical-limiter {
  border-right: solid 1px #CDD2DB;
  margin: 0px 18px; }

/* INDEX WELCOME FASTLINKS */
.index-welcome-fastlinks {
  width: 100%;
  height: 375px;
  z-index: 1;
  position: relative; }
  .index-welcome-fastlinks .cms-action-inline-panel {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 2; }
  .index-welcome-fastlinks .links-container {
    position: relative;
    height: 100%;
    perspective: 1000px; }
  .index-welcome-fastlinks .cms-action-panel {
    position: absolute;
    top: unset;
    bottom: 64px;
    left: 32px;
    z-index: 999; }
    .index-welcome-fastlinks .cms-action-panel .cms-actions {
      top: unset !important;
      bottom: -32px; }
  .index-welcome-fastlinks .link-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px 24px;
    box-sizing: border-box;
    background-color: #D6F4F3;
    border-radius: 32px;
    transform-style: preserve-3d;
    transform-origin: center center -60px;
    opacity: 0;
    overflow: hidden;
    animation: fastlink-out 0.4s; }
    .index-welcome-fastlinks .link-item span {
      display: block; }
    .index-welcome-fastlinks .link-item .cover-image {
      position: absolute;
      right: 34px;
      bottom: 0px;
      z-index: 2;
      max-width: 575px;
      max-height: 345px;
      height: 100%;
      border-radius: 24px 24px 0px 0px; }
    .index-welcome-fastlinks .link-item .default-cover-image {
      position: absolute;
      right: 34px;
      bottom: 0px;
      z-index: 2;
      width: 575px;
      max-height: 345px;
      height: 100%;
      border-radius: 24px 24px 0px 0px; }
      .index-welcome-fastlinks .link-item .default-cover-image.banner-virus-image {
        background: url(/site-assets/css/banners/banner-virus.png) no-repeat; }
      .index-welcome-fastlinks .link-item .default-cover-image.banner-children-image {
        background: url(/site-assets/css/banners/banner-children.png) no-repeat; }
      .index-welcome-fastlinks .link-item .default-cover-image.banner-woman-checkup-image {
        background: url(/site-assets/css/banners/banner-woman-checkup.png) no-repeat; }
      .index-welcome-fastlinks .link-item .default-cover-image.banner-corona-image {
        background: url(/site-assets/css/banners/banner-corona.png) no-repeat; }
      .index-welcome-fastlinks .link-item .default-cover-image.banner-densitometria-image {
        background: url(/site-assets/css/banners/banner-densitometria.png) no-repeat; }
    .index-welcome-fastlinks .link-item .fast-link-content {
      position: relative;
      z-index: 3;
      height: 100%; }
    .index-welcome-fastlinks .link-item .item-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 24px;
      max-width: 42%;
      height: 100%;
      margin-left: 20px;
      margin-top: 47px;
      justify-content: start; }
      .index-welcome-fastlinks .link-item .item-content .content-caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 36px;
        line-height: 120%;
        color: #00567B; }
      .index-welcome-fastlinks .link-item .item-content .content-note {
        font-family: "Lato";
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #282E34; }
      .index-welcome-fastlinks .link-item .item-content .content-more a {
        display: block;
        color: #00567B;
        text-align: center;
        font-family: "Lato";
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        color: #00567B;
        text-align: left;
        position: relative; }
        .index-welcome-fastlinks .link-item .item-content .content-more a::before {
          content: attr(data-icon);
          display: block; }
        .index-welcome-fastlinks .link-item .item-content .content-more a::before {
          font-family: "ApricodeIcons"; }
        .index-welcome-fastlinks .link-item .item-content .content-more a::before {
          content: "\e029"; }
        .index-welcome-fastlinks .link-item .item-content .content-more a::before {
          position: absolute;
          color: #00567B;
          top: 0.3px;
          right: -14px;
          font-size: 8px; }
    .index-welcome-fastlinks .link-item.active {
      z-index: 2;
      opacity: 1;
      animation: fastlink-in 0.4s; }
      .index-welcome-fastlinks .link-item.active.active-prev {
        animation: fastlink-in-prev 0.4s; }
    .index-welcome-fastlinks .link-item.out-prev {
      animation: fastlink-out-prev 0.4s; }
  .index-welcome-fastlinks .links-button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .index-welcome-fastlinks .links-button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .index-welcome-fastlinks .links-button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-welcome-fastlinks .links-button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-welcome-fastlinks .links-button-next .button-icon::before {
        content: "\e027"; }
    .index-welcome-fastlinks .links-button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-welcome-fastlinks .links-button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-welcome-fastlinks .links-button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-welcome-fastlinks .links-button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-welcome-fastlinks .links-button-next:hover .button-icon::before {
          content: "\e027"; }
    .index-welcome-fastlinks .links-button-next:active, .index-welcome-fastlinks .links-button-next.nice-select.open {
      opacity: 0.7; }
    .index-welcome-fastlinks .links-button-next .button-icon {
      font-size: 6pt; }
    .index-welcome-fastlinks .links-button-next:hover {
      background: #00AEBF; }
      .index-welcome-fastlinks .links-button-next:hover .button-icon {
        color: #fff; }
  .index-welcome-fastlinks .links-button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .index-welcome-fastlinks .links-button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .index-welcome-fastlinks .links-button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-welcome-fastlinks .links-button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-welcome-fastlinks .links-button-prev .button-icon::before {
        content: "\e027"; }
    .index-welcome-fastlinks .links-button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-welcome-fastlinks .links-button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-welcome-fastlinks .links-button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-welcome-fastlinks .links-button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-welcome-fastlinks .links-button-prev:hover .button-icon::before {
          content: "\e027"; }
    .index-welcome-fastlinks .links-button-prev:active, .index-welcome-fastlinks .links-button-prev.nice-select.open {
      opacity: 0.7; }
    .index-welcome-fastlinks .links-button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .index-welcome-fastlinks .links-button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-welcome-fastlinks .links-button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-welcome-fastlinks .links-button-prev .button-icon::before {
        content: "\e026"; }
    .index-welcome-fastlinks .links-button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-welcome-fastlinks .links-button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-welcome-fastlinks .links-button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-welcome-fastlinks .links-button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-welcome-fastlinks .links-button-prev:hover .button-icon::before {
          content: "\e026"; }
    .index-welcome-fastlinks .links-button-prev .button-icon {
      font-size: 6pt; }
    .index-welcome-fastlinks .links-button-prev:hover {
      background: #00AEBF; }
      .index-welcome-fastlinks .links-button-prev:hover .button-icon {
        color: #fff; }
  .index-welcome-fastlinks .links-button-next {
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
  .index-welcome-fastlinks.unslidable .link-item {
    opacity: 1;
    animation: none; }
  .index-welcome-fastlinks.unslidable .links-button-prev,
  .index-welcome-fastlinks.unslidable .links-button-next {
    display: none; }

@keyframes fastlink-out {
  from {
    opacity: 1;
    transform: translateX(0px); }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateX(200px); } }

@keyframes fastlink-out-prev {
  from {
    opacity: 1;
    transform: translateX(0px); }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateX(-200px); } }

@keyframes fastlink-in {
  from {
    opacity: 0;
    transform: translateX(-200px); }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fastlink-in-prev {
  from {
    opacity: 0;
    transform: translateX(200px); }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fastlink-out-mobile {
  from {
    opacity: 1;
    left: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    left: -50%; } }

@keyframes fastlink-out-prev-mobile {
  from {
    opacity: 1;
    left: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    left: 50%; } }

@keyframes fastlink-in-mobile {
  from {
    opacity: 0;
    left: 50%; }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    left: 0; } }

@keyframes fastlink-in-prev-mobile {
  from {
    opacity: 0;
    left: -50%; }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    left: 0; } }

#admin-panel {
  position: fixed;
  z-index: 999;
  top: 90px;
  right: 10px;
  transition: .3s; }
  #admin-panel.hidden {
    transform: translateX(100%); }
  #admin-panel .actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    padding: 10px;
    background: #FAFAFA;
    border-radius: 12px;
    border: solid 1px #7f7f7f;
    z-index: 2; }
    #admin-panel .actions li {
      margin-bottom: 10px; }
      #admin-panel .actions li:last-child {
        margin-bottom: 0px; }
  #admin-panel .display-button {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 12px;
    left: -32px;
    border-radius: 50%;
    background-color: #00AEBF;
    z-index: 1; }
    #admin-panel .display-button .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      position: relative;
      left: -10px;
      top: 1px;
      color: #fff; }
      #admin-panel .display-button .button-icon::before {
        content: attr(data-icon);
        display: block; }
      #admin-panel .display-button .button-icon::before {
        font-family: "ApricodeIcons"; }
      #admin-panel .display-button .button-icon::before {
        content: "\e027"; }
    #admin-panel .display-button.opened .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #fff; }
      #admin-panel .display-button.opened .button-icon::before {
        content: attr(data-icon);
        display: block; }
      #admin-panel .display-button.opened .button-icon::before {
        font-family: "ApricodeIcons"; }
      #admin-panel .display-button.opened .button-icon::before {
        content: "\e027"; }
    #admin-panel .display-button.closed .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #fff; }
      #admin-panel .display-button.closed .button-icon::before {
        content: attr(data-icon);
        display: block; }
      #admin-panel .display-button.closed .button-icon::before {
        font-family: "ApricodeIcons"; }
      #admin-panel .display-button.closed .button-icon::before {
        content: "\e026"; }

.themes-cms .cms-action-inline-panel {
  position: relative;
  z-index: 3; }
  .themes-cms .cms-action-inline-panel .container {
    width: 100%; }
  .themes-cms .cms-action-inline-panel .themes-list {
    display: none;
    position: absolute;
    left: 0px;
    top: 32px;
    width: 100%;
    height: 200px;
    border-radius: 12px;
    border: solid 1px #7f7f7f;
    background-color: white;
    overflow-y: auto; }
    .themes-cms .cms-action-inline-panel .themes-list.active {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      .themes-cms .cms-action-inline-panel .themes-list.active .themes-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 40px; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item:hover {
          cursor: pointer;
          user-select: none;
          background-color: #F3F3F3; }
          .themes-cms .cms-action-inline-panel .themes-list.active .themes-item:hover .item-title .semi-radio {
            border: solid 2px #7f7f7f; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .item-title {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center; }
          .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .item-title .semi-radio {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: solid 1px #CDD2DB;
            background: #fff;
            box-sizing: border-box;
            transition: .1s;
            margin-left: 20px;
            margin-right: 12px; }
            .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .item-title .semi-radio:hover {
              border: solid 2px #7f7f7f; }
            .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .item-title .semi-radio.selected {
              border: solid 4px #7f7f7f; }
              .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .item-title .semi-radio.selected:hover {
                border: solid 4px #7f7f7f; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .palette {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          position: relative;
          height: 24px;
          width: 84px;
          margin-right: 20px; }
          .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .palette .color {
            position: absolute;
            top: 0px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: solid 1px #fff;
            box-sizing: border-box;
            background-color: red; }
            .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .palette .color:nth-child(1) {
              left: 0px;
              background: #969CAA; }
            .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .palette .color:nth-child(2) {
              left: 20px;
              background: #00567B; }
            .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .palette .color:nth-child(3) {
              left: 40px;
              background: #00AEBF; }
            .themes-cms .cms-action-inline-panel .themes-list.active .themes-item .palette .color:nth-child(4) {
              left: 60px;
              background: #D6F4F3; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-1 .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-1 .palette .color:nth-child(2) {
          background: #27438B; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-1 .palette .color:nth-child(3) {
          background: #0F6ED7; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-1 .palette .color:nth-child(4) {
          background: #E3F5FF; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-cyan .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-cyan .palette .color:nth-child(2) {
          background: #00567B; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-cyan .palette .color:nth-child(3) {
          background: #00AEBF; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-cyan .palette .color:nth-child(4) {
          background: #D6F4F3; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-lime .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-lime .palette .color:nth-child(2) {
          background: #4D453B; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-lime .palette .color:nth-child(3) {
          background: #56CA54; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-lime .palette .color:nth-child(4) {
          background: #F5F8F4; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-green .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-green .palette .color:nth-child(2) {
          background: #2B4450; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-green .palette .color:nth-child(3) {
          background: #2DA782; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-green .palette .color:nth-child(4) {
          background: #E1F8F5; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-brown .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-brown .palette .color:nth-child(2) {
          background: #314357; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-brown .palette .color:nth-child(3) {
          background: #C98C70; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-brown .palette .color:nth-child(4) {
          background: #F8F3E9; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-orange .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-orange .palette .color:nth-child(2) {
          background: #02398B; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-orange .palette .color:nth-child(3) {
          background: #FF834E; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-orange .palette .color:nth-child(4) {
          background: #DCF7FF; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-red .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-red .palette .color:nth-child(2) {
          background: #1B2B3C; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-red .palette .color:nth-child(3) {
          background: #FF5757; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-red .palette .color:nth-child(4) {
          background: #FFE8E1; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-burgundy .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-burgundy .palette .color:nth-child(2) {
          background: #282D4F; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-burgundy .palette .color:nth-child(3) {
          background: #A0204C; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-burgundy .palette .color:nth-child(4) {
          background: #FEF5EE; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-lilac .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-lilac .palette .color:nth-child(2) {
          background: #553773; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-lilac .palette .color:nth-child(3) {
          background: #97326F; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-lilac .palette .color:nth-child(4) {
          background: #F8F4F6; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-violet .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-violet .palette .color:nth-child(2) {
          background: #553773; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-violet .palette .color:nth-child(3) {
          background: #A060F2; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-violet .palette .color:nth-child(4) {
          background: #F5F5F5; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-ash .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-ash .palette .color:nth-child(2) {
          background: #3A1A43; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-ash .palette .color:nth-child(3) {
          background: #746678; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-ash .palette .color:nth-child(4) {
          background: #F8F7F4; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-gray .palette .color:nth-child(1) {
          background: #282E34; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-gray .palette .color:nth-child(2) {
          background: #374573; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-gray .palette .color:nth-child(3) {
          background: #666A78; }
        .themes-cms .cms-action-inline-panel .themes-list.active .themes-item.base.base-gray .palette .color:nth-child(4) {
          background: #F8F7F4; }

.yandex-map {
  width: 100%;
  height: 100%; }

.yandex-map-popover {
  position: relative; }
  .yandex-map-popover .tail {
    position: absolute;
    top: -8px;
    left: 16px;
    width: 38px;
    height: 38px;
    background: #fff;
    transform: rotate(45deg); }
  .yandex-map-popover .close {
    display: block;
    color: #00567B;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #AAB3AB;
    font-size: 14px; }
    .yandex-map-popover .close::before {
      content: attr(data-icon);
      display: block; }
    .yandex-map-popover .close::before {
      font-family: "ApricodeIcons"; }
    .yandex-map-popover .close::before {
      content: "\e023"; }
  .yandex-map-popover .popover-inner {
    position: absolute;
    background: #fff;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05);
    min-width: 250px; }
  .yandex-map-popover .popover-content-container {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .yandex-map-popover .popover-content-container .popover-title {
      font-family: "Lato";
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      color: #282E34; }
    .yandex-map-popover .popover-content-container .address {
      font-family: "Lato";
      font-weight: 600;
      font-size: 16px;
      line-height: 140%;
      color: #282E34; }
    .yandex-map-popover .popover-content-container .schedule,
    .yandex-map-popover .popover-content-container .contacts {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #282E34; }

.contacts-grid .contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 36px;
  margin-bottom: 44px; }
  .contacts-grid .contacts h4 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #AAB3AB;
    margin-bottom: 12px; }
    .contacts-grid .contacts h4::after {
      content: ":"; }
  .contacts-grid .contacts .captioned-col-phones {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .contacts-grid .contacts .captioned-col-phones .caption {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #AAB3AB;
      margin-bottom: 8px; }
    .contacts-grid .contacts .captioned-col-phones .value {
      font-family: "Lato";
      font-weight: 600;
      font-size: 16px;
      line-height: 140%;
      color: #282E34;
      margin-bottom: 8px; }
    .contacts-grid .contacts .captioned-col-phones .description {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #282E34;
      margin-bottom: 8px; }
    .contacts-grid .contacts .captioned-col-phones.large .caption {
      font-size: 18px;
      line-height: 120%;
      margin-bottom: 12px; }
    .contacts-grid .contacts .captioned-col-phones.large .value {
      font-size: 24px;
      line-height: 120%;
      margin-bottom: 18px; }
    .contacts-grid .contacts .captioned-col-phones .caption {
      font-size: 12px;
      line-height: 120%; }
    .contacts-grid .contacts .captioned-col-phones .value {
      font-size: 18px;
      line-height: 120%; }
  .contacts-grid .contacts .captioned-col-emails {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .contacts-grid .contacts .captioned-col-emails .caption {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #AAB3AB;
      margin-bottom: 8px; }
    .contacts-grid .contacts .captioned-col-emails .value {
      font-family: "Lato";
      font-weight: 600;
      font-size: 16px;
      line-height: 140%;
      color: #282E34;
      margin-bottom: 8px; }
    .contacts-grid .contacts .captioned-col-emails .description {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #282E34;
      margin-bottom: 8px; }
    .contacts-grid .contacts .captioned-col-emails.large .caption {
      font-size: 18px;
      line-height: 120%;
      margin-bottom: 12px; }
    .contacts-grid .contacts .captioned-col-emails.large .value {
      font-size: 24px;
      line-height: 120%;
      margin-bottom: 18px; }
    .contacts-grid .contacts .captioned-col-emails .caption {
      font-size: 12px;
      line-height: 120%; }
    .contacts-grid .contacts .captioned-col-emails .value, .contacts-grid .contacts .captioned-col-emails a {
      font-size: 18px;
      line-height: 120%;
      color: #00567B; }
  .contacts-grid .contacts .shedule .content, .contacts-grid .contacts .address .content {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #282E34; }

#ajax-popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  opacity: 0; }
  #ajax-popup.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    opacity: 1;
    z-index: 1000;
    overflow: auto; }
  #ajax-popup .close-container .close {
    position: fixed;
    top: 2%;
    right: 2%;
    color: #fff;
    font-size: 35px;
    font-weight: bold; }
    #ajax-popup .close-container .close:hover {
      color: #999;
      text-decoration: none; }
  #ajax-popup .content-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px; }
    #ajax-popup .content-container .content {
      width: 900px;
      padding: 30px 0px;
      border-radius: 6px;
      background-color: #fff;
      -webkit-box-shadow: 0px 11px 48px 3px rgba(82, 82, 82, 0.89);
      -moz-box-shadow: 0px 11px 48px 3px rgba(82, 82, 82, 0.89);
      box-shadow: 0px 11px 48px 3px rgba(82, 82, 82, 0.89); }
  #ajax-popup .loader {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    #ajax-popup .loader::before {
      content: "";
      width: 128px;
      height: 128px;
      border: solid 10px #00AEBF;
      border-bottom-color: transparent;
      border-radius: 50%;
      animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.widgets-form {
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box; }
  .widgets-form form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px; }
  .widgets-form h3 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 18px;
    line-height: 120%; }
  .widgets-form .form-fields {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px; }
  .widgets-form input[type=radio] {
    display: none; }
  .widgets-form input[type=radio] ~ label {
    display: block;
    padding: 10px;
    border: solid 1px #7f7f7f;
    border-radius: 8px;
    transition: .3s; }
    .widgets-form input[type=radio] ~ label:hover {
      background-color: #D6F4F3; }
  .widgets-form input[type=radio]:checked ~ label {
    background-color: #D6F4F3; }
  .widgets-form .radio-image {
    width: 100%;
    box-sizing: border-box;
    padding: 10px; }
    .widgets-form .radio-image img {
      width: 100%;
      border: solid 1px #fff;
      border-radius: 6px; }
  .widgets-form input[type=checkbox],
  .widgets-form input[type=checkbox] ~ label {
    user-select: none;
    cursor: pointer; }
  .widgets-form .form-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px; }
    .widgets-form .form-buttons button {
      background: none;
      border: none;
      font-size: 16px;
      line-height: 140%;
      display: inline-block;
      height: 52px;
      line-height: 52px;
      padding: 0 24px;
      background: #00AEBF;
      color: #FAFAFA;
      border-radius: 8px;
      transition: background 0.1s ease, color 0.1s ease; }
      .widgets-form .form-buttons button:hover {
        background: #ffffff;
        color: #00567B; }
      .widgets-form .form-buttons button:active, .widgets-form .form-buttons button.nice-select.open {
        opacity: 0.7; }
      .widgets-form .form-buttons button:disabled {
        background: #FAFAFA;
        color: #929292;
        pointer-events: none; }
      .widgets-form .form-buttons button.close {
        background-color: #e04e39; }
        .widgets-form .form-buttons button.close:hover {
          background-color: #fff;
          color: #e04e39; }
      .widgets-form .form-buttons button.action {
        background-color: #00567B; }
        .widgets-form .form-buttons button.action:hover {
          background-color: #fff;
          color: #00567B; }

.draggable-contaner .draggable-item {
  position: relative; }
  .draggable-contaner .draggable-item .draggable-control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #00AEBF;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    top: 50%;
    left: -125px;
    transform: translateY(-50%); }
    .draggable-contaner .draggable-item .draggable-control .icon {
      background: url(/site-assets/images/icons/bars.svg) center no-repeat;
      width: 36px;
      height: 36px; }

.index-page .dropzone {
  display: none; }
  .index-page .dropzone.active {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 10%;
    width: 100%;
    height: 80%;
    z-index: 7;
    background-color: rgba(41, 168, 71, 0.2);
    border-radius: 8px; }
  .index-page .dropzone .swap, .index-page .dropzone .fit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 120%;
    width: 40%;
    height: 70%;
    border-radius: 8px;
    color: #fff; }
  .index-page .dropzone .swap {
    background-color: #00AEBF; }
    .index-page .dropzone .swap.dragover {
      color: #00AEBF;
      background-color: transparent;
      border: solid 1px #00AEBF; }
  .index-page .dropzone .fit {
    background-color: #00567B; }
    .index-page .dropzone .fit.dragover {
      color: #00567B;
      background-color: transparent;
      border: solid 1px #00567B; }

/* INDEX DEPARTMENTS */
.index-departments-fastlinks {
  width: 100%;
  height: 375px;
  z-index: 1;
  position: relative;
  padding-bottom: 72px; }
  .index-departments-fastlinks .cms-action-inline-panel {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 2; }
  .index-departments-fastlinks .links-container {
    position: relative;
    height: 100%;
    perspective: 1000px; }
  .index-departments-fastlinks .cms-action-panel {
    position: absolute;
    top: unset;
    bottom: 64px;
    left: 32px;
    z-index: 999; }
    .index-departments-fastlinks .cms-action-panel .cms-actions {
      top: unset !important;
      bottom: -32px; }
  .index-departments-fastlinks .link-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    animation: fastlink-out 0.4s; }
    .index-departments-fastlinks .link-item span {
      display: block; }
    .index-departments-fastlinks .link-item .image-box {
      position: absolute;
      z-index: 2;
      width: 610px;
      max-height: 375px;
      height: 100%;
      border-radius: 6px;
      background-color: #ffffff;
      display: flex;
      justify-content: center; }
      .index-departments-fastlinks .link-item .image-box .image {
        width: 562px;
        max-height: 325px;
        height: 100%;
        display: block;
        margin: 0 auto;
        align-self: center; }
    .index-departments-fastlinks .link-item .fast-link-content {
      position: relative;
      z-index: 3;
      height: 100%; }
    .index-departments-fastlinks .link-item .item-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 24px;
      max-width: 48%;
      height: 68%;
      margin-left: 52%;
      margin-top: 47px;
      justify-content: start; }
      .index-departments-fastlinks .link-item .item-content .content-caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        color: #282E34; }
      .index-departments-fastlinks .link-item .item-content .content-note {
        font-family: "Lato";
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #282E34; }
      .index-departments-fastlinks .link-item .item-content .content-more a {
        display: block;
        color: #00567B;
        text-align: center;
        font-family: "Lato";
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        color: #00567B;
        text-align: left;
        position: relative; }
        .index-departments-fastlinks .link-item .item-content .content-more a::before {
          content: attr(data-icon);
          display: block; }
        .index-departments-fastlinks .link-item .item-content .content-more a::before {
          font-family: "ApricodeIcons"; }
        .index-departments-fastlinks .link-item .item-content .content-more a::before {
          content: "\e029"; }
        .index-departments-fastlinks .link-item .item-content .content-more a::before {
          position: absolute;
          color: #00567B;
          top: 0.3px;
          right: -14px;
          font-size: 8px; }
    .index-departments-fastlinks .link-item.active {
      z-index: 2;
      opacity: 1;
      animation: fastlink-in 0.4s; }
      .index-departments-fastlinks .link-item.active.active-prev {
        animation: fastlink-in-prev 0.4s; }
    .index-departments-fastlinks .link-item.out-prev {
      animation: fastlink-out-prev 0.4s; }
  .index-departments-fastlinks .links-button-next {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
    .index-departments-fastlinks .links-button-next .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .index-departments-fastlinks .links-button-next .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-departments-fastlinks .links-button-next .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-departments-fastlinks .links-button-next .button-icon::before {
        content: "\e027"; }
    .index-departments-fastlinks .links-button-next:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-departments-fastlinks .links-button-next:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-departments-fastlinks .links-button-next:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-departments-fastlinks .links-button-next:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-departments-fastlinks .links-button-next:hover .button-icon::before {
          content: "\e027"; }
    .index-departments-fastlinks .links-button-next:active, .index-departments-fastlinks .links-button-next.nice-select.open {
      opacity: 0.7; }
    .index-departments-fastlinks .links-button-next .button-icon {
      font-size: 6pt; }
    .index-departments-fastlinks .links-button-next:hover {
      background: #00AEBF; }
      .index-departments-fastlinks .links-button-next:hover .button-icon {
        color: #fff; }
  .index-departments-fastlinks .links-button-prev {
    background: none;
    border: none;
    display: inline-block;
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: 4;
    border-radius: 8px;
    background: #fff;
    transition: background 0.3s ease;
    left: 0px;
    transform: translate(calc(-100% - 25px), -50%); }
    .index-departments-fastlinks .links-button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center; }
      .index-departments-fastlinks .links-button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-departments-fastlinks .links-button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-departments-fastlinks .links-button-prev .button-icon::before {
        content: "\e027"; }
    .index-departments-fastlinks .links-button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-departments-fastlinks .links-button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-departments-fastlinks .links-button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-departments-fastlinks .links-button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-departments-fastlinks .links-button-prev:hover .button-icon::before {
          content: "\e027"; }
    .index-departments-fastlinks .links-button-prev:active, .index-departments-fastlinks .links-button-prev.nice-select.open {
      opacity: 0.7; }
    .index-departments-fastlinks .links-button-prev .button-icon {
      display: block;
      color: #00567B;
      text-align: center;
      color: #00AEBF; }
      .index-departments-fastlinks .links-button-prev .button-icon::before {
        content: attr(data-icon);
        display: block; }
      .index-departments-fastlinks .links-button-prev .button-icon::before {
        font-family: "ApricodeIcons"; }
      .index-departments-fastlinks .links-button-prev .button-icon::before {
        content: "\e026"; }
    .index-departments-fastlinks .links-button-prev:hover {
      box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
      .index-departments-fastlinks .links-button-prev:hover .button-icon {
        display: block;
        color: #00567B;
        text-align: center; }
        .index-departments-fastlinks .links-button-prev:hover .button-icon::before {
          content: attr(data-icon);
          display: block; }
        .index-departments-fastlinks .links-button-prev:hover .button-icon::before {
          font-family: "ApricodeIcons"; }
        .index-departments-fastlinks .links-button-prev:hover .button-icon::before {
          content: "\e026"; }
    .index-departments-fastlinks .links-button-prev .button-icon {
      font-size: 6pt; }
    .index-departments-fastlinks .links-button-prev:hover {
      background: #00AEBF; }
      .index-departments-fastlinks .links-button-prev:hover .button-icon {
        color: #fff; }
  .index-departments-fastlinks .links-button-next {
    right: 0px;
    transform: translate(calc(100% + 25px), -50%); }
  .index-departments-fastlinks.unslidable .link-item {
    opacity: 1;
    animation: none; }
  .index-departments-fastlinks.unslidable .links-button-prev,
  .index-departments-fastlinks.unslidable .links-button-next {
    display: none; }
  .index-departments-fastlinks .links-button-prev {
    left: unset;
    top: unset;
    transform: unset;
    bottom: 20px;
    right: 92px; }
  .index-departments-fastlinks .links-button-next {
    top: unset;
    transform: unset;
    bottom: 20px;
    right: 20px; }

@keyframes fastlink-out {
  from {
    opacity: 1;
    transform: translateX(0px); }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateX(200px); } }

@keyframes fastlink-out-prev {
  from {
    opacity: 1;
    transform: translateX(0px); }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateX(-200px); } }

@keyframes fastlink-in {
  from {
    opacity: 0;
    transform: translateX(-200px); }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fastlink-in-prev {
  from {
    opacity: 0;
    transform: translateX(200px); }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fastlink-out-mobile {
  from {
    opacity: 1;
    left: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    left: -50%; } }

@keyframes fastlink-out-prev-mobile {
  from {
    opacity: 1;
    left: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    left: 50%; } }

@keyframes fastlink-in-mobile {
  from {
    opacity: 0;
    left: 50%; }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    left: 0; } }

@keyframes fastlink-in-prev-mobile {
  from {
    opacity: 0;
    left: -50%; }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    left: 0; } }

.admin-rails-cards-editor {
  display: flex;
  flex-direction: column; }
  .admin-rails-cards-editor .common-cms {
    height: 72px; }
  .admin-rails-cards-editor .editable-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px; }
    .admin-rails-cards-editor .editable-list .list-item-container {
      border: dashed 1px gray;
      box-sizing: border-box;
      margin-bottom: 32px; }

.about-page h1 {
  margin-bottom: 48px; }

.about-page h2 {
  margin: 32px 0px; }

.about-page h3 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 36px; }

.about-page .section-body {
  margin-bottom: 36px; }

.about-page .founders-table,
.about-page .schedules-table {
  width: 100%;
  border-collapse: collapse; }
  .about-page .founders-table thead,
  .about-page .schedules-table thead {
    background: #D6F4F3; }
  .about-page .founders-table th, .about-page .founders-table td,
  .about-page .schedules-table th,
  .about-page .schedules-table td {
    font-size: 16px;
    line-height: 140%;
    padding: 32px 24px;
    text-align: left;
    color: #282E34; }
  .about-page .founders-table th,
  .about-page .schedules-table th {
    font-family: "Lato";
    font-weight: 600; }
  .about-page .founders-table td,
  .about-page .schedules-table td {
    font-family: "Lato";
    font-weight: 400; }
  .about-page .founders-table tbody tr:nth-child(2n),
  .about-page .schedules-table tbody tr:nth-child(2n) {
    background: #FAFAFA; }

.about-page .grid-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 36px;
  margin-bottom: 44px; }
  .about-page .grid-contacts h4 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #AAB3AB;
    margin-bottom: 12px; }
    .about-page .grid-contacts h4::after {
      content: ":"; }
  .about-page .grid-contacts .captioned-col-phones {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .about-page .grid-contacts .captioned-col-phones .caption {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #AAB3AB;
      margin-bottom: 8px; }
    .about-page .grid-contacts .captioned-col-phones .value {
      font-family: "Lato";
      font-weight: 600;
      font-size: 16px;
      line-height: 140%;
      color: #282E34;
      margin-bottom: 8px; }
    .about-page .grid-contacts .captioned-col-phones .description {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #282E34;
      margin-bottom: 8px; }
    .about-page .grid-contacts .captioned-col-phones.large .caption {
      font-size: 18px;
      line-height: 120%;
      margin-bottom: 12px; }
    .about-page .grid-contacts .captioned-col-phones.large .value {
      font-size: 24px;
      line-height: 120%;
      margin-bottom: 18px; }
    .about-page .grid-contacts .captioned-col-phones .caption {
      font-size: 12px;
      line-height: 120%; }
    .about-page .grid-contacts .captioned-col-phones .value {
      font-size: 18px;
      line-height: 120%; }
  .about-page .grid-contacts .captioned-col-emails {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .about-page .grid-contacts .captioned-col-emails .caption {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #AAB3AB;
      margin-bottom: 8px; }
    .about-page .grid-contacts .captioned-col-emails .value {
      font-family: "Lato";
      font-weight: 600;
      font-size: 16px;
      line-height: 140%;
      color: #282E34;
      margin-bottom: 8px; }
    .about-page .grid-contacts .captioned-col-emails .description {
      font-family: "Lato";
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #282E34;
      margin-bottom: 8px; }
    .about-page .grid-contacts .captioned-col-emails.large .caption {
      font-size: 18px;
      line-height: 120%;
      margin-bottom: 12px; }
    .about-page .grid-contacts .captioned-col-emails.large .value {
      font-size: 24px;
      line-height: 120%;
      margin-bottom: 18px; }
    .about-page .grid-contacts .captioned-col-emails .caption {
      font-size: 12px;
      line-height: 120%; }
    .about-page .grid-contacts .captioned-col-emails .value,
    .about-page .grid-contacts .captioned-col-emails a {
      font-size: 18px;
      line-height: 120%;
      color: #00567B; }
  .about-page .grid-contacts .shedule .content,
  .about-page .grid-contacts .address .content {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #282E34; }

.about-page .support-info {
  margin-bottom: 128px; }
  .about-page .support-info .support-phones {
    margin-bottom: 48px; }
    .about-page .support-info .support-phones .captioned-phone .caption {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%; }
  .about-page .support-info .button {
    padding: 8px 18px;
    border-radius: 8px;
    background: #D6F4F3;
    color: #00567B; }

.about-page .contacts-map .widget-map {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #a4d6ac;
  border-radius: 6px;
  margin-bottom: 48px;
  color: white; }

.about-page .contacts-map .map-balloon-template {
  display: none; }

.about-page .gos-reg-info .captioned-col-value {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .about-page .gos-reg-info .captioned-col-value .caption {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #AAB3AB;
    margin-bottom: 8px; }
  .about-page .gos-reg-info .captioned-col-value .value {
    font-family: "Lato";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #282E34;
    margin-bottom: 8px; }
  .about-page .gos-reg-info .captioned-col-value .description {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #282E34;
    margin-bottom: 8px; }
  .about-page .gos-reg-info .captioned-col-value.large .caption {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px; }
  .about-page .gos-reg-info .captioned-col-value.large .value {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 18px; }
  .about-page .gos-reg-info .captioned-col-value .caption {
    font-size: 12px;
    line-height: 120%; }
  .about-page .gos-reg-info .captioned-col-value .value {
    font-size: 18px;
    line-height: 120%; }

.about-page .map-images .image-container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 320px;
  border-radius: 6px;
  overflow: hidden; }
  .about-page .map-images .image-container img {
    margin: 0 auto;
    object-fit: cover; }

/* ASK PAGE */
.ask-page .cols-container {
  display: flex; }
  .ask-page .cols-container.left-empty {
    gap: 0px; }
    .ask-page .cols-container.left-empty .page-left-col {
      width: 0px;
      padding: 0px;
      margin: 0px; }
      .ask-page .cols-container.left-empty .page-left-col .cms-action-inline-panel {
        position: relative; }
        .ask-page .cols-container.left-empty .page-left-col .cms-action-inline-panel .cms-actions {
          position: absolute;
          transform: translateX(-100%); }
  .ask-page .cols-container .page-left-col {
    position: relative;
    width: 220px;
    padding-top: 56px;
    padding-right: 50px; }
    .ask-page .cols-container .page-left-col .col-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #FAFAFA;
      opacity: 0.5; }
    .ask-page .cols-container .page-left-col .col-content {
      position: relative; }
    .ask-page .cols-container .page-left-col .sticky-block {
      width: 220px; }
  .ask-page .cols-container .page-right-col {
    flex: 1;
    width: 100%; }
  .ask-page .cols-container .page-left-col, .ask-page .cols-container .page-right-col {
    padding-top: 80px; }
  .ask-page .cols-container .page-right-col {
    padding-left: 45px;
    overflow: hidden; }

.ask-page .page-caption h1 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 48px; }

.ask-page .filter-mobile {
  display: none;
  padding-bottom: 30px; }
  .ask-page .filter-mobile .filter-mobile-header,
  .ask-page .filter-mobile a {
    padding: 16px 19px 15px 15px;
    display: flex;
    justify-content: space-between; }
  .ask-page .filter-mobile .filter-mobile-header {
    display: none;
    background-color: #FAFAFA;
    margin-bottom: 19px; }
    .ask-page .filter-mobile .filter-mobile-header .filter-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 18px;
      height: 18px;
      background-image: url(images/filter-black.png);
      width: 14px;
      height: 14px;
      opacity: 0.8; }
  .ask-page .filter-mobile a .cancel-button {
    width: 24px;
    height: 24px;
    background-color: #e04e39;
    border-radius: 50%;
    text-align: center; }
    .ask-page .filter-mobile a .cancel-button .cancel-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);
      background-image: url(images/cross-white.png); }
  .ask-page .filter-mobile .filter-header {
    display: none !important; }
  .ask-page .filter-mobile.hidden a {
    display: none; }
  .ask-page .filter-mobile.hidden .filter-mobile-header {
    display: flex; }
  .ask-page .filter-mobile.hidden .ask-categories-filter {
    display: none; }

.ask-page .ask-categories-filter {
  margin-bottom: 40px; }
  .ask-page .ask-categories-filter ::-webkit-scrollbar {
    width: 6px; }
  .ask-page .ask-categories-filter ::-webkit-scrollbar-track {
    border-radius: 6px;
    background: rgba(250, 250, 250, 0.5); }
  .ask-page .ask-categories-filter ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(146, 146, 146, 0.5); }
  .ask-page .ask-categories-filter .filter-header {
    display: flex;
    margin-bottom: 36px; }
    .ask-page .ask-categories-filter .filter-header .header-title {
      font-size: 14px;
      line-height: 120%; }
      .ask-page .ask-categories-filter .filter-header .header-title .title-icon {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
        width: 18px;
        height: 18px;
        background-image: url(images/filter-black.png);
        width: 14px;
        height: 14px;
        margin-right: 12px;
        opacity: 0.8; }
    .ask-page .ask-categories-filter .filter-header .header-button {
      background: none;
      border: none;
      font-size: 14px;
      line-height: 120%;
      color: #929292;
      margin-left: auto; }
  .ask-page .ask-categories-filter .filter-categories .category-item .item-button, .ask-page .ask-categories-filter .filter-categories .category-item .item-header {
    background: none;
    border: none;
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    display: block;
    width: 100%;
    position: relative;
    text-align: left; }
    .ask-page .ask-categories-filter .filter-categories .category-item .item-button .button-icon, .ask-page .ask-categories-filter .filter-categories .category-item .item-header .button-icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      image-rendering: -webkit-optimize-contrast;
      width: 26px;
      height: 15px;
      background-image: url(images/cor-up-black.png);
      width: 13px;
      height: 8px;
      position: absolute;
      top: 7px;
      right: 0;
      transition: transform 0.2s ease; }
  .ask-page .ask-categories-filter .filter-categories .category-item .item-header {
    line-height: 21.6px;
    margin-bottom: 38px; }
    .ask-page .ask-categories-filter .filter-categories .category-item .item-header .button-icon {
      rotate: 90deg; }
  .ask-page .ask-categories-filter .filter-categories .category-item .item-button-modal {
    cursor: pointer; }
  .ask-page .ask-categories-filter .filter-categories .category-item .item-categories {
    max-height: 186px;
    overflow-y: auto;
    scrollbar-color: rgba(146, 146, 146, 0.5) rgba(250, 250, 250, 0.5);
    scrollbar-width: 6px;
    padding-left: 10px;
    margin: 20px 0 16px -10px;
    transition: padding 0.2s ease; }
    .ask-page .ask-categories-filter .filter-categories .category-item .item-categories .category-item .item-button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      padding-left: 40px; }
      .ask-page .ask-categories-filter .filter-categories .category-item .item-categories .category-item .item-button .button-icon-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: #00AEBF;
        border-radius: 50%;
        transition: background 0.2s ease; }
        .ask-page .ask-categories-filter .filter-categories .category-item .item-categories .category-item .item-button .button-icon-container .button-icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          image-rendering: -webkit-optimize-contrast;
          width: 8px;
          height: 13px;
          background-image: url(images/cor-right-brown.png);
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -7px 0 0 -4px;
          transform: rotate(-90deg); }
    .ask-page .ask-categories-filter .filter-categories .category-item .item-categories .category-item.collapse .item-button .button-icon-container {
      background: none; }
      .ask-page .ask-categories-filter .filter-categories .category-item .item-categories .category-item.collapse .item-button .button-icon-container .button-icon {
        transform: rotate(90deg); }
  .ask-page .ask-categories-filter .filter-categories .category-item.collapse {
    margin-bottom: 20px; }
    .ask-page .ask-categories-filter .filter-categories .category-item.collapse .item-button .button-icon {
      transform: rotate(180deg); }
    .ask-page .ask-categories-filter .filter-categories .category-item.collapse .item-categories {
      height: 0;
      padding-top: 0;
      padding-bottom: 0; }
  .ask-page .ask-categories-filter .filter-categories .category-item.hidden-category-item .item-categories {
    display: none; }
  .ask-page .ask-categories-filter .filter-categories .category-check-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
    .ask-page .ask-categories-filter .filter-categories .category-check-item label,
    .ask-page .ask-categories-filter .filter-categories .category-check-item label button {
      font-family: "Lato";
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #756d6a;
      cursor: pointer; }
    .ask-page .ask-categories-filter .filter-categories .category-check-item label button {
      text-decoration: underline; }
    .ask-page .ask-categories-filter .filter-categories .category-check-item .item-checkbox {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #fff no-repeat center center;
      background-size: 62%;
      border-radius: 3px;
      overflow: hidden;
      border: 2px solid #00AEBF;
      flex: none;
      margin-right: 10px; }
      .ask-page .ask-categories-filter .filter-categories .category-check-item .item-checkbox:hover {
        border-color: #e04e39;
        background-image: url(images/check-red-with-border.png); }
      .ask-page .ask-categories-filter .filter-categories .category-check-item .item-checkbox.checked {
        background-color: #e04e39;
        background-image: url(images/check-white.png) !important;
        border-color: #e04e39; }
      .ask-page .ask-categories-filter .filter-categories .category-check-item .item-checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }
      .ask-page .ask-categories-filter .filter-categories .category-check-item .item-checkbox.checked + label {
        color: #2c2a29; }
    .ask-page .ask-categories-filter .filter-categories .category-check-item:hover .item-checkbox {
      border-color: #e04e39;
      background-image: url(images/check-red-with-border.png); }
    .ask-page .ask-categories-filter .filter-categories .category-check-item.error .item-checkbox {
      border: 2px solid #ffffff;
      box-sizing: border-box; }
  .ask-page .ask-categories-filter .filter-submit {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    background: #00AEBF;
    color: #fff;
    width: 100%;
    height: 36px;
    line-height: 36px; }
    .ask-page .ask-categories-filter .filter-submit:hover {
      background: #ffffff;
      color: #00567B; }
    .ask-page .ask-categories-filter .filter-submit:active, .ask-page .ask-categories-filter .filter-submit.nice-select.open {
      opacity: 0.7; }
    .ask-page .ask-categories-filter .filter-submit:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  .ask-page .ask-categories-filter .filter-categories .category-item .item-categories {
    max-height: none;
    overflow: visible; }
    .ask-page .ask-categories-filter .filter-categories .category-item .item-categories .category-check-item {
      position: relative; }
      .ask-page .ask-categories-filter .filter-categories .category-item .item-categories .category-check-item .cms-action-panel {
        position: absolute;
        top: 0;
        right: 0; }

.ask-page .ask-list-container {
  position: relative;
  margin-bottom: 140px; }
  .ask-page .ask-list-container .feedback-button {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    background: #00AEBF;
    color: #FAFAFA;
    border-radius: 8px;
    transition: background 0.1s ease, color 0.1s ease;
    margin-bottom: 36px; }
    .ask-page .ask-list-container .feedback-button:hover {
      background: #ffffff;
      color: #00567B; }
    .ask-page .ask-list-container .feedback-button:active, .ask-page .ask-list-container .feedback-button.nice-select.open {
      opacity: 0.7; }
    .ask-page .ask-list-container .feedback-button:disabled {
      background: #FAFAFA;
      color: #929292;
      pointer-events: none; }
  .ask-page .ask-list-container .cabinet-list-header h2 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    font-size: 26px;
    line-height: 120%;
    padding-bottom: 36px;
    border-bottom: 1px solid #929292; }
  .ask-page .ask-list-container .cabinet-list {
    margin-bottom: 41px; }
    .ask-page .ask-list-container .cabinet-list .cabinet-plate {
      padding-bottom: 32px;
      position: relative; }
      .ask-page .ask-list-container .cabinet-list .cabinet-plate .cms-action-panel {
        position: absolute;
        top: 0;
        right: 0; }
      .ask-page .ask-list-container .cabinet-list .cabinet-plate span {
        display: inline-block;
        overflow-wrap: break-word; }
      .ask-page .ask-list-container .cabinet-list .cabinet-plate .cabinet-plate-button {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-top: 32px; }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate .cabinet-plate-button-text {
          font-family: "Lato";
          font-weight: 600;
          font-size: 26px;
          line-height: 120%;
          text-align: left;
          max-width: 845px;
          margin-bottom: 12px;
          display: block; }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate .cabinet-plate-button-icon-container {
          position: relative;
          width: 48px;
          height: 48px;
          background: #00AEBF;
          border-radius: 50%;
          transition: background 0.2s ease;
          display: flex;
          justify-content: center;
          align-items: center; }
          .ask-page .ask-list-container .cabinet-list .cabinet-plate .cabinet-plate-button-icon-container .button-icon {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            image-rendering: -webkit-optimize-contrast;
            width: 8px;
            height: 13px;
            background-image: url(images/cor-right-brown.png);
            width: 11px;
            height: 19px;
            position: absolute;
            transform: rotate(-90deg);
            transition: transform 0.2s ease; }
      .ask-page .ask-list-container .cabinet-list .cabinet-plate a {
        position: relative;
        color: #00567B;
        transition: color 0.2s ease;
        color: #756d6a; }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate a::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 0px;
          height: 1px;
          background: #00AEBF;
          transition: 0.2s; }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate a:hover {
          color: #00AEBF; }
          .ask-page .ask-list-container .cabinet-list .cabinet-plate a:hover::after {
            width: 100%; }
      .ask-page .ask-list-container .cabinet-list .cabinet-plate.collapse {
        border-bottom: 1px solid #929292; }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate.collapse .cabinet-plate-button-text {
          color: #756d6a; }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate.collapse .cabinet-plate-button-icon-container {
          background: none;
          border: 1px solid #929292; }
          .ask-page .ask-list-container .cabinet-list .cabinet-plate.collapse .cabinet-plate-button-icon-container .button-icon {
            transform: rotate(90deg); }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate.collapse .cabinet-plate-answer {
          display: none; }
      .ask-page .ask-list-container .cabinet-list .cabinet-plate .cabinet-plate-answer {
        padding-top: 20px;
        border-bottom: 1px solid #929292; }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate .cabinet-plate-answer-text {
          display: block; }
        .ask-page .ask-list-container .cabinet-list .cabinet-plate .cabinet-plate-answer-date {
          font-size: 14px;
          line-height: 120%;
          color: #929292;
          padding: 8px 0 24px; }
  .ask-page .ask-list-container .cms-action-inline-panel {
    position: absolute;
    top: -140px;
    left: -30px; }

.section-pub-list.contacts {
  gap: unset; }
  .section-pub-list.contacts .search-field {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    .section-pub-list.contacts .search-field .search-field-caption {
      font-family: "Lato";
      font-weight: 400;
      font-size: 18px;
      line-height: 120%;
      color: #AAB3AB; }
    .section-pub-list.contacts .search-field .address-search {
      display: flex;
      flex-direction: row;
      margin-left: auto;
      border-radius: 8px;
      background-color: #FAFAFA;
      padding: 6px 16px; }
      .section-pub-list.contacts .search-field .address-search input {
        font-family: "Lato";
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        border: none;
        background: transparent;
        margin: 0px 12px;
        min-width: 300px; }
      .section-pub-list.contacts .search-field .address-search .location-icon {
        font-size: 20pt;
        position: relative;
        top: 2px; }
      .section-pub-list.contacts .search-field .address-search .rounded-arrow-down-icon {
        cursor: pointer;
        font-size: 6pt;
        position: relative;
        top: 3px; }
  .section-pub-list.contacts .contacts-map {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #A4D6AC;
    border-radius: 6px;
    margin-bottom: 48px;
    color: white; }
  .section-pub-list.contacts .contacts-list-caption {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    font-family: "Circe";
    color: #282E34; }
  .section-pub-list.contacts .contacts-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 128px; }
    .section-pub-list.contacts .contacts-items .item-container {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 55px; }
      .section-pub-list.contacts .contacts-items .item-container:last-child {
        margin-bottom: 0px; }
      .section-pub-list.contacts .contacts-items .item-container .letter {
        font-family: "Lato";
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        color: #5F70A3;
        margin: 8px 25px 0px 0px; }
      .section-pub-list.contacts .contacts-items .item-container .list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
        .section-pub-list.contacts .contacts-items .item-container .list .item {
          white-space: nowrap;
          margin: 8px 0px; }
          .section-pub-list.contacts .contacts-items .item-container .list .item .city {
            font-family: "Lato";
            font-weight: 600;
            font-size: 18px;
            line-height: 120%;
            color: #5F70A3; }
          .section-pub-list.contacts .contacts-items .item-container .list .item .address {
            font-family: "Lato";
            font-weight: 400;
            font-size: 18px;
            line-height: 120%;
            color: #282E34; }
  .section-pub-list.contacts .contacts-grid {
    width: 100%; }
    .section-pub-list.contacts .contacts-grid h2 {
      font-size: 18px;
      line-height: 120%;
      font-family: "Lato";
      font-weight: 600;
      color: #282E34;
      margin-bottom: 32px; }

.page-caption {
  margin-bottom: 48px; }
  .page-caption h1,
  .page-caption h2 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 36px;
    line-height: 120%; }

.page-limiter.cols-container {
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 125px; }

.services-search-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .services-search-form .input-search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #FAFAFA;
    border-radius: 6px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 24px; }
    .services-search-form .input-search .icon {
      cursor: pointer;
      font-size: 18pt; }
      .services-search-form .input-search .icon .search-icon {
        font-size: 24pt; }
      .services-search-form .input-search .icon .cross-icon {
        font-size: 10pt;
        color: #AAB3AB; }
    .services-search-form .input-search input {
      font-family: "Lato";
      font-weight: 400;
      font-size: 18px;
      line-height: 120%;
      line-height: 25px;
      flex: 1;
      margin: 0px 15px;
      box-sizing: border-box;
      border: none;
      background: transparent; }
  .services-search-form .categories-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
    width: 100%; }
    .services-search-form .categories-filter .filters {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
    .services-search-form .categories-filter .clear-filters {
      font-family: "Lato";
      font-weight: 400;
      color: #AAB3AB; }
    .services-search-form .categories-filter .custom-select {
      margin-right: 24px; }
      .services-search-form .categories-filter .custom-select:last-child {
        margin-right: 0px; }

.services-widget {
  margin-bottom: 24px; }
  .services-widget .cms-container {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .services-widget .services-count span {
    font-family: "Lato";
    font-weight: 400;
    color: #AAB3AB; }
  .services-widget .categories-list .category-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: solid 1px #AAB3AB; }
    .services-widget .categories-list .category-item .caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 24px;
      line-height: 120%;
      width: 100%;
      margin-bottom: 18px; }
    .services-widget .categories-list .category-item .content {
      width: 100%; }
      .services-widget .categories-list .category-item .content .content-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        transition: 0.3s;
        box-sizing: border-box;
        padding: 12px 18px; }
        .services-widget .categories-list .category-item .content .content-row .caption {
          font-family: "Lato";
          font-weight: 600;
          font-size: 18px;
          line-height: 120%;
          color: #00567B;
          margin: 0px;
          cursor: pointer; }
        .services-widget .categories-list .category-item .content .content-row .value {
          font-family: "Lato";
          font-weight: 400;
          color: #282E34;
          font-size: 16px;
          line-height: 22px;
          white-space: nowrap; }
        .services-widget .categories-list .category-item .content .content-row:hover {
          background: #FAFAFA; }
          .services-widget .categories-list .category-item .content .content-row:hover .caption {
            color: #282E34; }
    .services-widget .categories-list .category-item .category-container {
      position: relative; }
      .services-widget .categories-list .category-item .category-container .cms-action-panel {
        position: absolute;
        left: -24px; }
      .services-widget .categories-list .category-item .category-container.hidden {
        background: #E4E4E4; }

.docs-page .services-widget .categories-list .category-item {
  padding-bottom: 25px; }
  .docs-page .services-widget .categories-list .category-item.empty .caption {
    margin-bottom: 0px; }

.docs-page .category-item .item-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  width: 36px;
  height: 36px;
  background-image: url(/site-assets/css/themes/base/base/images/file.png); }

.docs-page .category-item .content-row .caption {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .docs-page .category-item .content-row .caption span {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #00567B; }
  .docs-page .category-item .content-row .caption .item-icon {
    margin-right: 12px; }
  .docs-page .category-item .content-row .caption .caption-text::after {
    content: "\00a0"; }

.docs-page .category-item .content-row .actions {
  display: flex;
  flex-direction: row; }
  .docs-page .category-item .content-row .actions a {
    font-family: "Lato";
    font-weight: 400;
    color: #282E34;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    margin: 0px 5px;
    transition: .3s; }
    .docs-page .category-item .content-row .actions a:hover {
      text-decoration: underline;
      color: #00567B; }

.docs-page .category-item.hidden {
  background: #E4E4E4; }

.page-caption {
  margin-bottom: 48px; }
  .page-caption h1,
  .page-caption h2 {
    font-family: "Lato";
    font-weight: 600;
    font-size: 36px;
    line-height: 120%; }

.page-limiter.cols-container {
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 125px; }

.services-search-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .services-search-form .input-search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #FAFAFA;
    border-radius: 6px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 24px; }
    .services-search-form .input-search .icon {
      cursor: pointer;
      font-size: 18pt; }
      .services-search-form .input-search .icon .search-icon {
        font-size: 24pt; }
      .services-search-form .input-search .icon .cross-icon {
        font-size: 10pt;
        color: #AAB3AB; }
    .services-search-form .input-search input {
      font-family: "Lato";
      font-weight: 400;
      font-size: 18px;
      line-height: 120%;
      line-height: 25px;
      flex: 1;
      margin: 0px 15px;
      box-sizing: border-box;
      border: none;
      background: transparent; }
  .services-search-form .categories-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
    width: 100%; }
    .services-search-form .categories-filter .filters {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
    .services-search-form .categories-filter .clear-filters {
      font-family: "Lato";
      font-weight: 400;
      color: #AAB3AB; }
    .services-search-form .categories-filter .custom-select {
      margin-right: 24px; }
      .services-search-form .categories-filter .custom-select:last-child {
        margin-right: 0px; }

.services-widget {
  margin-bottom: 24px; }
  .services-widget .cms-container {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .services-widget .services-count span {
    font-family: "Lato";
    font-weight: 400;
    color: #AAB3AB; }
  .services-widget .categories-list .category-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: solid 1px #AAB3AB; }
    .services-widget .categories-list .category-item .caption {
      font-family: "Lato";
      font-weight: 600;
      font-size: 24px;
      line-height: 120%;
      width: 100%;
      margin-bottom: 18px; }
    .services-widget .categories-list .category-item .content {
      width: 100%; }
      .services-widget .categories-list .category-item .content .content-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        transition: 0.3s;
        box-sizing: border-box;
        padding: 12px 18px; }
        .services-widget .categories-list .category-item .content .content-row .caption {
          font-family: "Lato";
          font-weight: 600;
          font-size: 18px;
          line-height: 120%;
          color: #00567B;
          margin: 0px;
          cursor: pointer; }
        .services-widget .categories-list .category-item .content .content-row .value {
          font-family: "Lato";
          font-weight: 400;
          color: #282E34;
          font-size: 16px;
          line-height: 22px;
          white-space: nowrap; }
        .services-widget .categories-list .category-item .content .content-row:hover {
          background: #FAFAFA; }
          .services-widget .categories-list .category-item .content .content-row:hover .caption {
            color: #282E34; }
    .services-widget .categories-list .category-item .category-container {
      position: relative; }
      .services-widget .categories-list .category-item .category-container .cms-action-panel {
        position: absolute;
        left: -24px; }
      .services-widget .categories-list .category-item .category-container.hidden {
        background: #E4E4E4; }

.section-pub-list.specialists .specialist-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-height: 585px;
  margin-bottom: 24px; }
  .section-pub-list.specialists .specialist-card .image {
    width: 350px;
    height: 445px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-right: 36px; }
    .section-pub-list.specialists .specialist-card .image .default-image {
      width: 100%;
      height: 100%;
      background: #efefef; }
      .section-pub-list.specialists .specialist-card .image .default-image.male {
        background: url(/site-assets/images/specialist-default-male.png) no-repeat center; }
      .section-pub-list.specialists .specialist-card .image .default-image.female {
        background: url(/site-assets/images/specialist-default-female.png) no-repeat center; }
    .section-pub-list.specialists .specialist-card .image img {
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .section-pub-list.specialists .specialist-card .specialist-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .section-pub-list.specialists .specialist-card .specialist-info .info-row {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      .section-pub-list.specialists .specialist-card .specialist-info .info-row .caption {
        font-family: "Lato";
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #AAB3AB;
        margin-bottom: 8px; }
      .section-pub-list.specialists .specialist-card .specialist-info .info-row .value {
        font-family: "Lato";
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: #282E34;
        margin-bottom: 8px; }
      .section-pub-list.specialists .specialist-card .specialist-info .info-row .description {
        font-family: "Lato";
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #282E34;
        margin-bottom: 8px; }
      .section-pub-list.specialists .specialist-card .specialist-info .info-row.large .caption {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 12px; }
      .section-pub-list.specialists .specialist-card .specialist-info .info-row.large .value {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 18px; }
      .section-pub-list.specialists .specialist-card .specialist-info .info-row.accent .value {
        font-family: "Lato";
        font-weight: 600;
        font-size: 16px;
        line-height: 140%; }
      .section-pub-list.specialists .specialist-card .specialist-info .info-row.block {
        margin-top: 10px; }
      .section-pub-list.specialists .specialist-card .specialist-info .info-row.schedule table {
        border: none !important;
        border-collapse: collapse; }
        .section-pub-list.specialists .specialist-card .specialist-info .info-row.schedule table tr:first-child {
          background-color: #D6F4F3; }
          .section-pub-list.specialists .specialist-card .specialist-info .info-row.schedule table tr:first-child td {
            font-family: "Lato";
            font-weight: 600;
            font-size: 16px;
            line-height: 140%;
            padding: 18px;
            color: #282E34; }
        .section-pub-list.specialists .specialist-card .specialist-info .info-row.schedule table tr:nth-child(2) td {
          font-family: "Lato";
          font-weight: 400;
          font-size: 18px;
          line-height: 120%;
          padding: 18px;
          white-space: nowrap;
          color: #282E34; }

.section-pub-list.vacancies .vacancies-count span {
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #AAB3AB; }

.section-pub-list.vacancies .vacancies-count .caption::after {
  content: ": "; }

.section-pub-list.vacancies .vacancies-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #AAB3AB; }
  .section-pub-list.vacancies .vacancies-list .caption {
    font-family: "Lato";
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    width: 100%;
    margin-bottom: 18px; }
  .section-pub-list.vacancies .vacancies-list .content {
    width: 100%; }
    .section-pub-list.vacancies .vacancies-list .content .content-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      transition: 0.3s;
      box-sizing: border-box;
      padding: 12px 18px; }
      .section-pub-list.vacancies .vacancies-list .content .content-row .caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #00567B;
        margin: 0px;
        cursor: pointer; }
      .section-pub-list.vacancies .vacancies-list .content .content-row .value {
        font-family: "Lato";
        font-weight: 400;
        color: #282E34;
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap; }
      .section-pub-list.vacancies .vacancies-list .content .content-row:hover {
        background: #FAFAFA; }
        .section-pub-list.vacancies .vacancies-list .content .content-row:hover .caption {
          color: #282E34; }

.section-pub-list.vacancies .cms-action-panel {
  left: -35px;
  top: -40px; }

.section-pub-list.vacancies .hidden {
  display: block;
  background-color: #E4E4E4; }

.section-pub-list.vacancies .captioned-phone .caption {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%; }

.auth-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 64px 0px; }
  .auth-section form {
    width: 300px; }
    .auth-section form .form-title {
      display: none; }
    .auth-section form .form-field {
      position: relative;
      width: 100%;
      margin-bottom: 20px; }
      .auth-section form .form-field.field-error .form-label {
        color: #e04e39; }
      .auth-section form .form-field.field-error .form-control .form-input,
      .auth-section form .form-field.field-error .form-control textarea,
      .auth-section form .form-field.field-error .form-control select,
      .auth-section form .form-field.field-error .form-control .styled-select .select-button {
        border-color: #e04e39; }
      .auth-section form .form-field .form-label {
        display: block;
        margin-bottom: 10px;
        color: #929292; }
      .auth-section form .form-field.field-type-checklist .form-label {
        display: inline-block;
        margin-bottom: 20px; }
      .auth-section form .form-field.field-type-checkbox, .auth-section form .form-field.field-type-agreement {
        display: flex;
        align-items: center;
        margin-bottom: 18px; }
        .auth-section form .form-field.field-type-checkbox label,
        .auth-section form .form-field.field-type-checkbox label button, .auth-section form .form-field.field-type-agreement label,
        .auth-section form .form-field.field-type-agreement label button {
          font-family: "Lato";
          font-weight: 400;
          font-size: 16px;
          line-height: 140%;
          color: #756d6a;
          cursor: pointer; }
        .auth-section form .form-field.field-type-checkbox label button, .auth-section form .form-field.field-type-agreement label button {
          text-decoration: underline; }
        .auth-section form .form-field.field-type-checkbox .item-checkbox, .auth-section form .form-field.field-type-agreement .item-checkbox {
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          background: #fff no-repeat center center;
          background-size: 62%;
          border-radius: 3px;
          overflow: hidden;
          border: 2px solid #00AEBF;
          flex: none;
          margin-right: 10px; }
          .auth-section form .form-field.field-type-checkbox .item-checkbox:hover, .auth-section form .form-field.field-type-agreement .item-checkbox:hover {
            border-color: #e04e39;
            background-image: url(images/check-red-with-border.png); }
          .auth-section form .form-field.field-type-checkbox .item-checkbox.checked, .auth-section form .form-field.field-type-agreement .item-checkbox.checked {
            background-color: #e04e39;
            background-image: url(images/check-white.png) !important;
            border-color: #e04e39; }
          .auth-section form .form-field.field-type-checkbox .item-checkbox input, .auth-section form .form-field.field-type-agreement .item-checkbox input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer; }
          .auth-section form .form-field.field-type-checkbox .item-checkbox.checked + label, .auth-section form .form-field.field-type-agreement .item-checkbox.checked + label {
            color: #2c2a29; }
        .auth-section form .form-field.field-type-checkbox:hover .item-checkbox, .auth-section form .form-field.field-type-agreement:hover .item-checkbox {
          border-color: #e04e39;
          background-image: url(images/check-red-with-border.png); }
        .auth-section form .form-field.field-type-checkbox.error .item-checkbox, .auth-section form .form-field.field-type-agreement.error .item-checkbox {
          border: 2px solid #ffffff;
          box-sizing: border-box; }
        .auth-section form .form-field.field-type-checkbox .form-label, .auth-section form .form-field.field-type-agreement .form-label {
          vertical-align: top; }
      .auth-section form .form-field.field-type-agreement {
        margin: 40px 0; }
      .auth-section form .form-field.field-type-select .form-label {
        display: none; }
      .auth-section form .form-field.field-name-address-street {
        width: 173px;
        margin-right: 10px; }
      .auth-section form .form-field.field-name-address-house {
        width: 96px;
        margin-right: 10px; }
      .auth-section form .form-field.field-name-address-section {
        width: 95px;
        margin-right: 10px; }
      .auth-section form .form-field.field-name-address-room {
        width: 98px; }
      .auth-section form .form-field.field-type-search {
        position: relative; }
        .auth-section form .form-field.field-type-search .filter-input {
          position: relative;
          width: 100%;
          height: 56px;
          padding: 0 46px 0 16px;
          box-sizing: border-box;
          border-radius: 8px;
          border: 1px solid #e8e8ea; }
          .auth-section form .form-field.field-type-search .filter-input .select-button {
            background: none;
            border: none;
            position: absolute;
            top: 0;
            right: 0;
            width: 46px;
            height: 100%; }
            .auth-section form .form-field.field-type-search .filter-input .select-button .button-icon {
              display: inline-block;
              background-size: contain;
              background-repeat: no-repeat;
              image-rendering: -webkit-optimize-contrast;
              width: 8px;
              height: 13px;
              background-image: url(images/cor-right-brown.png);
              position: absolute;
              top: 23px;
              right: 16px;
              width: 8px;
              height: 13px;
              transform: rotate(90deg);
              filter: grayscale(100%);
              opacity: 0.6; }
          .auth-section form .form-field.field-type-search .filter-input .input-control {
            border: 0;
            background: none;
            width: 100%;
            padding: 0;
            height: 100%; }
        .auth-section form .form-field.field-type-search .filter-dropdown {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          background: #fff;
          margin-top: 2px;
          padding: 4px 0;
          z-index: 2;
          box-shadow: 0px 10px 20px rgba(44, 42, 41, 0.05); }
          .auth-section form .form-field.field-type-search .filter-dropdown .not-found-message {
            padding: 16px; }
          .auth-section form .form-field.field-type-search .filter-dropdown .dropdown-item {
            width: 100%;
            line-height: 22px;
            padding: 16px;
            color: #756d6a;
            text-align: left; }
            .auth-section form .form-field.field-type-search .filter-dropdown .dropdown-item:hover {
              background: #FAFAFA; }
            .auth-section form .form-field.field-type-search .filter-dropdown .dropdown-item.active {
              display: block; }
      .auth-section form .form-field .form-button {
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease; }
        .auth-section form .form-field .form-button:hover {
          background: #ffffff;
          color: #00567B; }
        .auth-section form .form-field .form-button:active, .auth-section form .form-field .form-button.nice-select.open {
          opacity: 0.7; }
        .auth-section form .form-field .form-button:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
        .auth-section form .form-field .form-button-inactive {
          color: #929292;
          background-color: #FAFAFA;
          text-align: center;
          border-radius: 6px; }
      .auth-section form .form-field .form-checkbox {
        display: inline-block; }
        .auth-section form .form-field .form-checkbox input {
          display: block; }
      .auth-section form .form-field.field-type-text, .auth-section form .form-field.field-type-textarea, .auth-section form .form-field.field-type-email {
        padding-top: 25px; }
        .auth-section form .form-field.field-type-text .form-label, .auth-section form .form-field.field-type-textarea .form-label, .auth-section form .form-field.field-type-email .form-label {
          position: absolute;
          left: 17px;
          top: 42px;
          transition: top 0.2s ease, left 0.2s ease; }
          .auth-section form .form-field.field-type-text .form-label.move-over, .auth-section form .form-field.field-type-textarea .form-label.move-over, .auth-section form .form-field.field-type-email .form-label.move-over {
            top: 0;
            left: 0; }
      .auth-section form .form-field.invalid .form-input {
        border: 1px solid #e04e39; }
      .auth-section form .form-field.invalid textarea {
        border: 1px solid #e04e39; }
      .auth-section form .form-field.invalid .input-message {
        font-size: 14px;
        line-height: 120%;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        color: #e04e39; }
      .auth-section form .form-field.valid .form-input {
        border: 1px solid #c79b65; }
      .auth-section form .form-field.valid .input-message {
        font-size: 14px;
        line-height: 120%;
        display: inline-block;
        margin-top: 8px;
        color: #c79b65; }
    .auth-section form .field-name-email {
      display: none; }
    .auth-section form div[class*="field-name-address-"] {
      display: none; }
    .auth-section form .form-control {
      position: relative; }
      .auth-section form .form-control .form-input,
      .auth-section form .form-control textarea,
      .auth-section form .form-control select {
        width: 100%;
        height: 56px;
        line-height: 56px;
        padding: 0 16px;
        background: none;
        border: 1px solid #e8e8ea;
        outline: none;
        box-sizing: border-box;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; }
      .auth-section form .form-control textarea {
        resize: none;
        height: 126px;
        padding: 17px 16px;
        line-height: 20px; }
      .auth-section form .form-control select {
        cursor: pointer; }
    .auth-section form .file-loader {
      display: flex;
      flex-direction: row; }
      .auth-section form .file-loader label {
        margin-right: 20px;
        background: none;
        border: none;
        font-size: 16px;
        line-height: 140%;
        display: inline-block;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
        background: #00AEBF;
        color: #FAFAFA;
        border-radius: 8px;
        transition: background 0.1s ease, color 0.1s ease; }
        .auth-section form .file-loader label:hover {
          background: #ffffff;
          color: #00567B; }
        .auth-section form .file-loader label:active, .auth-section form .file-loader label.nice-select.open {
          opacity: 0.7; }
        .auth-section form .file-loader label:disabled {
          background: #FAFAFA;
          color: #929292;
          pointer-events: none; }
      .auth-section form .file-loader .files-button {
        flex: none; }
      .auth-section form .file-loader .chosen-container {
        display: inline-block;
        margin: auto; }
        .auth-section form .file-loader .chosen-container span {
          display: inline-block;
          color: #929292; }
    .auth-section form .form-errors-list {
      position: relative;
      margin-bottom: 30px; }
      .auth-section form .form-errors-list .error-item {
        margin-bottom: 8px;
        color: #e04e39; }
        .auth-section form .form-errors-list .error-item:last-child {
          margin-bottom: 0; }
    .auth-section form .form-messages-list .message-item {
      margin-bottom: 8px;
      color: #2c2a29; }
      .auth-section form .form-messages-list .message-item:last-child {
        margin-bottom: 0; }

.search-page .highlight {
  background-color: #ffff00; }

.search-page .search-widget .count {
  font-family: "Lato";
  font-weight: 400;
  color: #AAB3AB;
  margin-bottom: 24px; }
  .search-page .search-widget .count .count-caption::after {
    content: ': '; }

.search-page .search-widget .results .search-result-item {
  margin-bottom: 24px; }
  .search-page .search-widget .results .search-result-item .title {
    margin-bottom: 12px; }
    .search-page .search-widget .results .search-result-item .title a {
      font-family: "Lato";
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      color: #00567B; }
  .search-page .search-widget .results .search-result-item .search-result-annotation {
    font-family: "Lato";
    font-weight: 400;
    color: #AAB3AB;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .search-page .search-widget .results .search-result-item .search-result-body {
    font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.external-widget {
  padding-bottom: 50px; }

.section-card.page-reviews .reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 64px;
  grid-row-gap: 48px; }

.section-card.page-reviews .feedback-card {
  padding-top: 48px;
  position: relative; }
  .section-card.page-reviews .feedback-card .feedback-icon {
    position: absolute;
    top: 18px;
    left: 18px;
    transform: translate(-50%, -50%);
    background: #00AEBF;
    width: 36px;
    height: 36px;
    border-radius: 50%; }
    .section-card.page-reviews .feedback-card .feedback-icon::before {
      display: block;
      width: 16px;
      height: 16px;
      background-image: url(/site-assets/images/icons/quota-right.svg);
      background-position: center;
      background-size: 100%;
      content: "";
      position: absolute;
      top: 48%;
      left: 52%;
      transform: translate(-50%, -50%); }
  .section-card.page-reviews .feedback-card span {
    display: block; }
  .section-card.page-reviews .feedback-card .feedback-date {
    padding-bottom: 12px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #5F70A3; }
  .section-card.page-reviews .feedback-card .feedback-caption {
    padding-bottom: 18px;
    font-family: "Lato";
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #282E34; }
  .section-card.page-reviews .feedback-card .feedback-text {
    padding-bottom: 18px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #282E34; }

.section-card.page-reviews .section-pub-card .section-pub-image {
  display: none; }

.trash-page h1 {
  margin-bottom: 48px; }

.trash-page h2 {
  margin: 32px 0px; }

.trash-page h3 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 36px; }

.trash-page .trash-item .trash-delete-date {
  margin-bottom: 12px;
  color: #929292; }

.trash-page .trash-item .trash-item-caption {
  margin-bottom: 12px;
  color: #756d6a; }

.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px; }
  .accordionjs .acc_section {
    border-bottom: solid 1px #AAB3AB;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    .accordionjs .acc_section:first-child {
      border-top: solid 1px #AAB3AB; }
    .accordionjs .acc_section .acc_head {
      position: relative;
      background: #fff;
      padding: 32px 0px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      .accordionjs .acc_section .acc_head .caption {
        font-family: "Lato";
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        color: #5E667D;
        transition: .3s; }
      .accordionjs .acc_section .acc_head .circle-arrow {
        transition: .3s; }
    .accordionjs .acc_section .acc_content {
      padding: 10px; }
    .accordionjs .acc_section.acc_active > .acc_content {
      display: block; }
    .accordionjs .acc_section.acc_active > .acc_head .caption {
      color: #282E34; }
    .accordionjs .acc_section.acc_active > .acc_head .circle-arrow {
      border: transparent;
      background-color: #F6FAFF;
      transform: rotate(180deg); }
      .accordionjs .acc_section.acc_active > .acc_head .circle-arrow:hover {
        background-color: #00AEBF;
        border-color: #00AEBF; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #FAFAFA;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select span, .nice-select li {
    font-family: "Lato";
    font-weight: 400;
    color: #00567B; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #00567B;
    border-right: 2px solid #00567B;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #009de1; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

@media screen and (max-width: 1784px) {
  #header .header-bar {
    width: 100%;
    padding: 0px 32px;
    box-sizing: border-box; }
    #header .header-bar .cms-action-panel {
      position: absolute; }
    #header .header-bar .site-logo {
      margin-right: auto; }
    #header .header-bar .org-address-schedule {
      display: none; }
    #header .header-bar .org-phone-contacts .container > :not(:first-child) {
      display: none; }
    #header .header-bar .org-phone-contacts .container .circle-arrow {
      display: block;
      border: none;
      background: transparent;
      top: 10px;
      left: -10px;
      cursor: pointer; }
      #header .header-bar .org-phone-contacts .container .circle-arrow.active::before {
        transform: translate(-50%, 5%) rotate(135deg);
        transition: 0.1s;
        border-bottom: solid 1.5px #00AEBF;
        border-left: solid 1.5px #00AEBF; }
    #header .header-bar .org-phone-contacts .container .circle-arrow:before {
      width: 5px;
      height: 5px; }
    #header .header-bar .org-phone-contacts .container:hover .circle-arrow::before {
      border-bottom: solid 1.5px #00AEBF;
      border-left: solid 1.5px #00AEBF; }
    #header .header-bar .org-phone-contacts .container .phones-popup {
      display: none;
      width: 120px;
      position: absolute;
      top: 100%;
      padding: 20px 30px;
      background-color: #ffffff; }
      #header .header-bar .org-phone-contacts .container .phones-popup .spacer {
        height: 20px; }
      #header .header-bar .org-phone-contacts .container .phones-popup.visible {
        display: block; }
      #header .header-bar .org-phone-contacts .container .phones-popup .popup-close-button {
        position: absolute;
        right: 8px;
        top: 2px;
        width: 100%;
        text-align: right;
        font-size: 20px;
        color: #969CAA;
        font-weight: 600; }
      #header .header-bar .org-phone-contacts .container .phones-popup:hover .popup-close-button {
        color: #00AEBF; }
    #header .header-bar .header-controls .header-dropdown-menu .menu-container {
      box-sizing: border-box; }
      #header .header-bar .header-controls .header-dropdown-menu .menu-container .menu-limiter {
        padding: 0px 24px; }
  .index-page .index-welcome-plate {
    height: auto; }
  .index-page .index-welcome-fastlinks .links-button-prev {
    left: unset;
    top: unset;
    transform: unset;
    bottom: 20px;
    right: 92px; }
  .index-page .index-welcome-fastlinks .links-button-next {
    top: unset;
    transform: unset;
    bottom: 20px;
    right: 20px; }
  .index-page .pub-news-widget .button-next,
  .index-page .pub-news-widget .button-prev {
    display: none; }
  .index-page .feedback-widget .button-next,
  .index-page .feedback-widget .button-prev {
    display: none; }
  .index-page .links-widget .button-next,
  .index-page .links-widget .button-prev {
    display: none; } }

@media screen and (max-width: 1023px) {
  #header .header-bar .org-phone-contacts .container > :first-child {
    margin-right: 20px; }
    #header .header-bar .org-phone-contacts .container > :first-child .phone-icon {
      margin-right: 0px; }
    #header .header-bar .org-phone-contacts .container > :first-child .phone {
      display: none; }
  #header .header-bar .org-phone-contacts .container .circle-arrow {
    display: none; }
  #header .header-bar .org-phone-contacts .container .phones-popup {
    display: none; }
  #header .header-bar .header-controls {
    margin-left: 0px; }
  .feedback-widget .list-item {
    background: unset;
    box-shadow: unset; }
  .index-services-widget .services-links {
    flex-wrap: wrap;
    gap: 32px; }
    .index-services-widget .services-links .service-item {
      min-width: 360px; }
    .index-services-widget .services-links .links-block:nth-child(n+3) {
      display: none; }
  #footer .footer-section {
    flex-wrap: wrap; }
    #footer .footer-section .footer-about {
      max-width: 280px; }
    #footer .footer-section .footer-menu {
      max-width: 420px; }
    #footer .footer-section .footer-feedback {
      margin-top: 34px; } }

@media screen and (max-width: 779px) {
  #admin-panel,
  .cms-action-panel,
  .cms-action-inline-panel {
    display: none; }
  #header .header-bar .org-phone-contacts .container > :first-child {
    margin-left: 0px; }
    #header .header-bar .org-phone-contacts .container > :first-child .phone-icon {
      margin-right: 0px; }
    #header .header-bar .org-phone-contacts .container > :first-child .phone {
      display: none; }
  #header .header-bar .header-controls {
    margin-left: 0px; }
    #header .header-bar .header-controls .online-appointment {
      display: none; }
    #header .header-bar .header-controls .header-dropdown-menu .menu-container .menu-limiter {
      padding: 0px;
      flex-wrap: wrap; }
      #header .header-bar .header-controls .header-dropdown-menu .menu-container .menu-limiter .menu-item-caption {
        padding: 10px 25px; }
        #header .header-bar .header-controls .header-dropdown-menu .menu-container .menu-limiter .menu-item-caption .menu-btn {
          font-family: "Lato";
          font-weight: 400;
          font-size: 16px;
          line-height: 140%;
          color: #5F70A3;
          font-weight: 400; }
  .index-page .index-welcome-plate .plate-menu {
    padding-bottom: 32px; }
  .index-page .index-welcome-fastlinks-collapse {
    padding-bottom: 32px; }
    .index-page .index-welcome-fastlinks-collapse .page-limiter {
      margin: 0px;
      width: 100%; }
      .index-page .index-welcome-fastlinks-collapse .page-limiter .index-welcome-fastlinks {
        width: 100%;
        height: 470px;
        padding: 0px; }
        .index-page .index-welcome-fastlinks-collapse .page-limiter .index-welcome-fastlinks .link-item {
          border-radius: 0px;
          padding: 24px 18px; }
          .index-page .index-welcome-fastlinks-collapse .page-limiter .index-welcome-fastlinks .link-item .item-content {
            margin-left: 0px;
            justify-content: flex-start; }
            .index-page .index-welcome-fastlinks-collapse .page-limiter .index-welcome-fastlinks .link-item .item-content .content-caption {
              font-family: "Lato";
              font-weight: 600;
              font-size: 24px;
              line-height: 120%;
              margin-bottom: 24px; }
            .index-page .index-welcome-fastlinks-collapse .page-limiter .index-welcome-fastlinks .link-item .item-content .content-note {
              margin-bottom: 0px; }
            .index-page .index-welcome-fastlinks-collapse .page-limiter .index-welcome-fastlinks .link-item .item-content .content-more {
              margin-bottom: 34px; }
          .index-page .index-welcome-fastlinks-collapse .page-limiter .index-welcome-fastlinks .link-item .cover-image {
            right: unset;
            max-width: 90%;
            max-height: 345px;
            object-fit: cover; }
      .index-page .index-welcome-fastlinks-collapse .page-limiter .nav-panel {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 0px; }
        .index-page .index-welcome-fastlinks-collapse .page-limiter .nav-panel .nav-bubble {
          width: 6px;
          height: 6px;
          margin: 0px 16px;
          border-radius: 50%;
          position: relative;
          background: #CDD2DB;
          transition: .5s; }
          .index-page .index-welcome-fastlinks-collapse .page-limiter .nav-panel .nav-bubble.active {
            background: #00567B; }
          .index-page .index-welcome-fastlinks-collapse .page-limiter .nav-panel .nav-bubble:first-child {
            margin-left: 0px; }
          .index-page .index-welcome-fastlinks-collapse .page-limiter .nav-panel .nav-bubble:last-child {
            margin-right: 0px; }
  .index-page .section-link {
    display: none; }
    .index-page .section-link.adaptive {
      display: block;
      margin: 0px 20px;
      box-sizing: border-box; }
      .index-page .section-link.adaptive a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 16px;
        background: #00AEBF; }
        .index-page .section-link.adaptive a .button-text,
        .index-page .section-link.adaptive a .button-icon {
          color: #fff; }
        .index-page .section-link.adaptive a .button-icon {
          position: relative;
          top: 1px; }
  #footer .footer-about {
    margin-bottom: 32px; }
  #footer .footer-menu .footer-plate-menu {
    display: block; }
  #footer .social-links-container {
    width: 100%; }
  #footer .footer-feedback {
    width: 100%; }
    #footer .footer-feedback .footer-links {
      width: 100%; }
  .widget-list.with-rails .list-rails {
    display: block;
    white-space: nowrap; }
    .widget-list.with-rails .list-rails .list-item-container {
      display: inline-block;
      width: 100%; }
      .widget-list.with-rails .list-rails .list-item-container .list-item {
        width: 100%; }
        .widget-list.with-rails .list-rails .list-item-container .list-item .plate-caption {
          height: 3em; } }

.dev-map {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #A4D6AC;
  border-radius: 6px;
  margin-bottom: 48px;
  color: white; }
