#sandbox_theme_panel_374500 {
  width: 200px !important;
  top: 60% !important;
  right: 0 !important;
  left: inherit !important;
  width: 200px !important;
  font-size: 12px !important; }

.ios, .ios * {
  cursor: pointer; }

html, body {
  min-width: auto; }

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

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

.new-contacts-phone, .new-contacts-address, .tot, .slog_mobile {
  display: none; }

html, body {
  min-width: 320px; }

#site-wrap {
  max-width: 1020px;
  min-width: 320px;
  min-height: 0;
  margin-bottom: 0; }
  #site-wrap .site-in {
    max-width: 980px;
    width: 100%; }
    #site-wrap .site-in .clear-footer {
      height: 0; }

.head-empty {
  display: none; }

.top_wrap {
  position: static;
  min-height: 176px;
  height: auto;
  width: auto; }
  .top_wrap .mtop {
    position: static;
    padding: 10px 0 0; }
  .top_wrap .head_middle {
    display: flex;
    justify-content: space-between; }
    .top_wrap .head_middle .site-logo {
      position: static;
      padding: 11px 0 0 13px; }
    .top_wrap .head_middle .slog {
      position: static;
      padding-top: 17px; }
    .top_wrap .head_middle .site-phone {
      position: static; }
  .top_wrap .top-menu-wrap {
    position: static;
    width: auto;
    height: auto; }
  .top_wrap.top-menu-wrap-float {
    position: fixed; }
    .top_wrap.top-menu-wrap-float + .head-empty {
      display: block; }

.slider {
  position: relative;
  top: inherit;
  left: inherit;
  margin-top: 11px; }

.slider_mobile {
  display: none !important; }

.head_buttons {
  display: flex;
  justify-content: space-between; }
  .head_buttons a {
    position: relative;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important; }

.site-footer, .footer-in, .footer-in2 {
  height: auto; }

.footer-in2 {
  max-width: 1020px;
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .footer-in2 .footer-menu {
    position: static;
    text-align: right;
    padding-bottom: 20px; }
    .footer-in2 .footer-menu li {
      float: none;
      display: inline-block;
      vertical-align: top; }
    .footer-in2 .footer-menu:after {
      content: '';
      display: block;
      clear: both; }
  .footer-in2 .footer-middle {
    display: flex;
    justify-content: space-between; }
    .footer-in2 .footer-middle .footer-left .botcont, .footer-in2 .footer-middle .footer-left .site-name {
      position: static; }
    .footer-in2 .footer-middle .footer-right .site-counters, .footer-in2 .footer-middle .footer-right .site-informers, .footer-in2 .footer-middle .footer-right .site-copyright {
      position: static; }
    .footer-in2 .footer-middle .social2 {
      position: static; }

.progress .slider1 .owl-prev {
  top: calc(50% - 10px); }
  .progress .slider1 .owl-next {
    top: calc(50% - 10px); }

@media (max-width: 980px) {
  .new-form {
    padding-right: 0; }
    .new-form .tpl-field {
      width: 100%; }

  .slog {
    display: none; }

  .slog_mobile {
    font-family: 'PT Sans', sans-serif;
    display: block;
    font-size: 12px;
    color: #8d8d8d;
    text-transform: uppercase;
    line-height: 18px; }
    .slog_mobile span {
      font-size: 20px;
      color: #000; }

  #site-wrap {
    margin-top: 0;
    width: 100%;
    overflow: hidden; }

  .site-header {
    margin-top: 0;
    height: auto;
    /*&:before {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     height: 40px;
     content: '';
     background: #333;
     z-index: 100;
     }*/ }
    .site-header .new-contacts-phone {
      position: fixed;
      right: 60px;
      top: 10px;
      display: block;
      width: 40px;
      height: 40px;
      background: #ed1b24 url(../tel-logo-white.png) no-repeat 50% 46%;
      float: none;
      margin: 0;
      padding: 0;
      z-index: 101;
      border-radius: 50%; }
      .site-header .new-contacts-phone > div {
        display: none; }
      .site-header .new-contacts-phone.active {
        background-color: #333; }
        .site-header .new-contacts-phone.active > div {
          position: absolute;
          top: 100%;
          right: 0;
          width: 220px;
          font-size: 14px;
          background: #333;
          padding: 10px;
          text-align: right;
          color: #fff;
          display: block; }
          .site-header .new-contacts-phone.active > div a {
            text-decoration: none; }
          .site-header .new-contacts-phone.active > div > p {
            margin: 0;
            padding: 0; }
    .site-header .new-contacts-address {
      position: fixed;
      right: 45px;
      top: 0;
      display: block;
      width: 40px;
      height: 40px;
      background: #333 url(../adr-logo-white.png) no-repeat 50% 46%;
      float: none;
      margin: 0;
      padding: 0;
      z-index: 101; }
      .site-header .new-contacts-address > div {
        display: none; }
      .site-header .new-contacts-address.active {
        background-color: #333; }
        .site-header .new-contacts-address.active > div {
          position: absolute;
          top: 100%;
          right: 0;
          width: 237px;
          font-size: 14px;
          background: #c72b31;
          padding: 10px;
          text-align: right;
          color: #fff;
          display: block; }
          .site-header .new-contacts-address.active > div a {
            text-decoration: none; }
    .site-header .top_wrap {
      position: static !important;
      padding: 10px 20px;
      min-height: 0; }
      .site-header .top_wrap ul.mtop, .site-header .top_wrap .top-menu-wrap {
        display: none; }
      .site-header .top_wrap .head_middle {
        align-items: flex-start; }
        .site-header .top_wrap .head_middle .site-logo, .site-header .top_wrap .head_middle .slog {
          padding: 0; }
        .site-header .top_wrap .head_middle .site-phone {
          display: none; }
    .site-header .head-empty {
      display: none !important; }
    .site-header .slider {
      display: none; }
    .site-header .slider_mobile {
      display: block !important;
      margin-bottom: 20px; }
      .site-header .slider_mobile .owl-controls .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        margin: -23px 0 0;
        left: -2px;
        z-index: 4;
        cursor: pointer;
        background: url(../slider_controls.png) 0 0 no-repeat;
        width: 48px;
        height: 46px; }
        .site-header .slider_mobile .owl-controls .owl-nav .owl-next {
          position: absolute;
          top: 50%;
          margin: -23px 0 0;
          right: -1px;
          z-index: 4;
          cursor: pointer;
          background: url(../slider_controls.png) -52px 0 no-repeat;
          width: 48px;
          height: 46px; }
        .site-header .slider_mobile .owl-controls .owl-dots {
          position: absolute;
          bottom: 10px;
          right: 10px;
          z-index: 3;
          list-style: none;
          padding: 0;
          margin: 0;
          font-size: 0; }
        .site-header .slider_mobile .owl-controls .owl-dots .owl-dot {
          float: left;
          margin: 0 0 0 4px;
          cursor: pointer;
          background: url(../slider_controls.png) 0 -55px no-repeat;
          width: 12px;
          height: 12px; }
          .site-header .slider_mobile .owl-controls .owl-dots .owl-dot.active {
            background-position: 0 -72px; }
    .site-header .head_buttons {
      padding-right: 20px;
      padding-left: 20px;
      flex-direction: column; }
      .site-header .head_buttons a {
        margin-top: 10px;
        width: 100%; }
        .site-header .head_buttons a:first-child {
          margin-top: 0; }

  .site-content-middle-in-2 {
    padding-right: 20px;
    padding-left: 20px; }

  .footer-in2 {
    padding-bottom: 10px; }
    .footer-in2 .mbot {
      display: none; }
    .footer-in2 .footer-middle {
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .footer-in2 .footer-middle .footer-left, .footer-in2 .footer-middle .social2, .footer-in2 .footer-middle .footer-right, .footer-in2 .footer-middle .site-counters, .footer-in2 .footer-middle .botcont {
        padding-bottom: 10px; }

  .form_wrapper.form_wrapper1 {
    display: none !important; } }

@media (max-width: 768px) {
  .site-header .top_wrap .head_middle {
    flex-direction: column; }
    .site-header .top_wrap .head_middle .site-logo {
      padding-bottom: 5px; }

  .news-block .news-block-in {
    flex-direction: column; }
    .news-block .news-block-in li {
      padding-top: 10px; }
    .news-block .news-block-in li:first-child {
      padding-top: 0; }
    .news-block .news-block-in li .news-date, .news-block .news-block-in li .news-title, .news-block .news-block-in li .news-img, .news-block .news-block-in li .news-note {
      padding-right: 0; } }

@media (max-width: 480px) {
  .form_wrapper {
    width: 270px; }
    .form_wrapper .tit {
      right: 184px; }

  .progress .header {
    margin-bottom: 5px !important; }

  .progress .more {
    position: static !important;
    margin-bottom: 15px !important;
    display: inline-block; } }
/*-----------------------------------------------*/
.menu-mobile-wr {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }
  .menu-mobile-wr.opened {
    opacity: 1;
    visibility: visible; }
  .menu-mobile-wr.opened .mobile-menu-in {
    transform: none; }
  .menu-mobile-wr:before {
    display: none; }
  .menu-mobile-wr .close-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg version='1.1' baseProfile='full' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' xml:space='preserve' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 15 15' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%23ed1b24' d='M15.56 2.124L9.902 7.78l5.656 5.658-2.122 2.12-5.656-5.656-5.658 5.658-2.12-2.122L5.66 7.78.003 2.125l2.12-2.12 5.66 5.656L13.437.003l2.12 2.12z' class='cls-1'/%3E%3C/svg%3E") 50% 50% no-repeat;
    cursor: pointer;
    z-index: 10; }
  .menu-mobile-wr .feedback_wr {
    padding-left: 40px; }
  .menu-mobile-wr .feedback_wr a {
    font-size: 15px;
    color: #fff;
    text-decoration: none; }
  .menu-mobile-wr .menu-overflow {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 40px; }
  .menu-mobile-wr .menu-overflow .mob_menu.phones_list li a {
    font-size: 18px;
    color: #ed1b24;
    font-weight: bold;
    padding: 17px 20px;
    display: block;
    border-radius: 50px;
    background: #fff;
    border: 4px solid rgba(0, 0, 0, 0.3); }
    .menu-mobile-wr .menu-overflow .mob_menu.phones_list li a:hover {
      color: #ed1b24; }
  .menu-mobile-wr .menu-overflow .feedback_wr {
    padding: 0 15px; }
    .menu-mobile-wr .menu-overflow .feedback_wr .feedback {
      font-size: 18px;
      background: #ed1b24;
      font-weight: bold;
      color: #fff;
      padding: 15px 17px;
      display: block;
      border-radius: 50px;
      border: 4px solid #a98585;
      text-align: center; }
  .menu-mobile-wr .mobile-menu-in {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #9b9b9b;
    transform: translateX(100%);
    transition: all 0.3s ease;
    width: 250px; }
  .menu-mobile-wr .mobile-menu-in nav {
    text-align: right; }
  .menu-mobile-wr .mobile-menu-in .mob_menu {
    line-height: 0;
    font-size: 0;
    list-style: none;
    list-style-image: none;
    padding: 15px;
    margin: 20px 0 0; }
    .menu-mobile-wr .mobile-menu-in .mob_menu > li {
      padding-bottom: 1px; }
    .menu-mobile-wr .mobile-menu-in .mob_menu > li > a {
      font: normal 15px/16px Arial, Helvetica, sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      color: #fff;
      text-align: left;
      padding: 10px 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      /*padding: 0 25px 0 10px;
       border-radius: 7px;
       -moz-border-radius: 7px;
       -wekit-border-radius: 7px;*/
      behavior: url(/g/libs/pie/1.0.0/pie.htc);
      position: relative;
      /*background: #b70202;*/ }
      .menu-mobile-wr .mobile-menu-in .mob_menu > li > a span {
        display: block; }
      .menu-mobile-wr .mobile-menu-in .mob_menu > li > a:hover {
        color: #fff; }
    .menu-mobile-wr .mobile-menu-in .mob_menu > li.s3-menu-allin-has > a {
      position: relative;
      /*&:before {
       content:'';
       position: absolute;
       top: 50%;
       right: 10px;
       width: 11px;
       height: 7px;
       background: url(../menu-arrow-bot.png) 0 0 no-repeat;
       z-index: 1;
       margin-top: -4px;
       }*/
      /*&.s3-menu-allin-open {
       &:before {
       -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
       transform: rotate(180deg);
       }
       }*/ }
    .menu-mobile-wr .mobile-menu-in .mob_menu > li ul {
      display: none;
      margin: 0;
      padding: 0;
      list-style: none; }
      .menu-mobile-wr .mobile-menu-in .mob_menu > li ul li {
        margin: 0;
        padding: 5px 0 5px; }
        .menu-mobile-wr .mobile-menu-in .mob_menu > li ul li a {
          display: block;
          margin: 0;
          padding: 5px 10px;
          font-size: 13px;
          color: #fff;
          text-decoration: none;
          text-align: left;
          line-height: normal; }
    .menu-mobile-wr .mobile-menu-in .mob_menu li.s3-menu-allin-has > a {
      position: relative; }
      .menu-mobile-wr .mobile-menu-in .mob_menu li.s3-menu-allin-has > a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        width: 11px;
        height: 7px;
        background: url(../menu-arrow-bot.png) 0 0 no-repeat;
        z-index: 1;
        margin-top: -4px; }
      .menu-mobile-wr .mobile-menu-in .mob_menu li.s3-menu-allin-has > a.s3-menu-allin-open:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }

.menu-burger {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: #ed1b24;
  padding: 0;
  border-radius: 50%;
  border: none;
  outline: none;
  z-index: 999; }
  @media (min-width: 981px) {
  .menu-burger {
    display: none; } }
  .menu-burger .lines {
    height: 11px;
    position: relative;
    width: 18px;
    margin: 9px auto;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
  .menu-burger .lines:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    border-top: 3px solid #fff; }

.table-wrapper {
  width: 100%;
  overflow: overlay; }



.form-wrapper2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }
  .form-wrapper2.opened {
    opacity: 1;
    visibility: visible; }
  .form-wrapper2 .form-wrapper-inner {
    width: 300px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative; }
  .form-wrapper2 .title {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center; }
  .form-wrapper2 .tpl-anketa-success-note {
    font-size: 20px;
    text-align: center; }
  .form-wrapper2 .tpl-field {
    padding-bottom: 10px; }
  .form-wrapper2 .tpl-field ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .form-wrapper2 .tpl-field input[type=text], .form-wrapper2 .tpl-field input[type=phone], .form-wrapper2 .tpl-field input[type=email], .form-wrapper2 .tpl-field textarea {
    outline: none;
    border: none;
    background: none;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    padding: 0 15px; }
    .form-wrapper2 .tpl-field input[type=text]:focus, .form-wrapper2 .tpl-field input[type=phone]:focus, .form-wrapper2 .tpl-field input[type=email]:focus, .form-wrapper2 .tpl-field textarea:focus {
      border-color: #000; }
  .form-wrapper2 .tpl-field textarea {
    resize: none;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 76px; }
  .form-wrapper2 .tpl-field.field-error input, .form-wrapper2 .tpl-field.field-error textarea {
    border-color: #f00; }
  .form-wrapper2 .tpl-field.tpl-field-button {
    text-align: center; }
    .form-wrapper2 .tpl-field.tpl-field-button button {
      outline: none;
      border: none;
      background: none;
      padding: 10px 15px 11px;
      cursor: pointer;
      background: #b70202;
      color: #fff;
      border-radius: 5px;
      font-weight: bold;
      font-size: 15px; }
  .form-wrapper2 .field-required-mark {
    color: #f00; }
  .form-wrapper2 .error-message {
    display: none; }
  .form-wrapper2 .icon-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: rgba(0, 0, 0, 0) url("/shared/highslide-4.1.13/graphics/close.png") repeat scroll 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer; }

@media (max-width: 450px) {
  .form-wrapper .form-wrapper-inner {
    padding: 10px;
    width: 270px; } }

#tcal {
  z-index: 100300; }

@media (max-width: 980px) {
  .site-header .head_middle .site-logo {
    padding-right: 90px !important;
    max-width: 195px; } }

.work_time {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 35px;
  line-height: 26px; }

.site-content-middle-in-2 {
  line-height: 22px; }

.calc {
  height: auto !important;
  min-height: 273px !important;
  width: 100% !important;
  max-width: 530px !important;
  background: #bdbdbd !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .calc:after {
    content: '';
    clear: both;
    display: block; }
  .calc input[type="text"] {
    max-width: 100% !important;
    width: auto !important; }
  @media (max-width: 532px) {
  .calc > div {
    width: 50% !important;
    padding: 0 10px 0 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .calc > div input[type="text"] {
      margin-bottom: 0 !important; }

    .calc > div .result {
      width: 100% !important; }

    .calc > div .res {
      font-size: 16px !important; }

    .calc > div + div {
      padding: 0 0 0 10px !important; } }

#tmenu ul {
  min-width: 130px; }

#tmenu > li {
  min-width: 0; }

@media (max-width: 682px) {
  .new-form .tpl-field img {
    width: auto !important; }

  .site-content-middle-in-2 > p img {
    width: 100% !important; } }
