/* ======================================
/* ============ custom.css ==============               
/* =================================== */

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
}
.body > section {
  margin: 0;
}
/* button to top */
.rstpl-go-top a {
  background-color: #fff;
}
/*
a,
.btn.btn-link {
  color: #3279b3;
}
*/
.btn.btn-link,
.btn.btn-link:hover:hover,
.btn.btn-link:focus:hover,
.btn.btn-link:hover:focus,
.btn.btn-link:focus:focus {
  font-size: 18px;
}
a.btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 0 !important;
}
.btn-material {
  font-size: 18px;
  color: inherit;
}
.btn.btn-link:hover:hover,
.btn.btn-link:focus:hover,
.btn.btn-link:hover:focus,
.btn.btn-link:focus:focus,
a:hover,
a:active,
a:focus {
  color: #4b93cd;
}
.rspbld-button.btn.btn-danger:hover:hover,
.rspbld-button.btn.btn-danger:focus:hover,
.rspbld-button.btn.btn-danger:hover:focus,
.rspbld-button.btn.btn-danger:focus:focus {
  background-color: #c30b29;
}
.camera_prevThumbs:hover,
.camera_nextThumbs:hover,
.camera_prev:hover,
.camera_next:hover,
.camera_commands:hover,
.camera_thumbs_cont:hover {
  background-color: #4b93cd;
}
h1,
.rspbld-accordion > h1 {
  font-size: 40px;
  margin: 70px 0;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-size: 32px !important;
  /* text-align: center; */
  text-transform: uppercase;
  /* margin: 100px 0 50px 0; */
}
h3 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin: 50px 0;
}
ol,
ul {
  list-style-position: inside;
  margin-bottom: 20px;
}
li {
  line-height: 1.8;
}
.unmarked_list {
  list-style-type: none;
}
ul.unmarked_list ul {
  margin-left: 50px;
}
ol > li {
  margin: 20px 0;
}
li > p {
  margin-top: 20px;
}
img {
  width: auto;
}
/* таблицы */
table {
  border: 2px solid #c9ddf0;
  margin: 50px 0;
}
td,
th {
  border: 2px solid #c9ddf0 !important;
  vertical-align: middle !important;
  text-align: left;
}
th {
  text-align: center;
}
ul {
  list-style-type: square;
}
/* ============== header ============= */
.rstpl-main-menu-position {
  z-index: 9999;
}
#rstpl-top-position {
  padding: 5px;
}
#rstpl-top-position .row-fluid .span3 {
  width: 25%;
  *width: 25%;
  padding: 0 5px;
}
#rstpl-top-position .row-fluid [class*="span"] {
  margin-left: 0;
  *margin-left: 0;
}
.rstpl-social-icons {
  font-size: inherit;
}
.rstpl-social-icons .rstpl-social-link [class*="rstpl-social-icon-"] {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.rstpl-navigation .navbar .btn-navbar {
  background-color: #3279b3;
}
.rstpl-navigation .navbar .rstpl-template-menu > li > a {
  padding: 39px 10px;
}
.navbar-fixed-top .navbar-inner {
  width: auto;
}
.navbar .nav > li {
  line-height: 21.5px;
}
.top_header {
  padding: 5px 0;
  line-height: 1.4;
}
.top_header--small {
  display: none;
}
.top_header > .row-fluid {
  display: flex;
  align-items: center;
}
.top_header_item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_header_item_half {
  width: 50%;
  display: flex;
  justify-content: center;
}
.top_header_icon,
.footer_contacts_icon {
  margin-right: 15px;
  width: 35px;
}
/* стрелка выпадающего меню */
.rstpl-navigation .navbar .rstpl-template-menu > li.parent > a::after {
  margin-left: 4px;
  position: inherit;
}
.rstpl-navigation .navbar .rstpl-template-menu .dropdown-menu li > a {
  font-weight: 600;
}
.rstpl-navigation .navbar .rstpl-template-menu > li.parent > a::after {
  color: inherit;
}
.rstpl-navigation .navbar .rstpl-template-menu > li > a.fill-text::before {
  display: none;
}
.dropdown-menu li > a {
  font-size: 14px;
}
.dropdown-menu {
  width: 250px;
}
.dropdown-menu.right-edge {
  left: -75px;
  top: 100% !important;
}
.dropdown-menu > li > a {
  white-space: normal;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:active,
.dropdown-menu .dropdown-submenu:hover > a,
.dropdown-menu .dropdown-submenu:focus > a {
  background: #c9ddf0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #c9ddf0;
}

/* =============== body =============== */
/* breadcrumbs */
.breadcrumbs li:last-of-type {
  color: #3279b3;
}
.breadcrumbs li:first-of-type {
  font-weight: initial;
  margin-right: 0;
}
.breadcrumbs::before,
.breadcrumbs::after {
  background-color: #fff;
}
.breadcrumbs a {
  color: #777;
}
.breadcrumbs a:hover {
  color: #3279b3;
}
/* --- главная страница --- */
.main-page-logo img {
  height: auto !important;
  max-height: 500px;
  width: auto !important;
}
.row-page-title .rspbld-title {
  margin: 70px 20px !important;
}
.rspbld-featured-heading-left .clickable-rspbld-title {
  text-transform: uppercase;
  color: #67b0#3279b3eb;
  margin-bottom: 60px;
  padding: 15px 0 15px 36%;
  padding-right: 0px;
  padding-right: 70px;
  position: relative;
  z-index: 0;
}
.rspbld-featured-heading-left .clickable-rspbld-title::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 0,100' style='fill:%23f2f2f2;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  left: calc(34% - 70px);
  height: 100%;
  width: 70px;
  z-index: -1;
}
.rspbld-featured-heading-left .clickable-rspbld-title::after {
  background-color: #f2f2f2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(34% - 70px);
  z-index: -1;
}
#rstpl-all-content-position {
  margin: 0;
}
/* warning on main page */
.warning-section > h2 {
  text-align: center;
}
.warning-section > .rspbld-content {
  display: flex;
  flex-wrap: wrap;
}
.warning-section > .rspbld-content > .warning-image {
  width: 10%;
}
.warning-section > .rspbld-content > .warning-text {
  width: 85%;
  margin: 0 auto;
}
.warning-section > .rspbld-button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
/* номера для вызова на главной */
.main_numbers {
  padding: 250px 50px 250px 50px;
}
.main_numbers .rspbld-content {
  color: #4f4f4f;
  font-weight: 600;
}
/* текст номеров для вызова на главной */
.main_numbers .rspbld-horizontal-icon-box .rspbld-content {
  font-size: 48px;
  font-weight: bold;
}
.main_numbers .long_numbers .rspbld-content {
  font-size: 26px;
}
/* паддинги между колонками */
.main_numbers .span4 {
  padding: 0px 30px;
}
/* верт.выравнивание номера по центру */
.main_numbers .rspbld-horizontal-icon-box {
  display: flex;
  justify-content: center;
}
.rspbld-horizontal-icon-box .rspbld-icon::before,
.rspbld-horizontal-icon-box:hover .rspbld-icon::after,
.rspbld-vertical-icon-box .rspbld-icon::before,
.rspbld-vertical-icon-box:hover .rspbld-icon::after {
  background-color: #c9ddf0;
}
.main_numbers .rspbld-content-container {
  margin: auto 0;
}
/* ccылки в номерах для вызова */
section .main_numbers a,
div .main_numbers a {
  color: #3279b3;
}
section .main_numbers a:hover,
div .main_numbers a:hover {
  color: #4b93cd;
}
section .main_numbers a:focus,
div .main_numbers a:focus {
  color: #3279b3;
}
.main_numbers .rspbld-text-block {
  font-size: 24px;
  font-weight: bolder;
}
.rspbld-horizontal-icon-box .rspbld-icon.pull-left {
  margin-right: 10px;
}
/* main carousel */
.rspbld-carousel.slider
  .carousel-inner
  .item
  .rspbld-item-container
  .rspbld-item-content,
.rspbld-carousel.slider .carousel-inner .item .rspbld-item-title {
  /*text-shadow: 2px 2px 2px black;*/
  text-shadow: -1px 0 #288fe3, 0 1px #288fe3, 1px 0 #288fe3, 0 -1px #288fe3;
}
.rspbld-carousel.slider .carousel-control:hover {
  background-color: #ee6f6f;
}
section .row-fluid.row-carousel {
  margin: 0 0 70px 0 !important;
}
.row-carousel .rspbld-carousel.slider .carousel-indicators.center-bottom {
  bottom: -50px;
}
.body > section.triangle-top-right,
.body > section .row-fluid.triangle-top-right {
  overflow: initial;
}
/* slider ck */
.slideshowck .camera_commands {
  display: none;
}
.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background: #3279b3;
  transition: all 0.2s linear 0s;
}
.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #3279b3;
}
/* main carousel ck */
.row-carousel .camera_caption {
  height: 100%;
  display: flex !important;
  text-shadow: -1px 0 #288fe3, 0 1px #288fe3, 1px 0 #288fe3, 0 -1px #288fe3;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.row-carousel .camera_caption > div {
  background: rgba(0, 0, 0, 0);
  height: auto;
  margin: auto;
  width: 50%;
}
.row-carousel .camera_caption .camera_caption_title {
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
}
.row-carousel .camera_caption .camera-button {
  margin-top: 20px;
}
/* vaccine.org.ua */
.vaccine-portal-low {
  display: none;
}
/* анимированные числа */
.rspbld-animated-number > .rspbld-title {
  text-transform: uppercase;
}
.animated_number_zero > .rspbld-title {
  margin: 20px 0;
  text-transform: uppercase;
}
.animated_number_zero > .rspbld-content {
  background-color: transparent;
  color: #4f4f4f;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: center;
}
/* последние новости */
.row-text-title .rspbld-title {
  margin: 45px 0;
}
.newsflash {
  display: flex;
  justify-content: space-around;
}
.main_page_news_item {
  width: 33.33333%;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.main_page_news_item .newsflash-image {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.main_page_news_item figure img {
  float: none;
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
  overflow: hidden;
}
.main_page_news_item figure a::before {
  background-color: rgba(122, 195, 255, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: scale(2, 1.55) rotate(30deg) translate(-100%, 0);
  -moz-transform: scale(2, 1.55) rotate(30deg) translate(-100%, 0);
  -ms-transform: scale(2, 1.55) rotate(30deg) translate(-100%, 0);
  -o-transform: scale(2, 1.55) rotate(30deg) translate(-100%, 0);
  transform: scale(2, 1.55) rotate(30deg) translate(-100%, 0);
  z-index: 1;
}
.main_page_news_item figure:hover a::before {
  -webkit-transform: scale(2, 1.55) rotate(30deg) translate(100%, 0);
  -moz-transform: scale(2, 1.55) rotate(30deg) translate(100%, 0);
  -ms-transform: scale(2, 1.55) rotate(30deg) translate(100%, 0);
  -o-transform: scale(2, 1.55) rotate(30deg) translate(100%, 0);
  transform: scale(2, 1.55) rotate(30deg) translate(100%, 0);
}
.main_page_news_item figure a {
  background-color: #7ac3ff;
  display: block;
  position: relative;
}
.main_page_news_item figure a > img {
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main_page_news_item figure:hover a > img {
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main_page_news_item .newsflash-title {
  margin: 0 0 20px 0;
}
.main_page_news_item > .readmore {
  text-align: end;
  margin: 20px 0 0 0;
}
.slider--autowidth {
  background-color: #fff;
}
.main_page_news_item > .readmore {
  margin: 0;
}
.main_page_news_item a.btn {
  transition: all 0.2s linear 0s;
}
.material_image_div {
  margin: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.material_image_img {
  max-height: 600px;
}
.document_canvas {
  padding: 40px;
  text-align: justify;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.25);
}
.document_footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* поиск */
#searchForm .btn {
  padding: 9px 35px;
}
/* страница информации о ковиде */
.info_covid .overlay {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
/* таблица Керівництво */
.t_management--position {
  width: 50%;
}
.t_management--name {
  width: 30%;
}
.t_management--phone {
  width: 10%;
}
.t_management--fax {
  width: 10%;
}
/* таблица Структурні підрозділи */
.t_structure--order {
  width: 5%;
}
.t_structure--name {
  width: 55%;
}
.t_structure--address {
  width: 40%;
}
/* загрузка документов */
.documents_download_item,
.accordion_item_line {
  display: flex;
  justify-content: space-between;
  /* border: 2px solid #c9ddf0;*/
  vertical-align: middle;
  padding: 15px;
}
/* .accordion-heading a {
  color: #4f4f4f !important;
} */
.rspbld-accordion .accordion-group:first-of-type {
  border-top: 2px solid #c9ddf0;
}
.rspbld-accordion .accordion-group {
  border-color: #c9ddf0;
  border-style: none solid solid solid;
  border-width: 0 2px 2px 2px;
}
.accordion_item_line {
  border: none;
}
.btn-link {
  height: min-content;
  margin: auto 0 !important;
}
.documents_download_item {
  line-height: 1.5;
}
.documents_download_item span,
.documents_download_item a {
  height: max-content;
  margin: auto 0 auto 10px !important;
}
.documents_download_item span {
  margin-right: 30px !important;
}
.t_uploads tr {
  border: 2px solid #c9ddf0;
}
.t_uploads td {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  padding: 15px;
  line-height: 1.5;
  border: none !important;
}
.t_uploads td span,
.t_uploads td a {
  height: max-content;
  margin: auto 0 auto 10px !important;
}
.t_uploads td a {
  padding: 10px !important;
}
.rscontact .controls {
  margin: 0 auto;
  width: min-content;
}
.mod-rscontact-error {
  display: none !important;
}
/* опубликованные документы */
.accordion-heading {
  text-align: center;
}
.accordion_item_section {
  border-top: 1px solid #c9ddf0;
  padding: 20px 0;
}
.accordion_item_line {
  margin: 10px 0 10px 30px;
  padding: 0;
}
.accordion_item_subtitle {
  font-weight: 700;
  margin: 0 0 10px 0 !important;
}
.accordion-group img {
  display: flex;
  margin: auto;
}
.rspbld-accordion .accordion-group .accordion-heading > a {
  font-size: 20px;
}

.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle {
  color: #3279b3;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle:hover {
  text-decoration: underline;
}

.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle {
  padding-left: 50px;
}

.accordion-heading .accordion-toggle {
  position: relative;
  padding-left: 20px;
}

.accordion-heading .accordion-toggle::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg); /* вправо */
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform-origin: center;
  transition: transform 0.2s ease;
}
.accordion-heading .accordion-toggle:not(.collapsed)::before {
  transform: translateY(-50%) rotate(45deg); /* вниз */
}
.accordion-heading .accordion-toggle.collapsed::before {
  transform: translateY(-50%) rotate(-45deg); /* вправо */
}

.accordion-heading {
  text-align: left;
}
.rspbld-accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle.collapsed {
  color: #3279b3;
}

/* submenu page */
.submenu_page {
  max-width: 1270px;
  margin: 0 auto;
}
.submenu_page ul.maximenuck {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.submenu_page li.maximenuck {
  width: 30%;
  margin: 15px;
  background-color: #f7f7f7;
  /*border: 1px #c8c8c8 solid;*/
  text-align: center;
  min-height: 200px;
  min-width: 320px;
  z-index: 1 !important;
  transition: all 0.2s linear 0s;
}
.submenu_page li.maximenuck > a.maximenuck {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 28px;
  color: #4f4f4f;
  /*transition: all 0.2s linear 0s;*/
}
.submenu_page li.maximenuck:hover {
  background-color: #c9ddf0;
}
.submenu_page li.maximenuck:focus,
.submenu_page li.maximenuck:active {
  background-color: #f7f7f7;
}
/* нормативно-правові документи */
.horizontal_icons {
  margin: auto !important;
  font-size: 24px;
}
.horizontal_icons_item {
  display: flex;
}
.horizontal_icons_item .rspbld-content-container {
  margin: auto 0;
}
.horizontal_icons a {
  display: block;
}
/* таблица Тижнева довідка */
.t_weekly_sum--name {
  width: 60%;
}
.t_weekly_sum--amount {
  text-align: center;
  width: 40%;
}
/* covid carousels */
.slider--autowidth img {
  width: auto;
  max-height: 600px;
}
.info_covid .rspbld-title {
  color: #fff;
}
.info_covid {
  margin: 0 0 90px 0 !important;
  padding: 300px 0px;
}
.info_covid--last {
  margin: 0 !important;
}
.slider--autowidth .carousel-indicators.center-bottom {
  bottom: -60px !important;
}
.rspbld-carousel.slider .carousel-indicators li {
  height: 15px !important;
  width: 15px !important;
}
/* covid materials */
.material_poster img {
  display: flex;
  justify-content: center;
  margin: 70px auto;
  max-height: initial !important;
}
/* законы */
.rspbld-page section > .row-fluid {
  margin: 0;
}
/* керівництво */
.staff {
  display: flex;
  /*border: 1px solid #7ac3ff;*/
  background-color: #f7f7f7;
  padding: 40px 20px;
  align-items: center;
  margin: 0 0 100px 0;
}
.staff:first-child {
  margin-top: 50px;
}
.staff_photo {
  width: 30%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
.staff_photo_img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.15);
}
.staff_text {
  width: 70%;
  text-align: center;
  padding: 0 40px;
}
.staff_text_key {
  color: #85a0b9;
  font-weight: 700;
  font-size: 22px;
}
.staff_text_value {
  font-size: 24px;
}
.person_name {
  font-size: 30px;
}
/* news */
.img-article-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.img-article-row > * {
  margin: 4px;
  max-width: 500px;
}
.blog h2 {
  margin: 0;
}
div[itemprop="blogPost"] {
  margin: 0 0 60px 0;
}
div[itemprop="blogPost"] .article-info {
  text-align: end;
  font-size: 14px;
}
.item-image img[itemprop="thumbnailUrl"] {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.2s linear;
  overflow: hidden;
}
div[itemprop="blogPost"] .readmore {
  text-align: end;
}
.item-page div[itemprop="articleBody"] > p > img {
  justify-content: center;
  display: flex;
  margin: auto;
  max-width: 70%;
}
.item-page img {
  width: auto;
}
.item-page .item-image {
  text-align: center;
  margin-bottom: 70px;
  max-width: 70%;
  margin: 0 auto 70px;
}
.item-page > .item-image > img {
  max-height: 600px;
}
div[itemprop="blogPost"] .item-image:hover a::after {
  display: none;
}
div[itemprop="blogPost"] .readmore a.btn {
  background-color: transparent;
  color: #3279b3;
  cursor: pointer;
  padding: 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
div[itemprop="blogPost"] .readmore a.btn:hover,
div[itemprop="blogPost"] .readmore a.btn:focus {
  color: #288fe3;
  background-color: transparent;
}
div[itemprop="blogPost"] .readmore {
  margin: 0;
}
div[itemprop="blogPost"] .article-info {
  margin: 0;
}
.item-page > .article-info {
  text-align: end;
  margin-top: 70px;
}
div[itemprop="articleBody"] p {
  line-height: inherit !important;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination ul > li > a,
.pagination ul > li > span {
  padding: 10px 16px;
  transition: all linear 0.15s;
}
/* blog */
.blog .page-header > h2,
.main_page_news_item > h2 {
  font-size: 24px !important;
  margin: 0 0 20px 0;
}

/* newsmaker pages */
/* отключить вкладки */
.edit #adminForm ul#com-content-formTabs li:nth-child(4),
.edit #adminForm ul#com-content-formTabs li:nth-child(5) {
  display: none;
}
/* отключить поля */
.edit #adminForm #editor > :nth-child(2) {
  display: none;
}
.edit #adminForm #images > :nth-child(2),
.edit #adminForm #images > :nth-child(3),
.edit #adminForm #images > :nth-child(4),
.edit #adminForm #images > :nth-child(5),
.edit #adminForm #images > :nth-child(6),
.edit #adminForm #images > :nth-child(7),
.edit #adminForm #images > :nth-child(8) {
  display: none;
}
.edit #adminForm #publishing > :nth-child(1),
.edit #adminForm #publishing > :nth-child(2),
.edit #adminForm #publishing > :nth-child(3),
.edit #adminForm #publishing > :nth-child(4),
.edit #adminForm #publishing > :nth-child(5),
.edit #adminForm #publishing > :nth-child(6) {
  display: none;
}
.edit .btn.btn-primary,
.edit .btn.btn-primary:hover,
.edit .btn.btn-primary:focus {
  font-size: 12px;
}
.edit .btn [class^="icon-"],
.edit .btn [class*=" icon-"] {
  margin-right: 3px;
  vertical-align: 0;
}
.btn,
.btn:hover,
.btn:focus {
  border: 1px solid #e6e6e6;
  transition: all 0.2s linear;
}
.edit #editor #mceu_22ico,
.edit #editor #mceu_31,
.edit #editor #mceu_34,
.edit #editor #mceu_35,
.edit #editor #mceu_66,
.edit #editor #mceu_72,
.edit #editor #mceu_75,
.edit #editor #mceu_78,
.edit #editor #mceu_79,
.edit #editor #mceu_85,
.edit #editor #mceu_86,
.edit #editor #mceu_87,
.edit #editor #mceu_88,
.edit #editor #mceu_89,
.edit #editor #mceu_90,
.edit #editor #mceu_91,
.edit #editor #mceu_92,
.edit #editor #mceu_94,
.edit #editor #mceu_95,
.edit #editor #mceu_99,
.edit #editor .toggle-editor {
  display: none;
}
.edit .tab-content {
  padding-bottom: 35px;
}
.edit #adminForm .btn {
  padding: 10px 15px;
}
.edit #adminForm #publishing .input-append .add-on,
.edit #adminForm #publishing .input-append .btn {
  border: none;
}
.edit #adminForm #publishing .js-calendar {
  margin-top: 0 !important;
}
.edit #adminForm .calendar-container .table {
  margin: 10px auto;
}
.edit #adminForm .calendar-container .table th,
.edit #adminForm .calendar-container .table td {
  border: 1px solid #dbdbdb !important;
}
.edit #adminForm .calendar-container .table th.time,
.edit #adminForm .calendar-container .table td.time {
  border: 0 !important;
}
.edit #adminForm .calendar-container select {
  margin-bottom: 0;
}
.edit .input-append > a.btn,
.edit .input-prepend > a.btn {
  line-height: 32px;
  padding: 0 10px !important;
  font-size: 12px;
  border: none;
  color: #333;
  border: 1px solid #e1e1e1;
}
.btn {
  border: none;
  background-color: #f7f7f7;
}
.btn:hover,
.btn:focus {
  border: none;
  background-color: #c9ddf0;
}
/* отключить всплывающие подсказки */
label {
  cursor: default;
}
.site .popover {
  display: none !important;
}
body.contentpane.rstpl-tmpl-component .container-popup {
  display: flex;
  flex-direction: column-reverse;
}
body.contentpane.rstpl-tmpl-component .container-popup #imageForm {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
body.contentpane.rstpl-tmpl-component .container-popup .well {
  margin-bottom: 10px;
}
body.contentpane.rstpl-tmpl-component
  .container-popup
  #imageForm
  :nth-child(1) {
  order: 1;
}
body.contentpane.rstpl-tmpl-component
  .container-popup
  #imageForm
  :nth-child(2) {
  order: 2;
}
body.contentpane.rstpl-tmpl-component
  .container-popup
  #imageForm
  :nth-child(3) {
  order: 4;
}
body.contentpane.rstpl-tmpl-component
  .container-popup
  #imageForm
  :nth-child(4) {
  order: 3;
}

/* контакти */
.contact_map {
  width: 100%;
  height: 500px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.25);
}

/* search */
fieldset.only,
.ordering-box,
.result-category,
.result-created {
  display: none;
}

/* login page */
.login-page {
  width: fit-content;
  margin: 0 auto;
}
.login-page form {
  font-size: 14px;
}
.form-horizontal .control-group:last-of-type {
  margin-bottom: 0;
}
.login-page > .login-forgot-buttons {
  width: fit-content;
  display: none;
}
.login-page .login-forgot-buttons li > a {
  border: none !important;
}

/* системные сообщения во фронте */
.rstpl-component-message #system-message .alert {
  margin: 30px 0 0 0;
  color: inherit;
}
#rstpl-modal #system-message .alert {
  margin: 10px 0;
  color: inherit;
}
#system-message .alert h4 {
  color: inherit;
}
#system-message .alert.alert-message {
  background-color: #dff0d8;
}
#system-message .alert.alert-warning {
  background-color: #fcf8e3;
}
#system-message .alert.alert-danger,
#system-message .alert.alert-error {
  background-color: #f2dede;
}
/* login-page */
/* uploading images */
.well--image-uploading #upload-submit,
.well--image-adding #upbutton,
.well--image-adding button.button-cancel {
  background-color: #c8c8c8;
  color: #333;
  margin: 0 !important;
}
.well--image-uploading #upload-submit:hover,
.well--image-adding #upbutton:hover,
.well--image-adding button.button-cancel:hover {
  background-color: #c9ddf0;
}
.well--image-adding > .row-fluid > :first-child {
  display: none;
}
.well--image-adding > .row-fluid .pull-right {
  float: none;
}
.well--image-adding
  > .row-fluid
  .pull-right
  > button.btn.btn-success.button-save-selected {
  margin: 0 !important;
  background-color: #3279b3;
}
.well--image-adding
  > .row-fluid
  .pull-right
  > button.btn.btn-success.button-save-selected:hover {
  background-color: #ee6f6f;
}
ul.manager.thumbnails.thumbnails-media > .thumbnail > a.img-preview {
  display: block;
  height: 100%;
}
ul.manager.thumbnails.thumbnails-media
  > .thumbnail
  > a.img-preview
  > .height-50 {
  height: 70px;
}
ul.manager.thumbnails.thumbnails-media
  > .thumbnail
  > a.img-preview
  > .height-50
  > img {
  width: 100%;
  padding: 5px;
}
ul.manager.thumbnails.thumbnails-media > .thumbnail > a.img-preview > .small {
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
ul.manager.thumbnails.thumbnails-media > .thumbnail {
  transition: all 0.2s linear;
}
ul.manager.thumbnails.thumbnails-media > .thumbnail :hover {
  background-color: #c9ddf0;
}
/* JCE frontend */
#editor .wf-editor-header,
#editor .wf-editor-toggle {
  display: none;
}
#editor .mceBranding,
#editor #editor-xtd-buttons {
  display: none;
}
.jce-editor-custom p {
  margin: 0 !important;
}
.jce-editor-custom img {
  max-height: 250px;
  margin: 20px auto;
  display: flex;
}
.jce-editor-custom {
  line-height: 1.5;
}
.item-page.catid-10 div[itemprop="articleBody"] p,
.item-page.catid-10 div[itemprop="articleBody"] span {
  font-size: unset !important;
  font-family: unset !important;
}

/* phoca download */
.phTabs > .phTabsUl {
  display: none;
}
.phTabs
  #phocadownload-upload
  > #phocadownload-upload-form
  > table
  > tbody
  > tr:nth-child(n + 3) {
  display: none;
}
.phTabs > .phTabsContainer {
  border: none;
  box-shadow: none;
}
.phoca-powered-by {
  display: none !important;
}

.published_docs {
  border: none;
}
.published_docs--header {
  font-weight: 700;
  justify-content: center;
}

/* версия для слабовидящих */
#special_visually {
  display: flex !important;
  justify-content: flex-end !important;
}
.poor_vision #special_visually .buttons {
  border: 0;
  text-transform: uppercase;
}
.module_special_visually #special_visually label[for="button_type_version"] {
  border: #000 2px solid;
  color: #000;
  background-color: #fff;
  height: auto;
  padding: 8px 16px;
  transition: all 0.2s linear;
}
.module_special_visually
  #special_visually
  label[for="button_type_version"]::after {
  content: "Налаштування доступності";
  font-size: 1.25em;
}
.module_special_visually
  #special_visually
  label[for="button_type_version"]:hover {
  filter: invert(1);
}
.module_special_visually
  #special_visually
  label[for="button_type_version"]
  img {
  max-height: 50px;
  max-width: 50px;
  margin-right: 8px;
}

/* gallery */
.osgalery-cat-tabs {
  display: none;
}

/* video */
.video-material {
  display: flex;
  justify-content: center;
  margin: 50px auto 125px auto;
  flex-direction: column;
  width: 80%;
  height: auto;
}

.video-material > video {
  width: auto;
  height: auto;
}

.vertical-video {
  display: flex;
  justify-content: center;
  margin: 50px auto 125px auto;
  width: 80%;
  height: auto;
}

.vertical-video > video {
  width: auto;
  height: 75vh;
}

.video-material > .material-video-name {
  text-align: center;
  margin-top: 20px;
  font-size: 1.25em;
  font-weight: bold;
}

/* ============== footer ============= */
/* footer e */
#rstpl-after-footer-position .span4 .rstpl-title {
  text-align: center;
}
.footer_links {
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
  margin: 45px auto;
  width: fit-content;
}
.footer_links--contacts {
  text-transform: none;
  text-align: left;
}
.footer_links > li {
  line-height: 1.3;
  margin-bottom: 20px;
}
.footer_links a {
  display: block;
  color: #4f4f4f;
}
.footer_links a:hover {
  color: #3279b3;
}

/* footer f */
.manage-column > p {
  text-align: center;
}

/* footer g */
.footer_contacts {
  text-transform: none;
}
.footer_contacts_item {
  display: flex;
  justify-content: left;
}
.footer_contacts_text {
  display: flex;
  align-items: center;
}
.rstpl-copyright-position .rstpl-copyright {
  font-size: 16px;
  color: #fff;
}
.rstpl-copyright-position .rstpl-copyright p {
  text-align: center;
}

/* copyrights section */
.rstpl-copyright-position {
  background-color: #c9ddf0;
  padding: 20px 0;
}
.rstpl-copyright-position p {
  color: #808080;
}
.body > section.triangle-bottom-right::after,
.body > section.triangle-bottom-left::after {
  border-bottom: 60px solid #c9ddf0;
}

@media (max-width: 1599px) {
  body {
    font-size: 18px;
  }
  h1,
  .rspbld-accordion > h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 24px;
  }
  /* header */
  .rstpl-navigation .navbar .rstpl-template-menu > li > a,
  .dropdown-menu li > a {
    font-size: 12px;
  }
  .dropdown-menu li > a {
    padding: 5px 10px;
  }
  /* body */
  /* - номера для вызова на главной */
  .main_numbers {
    padding: 150px 20px 150px 20px;
  }
  .rspbld-horizontal-icon-box .rspbld-icon,
  .rspbld-horizontal-icon-box .rspbld-icon::after,
  .rspbld-horizontal-icon-box .rspbld-icon::before {
    height: 80px;
    width: 80px;
    clip: rect(0, 40px, 80px, 0);
  }
  .rspbld-horizontal-icon-box .rspbld-icon i {
    padding: 15px;
  }
  .rspbld-horizontal-icon-box .rspbld-icon {
    font-size: 30px;
  }
  .main_numbers .rspbld-text-block {
    font-size: 16px;
  }
  .main_numbers .rspbld-horizontal-icon-box .rspbld-content {
    font-size: 36px;
  }
  .main_numbers .long_numbers .rspbld-content {
    font-size: 18px;
  }
  /* - паддинги между колонками */
  .main_numbers .span4 {
    padding: 0px 10px;
  }
  .rspbld-image.text-center img,
  .rspbld-image.text-left img,
  .rspbld-image.text-right img {
    max-width: 70%;
  }
  /* заголовки на главной */
  .row-text-title .rspbld-title {
    font-size: 28px !important;
  }
  /* - заголовок в карусели */
  .rspbld-carousel.slider .carousel-inner .item h3.rspbld-item-title {
    font-size: 36px;
  }
  /* - анимированные цифры */
  .rspbld-animated-number .rspbld-number,
  .animated_number_zero > .rspbld-content {
    font-size: 32px;
  }
  /* - норм.-прав. документы */
  .horizontal_icons {
    font-size: 20px;
  }
  /* - керівництво */
  .item-page .staff_photo_img {
    width: 200px;
  }
  .staff_text_value {
    font-size: 16px;
  }
  .person_name {
    font-size: 26px;
  }
  /* main carousel ck */
  .row-carousel .camera_caption .camera_caption_title {
    font-size: 30px;
  }
  /* covid page */
  .info_covid {
    padding: 200px 0px;
  }
  /* footer */
  .rstpl-copyright-position .rstpl-copyright {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  h1,
  .rspbld-accordion > h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px;
  }
  body {
    font-size: 18px;
  }
  /* header */
  .top_header_icon,
  .footer_contacts_icon {
    width: 25px;
  }
  .rstpl-navigation .menu-right {
    float: none;
  }
  .dropdown-menu {
    width: 235px;
  }
  /* body */
  .btn {
    padding: 10px 20px;
  }
  .main_numbers .rspbld-horizontal-icon-box .rspbld-content {
    font-size: 30px;
  }
  .main_numbers .long_numbers .rspbld-content {
    font-size: 16px;
  }
  .rspbld-horizontal-icon-box .rspbld-icon.pull-left {
    margin-right: 15px;
  }
  .rspbld-carousel.slider .carousel-inner .item h3.rspbld-item-title {
    font-size: 26px;
  }
  .rspbld-carousel.slider
    .carousel-inner
    .item
    .rspbld-item-container
    .rspbld-item-content {
    font-size: 18px;
  }
  /* main carousel ck */
  .row-carousel .camera_caption {
    font-size: 20px;
  }
  .row-carousel .camera_caption > div {
    width: 75%;
  }
  .row-carousel .camera_caption .camera_caption_title {
    font-size: 26px;
  }
  .row-carousel .camera_caption .camera-button {
    margin-top: 20px;
  }
  .body > section.triangle-top-right::before,
  .body > section .row-fluid.triangle-top-right::before {
    border-left: 135px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #fff;
  }
  .body > section.triangle-bottom-left::after,
  .body > section .row-fluid.triangle-bottom-left::after {
    border-left: 60px solid transparent;
    border-right: 135px solid transparent;
    border-bottom: 30px solid #fff;
  }
  .body > section.triangle-top-left::before,
  .body > section .row-fluid.triangle-top-left::before {
    border-left: 60px solid transparent;
    border-right: 135px solid transparent;
    border-top: 30px solid #fff;
  }
  .submenu_page ul.maximenuck {
    font-size: 14px;
  }
  .submenu_page li.maximenuck {
    min-height: 100px;
  }
  .submenu_page li.maximenuck > a.maximenuck {
    padding: 18px;
  }
  .info_covid {
    margin: 0px 0px 125px 0px;
    padding: 200px 0px 200px 0px;
    background-position: 50% 50% !important;
    background-attachment: initial !important;
  }
  #contacts-row h3 {
    font-size: 22px;
  }
  #contacts-row p {
    font-size: 16px;
  }
  #contacts-map {
    height: 400px !important;
  }
  /* footer */
  .body > section.triangle-bottom-right::after,
  .body > section .row-fluid.triangle-bottom-right::after {
    border-left: 135px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 30px solid #c9ddf0;
  }
  .rstpl-copyright.text-center p {
    text-align: center;
  }
  .rstpl-copyright-position {
    padding: 20px 0;
  }
  .rstpl-copyright-position .rstpl-copyright {
    font-size: 12px;
  }
  .phocamaps-map {
    height: 500px !important;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
  }
  h1,
  .rspbld-accordion > h1 {
    margin: 30px 0;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px;
  }
  h3.rspbld-title {
    font-size: 22px;
  }
  .btn {
    font-size: 14px;
  }
  /* header */
  .top_header_text {
    font-size: 12px;
  }
  .top_header_icon,
  .footer_contacts_icon {
    margin-right: 8px;
  }
  /* body */
  .camera_pag {
    display: none;
  }
  .main_numbers {
    padding: 100px 0 100px 0;
  }
  .main_numbers [class*="span"],
  .main_numbers .uneditable-input[class*="span"],
  .main_numbers .row-fluid [class*="span"] {
    width: inherit;
  }
  .main_numbers .rspbld-horizontal-icon-box .rspbld-content {
    font-size: 36px;
  }
  .main_numbers .long_numbers .rspbld-content {
    font-size: 26px;
  }
  .main_numbers .rspbld-text-block {
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
  }
  .main_numbers.row-fluid [class*="span"] {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .main_numbers .rspbld-horizontal-icon-box {
    margin: 0 0 20px 0 !important;
  }
  .main_numbers .rspbld-horizontal-icon-box .rspbld-icon.pull-left {
    margin: auto 10px auto 0;
  }
  /* vaccine.org.ua */
  .vaccine-portal-high {
    display: none;
  }
  .vaccine-portal-low {
    display: block;
  }
  .row-text-title .rspbld-title {
    font-size: 24px !important;
  }
  .main_page_news_item > .blogItemText {
    line-height: 1.6;
  }
  .blog .page-header > h2,
  .main_page_news_item > h2 {
    font-size: 20px !important;
  }
  .staff_photo {
    padding: 0 10px;
  }
  .person_name {
    font-size: 22px;
  }
  .t_uploads td {
    flex-direction: column;
  }
  .t_uploads td span {
    margin: auto 0 !important;
    width: 100%;
  }
  .t_uploads td a {
    margin: 15px auto 0 auto !important;
    width: fit-content;
  }
  .phocamaps {
    padding-right: 20px !important;
  }
  .phocamaps-map {
    height: 400px !important;
  }
  /* footer */
  .footer_links {
    margin: 25px auto;
  }
}

@media (max-width: 979px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
  }
  .rstpl-navigation .navbar .rstpl-template-menu > li > a {
    padding: 9px 15px;
  }
  .visible-desktop {
    display: block !important;
  }
  .rspbld-carousel.slider .carousel-indicators {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main_numbers [class*="span"] {
    margin: 0;
  }
  .item-image img[itemprop="thumbnailUrl"],
  .main_page_news_item figure img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  /* header */
  .top_header--big {
    display: none;
  }
  .top_header--small {
    display: initial;
  }
  .top_header_icon {
    width: 50px;
    margin-right: 0;
    padding: 8px;
  }
  .top_header .row-fluid [class*="span"] {
    margin-bottom: 0 !important;
  }
  #rstpl-top-position {
    display: none;
  }
  .navbar .rstpl-brand img {
    width: 300px;
    padding: 10px 0;
  }
  .rstpl-navigation .rstpl-brand.pull-left {
    margin-right: 0;
  }
  /* poor-vision */
  #special_visually {
    justify-content: center !important;
  }
  /* body */
  .row-page-title {
    margin: 20px;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    width: 100%;
  }
  .main_numbers .rspbld-text-block {
    width: 80%;
  }
  /* warning on main page */
  .warning-section > .rspbld-content > .warning-image {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .warning-section > .rspbld-content > .warning-text {
    width: 100%;
  }
  /* main carousel ck */
  .row-carousel .camera_caption .camera_caption_title {
    margin-bottom: 8px;
  }
  .row-carousel .camera_caption .camera-button {
    margin-top: 8px;
  }
  .row-carousel .camera_caption > div {
    width: 80%;
  }
  .row-carousel .camera_caption .camera_caption_desc {
    display: none;
  }
  .footer_links .rspbld-title {
    margin: 35px 10px !important;
  }
  .rspbld-carousel.slider .carousel-inner .item .rspbld-item-content-container {
    display: initial;
  }
  section .row-fluid.row-carousel {
    margin: 0 0 90px 0 !important;
  }
  .row-carousel .rspbld-carousel .rspbld-item-container .rspbld-image img {
    height: 300px;
    object-fit: cover;
    max-width: fit-content;
  }
  .row-fluid.row-carousel::before,
  .row-fluid.row-carousel::after {
    display: none;
  }
  #rstpl-after-footer-position::before,
  #rstpl-after-footer-position::after {
    display: none;
  }
  .visible-desktop {
    display: block !important;
  }
  .newsflash {
    display: block;
  }
  .newsflash > .main_page_news_item,
  #main > .blog > .items-row {
    width: 100%;
    max-width: 370px;
    margin: auto;
  }
  .newsflash .main_page_news_item:nth-child(3) {
    display: none;
  }
  .rstpl-padding-tb-xl {
    padding: 45px 0;
  }
  .staff {
    padding: 40px 10px;
    flex-direction: column;
  }
  .staff_photo,
  .staff_text {
    padding: 0 10px;
  }
  .staff_photo {
    width: auto;
    margin-bottom: 40px;
  }
  .staff_text {
    width: 90%;
  }
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    padding: 5px;
  }
  .horizontal_icons {
    font-size: 16px;
  }
  div[itemprop="articleBody"] {
    padding: 0;
  }
  .document_canvas {
    padding: 20px;
  }
  .documents_download_item,
  .accordion_item_line {
    padding: 5px;
  }
  .rspbld-accordion .accordion-inner {
    padding: 0 15px 15px 15px;
  }
  .submenu_page li.maximenuck {
    min-width: 400px;
  }
  .info_covid {
    padding: 125px 0px;
  }
  .info_covid .rspbld-text-block > .rspbld-title {
    margin: 0;
  }
  .row-fluid.info_covid [class*="span"] {
    margin-bottom: 0;
  }
  .body > section.triangle-top-right::before,
  .body > section .row-fluid.triangle-top-right::before,
  .body > section.triangle-bottom-left::after,
  .body > section .row-fluid.triangle-bottom-left::after {
    display: none;
  }
  #contacts-row.row-fluid [class*="span"] {
    margin-bottom: 80px;
  }
  /* login */
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  select,
  textarea,
  .uneditable-input {
    width: auto;
    max-width: 300px;
  }
  /* скрыть панель редактора */
  .edit #editor #mceu_60,
  .edit #editor #mceu_67 {
    display: none;
  }
  .phocamaps-map {
    height: 300px !important;
  }
  .documents_download_item,
  .accordion_item_line {
    flex-direction: column;
    text-align: center;
    background-color: #f7f7f7;
    margin: 10px 0 10px 0;
  }
  .documents_download_item > a,
  .accordion_item_line > a {
    margin-top: 24px !important;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
  /* header */
  .navbar .rstpl-brand img {
    width: 250px;
    padding: 16px 0;
  }
  /* body */
  .main-page-logo img {
    padding: 0 20px;
  }
  #emd-numbers .rspbld-text-block {
    padding: 15px !important;
  }
  .warning-section {
    padding: 15px !important;
  }
  /* main carousel ck */
  .row-carousel .camera_caption .camera_caption_title {
    font-size: 18px;
  }
  .main_numbers [class*="span"] {
    margin-bottom: 60px;
    padding: 0 30px;
  }
  .main_numbers [class*="span"]:nth-of-type(4) {
    margin-bottom: 0;
  }
  .main_numbers .rspbld-text-block {
    width: 100%;
  }
  .rspbld-horizontal-icon-box .rspbld-icon {
    padding: 10px;
  }
  .main-page-image {
    margin: 50px 0 !important;
  }
  .rspbld-image.text-center img,
  .rspbld-image.text-left img,
  .rspbld-image.text-right img {
    max-width: 100%;
  }
  .row-fluid.row-carousel [class*="span"] {
    margin-bottom: 0;
  }
  .rspbld-carousel.slider .carousel-inner .item h3.rspbld-item-title {
    font-size: 20px;
  }
  .rspbld-carousel.slider
    .carousel-inner
    .item
    .rspbld-item-container
    .rspbld-item-content {
    font-size: 16px;
  }
  .row-text-title .rspbld-title {
    margin: 90px 0 45px 0;
  }
  .document_canvas {
    padding: 10px;
  }
  .submenu_page li.maximenuck {
    min-width: 300px;
    width: 100%;
  }
  .info_covid {
    padding: 50px 0px;
    margin: 0 0 50px 0 !important;
  }
  /* add news */
  input[type="text"] {
    max-width: 150px;
  }
  #editor #jform_articletext_toolbar1,
  #editor #jform_articletext_toolbar2,
  #editor #jform_articletext_toolbar3 {
    display: none;
  }
  #editor .wf-editor-header {
    display: none;
  }
  /* footer */
  div[itemprop="articleBody"] {
    padding: 0;
  }
  .visible-desktop {
    display: block !important;
  }
}
