/*temporary*/
div#sandbox_theme_panel_673211 {
  top: unset !important;
  bottom: 0; }
/*temporary  */
.site-path {
  font-size: 12px; }

.burger {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: #61376b;
  border-radius: 7px;
  padding: 13px 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: none; }

.burger span {
  display: block;
  width: 30px;
  border-top: 3px solid #fff;
  margin: 7px 0; }

.burger:before {
  content: '';
  display: block;
  width: 30px;
  border-top: 3px solid #fff; }

.burger:after {
  content: '';
  display: block;
  width: 30px;
  border-top: 3px solid #fff; }

.asside-bot {
  padding: 20px 15px;
  background: #dadede;
  display: none; }
  .asside-bot__lblock1_title {
    background: #4c4e4d;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff; }
  .asside-bot__news_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  .asside-bot__news-item {
    width: 210px;
    margin-right: 20px; }
  .asside-bot__news_top {
    font-size: 21px; }
  .asside-bot__news-item .date {
    background: none; }
  .asside-bot__news-item .news_title {
    padding: 10px 0 20px; }
  .asside-bot__news-item .news_anons p {
    margin: 5px 0; }
  .asside-bot__lblock1_text {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.3; }

.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: auto;
  display: none; }
  .popup-menu__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7); }
  .popup-menu__inner {
    width: 280px;
    position: relative;
    height: 100%;
    background: #dedede;
    padding: 30px 0px 20px;
    box-sizing: border-box;
    transform: translate(-290px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .popup-menu__inner.active {
    transform: translate(0px); }
  .popup-menu__menu {
    margin: 0 0 10px;
    padding: 0;
    list-style: none; }
  .popup-menu__menu > li > a {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    background: linear-gradient(to top, #3f1f48 5%, #5b3d63 20%, #895c94 70%, #7f5b87 100%);
    color: #fff;
    /* transition: .3s; */ }
  .popup-menu ul.popup-menu__menu > li > a:hover {
    background: #482951; }
  .popup-menu ul#menus {
    padding: 0;
    margin: 0;
    width: auto;
    background: 0; }
  .popup-menu #menus li .line {
    background: 0;
    margin: 0; }
  .popup-menu__menu-wrapper ul#menus > li > span > a {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    background: linear-gradient(to top, #3f1f48 5%, #5b3d63 20%, #895c94 70%, #7f5b87 100%);
    color: #fff;
    font-weight: 400; }
  .popup-menu__menu-wrapper ul#menus > li > span > a:hover {
    background: #482951; }
  .popup-menu #menus li a span {
    background: 0; }
  .popup-menu__lmenu_top {
    font-size: 18px;
    padding: 15px;
    background: #dedede;
    color: #000;
    margin-top: -10px; }
  .popup-menu__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #5c3d64;
    cursor: pointer; }
  .popup-menu__close:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 5px;
    width: 20px;
    border-top: 2px solid #fff;
    transform: rotate(45deg); }
  .popup-menu__close:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 5px;
    width: 20px;
    border-top: 2px solid #fff;
    transform: rotate(135deg); }

@media (max-width: 1024px) {
  form.search1.mob-show {
    width: 100%;
    margin: 10px 0 20px;
    background: #734d7c;
    box-sizing: border-box;
    height: auto;
    display: flex; } }

form.search1.mob-show input.search {
  width: calc(100% - 24px);
  background: #fff;
  float: none;
  border-radius: 3px 0 0 3px; }

form.search1.mob-show input.button1 {
  float: none;
  background-color: #fff;
  border-radius: 0 3px 3px 0;
  width: 24px;
  height: 24px;
  background-image: url('/d/281727/t/images/search12.png');
  background-repeat: no-repeat;
  background-position: center; }

.mob-show {
  display: none; }

.popup-menu ul#menus ul ul ul > li > span a {
  font-size: 13px;
  padding-left: 50px !important; }

.popup-menu ul#menus ul ul > li > span.line a {
  padding: 7px 31px 7px 40px;
  background: #895696;
  color: #fff; }

.popup-menu #menus > li > ul > li > span a {
  padding: 7px 31px 7px 36px;
  background: #6a4274;
  color: #fff; }

.popup-menu #menus > li > ul > li > span a:hover {
  color: #ddd; }

.table-wrapper::-webkit-scrollbar-thumb {
  background: #f00;
  width: 15px;
  display: block; }

.table-wrapper::-webkit-scrollbar-track {
  background: green;
  height: 14px; }

@media all and (max-width: 1024px) {
  table.table_cont {
    display: block; }

  table.table_cont > tbody {
    display: block; }

  table.table_cont > tbody > tr {
    display: block; }

  table.table_cont > tbody > tr > td {
    display: block; }

  .content_box ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
    cursor: default; }

  textarea, input, table, .table-wrapper {
    max-width: 100%; }

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

  .table-wrapper {
    overflow: auto; }

  body.disabled {
    overflow: hidden; }

  .mob-show {
    display: block; }

  .burger {
    display: block; }

  div#wrapper {
    width: auto !important; }

  div#footer {
    width: auto;
    background: 0;
    height: 50px;
    display: flex;
    padding: 20px 40px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box; }

  html, body {
    min-width: 0; }

  div#empty_footer {
    display: none; }

  ul#tmenu {
    width: auto; }

  td.sidebar_left {
    display: none !important; }

  .table_cont {
    background: none; }

  div#big_wrapper {
    background: 0;
    margin-bottom: 0; }

  td.content {
    margin: 0 20px;
    display: block;
    padding: 0; }

  .tmenu_box {
    display: none; }

  ul.top-menu {
    display: none; }

  ul#bmenu {
    display: none; }

  .st_name {
    position: unset; }

  .counters {
    position: unset; }

  .copy {
    position: unset; }

  div#big_footer {
    height: auto; }

  table.table_cont + #clear {
    height: auto; }

  .content_box:after {
    content: '';
    display: block;
    clear: both; }

  .asside-bot.mob-show {
    display: block; }

  li#current > ul {
    display: block !important;
    background: #dedede; }

  li#current > ul > li > span.line > a {
    padding: 8px 20px 8px 30px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    background: #5f306d;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-weight: 400; }

  li#current > ul > li > span.line > a:hover {
    background: #482951; }

  .popup-menu #menus li li a.active {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0; } }

@media all and (max-width: 768px) {
  iframe {
    max-width: 100%;
    width: 100%; } }

@media all and (max-width: 550px) {
  .logo {
    position: unset; }

  .phone_box {
    position: unset;
    max-width: 170px;
    margin: 30px auto;
    padding: 10px 5px 10px 25px;
    background-color: rgba(255, 255, 255, 0.7);
    background-position: 7px 10px; }

  div#header {
    padding: 20px 30px;
    text-align: center; }

  .logo a {
    display: inline-block;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.5); } }

@media all and (max-width: 480px) {
  .asside-bot__news-item {
    margin: 0; }

  div#header {
    height: 220px; }

  textarea {
    width: 100%; }

  iframe {
    height: 330px; } }

@media all and (max-width: 425px) {
  iframe {
    height: 290px; }

  h1 {
    font-size: 18px; }

  h2 {
    font-size: 16px; }

  .logo {
    width: 230px;
    margin: 0 auto; }

  .logo a {
    max-width: 100%; }

  .logo a img {
    max-width: 100%; } }

@media all and (max-width: 370px) {
  div#header {
    padding-top: 70px; }

  iframe {
    height: 250px; } }

@media all and (max-width: 320px) {
  div#header {
    padding-right: 10px;
    padding-left: 10px; }

  iframe {
    height: 210px; } }
