html,
body {
  min-height: 100svh;
  overflow-wrap: break-word;
  font-family: var(--solo-font);
  font-size: var(--solo-px16);
  line-height: var(--solo-px32);
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  /* outline: 1px solid lime; */
}

body {
  display: flex;
  flex-direction: column;
}

.dialog-off-canvas-main-canvas {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  flex: 1 1 auto;
  display: flex !important;
  flex-direction: column !important;
}

.page-wrapper>.main-container {
  flex: 1 1 auto;
}

html {
  overflow-x: hidden;
}

/* HTML tags */
h1 {
  font-size: var(--solo-px36);
  /* 36px */
}

h2 {
  font-size: var(--solo-px32);
  /* 32px */
}

h3 {
  font-size: var(--solo-px24);
  /* 24px */
}

h4 {
  font-size: var(--solo-px20);
  /* 20px */
}

h5 {
  font-size: var(--solo-px18);
  /* 18px */
}

h6 {
  font-size: var(--solo-px16);
  /* 16px */
}

h1,
h2,
h3,
.site-name,
.site-slogan {
  font-weight: 700;
  font-family: var(--solo-h1);
  margin: var(--solo-px12) 0;
}

h4,
h5,
h6 {
  font-weight: normal;
  margin: var(--solo-px8) 0;
}

hr {
  border: 0;
  border-top: var(--solo-px2) solid var(--r-br, var(--r-br-b));
  margin: var(--solo-px20) 0;
}

.solo-image {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.img-placeholder {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 14px;
}

/* End Var tags */
.solo-container::after,
.solo-container::before,
.solo-panel::after,
.solo-panel::before,
.solo-row::after,
.solo-row::before,
.solo-clear::after,
.solo-clear::before {
  content: "";
  display: table;
  clear: both;
}

::placeholder {
  color: var(--r-tx);
  opacity: 0.7;
  font-size: 90%;
}

::-ms-input-placeholder {
  color: var(--r-tx);
  opacity: 0.7;
}

.page-wrapper input.button .btn-animate {
  border-radius: 0px !important;
}

/*Unordered list */
.solo-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.solo-ul li {
  padding: var(--solo-px8) var(--solo-px16);
}

/* Button */
.button,
.solo-button {
  display: inline-block;
  padding: var(--solo-px8);
  line-height: 1.25em;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-submit,
[type="submit"],
.solo-button.button--primary,
.block-user-login-block form+.item-list ul li a {
  border-width: var(--solo-px1);
  border-style: solid;
  padding: var(--solo-px10) var(--solo-px24);
  margin: var(--solo-px6) auto;
  float: none;
  text-align: center;
}

.solo-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.solo-button.button--small {
  padding: var(--solo-px8);
  margin: var(--solo-px2) auto;
}

/* Forms Elements */
.form-type-date>input {
  max-height: 3.125rem;
}

.solo-check,
.solo-radio,
[type="radio"],
[type="checkbox"] {
  width: var(--solo-px24);
  height: var(--solo-px24);
  position: relative;
  border: var(--solo-px1) solid var(--r-br, var(--r-br-b));
  line-height: inherit;
}

textarea,
.solo-input,
.solo-textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  max-width: 100%;
  padding: var(--solo-px10) var(--solo-px8);
  display: block;
  width: 100%;
  border: var(--solo-px1) solid var(--r-br, var(--r-br-b));
  line-height: inherit;
}

select,
.solo-select {
  max-width: 100%;
  display: block;
  line-height: inherit;
  border: var(--solo-px1) solid var(--r-br, var(--r-br-b));
  padding: var(--solo-px10) var(--solo-px40) var(--solo-px10) var(--solo-px8);
  width: 100%;
  background-image: var(--solo-select-arrow-icon);
  background-repeat: no-repeat;
  background-position: right var(--solo-px10) center;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.dropbutton-wrapper>div {
  border: var(--solo-px1) solid var(--r-br, var(--r-br-b));
  padding-top: var(--solo-px6);
  padding-bottom: var(--solo-px6);
}

.dropbutton-multiple.open .dropbutton-arrow {
  top: var(--solo-px20);
}

select[disabled] {
  color: var(--solo-white);
  background-color: var(--solo-dark-gray);
}

select.error {
  border: solid var(--solo-px2) var(--solo-red);
}

select.error:focus {
  outline-color: var(--solo-green);
}

select[multiple] {
  height: auto;
  background-image: none;
  padding: var(--solo-px4) var(--solo-px8);
}

select[multiple] option {
  padding: var(--solo-px4) var(--solo-px8);
}

ol {
  display: block;
}

.form-type-number>label {
  width: 100%;
}

.field-prefix,
.field-suffix {
  padding: var(--solo-px16) var(--solo-px8);
  vertical-align: middle;
}

.solo-padding {
  padding: var(--solo-px8) var(--solo-px16);
}

.solo-container,
.solo-panel {
  padding: var(--solo-px3) var(--solo-px16);
}

.solo-panel {
  margin-top: var(--solo-px16);
  margin-bottom: var(--solo-px16);
}

.solo-small {
  font-size: var(--solo-px13);
  line-height: var(--solo-px16);
}

.solo-medium {
  font-size: var(--solo-px16);
  line-height: var(--solo-px18);
}

.solo-bar {
  width: 100%;
  overflow: hidden;
}

.solo-bar .solo-bar-item {
  padding: var(--solo-px8) var(--solo-px16);
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.solo-section {
  margin-top: var(--solo-px16);
  margin-bottom: var(--solo-px16);
}

.solo-block {
  display: block;
  width: 100%;
}

.solo-responsive {
  display: block;
  overflow-x: auto;
}

.links.inline {
  display: flex;
  justify-content: right;
  font-size: var(--solo-px14);
}

form fieldset:not(td fieldset) {
  border: 1px solid var(--r-br, var(--r-br-b)) !important;
  margin-top: var(--solo-px12);
}

/* Global Classes */
.solo-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.solo-relative {
  position: relative;
  width: 100%;
}

.visuallyhidden {
  opacity: 0;
}

.dis-box-shadow {
  box-shadow: none !important;
}

.dis-border {
  border: 0 !important;
}

.dis-border-radius {
  border-radius: 0 !important;
}

.dis-margin {
  margin: 0 !important;
}

.dis-padding {
  padding: 0 !important;
}

.dis-opacity {
  animation: none !important;
}

.dis-text-transform {
  text-transform: none !important;
}

.solo-card {
  -webkit-box-shadow: 0 var(--solo-px1) var(--solo-px3) 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 var(--solo-px1) var(--solo-px3) 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 var(--solo-px1) var(--solo-px3) 0 rgba(0, 0, 0, 0.12);
}
.branding-wrapper .site-name {
  margin: 0 !important;
}
.branding-wrapper .site-name a {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  width: 13em !important;
}
#visually-impaired-module-special .form-submit {
  margin: 0;
  padding: var(--solo-px8) var(--solo-px16) !important;
  color: #f1effc;
  box-shadow: none !important;
  background-color: #0261a1 !important;
  transition: all 0.3s ease-in-out;
}

#visually-impaired-module-special .form-submit:hover {
  margin: 0;
  padding: var(--solo-px8) var(--solo-px16) !important;
  color: #ffffff;
  animation: none !important;
  box-shadow: none !important;
  background-color: #05b8f4 !important;
}

#block-solo-pereklyuchatelyazyka .links {
  display: flex;
  align-items: center;
}
#block-solo-pereklyuchatelyazyka .links li {
  padding: 0;
}
#block-solo-pereklyuchatelyazyka .links li a{
  padding: 8px 16px;
  font-size: 16px;
  display: inline-block;
  line-height: 2em;
  position: relative;
  color: #f1effc !important;
  box-shadow: none !important;
  background-color: #0261a1 !important;
  transition: all 0.3s ease-in-out;
}

.solo-inner .navigation__menubar:not(.navigation__megamenu) li.link-only>a,
#header-inner #search-button-open button,
.solo-inner .navigation__menubar:not(.navigation__megamenu) li.button-only>button,
.page-wrapper .login-button-open {
  transition: all 0.3s ease-in-out;
}

#block-solo-pereklyuchatelyazyka .links li a:hover {
  margin: 0;
  padding: var(--solo-px8) var(--solo-px16) !important;
  color: #ffffff !important;
  animation: none !important;
  box-shadow: none !important;
  background-color: #05b8f4 !important;
}

#block-solo-pereklyuchatelyazyka .links li a {
  color: #f1effc !important;
}

#block-solo-pereklyuchatelyazyka .links li:hover a {
  color: #ffffff !important;
}

.site-name-link {
  font-size: 20px;
  line-height: 1.25em !important;
  font-weight: 400;
}

#block-solo-views-block-news-block-1 .view-footer,
#block-solo-views-block-partners-block-2 .view-footer {
  display: flex;
  justify-content: center;
}

#block-solo-views-block-news-block-1 h2,
#block-solo-views-block-partners-block-2 h2,
#block-solo-views-block-current-sections-block-1 h2 {
  margin: 1rem auto;
  max-width: var(--solo-px1280);
  padding: var(--solo-px16);
}

#header-inner #search-button-open button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#block-solo-pereklyuchatelyazyka li:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#breadcrumb .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

#sidebar-box-first .region-inner {
  padding-left: 0;
  padding-top: 0;
}

#sidebar-box-first .region-inner .navigation__menubar>li>* {
  padding-left: 0;
}

#block-solo-karta iframe {
  width: 100%;
}

#block-solo-karta {
  position: relative;
}

#block-solo-local-tasks a:not(.nav__menu-link,
  .button,
  .site-name-link,
  .site-logo,
  h1 a,
  h2 a,
  h3 a) {
  color: #2a4965;
}

.solo-karta-adress {
  position: absolute;
  left: 50px;
  top: 50px;
  background-color: #0261a0;
  color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}

#swiper-slider-block-1 {
  border-radius: 16px;
}

/* .block-views-blockcurrent-sections-block-1 .solo-block-title {
    text-align: center;
} */

.block-views-blocknews-block-1,
.block-views-blockcurrent-sections-block-1 {
  padding: 37px 0 37px;
}

.block-views-blockpartners-block-2 {
  background: #f1f4fa;
  padding: 37px 0 37px;
}

#sidebar-box-main .region-inner:has(#block-solo-views-block-slider-block-1) {
  padding: 0;
  background-color: transparent;
  position: relative;
}

#swiper-slider-block-1 .swiper-slide {
  position: relative;
  height: 100%;
}

#sidebar-box-main #swiper-slider-block-1 .swiper-slide .views-field-nothing {
  position: absolute;
  right: 80px;
  top: 50%;
  width: calc(50% - 80px);
  transform: translateY(-50%);
  background-color: rgba(235, 233, 217, 0.9);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  pointer-events: none;
}

#sidebar-box-main #swiper-slider-block-1 .swiper-slide .views-field-nothing div:first-child {
  font-size: 24px;
}

#sidebar-box-main #swiper-slider-block-1 .swiper-slide .views-field-nothing div:last-child p {
  margin-bottom: 0;
  line-height: 1.2em;
  text-align: justify;
}

#swiper-slider-block-1 .swiper-slide img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none !important;
  aspect-ratio: 21/9;
}

.ebt-counter-four_columns .ebt-container .field--name-field-ebt-counter-items .ebt-counter-content {
  background: none;
}

.view-content:has(.main-news-row) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.main-news-row {
  width: calc((100% - 40px) / 3);
}

.main-news-row img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

#footer-box-first {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#swiper-partners-block-1 {
  max-width: 100%;
  overflow: hidden;
}

#block-solo-views-block-useful-links-block-1 {
  margin-top: 16px;
}

#breadcrumb {
  border-bottom: 1px solid var(--r-tx-lk);
}

.administration-row {
  display: grid;
  grid-template-areas:
    "img name"
    "img pos"
    "img phone"
    "img schedule";
  gap: 10px 30px;
  align-items: start;
  grid-template-columns: 250px 1fr;
  padding-bottom: 16px;
  margin-bottom: 16px;
  grid-template-rows: min-content min-content min-content 1fr;
  border-bottom: 2px solid #241571;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25em;
}

.administration-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.administration-row::before,
.administration-row::after {
  display: none !important;
}

/* .administration-row .views-field-field-management-position {
    grid-area: management;
    padding-bottom: 10px;
    font-size: 1.25rem;
} */

.administration-row .views-field-field-photo {
  grid-area: img;
}

.administration-row .views-field-title {
  grid-area: name;
}

.administration-row .views-field-title a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: inline-block;
  white-space: pre-wrap;
  /* Сохраняет пробелы и переносит по ним */
  word-break: break-word;
  line-height: 1.3;
}

.views-field-title a:hover {
  color: #0066cc;
}

.administration-row .views-field-field-reception-schedule {
  grid-area: schedule;
}

.administration-row .views-field-field-jobs {
  grid-area: pos;
}

.administration-row .views-field-field-jobs .field-content {
  font-size: 1rem;
  color: #666;
}

.administration-row td:first-child {
  padding-left: 0 !important;
}

.administration-row .views-field-field-phone {
  grid-area: phone;
  padding: 10px 0;
}

.office-hours__item-label {
  font-weight: 500;
}

.page-wrapper .solo-table-all {
  border: var(--solo-px1) solid #0261a0, #0261a1 !important;
}

.administration-row .views-field-field-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 0.9;
}

.usefull-links .swiper-slide {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.usefull-links .swiper-slide:hover {
  filter: grayscale(0);
}

.view-specialties .views-row:has(.views-row) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.view-specialties .views-field-field-photo .field-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.button-staff,
.all-news {
  color: #e11e23;
  border: 1px solid #e11e23;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 9px 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: fit-content;
}

.button-staff a,
.all-news a {
  color: #e11e23 !important;
}

.button-staff:hover,
.all-news:hover {
  background-color: #e11e23;
  color: #fff;
}

.view-specialties .views-field-field-photo a {
  width: calc((100% - 60px) / 4);
}

.view-specialties .views-field-field-photo a img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.views-field-field-logo {
  margin: 1em 0;
}

.views-field-field-logo img {
  border-radius: 15px;
}

.views-field-field-klassifikator {
  font-weight: 600;
  font-size: 20px;
}

#sidebar-box-second .administration-row {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#sidebar-box-second .administration-row::before {
  display: none !important;
}

#sidebar-box-second .administration-row>* {
  width: 100%;
}

#sidebar-box-second .views-field-field-avatar img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 2 / 2;
  border-radius: 16px;
}

#sidebar-box-second .administration-row .views-field-field-management-position,
#sidebar-box-second .administration-row .views-field-field-phone {
  padding: 0;
}

#sidebar-box-second .region-inner {
  background-color: transparent;
  padding: 0;
}

.photoswipe-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.element-container-wrapper .container {
  margin: 0 auto;
}

.actual-block .view-content {
  margin: 30px 0;
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.actual-block .actual-row {
  width: calc((100% - 60px) / 4);
}

.actual-block .actual-row a {
  width: 100%;
  display: inline-block;
  padding: 15px;
  border-radius: 16px;
  /* border: 1px solid #241571; */
  text-align: center;
  transition: all 0.3s ease-in-out;

  background: #ffffff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  height: 150px;
  display: flex;
  font-size: 15px;
  line-height: 1.5em;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.actual-block .actual-row a:hover {
  color: #fff;
  background-color: #0261a0;
  box-shadow: 0 0 20px 0px rgba(2, 97, 160, 0.7);
}

.sidebar-box-current_sections {
  background-color: #fff;
}

#footer-container:has(.swiper-container) .footer-box-inner,
#footer-container:has(.swiper-container) {
  background: #fff;
}

#block-solo-views-block-logotip-block-1 {
  margin-right: 30px;
}

#block-solo-views-block-logotip-block-1 * {
  background: transparent !important;
}

#block-solo-views-block-logotip-block-1 .swiper-wrapper {
  width: 100px !important;
}

#swiper-partners-block-2,
#swiper-news-block-1 {
  margin: 0 34px;
  padding: 0 16px;
  margin-top: -50px;
}

#swiper-partners-block-2 .swiper-wrapper,
#swiper-news-block-1 .swiper-wrapper {
  padding: 50px 0;
}

#swiper-partners-block-2 .swiper-slide {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: auto;
}

#swiper-news-block-1 .swiper-slide {
  display: flex;
  background: #ffffff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: auto;
  flex-direction: column;
}

#swiper-partners-block-2 .swiper-slide .views-field-field-photo img,
#swiper-news-block-1 .swiper-slide .views-field-field-photo img {
  border-radius: 20px;
  width: 100%;
}

#swiper-news-block-1 .swiper-slide .views-field-field-photo {
  width: 100%;
  aspect-ratio: 400/267;
  height: min-content;
}

#swiper-news-block-1 .swiper-slide .views-field-field-photo img {
  width: 100%;
  aspect-ratio: 400/267;
  object-fit: cover;
}

#swiper-partners-block-2 .swiper-slide .views-field-title a {
  width: 100%;
  text-decoration: none !important;
  color: #333 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3em;
  font-weight: 500;
  font-size: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 55px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#swiper-partners-block-2 .swiper-slide .views-field-title a:hover {
  color: #0066cc !important;
}

#swiper-news-block-1 .swiper-slide .views-field-title a {
  width: 100%;
  text-decoration: none !important;
  color: #333 !important;
  font-weight: 500;
  font-size: 20px;
  max-height: 104px;
  line-height: 1.3em;
  height: 100%;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#swiper-news-block-1 .swiper-slide .views-field-title a:hover {
  color: #0066cc !important;
}

#swiper-partners-block-2 .swiper-slide .views-field-title span {
  display: flex;
}

#swiper-partners-block-2 .swiper-slide .views-field-title,
#swiper-partners-block-2 .swiper-slide .views-field-field-jobs,
#swiper-news-block-1 .swiper-slide .views-field-title {
  padding: 20px;
}

#swiper-news-block-1 .swiper-slide .views-field-title {
  width: 100%;
  flex: 1 1 auto;
  margin-bottom: auto;
}

#swiper-partners-block-2 .swiper-slide .views-field-field-jobs {
  padding-top: 0;
}

#swiper-partners-block-2 .swiper-slide .views-field-field-jobs a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  color: #666;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.3em;
  max-height: 70px;
  transition: all 0.3s ease-in-out;
}

#swiper-partners-block-2 .swiper-slide .views-field-field-jobs a:hover {
  color: #333;
}

#bottom-container #bottom-box-second a:has(img) {
  border-radius: 16px;
  overflow: hidden;
}

#block-visually-impaired-theme-karta {
  position: relative;
}

#swiper-news-block-1 .swiper-slide .views-field-created {
  width: calc(100% - 24px - 52px);
  padding: 20px;
  padding-top: 0;
}

#swiper-news-block-1 .swiper-slide .views-field-nothing {
  position: absolute;
  bottom: 20px;
  right: 24px;
}

#swiper-news-block-1 .swiper-slide .views-field-nothing a {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 5px;
}

#swiper-news-block-1 .swiper-slide .views-field-nothing a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-custom-link"/><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-general-link"/><style xmlns="" lang="en" type="text/css" id="dark-mode-custom-style"/><style xmlns="" lang="en" type="text/css" id="dark-mode-native-style"/><path d="M0.373047 6.82714H12.373M12.373 6.82714L6.3219 0.827148M12.373 6.82714L6.3219 12.8271" stroke="%230261A0" stroke-width="2"/></svg>');
  margin-top: 5px;
}

#sidebar-box-main:has(.swiper-slide) .region-inner {
  padding: 0 !important;
}

#block-solo-views-block-slider-block-1 .swiper-pagination-bullet-active {
  background: #e11e23 !important;
}

#block-solo-karta iframe {
  border-radius: 32px;
}

.tabsbar .quicktabs-tabs>li.active>a,
.tabsbar .quicktabs-tabs>li.active>a:hover,
.tabsbar .quicktabs-tabs>li.active>a:focus {
  color: #4f35d9;
}

.ckeditor-accordion-container>dl {
  border: none;
}

.ckeditor-accordion-container>dl dt>a,
.ckeditor-accordion-container>dl dt>a:not(.button) {
  border-radius: 16px;
  margin-top: 10px;
}

.ckeditor-accordion-container>dl dt>a,
.ckeditor-accordion-container>dl dt>a:not(.button) {
  background-color: #0162a1;
}

#contacts-block p a {
  color: #0261a0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.breadcrumb-menu li:first-child a {
  padding-left: 0;
}
a[href="#contacts-block"] {
  justify-content: center;
}
/* @media (max-width: 1450px) {
    .header-inner {
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    #block-solo-views-block-logotip-block-1 {
        order: 1;
        margin-bottom: 20px;
    }

    #block-solo-branding {
        width: calc(100% - 130px);
        order: 2;
        margin-bottom: 20px;
    }

    #search-button-open {
        order: 6;
    }

    #block-solo-account-menu {
        order: 5;
    }

    #block-solo-visuallyimpairedblock {
        order: 4;
    }

    #block-solo-pereklyuchatelyazyka {
        order: 3;
    }
} */
@media (max-width: 1348px) {

  #swiper-partners-block-2,
  #swiper-news-block-1 {
    margin: 0 auto;
    padding: 0 16px;
    margin-top: -50px;
    max-width: 1280px;
  }
}

@media (max-width: 1200px) {
  #search-button-open, #block-solo-pereklyuchatelyazyka, #block-solo-visuallyimpairedblock {
    display: none;
  }

  .mobile-nav {
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse;
  }

  .solo-button-menu {
    margin-left: auto;
  }

  .solo-inner .mobile-menubar-toggler-button {
    flex-basis: auto !important;
    padding: 0 6px !important;
  }

  .mobile-nav #search-button-open, .mobile-nav #block-solo-pereklyuchatelyazyka, .mobile-nav #block-solo-visuallyimpairedblock {
    display: inline-block;
  }

  #block-solo-visuallyimpairedblock {
    width: auto;
  }

  #header-inner #search-button-open button,
  #block-solo-pereklyuchatelyazyka li:first-child {
    border-radius: 0;
  }

  #header-inner {
    padding: 0;
    position: relative;
    padding-top: 16px;
  }

  #block-solo-views-block-logotip-block-1 {
    margin-bottom: 16px;
    margin-left: 16px;
  }

  #block-solo-branding {
    width: calc(100% - 106px);
    padding-right: 16px;
    margin-bottom: 16px;
  }

  #block-solo-account-menu {
    display: none;
  }

  #block-solo-main-menu #block-solo-account-menu {
    display: block;
  }

  #account-menubar {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    white-space: nowrap;
  }

  #account-menubar li a {
    text-align: center;
    padding: var(--solo-px8) var(--solo-px16) !important;
    min-width: 90px;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    flex-direction: row !important;
    justify-content: flex-start !important;
    position: relative;
    z-index: 3;
  }

  #block-solo-views-block-logotip-block-1 {
    order: 1;
    margin-bottom: 20px;
  }

  #block-solo-views-block-logotip-block-1 img {
    width: 80px;
    aspect-ratio: 1;
  }

  #block-solo-branding {
    width: calc(100% - 126px);
    order: 2;
    margin-bottom: 20px;
  }

  .header-inner .branding-wrapper {
    display: flex;
    justify-content: flex-end;

  }

  .branding-wrapper .site-name a {
    font-size: 24px;
    text-align: end;
  }

  /* #primary-menu {
    order: 7;
    width: 100%;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    border-radius: 12px;
  } */
  #search-button-open {
    order: 6;
    position: relative;
    z-index: 3;
  }

  #block-solo-account-menu {
    order: 4;
    position: relative;
    z-index: 3;
  }

  #block-solo-visuallyimpairedblock {
    order: 5;
    position: relative;
    z-index: 3;
  }

  #block-solo-pereklyuchatelyazyka {
    order: 3;
    position: relative;
    z-index: 3;
  }

  /* #block-solo-main-menu {
    border-radius: 12px;
  }
  .page-wrapper .hamburger-icon button {
    background-color: #0261a1 !important;
    border-radius: 12px;
  }
  #block-solo-main-menu li:last-child {
    border-radius: 12px;
  }
  #block-solo-main-menu li:last-child a{
    border-radius: 12px;
  }
  .page-wrapper .main-navigation-wrapper ul.navigation__menubar {
    border-radius: 12px;
  } */
  #block-solo-pereklyuchatelyazyka .links li:hover,
  .page-wrapper .header li.nav__menu-item>a:hover,
  #visually-impaired-module-special .form-submit:hover {
    background-color: #0162a1 !important;
  }
}

@media (max-width: 800px) {
  #block-solo-account-menu {
    display: none !important;
  }

  .header-inner {
    font-size: 14px;
  }

  #sidebar-box-second .views-field-field-avatar img {
    width: 400px;
  }

  #sidebar-box-second .views-field-field-avatar .field-content {
    display: flex;
    justify-content: center;
  }

  .actual-block .actual-row {
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  #swiper-partners-block-2 .swiper-slide .views-field-title,
  #swiper-partners-block-2 .swiper-slide .views-field-field-jobs,
  #swiper-news-block-1 .swiper-slide .views-field-title {
    padding: 16px;
  }

  #swiper-partners-block-2 .swiper-slide .views-field-title a,
  #swiper-partners-block-2 .swiper-slide .views-field-field-jobs a,
  #swiper-news-block-1 .swiper-slide .views-field-title a {
    font-size: 16px;
  }
#swiper-partners-block-2 .swiper-slide .views-field-title {
  padding-bottom: 0;
}
  #swiper-partners-block-2 .swiper-slide .views-field-title a {
    min-height: fit-content;

  }

  #swiper-news-block-1 .swiper-slide .views-field-created {
    width: calc(100% - 20px - 52px);
    padding: 16px;
    padding-top: 0;
  }

  #swiper-news-block-1 .swiper-slide .views-field-nothing {
    bottom: 16px;
    right: 20px;
  }

  /* #header-inner::after {
    height: 44px;
    width: 100%;
    content: "";
    background-color: #0162a1;
    position: absolute;
    bottom: 0;
    left: 0;
  } */
  h2 {
    margin: 0 !important;
  }

  .main-container-inner:has(#block-solo-views-block-specializations-block-1) {
    gap: 0 !important;
  }

  .branding-wrapper .site-name a {
    font-size: 18px;
  }

  .solo-inner .navigation__menubar li.nav__menu-item>a {
    white-space: normal !important;
  }

  .header-inner {
    font-size: 14px;
  }

  .site-name-link {
    width: auto !important;
    font-size: 14px;
  }

  #block-solo-views-block-logotip-block-1 img {
    width: 60px;
  }

  #block-solo-branding {
    width: calc(100% - 106px);
  }

  #contacts-block p a {
    font-size: 16px;
  }

  .solo-karta-adress * {
    font-size: 14px !important;
  }

  .header-inner .solo-ul li,
  #visually-impaired-module-special .form-submit,
  #search-button-open button span,
  #block-solo-pereklyuchatelyazyka li {
    line-height: 1em;
  }

  #sidebar-box-main #block-solo-views-block-slider-block-1 .swiper-slide img {
    aspect-ratio: 4 / 3;
  }

  #sidebar-box-main #swiper-slider-block-1 .swiper-slide .views-field-field-entity-link {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
  }

  #sidebar-box-second .views-field-field-avatar img {
    width: 300px;
  }

  .actual-block .actual-row {
    width: calc(100%);
  }

  .views-field-field-logo img {
    border-radius: 6px;
  }

  .main-news-row {
    width: calc(50% - 10px);
  }

  .main-news-row:last-child {
    display: none;
  }

  #block-solo-karta iframe {
    border-radius: 26px;
  }

  .solo-karta-adress {
    left: 10px;
    top: 30px;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 14px;
  }

  .page-wrapper table {
    overflow: auto;
  }

  #block-solo-main-menu {
    max-width: 100vw;
  }



  #search-button-open svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

@media (max-width: 350px) {
  #swiper-partners-block-2 .swiper-slide .views-field-title a {
    min-height: 42px;

  }
  #block-solo-pereklyuchatelyazyka .links li a {
    font-size: 12px;
  }


  .sm-icons a>span svg {
    width: 32px;
    height: 32px;
  }

  .sm-icons a>span svg path {
    width: 32px;
    height: 32px;
  }
}