/**
 * reg_id: 4399527
 * staff_id: 419
 * 
 **/
.title-page .slider-12 .text-slider {
  right: -480px; }

.title-page .slider-12 .slider-item.active-slide .text-slider {
  right: 0;
  transition: all 1s; }

.menu-14 .menu-scroll > ul ul > li > a, .title-page .menu-14 .menu-scroll > ul ul > li > a {
  text-transform: uppercase; }
/**
 *  * reg_id: 4500088
 * staff_id: 419
 * 
 **/
.popup-block .popover-body {
  padding: 35px;
  width: 100%;
  max-width: 800px;
  font-family: Roboto, sans-serif; }
  .popup-block .popover-body p:first-child {
    margin-top: 0; }
    .popup-block .popover-body p:last-child {
      margin-bottom: 0; }

.jfiles-items {
  padding: 30px 0; }
  .jfiles-item {
    padding: 20px 0;
    border-bottom: 1px solid #9a9a9a;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .jfiles-image {
    padding: 0 15px 0 0;
    width: 180px;
    text-align: center; }
  .jfiles-image img {
    display: block;
    margin: 0 auto; }
  .jfiles-inner2 {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -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; }
  .jfiles-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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; }
  .jfiles-title a {
    color: #000; }
  .jfiles-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 40px 15px 0;
    position: relative;
    z-index: 1; }
  .jfiles-body p:first-child {
    margin-top: 0; }
    .jfiles-body p:last-child {
      margin-bottom: 0; }
  .jfiles-file {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -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;
    text-align: right; }
  .jfiles-file a:hover {
    text-decoration: underline; }

.jfiles-form-popup .s3_form_field_type_phone, .jfiles-form-popup .s3_form_field_type_email {
  max-width: 100%;
  padding: 0.3076923077em 0.7692307692em;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.2307692308em;
  -moz-border-radius: 0.2307692308em;
  -ms-border-radius: 0.2307692308em;
  -o-border-radius: 0.2307692308em;
  border-radius: 0.2307692308em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.60769em 0.76923em; }
  .jfiles-form-popup .popover-form-title {
    font-size: 18px;
    font-weight: bold; }
  .jfiles-form-popup .popover-body {
    padding: 20px; }
  .jfiles-form-popup .s3_tpl_anketa .s3_form {
    margin: 0; }
  .jfiles-form-popup .s3_form_field_title {
    font-size: 13px; }
  .jfiles-form-popup .popover-body .s3_button_large {
    background: #2f940a;
    padding: 2px 25px;
    font-weight: bold;
    height: 40px;
    line-height: 36px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase; }

@media (max-width: 490px) {
  .jfiles-item {
    -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; }

  .jfiles-image {
    padding: 0 0 15px;
    margin: 0 auto; }

  .jfiles-body {
    padding-right: 0; }

  .jfiles-file {
    margin: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  .jfiles-img {
    padding: 0 10px 0 0; } }
/***********/
.jadd-body {
  font-weight: normal;
  padding: 10px 0 0 0; }

.jadd-form-link-wrap {
  text-align: right;
  font-size: 13px; }
  .jadd-form-link-wrap a {
    display: inline-block;
    vertical-align: top;
    padding: 1px 10px;
    border: 1px solid currentColor;
    text-decoration: none;
    border-radius: 4px;
    min-width: 93px;
    box-sizing: border-box;
    line-height: normal;
    margin: 10px 0 0 0; }
/****** menu-left *******/
.menu-49 .menu-scroll > ul > li.menu-item > a:hover {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1); }

.menu-49 .menu-scroll > ul > li.active.opened > a {
  background: #ebebeb; }

.menu-49 .menu-scroll > ul > li.opened > ul, .menu-49 .menu-scroll > ul > li.active > ul {
  display: none; }

.menu-49 .menu-scroll > ul li.active2 > ul {
  display: block; }

.menu-49 .menu-scroll > ul ul > li > a {
  text-transform: lowercase;
  padding-top: 6px;
  padding-bottom: 7px; }
  .menu-49 .menu-scroll > ul ul > li > a:first-letter {
    text-transform: uppercase; }

.menu-49 .menu-scroll > ul ul > li > a:hover {
  background: none; }

.menu-49 .menu-scroll > ul ul > li.opened > a, .menu-49 .menu-scroll > ul ul > li.active > a {
  font-weight: normal; }

.menu-49 .menu-scroll > ul ul > li.active > a {
  background: #ebebeb; }

.has-child-span {
  height: 15px;
  border: none;
  position: absolute;
  top: 17px;
  right: auto;
  margin-top: -7px;
  margin-right: 0;
  width: 15px;
  background: url(../images/icon_510912.svg) left 50% top 50% / 11px no-repeat;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  left: 3px;
  margin-left: 0;
  align-self: auto;
  z-index: 50;
  cursor: pointer; }

.active2 .has-child-span {
  background: url(../images/icon_211864.svg) left 50% top 50% / 5px no-repeat; }
/*************/
.jadd-form-link-wrap a.css-jadd-form-link {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700; }

.localaboutus .jadd-form-link-wrap {
  padding-top: 5px; }
  .localaboutus .jadd-form-link-wrap a.css-jadd-form-link {
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-top: 0; }
  .localaboutus .localproductslist__block-title {
    padding-top: 0; }

@media (min-width: 960px) {
  .localproductslist__block-right {
    width: 30%; }

  .localproductslist__block-title {
    width: 70%; } }

.title-page .menu-14 .menu-scroll > ul > li.menu-item > a:before, .menu-14 .menu-scroll > ul > li.menu-item > a:before {
  top: 15px;
  right: 12px;
  bottom: 15px;
  left: 12px; }

.edit_wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px; }

.edit_wrapper_title {
  font-size: 16px;
  padding-bottom: 25px; }

.edit_text_title {
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto, sans-serif; }

@media (max-width: 960px) {
  .edit_text_title_page {
    padding-left: 21px;
    padding-right: 21px; } }
