/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
	/* Typography =================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body#shadow {
  font-family: "Roboto", sans-serif;
}
#accordeon-new .acc-body {
    display: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #444;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizelegibility;
  line-height: 1;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-size: 36px;
}

body h1 {
  font-size: 40px;
  margin: 0 0 12px;
  font-weight: 700;
  padding: 0 0 8px;
  border-bottom: 1px solid #d9dee0;
}

body h2 {
  margin: 0.83em 0;
  font-weight: normal;
}

body h3 {
  margin-bottom: 1em;
  line-height: 1.3;
  padding-bottom: 5px;
}

body h4 {
  margin-bottom: 1.5em;
  line-height: 1.25;
}

body h5 {
  margin-bottom: 1.5em;
}

body p,
body ol,
body ul,
body dl,
body address {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 21px;
  word-wrap: break-word;
}

small {
  font-size: 0.9em;
}

body ul,
body ol {
  margin: 0 0 1.5em 12px;
  padding: 0 0 0 12px;
}

body li ul,
body li ol {
  margin: 0;
}

ul.categories-module {
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-style: normal;
}

q {
  quotes: none;
}

cite {
  font-style: normal;
}

abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  line-height: 1.5em;
}

pre {
  white-space: pre-wrap;
}

sub,
sup {
  position: relative;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  font-size: 1em;
}

table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
  line-height: 1.5em;
  text-align: left;
}

table th {
  font-weight: bold;
  border: 0;
}

table thead th {
  vertical-align: bottom;
}

table tr:first-child th,
table tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #8c9bab;
}

table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}

/* links */
p.readmore a,
.mod-articles-category-readmore a {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 9px;
  padding: 4px;
  line-height: 1.6em;
}

/* +++++++++++++++++  forms general #######################  */
form {
  margin: 0 0 18px;
}

fieldset {
  border: solid 1px #ddd;
  margin: 10px 0;
  padding: 20px;
  border-radius: 5px;
}

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

legend {
  font-weight: bold;
  background: #fff;
  padding: 5px 10px;
}

label,
input,
button,
select,
textarea {
  font-weight: normal;
}

label {
  color: #333333;
  margin-bottom: 5px;
  max-width: 90%;
}

input,
textarea,
select,
#advanced-search-toggle,
input.search-query {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 9px;
  padding: 4px;
}
.filter-search-lbl {
  display: inline;
}
.filter-search,
.display-limit {
  float: left;
  margin-right: 10px;
}
.button,
button,
.profile-edit a {
  border-radius: 3px;
  padding: 4px;
  line-height: 1.2em;
  text-decoration: none;
}

label input,
label textarea,
label select {
  display: block;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  border-radius: 0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 0;
  padding: 0;
  width: auto;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  height: auto;
  width: auto;
}

select {
  height: 28px;
  line-height: 28px;
  max-width: 99%;
}

select {
  width: 220px;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  height: auto;
}

.radio,
.checkbox {
  padding-left: 18px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
  margin-right: 10px;
  border: none;
}

input,
textarea {
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,
textarea:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none;
  outline-offset: -2px;
}

/* +++++++++++++++++++++++  header searchbox +++++++++++++++++++++  */

#header form {
  overflow: hidden;
  float: right;
}
#header form .search {
  display: inline;
}
#header input {
  font-weight: bold;
  float: left;
}

#header .inputbox {
  margin-right: 5px;
}

/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */

fieldset.word {
  border: 0;
  background: #fff;
  padding: 0;
}

fieldset.phrases label,
fieldset.only label {
  display: inline;
}

:root * > fieldset.only label:before {
  background: #a7c7dc;
  background: -moz-linear-gradient(-45deg, #fefefe, #ddd);
  background: -webkit-linear-gradient(-45deg, #fefefe, #ddd);
  background: -o-linear-gradient(-45deg, #fefefe, #ddd);
  background: -ms-linear-gradient(-45deg, #fefefe, #ddd);
  background: linear-gradient(-45deg, #fefefe, #ddd);
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px #cccccc;
  height: 1em;
  margin: 0 4px 0 0;
  text-transform: uppercase;
  width: 1em;
  display: inline-block;
  margin-left: -40px;
  padding: 2px;
  line-height: 1em;
  text-indent: -50px;
}

input[type="checkbox"]:checked + label:before {
  content: "\2714";
  text-indent: 0;
  background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: linear-gradient(-45deg, #fefefe, #0b70cd);
  border: 1px solid #0b70cd;
}

:root * > .phrases-box label:before {
  background: #a7c7dc;
  background: -moz-linear-gradient(-45deg, #fefefe, #ccc);
  background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: linear-gradient(-45deg, #fefefe, #0b70cd);
  border: 1px solid #aaa;
  line-height: 1.3em;
  margin: 0 4px 0 0;
  text-transform: uppercase;
  width: 1.3em;
  display: inline-block;
  margin-left: -40px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-indent: -40px;
  color: #fff;
  text-shadow: 0 10px 6px #fff;
}

/*
input[type="radio"]:checked + label:before {
	content: "\2022";
	text-indent: 6px;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	color: #000;
	zoom:1;
	border: 1px solid #aaa;
}*/

.ordering-box {
  margin: 10px 0;
}

.search-results dt.result-title {
  padding: 15px 15px 0 5px;
  font-weight: bold;
}

.search-results dd {
  padding: 2px 15px 2px 5px;
}

.search-results dd.result-text {
  padding: 10px 15px 10px 5px;
  line-height: 1.7em;
}

.search-results dd.result-url {
  font-size: 90%;
  padding: 2px 15px 15px 5px;
}

.search-results dd.result-created {
  padding: 2px 15px 15px 5px;
}

.search-results dd.result-category {
  padding: 10px 15px 5px 5px;
}

/* Com_search break long titles & text */
dt.result-title {
  word-wrap: break-word;
}

dd.result-text {
  word-wrap: break-word;
}

.advanced-search-tip {
  background: #fefde2;
  border-radius: 3px;
  padding: 20px;
  border: solid 1px #ddd;
}

.advanced-search-tip p {
  margin: 0;
}

.advanced-search-tip .term {
  font-weight: bold;
  font-style: italic;
}

.panel {
  margin-top: -1px;
}

#main .panel h3 {
  margin: 0;
  padding: 0;
  background: #eee;
  border: 0;
  font-size: 1em;
}

.panel h3 a {
  display: block;
  text-decoration: none;
  padding: 6px;
}

.pane-slider {
  border: solid 0;
  padding: 10px;
  margin: 0;
}

/* +++++++++++++++++++  Contact Form +++++++++++++++++++++++++++++++++ */

.panel .contact-form,
.panel .contact-miscinfo {
  padding: 10px;
}

.contact .panel .contact-form form,
.contact .panel .contact-address {
  margin: 20px 0 0 0;
}

textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 80%;
  -moz-box-sizing: border-box;
  border: 1px solid #dddddd;
  color: #333333;
  overflow: auto;
  padding: 5px;
  vertical-align: top;
}

#jform_contact_email_copy-lbl,
#jform_contact_email_copy {
  float: left;
  margin-right: 10px;
  border: 0;
}

#jform_captcha {
  clear: both;
  padding-bottom: 10px;
}

label#jform_captcha-lbl {
  clear: both;
  position: relative;
  float: left;
}

.contact-form .button {
  clear: left;
  float: left;
  margin: 20px 0;
}

fieldset.filters {
  background: none;
  border: none;
  padding: 0;
}

.contact-form,
.contact-links,
.contact-misc,
.contact-image,
.contact-contactinfo,
.contact-address {
  margin: 20px 0;
}

/* ++++++++++++++ loginmodule +++++++++++++++++++++++++++ */

#form-login-remember {
  overflow: hidden;
  margin-bottom: 10px;
}

#form-login-remember label {
  display: inline;
  margin-left: 10px;
}

#modlgn-remember {
  float: left;
}

#login-form fieldset {
  background: #f5f5f5;
}

#login-form input[type="text"],
input[type="password"],
input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}

form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
  text-align: right;
}

.pagenav ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

.pagenav li {
  display: inline;
  margin: 0;
  padding: 0;
}

.pagenav a,
span.pagenav {
  padding: 0 14px;
  margin: 0;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left: 0 solid #ddd;
  display: inline-block;
  line-height: 1.9em;
}

.pagenav li:first-child a,
.pagination-start span {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-left: solid 1px #ddd;
}

.pagenav li:last-child a,
.pagination-end span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination ul {
  margin: 10px 10px 10px 0;
  padding: 0;
}

.pagination li {
  display: inline;
}

.pagination a {
  padding: 0 14px;
  line-height: 2em;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left: 0 solid #ddd;
  display: inline-block;
}

.pagination .active a {
  cursor: default;
}

.pagination span,
.pagination span a:hover {
  cursor: default;
  padding: 0 14px;
  line-height: 2em;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs,
.article-info {
  padding: 7px;
  margin: 0 0 18px;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.breadcrumbs li {
  display: inline-block;
}

/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
  list-style-type: none;
  text-align: right;
}
ul.actions a {
  padding: 0;
}
ul.actions li {
  display: inline;
}

.article-info-term {
  display: none;
}

.article-info {
  overflow: hidden;
  font-size: 0.9em;
}

.article-info dd {
  float: left;
  padding: 0 5px;
  border-right: solid 1px #ccc;
}

.article-info dd span {
  text-transform: none;
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0 10px 0 0;
}

.article-info dd.create {
  clear: left;
}

/* ######################  header   ###################### */
#fontsize {
  padding: 0;
  margin: 0 20px 0 1px;
  text-align: right;
  margin-bottom: 0;
  float: none;
}

#fontsize h3 {
  padding-right: 0;
  font-weight: normal;
  display: inline;
  font-size: 1em;
  margin: 0;
}

#fontsize p {
  margin: 0 0 0 2px;
  padding: 0;
  display: inline;
  font-size: 1em;
}

#fontsize p a {
  margin: 0 2px;
  display: inline;
  padding: 0 5px;
}

/* +++++++++++++++  menus ++++++++++++++++++++++++ */
#header ul.menu {
  padding: 0;
  width: auto;
  text-align: left;
  display: block;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin: 0 10px;
}

#header ul.menu li {
  display: inline;
  padding: 0;
  margin: 0;
}

#header ul.menu li a:link,
#header ul.menu li a:visited,
#header ul.menu li:last-child a {
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  padding: 12px 15px;
  position: relative;
  border-right: 1px solid #ddd;
  box-shadow: 1px 0 0 #f5f5f5;
}

#header ul.menu li:first-child a {
  border-radius: 4px 0 0 0;
  margin-left: -1px;
}

.moduletable_menu {
  border: solid 1px #ddd;
  background: #f9f9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

ul.menu {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.menu,
ul.menu ul {
  list-style-type: none;
}

ul.menu a {
  display: block;
  margin: 0;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 0 !important;
  position: relative;
}

ul.menu li:last-child a {
  border: 0;
  box-shadow: none;
}

ul.menu ul {
  margin: 0;
  padding: 0;
}

ul.menu ul a {
  padding-left: 20px;
}

ul.menu ul ul a {
  padding-left: 30px;
}

ul.menu ul ul ul a {
  padding-left: 40px;
}

ul.menu ul ul ul ul a {
  padding-left: 45px;
}

/* ++++++++++++++  content-module ++++++++++++++ */
.category-module {
  margin: 0;
  padding: 0;
}

.category-module li {
  padding: 5px 0 5px 0;
  margin: 0;
  list-style-type: none;
}

.category-module li h4 {
  margin-bottom: 0;
}

.category-module span {
  display: block;
  font-size: 0.85em;
}

.category-module a span {
  display: inline;
}

/* content */
.categories-list .item-title a {
  text-decoration: none;
  margin-bottom: 20px;
}

.category-desc {
  margin: 20px 0;
}

.category-desc img {
  float: left;
  margin: 0 20px 10px 0;
}

.categories-list dt,
.categories-list dd {
  display: inline;
}

ul.latestnews li {
  word-wrap: break-word;
}

/* ++++++++++++++++++++++  Footer +++++++++++++++++++++++++ */
#footer-outer {
  font-size: 0.8em;
}
.box {
  text-align: left;
}

.box ul {
  list-style-type: none;
}

#bottom .newsfeed-item {
  padding: 0;
  margin-bottom: 10px;
}

.box .moduletable_menu,
.box .moduletable {
  margin: 10px;
}

.box3 {
  padding-left: 10px;
}

.box h3 {
  font-size: 1.3em;
}

#footer {
  font-size: 0.8em;
}

/*  ####################   Sliding modules  ################## */
.moduletable_js,
.moduletable {
  margin-bottom: 0px;
}
ul#bot_menu {
  margin-bottom: 0;
  background: #c8e7e9;
  border-radius: 7px;
  display: flex;
  justify-content: flex-end;
}
ul#bot_menu li a {
  color: #5f8486;
}
ul#bot_menu li a:hover {
  background: none;
  color: #235255;
}
ul#bot_menu li {
  margin: 0 10px;
}
.bot_menu_wrap {
  width: 100%;
  margin: 0 auto;
}

.js_heading,
.js_heading {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin: 0;
  font-size: 1.4em;
  border-radius: 3px;
}

h3.js_heading a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 5px 0 0;
  text-decoration: none;
  background: none;
}

.module_content {
  padding: 10px;
  border: solid 1px #ddd;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  margin-top: -1px;
}

.no {
  font-size: 1px;
}

.slide {
  height: auto !important;
}

/*  +++++++++++++++++++++++++++++   Module Tabs / Pagebreak Tabs / Contact Tabs ++++++++++++++++ */
ul.tabs {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

dl.tabs dt,
dl.tabs dd {
  margin: 0;
  padding: 7px 5px;
}

dl.tabs dt h3 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

dl.tabs dt {
  position: relative;
  z-index: 1;
}

ul.tabs li,
dl.tabs dt {
  list-style-type: none;
  float: left;
  width: auto;
  padding: 0;
  display: block;
  margin: 0 3px 0 0;
  font-size: 1em;
}

ul.tabs li a:link,
ul.tabs li a:visited,
dl.tabs dt h3 a:link,
dl.tabs dt h3 a:visited {
  text-decoration: none;
  padding: 7px 5px;
  margin: 0;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 5px 5px 0 0;
}

ul.tabs li a.linkopen:link,
ul.tabs li a.linkopen:visited,
dl.tabs dt.open h3 a:link,
dl.tabs dt.open h3 a:visited {
  font-weight: bold;
}

.tabcontent,
div.current {
  padding: 30px 20px;
  margin: -1px 0 0 0;
  border-radius: 0 3px 3px 3px;
  clear: left;
}

div.current {
  position: relative;
  z-index: 0;
  top: -1px;
}

.tabcontent:focus {
  outline: none;
}

.tabopen {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.tabclosed {
  display: none;
}

.tabcontent ul {
  padding: 0;
}

.tabcontent ul li {
  list-style-type: none;
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.img-fulltext-none {
  display: block;
  margin: 10px 0;
}

/* Correction for user profile date of birth calendar image */
#jform_profile_dob_img {
  background: url("../images/system/calendar.png") no-repeat scroll 0 0
    transparent;
  cursor: pointer;
  height: 18px;
  margin: 0 3px;
  vertical-align: middle;
  width: 18px;
}
/* Smartsearch Calendar*/
#filter_date1_img,
#filter_date2_img {
  background: rgba(0, 0, 0, 0) url("../images/system/calendar.png") no-repeat
    scroll 0 0;
  cursor: pointer;
  height: 18px;
  margin-left: 3px;
  vertical-align: middle;
  width: 18px;
}
#search-results {
  clear: both;
}
#finder-filter-window {
  overflow: visible;
}
#searchForm .searchintro {
  padding: 0 0 0 250px;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
#finder-search .in.collapse {
  overflow: visible;
}
.header_toolbar {
  display: flex;
  align-items: center;
  min-height: 40px;
  background-color: #f0f0f0;
}
.header_toolbar p {
  margin: 0 50px;
  font-size: 16px;
}
.header_body {
  background: url("/templates/beez3/images/toolbar_bg.png");
  height: 77px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
}
.header_body_logo img {
  width: 12%;
}
.header_body_logo img {
  width: 50%;
  padding-top: 5%;
  padding-left: 1%;
}
.header_body_logo {
  display: flex;
  align-items: center;
  width: 20%;
}

@media (max-width: 480px) {
  .header_toolbar {
    padding: 10px 10px;
    gap: 15px;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  #main {
    padding-left: 0 !important;
  }

  .category-preview {
    justify-content: center !important;
  }

  .header_menu {
    position: fixed;
    z-index: 9999;
    top: 15px;
    left: 0;
    width: 100%;
  }
  .menu_top {
    height: calc(100vh - 71px);
    overflow: auto;
  }

  .mobile-menu {
    display: block !important;
    width: 50px !important;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    top: 55px;
    left: 5px;
    transition: all 0.4s ease;
  }

  .menu_top {
    display: none;
    top: 60px;
    position: relative;
  }

  .logos-and-article__logos .slick-arrow {
    display: none !important;
  }

  .mobile-menu span,
  .mobile-menu span::before,
  .mobile-menu span::after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #222;
  }
  .mobile-menu span::before,
  .mobile-menu span::after {
    content: "";
    display: block;
    transition: 0.2s;
  }
  .mobile-menu span::before {
    transform: translateY(-5px);
  }
  .mobile-menu span::after {
    transform: translateY(5px);
  }

  .menu-btn_active {
    left: calc(100% - 61px) !important;
  }
  .menu-btn_active span {
    height: 0;
  }

  .menu-btn_active span:before {
    transform: rotate(45deg);
  }
  .menu-btn_active span:after {
    transform: rotate(-45deg);
  }
  body.shadow {
    overflow: hidden;
  }

  body.shadow:before {
    content: " ";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #000000a8;
    z-index: 9999;
  }
}

/*a.site-button {
    padding: 10px;
    background: -webkit-linear-gradient(
135deg
, rgb(219, 235, 238) 51%, rgb(206, 223, 225) 11%);
    background: -moz-linear-gradient(135deg, rgb(219, 235, 238) 51%, rgb(206, 223, 225) 11%);
    background: linear-gradient(
135deg
, rgb(219, 235, 238) 51%, rgb(206, 223, 225) 11%);
    border-radius: 10px;
    color: #426879!important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;}*/

.site-button {
  width: 152px;
  height: 35px;
  background: url("/templates/beez3/images/tbuts.png") left bottom no-repeat;
  margin-right: 20px;
}
.site-button:hover {
  background-position: 0 0;
}

.menu_top {
  display: block;
  margin: 0;
  padding: 0;
}
.menu_top li {
  display: inline-block;
  position: relative;
  margin: 0 1px;
  z-index: 100;
}
.menu_top li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px;
  display: block;
  color: #444;

  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menu_top li a:hover,
.menu_top li:hover > a {
  color: #1d2c4c;
}
/* скрываем меню второго уровеня */
.menu_top ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  top: 43px;
  left: 0px;
  background: #ffffff;
}
/* показываем меню второго уровня при наведении */
.menu_top li:hover > ul {
  display: block;
}
.menu_top ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}
/* .menu_top ul li a {
    font-size:12px;
    font-weight:normal;
    display:block;
    color:#797979;
    background:#ffffff;
} */
/* .menu_top ul li a:hover,
.menu_top ul li:hover > a{
    background:#f0f0f0;
    color:#797979;
} */
.sub-menu li {
  background-color: #616c82 !important;
}
.sub-menu li:hover {
  background-color: #1d2c4c !important;
}
.sub-menu li a {
  font-size: 16px;
  color: #fff !important;
  font-weight: 700;
}

.sub-menu .sub-menu-item {
}
.sub-menu .sub-menu-item .sub-sub-menu {
}
.sub-menu .sub-menu-item:hover .sub-sub-menu {
}

/* Изменение позиций для меню третьего уровня */
.menu_top ul ul {
  left: 200px;
  top: 0px;
}
.mobile-menu {
  display: none;
  width: 100%;
  padding: 11px;
  /*background:#3E4156;*/
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-menu:hover {
  /*background:#3E4156;*/
  color: #095197;
  text-decoration: none;
}
.header_contacts div {
  margin-left: 25px;
}

.header_contacts {
  display: flex;
  align-items: flex-end;
}
.header_contacts a {
  display: block;
}
.header_contacts a.soc-a {
  display: inline-block;
}

.header_contacts a {
  font-weight: 500;
  font-size: 17px;
  color: #444 !important;
  margin: 5px auto;
  text-decoration: none;
  position: relative;
}
.header_contacts .phn:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  object-fit: contain;
  top: 1px;
  left: -18px;
  background-image: url(/images/phone-call.png);
}
.callback_header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  background-color: #1a78f2;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  transition: 0.2s;
}
.header_menu_wrap .callback_header:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.header_img_wrapper img {
  width: 100%;
  height: auto;
}
.header_contacts a:hover {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .menu_top {
    display: none;
  }

  .mobile-menu {
    display: block;
    /*margin-top:50px;*/
  }

  nav {
    margin: 0;
    background: none;
  }

  .menu_top li {
    display: block;
    margin: 0;
  }
  .menu_top .sub-menu {
    background: #ffffff;
  }
  .menu_top .sub-menu li a {
    padding-left: 25px;
  }
  .menu_top .sub-sub-menu li a {
    padding-left: 45px;
  }

  .menu_top li a,
  .sub-menu li a {
    background: #ffffff;
    color: #797979 !important;
    border-top: 1px solid #e0e0e0;
    border-left: 3px solid #ffffff;
  }

  .menu_top li a:hover,
  .menu_top li:hover > a {
    background: #f0f0f0;
    color: #797979;
    border-left: 3px solid #9ca3da;
  }

  /*level 2 and 3 - make same width as all items*/
  .menu_top ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .menu_top ul ul {
    left: 0;
  }
} /*end media queries*/
.header_logo img {
  width: 150px;
  display: block;
  margin: auto;
}

.header_contacts p {
  margin: 5px auto;
}

.header_menu {
}
.header_menu_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  box-shadow: 0px 7px rgb(51 51 51 / 5%);
}
.menu_top li:last-child {
  border: none;
}
.header_menu_img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 30%;
}

@media (max-width: 600px) {
  .header_body {
    height: auto;
    flex-direction: column;
    background-size: contain;
  }
  .header_body_logo a {
    justify-content: center;
    text-align: center;
  }

  .header_body_logo {
    width: 100%;
  }
  .header_menu_wrap {
    height: auto;
    flex-direction: column;
  }
  .mobile-menu {
    padding: 6px 3px;
  }
  .header_menu_img {
    width: 100%;
    justify-content: center;
  }
}

.categories-list_new {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.category-preview {
  /*width: 12%;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 10px auto;
}
.link_cat {
  display: block;
  position: relative;
  /*width: 90%;*/
  width: 400px;
  height: 265px;
}
.link_cat > img {
  /*width: 100%;
    height: 100%;*/
  width: 400px;
  height: 265px;
  margin: 0 auto;
}
.title {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  /*min-height: 3em;*/
  height: 100%;
  transition: 0.3s all;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: initial;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.g-content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.not_link {
  pointer-events: none;
}
.shadow-radial {
  display: block;
  position: relative;
  width: 15%;
}
.shadow-radial > img {
  width: 100%;
}
table.table1 {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table1 td {
  padding: 5px;
  border: 1px solid #2b4450;
}
table.table1 tr {
  border: 1px solid #2b4450;
}
.submit_bottom {
  display: block;
  width: 152px;
  height: 35px;
  margin: 0 auto;
}
ul.menu a:hover {
  background-color: #ededed;
}
.title_modules {
  display: none;
}
ul.menu_top li a:hover {
  color: #1d2c4c;
}
.gal_foto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.gal_foto a {
  width: 13% !important;
}
.g-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.shadow-radial {
  display: block;
  position: relative;
  width: 9%;
}
.shadow-radial > img {
  width: 100%;
}
.pricename1, .pricename11 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #444444;
  padding: 10px 0;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
}
.acc-body {
  overflow: hidden;
	margin-bottom: 20px;
}
.tablepri {
  width: 50%;
  float: left;
  font-weight: 500;
  /*border: 1px solid #ccc;*/
  box-sizing: border-box;
  padding: 1%;
  /*margin: 0 .5%.5%0;*/
  background-color: #fff;
}
a.lin_cat:hover span.title {
  background: #ff9d20;
}
.primer_job {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item_job {
  width: 19%;
}
.highslide img {
  border: 1px solid #aaaaaa;
}
.highslide_link > img {
  width: 100%;
  height: 100%;
}

.content-wrap__new .shadow-radial {
  width: 11%;
}
@media (max-width: 500px) {
  .categories-list_new {
    flex-direction: column;
  }
  .category-preview {
    width: 100% !important;
  }
  a.logos-and-article__logo-wrap.shadow-radial {
    width: 50%;
  }
  header#header {
    padding-top: 0;
  }
  .footer_wrap {
    flex-direction: column;
  }
  .footer_wrap p {
    text-align: center;
  }
  .footer_contact-tel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer_wrap a,
.footer_wrap p {
  color: #444 !important;
  font-weight: 400;
  font-size: 16px;
}
.footer_copy p,
.footer_copy a {
  font-size: 14px;
}
.footer_contact a,
.footer_contact p {
  font-size: 16px;
}

.footer_contact-tel {
  margin-bottom: 10px;
}
.footer_contact-tel a {
  font-weight: bold;
  text-decoration: none;
}
.footer_contact-tel a:hover {
  text-decoration: underline;
}

.footer_yandex {
  display: flex;
  align-items: center;
}
.footer_yandex img {
  height: 53px;
  margin-right: 20px;
}
.footer_yandex p {
  margin: 0 !important;
}
.footer_yandex a {
  text-decoration: none;
}
.footer_yandex:hover a {
  text-decoration: underline;
}
.footer_yand {
  display: none;
}

ul.menu a:after {
  background: url(/images/sidebar.png);
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
}
.container {
  max-width: 1200px;
}
.table-custom {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background: #416879;
  color: #fff;
  padding: 10px 0;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  margin-bottom: 20px;
}

.table-custom td {
  text-align: center;
}

@media (min-width: 501px) and (max-width: 1100px) {
  .title {
    font-size: x-small;
  }
  .category-preview {
    width: 65%;
  }
  .shadow-radial {
    width: 20%;
  }
}
.otziv_box div:nth-child(odd) {
  margin-bottom: 20px;
  margin-top: 40px;
}
.otziv_box div > p:first-child {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.otziv_box span {
  font-size: 16px;
  font-weight: 400;
  color: #1a78f2;
}
.otziv_box div > p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
}
.line200 {
  height: 3px;
  width: 200px;
  background: #f0f0f0;
}
.akcii2 p:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.acc-body .tablepri:nth-child(4n-7),
.acc-body .tablepri:nth-child(4n-2) {
  background: #f0f0f0;
  padding: 1%;
  font-weight: 500;
  font-size: 18px;
}
.acc-body .tablepri:nth-child(2n-4) {
  text-align: right;
  color: #1a78f2;
  padding: 1%;
  font-weight: 500;
  font-size: 18px;
}

.slick-track {
  display: flex !important;
  align-items: center !important;
}

.a_tegs {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}

.teg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 40px;
  background-color: #1a78f2;
  border-radius: 5px;
  cursor: pointer;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  transition: 0.2s;
  font-weight: 700;
  text-align: center;
  padding: 8px 4px;
}
.default-button a {
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.default-button {
  margin: 0 10vw 0 auto;
  transition-duration: 0.2s;
  background: #1a78f2;
  width: 170px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-button:hover {
  opacity: 0.7;
}
.just {
  text-align: justify;
}

.previews-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.preview-item:hover {
  cursor: pointer;
}

.preview-item:hover img {
  filter: sepia(0.6);
  transition: 0.5s;
}

.preview-item:hover .preview-title a {
  color: #1a78f2;
  transition: 0.7s;
}

.preview-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.category {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 20px;
  background-color: #1a78f2;
  width: 70px;
  margin: 0 auto;
  padding: 3px;
}

.category a {
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
}

.category a:visited {
  color: #fff !important;
}

.preview-title {
  display: flex;
  justify-content: center;
}

.preview-title a {
  text-decoration: none;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .previews-inner {
    grid-template-columns: 1fr;
  }
}

.btn-cntr {
	margin: 20px auto;
}