button {
  border: none;
  outline: none; }
  button:hover {
    cursor: pointer; }

.clear {
  font-size: 0;
  line-height: 0;
  clear: both; }

.mg-but {
  display: inline-block;
  text-decoration: none; }

.mg-but1 {
  padding: 8px 15px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin: 10px 20px;
  min-width: 140px;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but1:hover {
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but1:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but2 {
  min-width: 150px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but2:hover {
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but2:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but3 {
  min-width: 160px;
  padding: 6px;
  color: #fff;
  border: 1px solid #500a01;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but3:hover {
    border: 1px solid #9c1301;
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but3:active {
    border: 1px solid #680d01;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but4 {
  padding: 8px 15px;
  color: #000;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: #fff;
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: -moz-linear-gradient(#fff, #fff);
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -ms-linear-gradient(#fff, #fff);
  background-image: linear-gradient( #fff, #fff);
  -pie-background: linear-gradient( #fff, #fff); }
  .mg-but4:hover {
    color: #fff;
    background-color: #821001;
    background-image: -o-linear-gradient(#891101, #690d01);
    background-image: -moz-linear-gradient(#891101, #690d01);
    background-image: -webkit-linear-gradient(#891101, #690d01);
    background-image: -ms-linear-gradient(#891101, #690d01);
    background-image: linear-gradient( #891101, #690d01);
    -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but4:active {
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but5 {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border: #f00 transparent transparent transparent;
  border-radius: 2px 0 0 2px;
  background: #690d01;
  line-height: 1; }
  .mg-but5:before {
    position: absolute;
    top: 0;
    right: -28px;
    bottom: 0;
    width: 7px;
    content: "";
    border: 14px solid transparent;
    border-left: 7px solid #690d01; }
  .mg-but5:hover {
    background: #821001; }
    .mg-but5:hover:before {
      border-left-color: #821001; }
  .mg-but5:active {
    background: #500a01; }
    .mg-but5:active:before {
      border-left-color: #500a01; }

table.mg-tabs1 {
  border-collapse: collapse; }
  table.mg-tabs1 td {
    padding: 5px;
    border: none; }

table.mg-tabs2 {
  border: 1px solid #cecece;
  border-collapse: collapse; }
  table.mg-tabs2 td {
    padding: 5px;
    border: 1px solid #cecece; }

table.mg-tabs3 {
  border: 1px solid #cecece;
  border-collapse: collapse; }
  table.mg-tabs3 th {
    padding: 5px 0;
    color: #333;
    border: 1px solid #cecece;
    background: #e5e5e5; }
  table.mg-tabs3 td {
    padding: 5px;
    border: 1px solid #cecece; }

table.mg-tabs4 {
  border-collapse: collapse; }
  table.mg-tabs4 th {
    padding: 5px 0;
    color: #333;
    background: #e5e5e5; }
  table.mg-tabs4 td {
    padding: 5px;
    border-bottom: 1px solid #cecece; }

.mg-tab {
  margin: 10px 0;
  padding: 12px;
  border-radius: 2px;
  font: normal 14px/17px arial; }
  .mg-tab p {
    margin: 0; }

.mg-tb1 {
  color: #4d4d4d;
  border: 2px solid #9c1301; }

.mg-tb2 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001; }

.mg-tb3 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001; }

.mg-tb4 {
  color: #fff;
  border: 2px solid #7e1001;
  background: #7e1001;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.mg-tb5 {
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 4px 0px 0px #6a0d01; }

.mg-tb6 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 6px rgba(0, 0, 0, 0.2); }

.mg-tb8 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb8 .title {
    padding: 11px 20px 11px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-image: -o-linear-gradient(#b01602, #690d01);
    background-image: -moz-linear-gradient(#b01602, #690d01);
    background-image: -webkit-linear-gradient(#b01602, #690d01);
    background-image: -ms-linear-gradient(#b01602, #690d01);
    background-image: linear-gradient( #b01602, #690d01);
    -pie-background: linear-gradient( #b01602, #690d01); }
  .mg-tb8 .body {
    padding: 14px 20px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-tb9 {
  min-width: 200px;
  padding: 0;
  border: 2px solid #6a0d01;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb9 .title {
    padding: 5px 3px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-color: #690d01;
    background-image: -o-linear-gradient(#6a0d01, #6a0d01);
    background-image: -moz-linear-gradient(#6a0d01, #6a0d01);
    background-image: -webkit-linear-gradient(#6a0d01, #6a0d01);
    background-image: -ms-linear-gradient(#6a0d01, #6a0d01);
    background-image: linear-gradient( #6a0d01, #6a0d01);
    -pie-background: linear-gradient( #6a0d01, #6a0d01); }
  .mg-tb9 .body {
    padding: 5px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-tb10 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb10 .title {
    padding: 11px 20px 11px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-color: #911201;
    background-image: -o-linear-gradient(#ce1a02, #730e01);
    background-image: -moz-linear-gradient(#ce1a02, #730e01);
    background-image: -webkit-linear-gradient(#ce1a02, #730e01);
    background-image: -ms-linear-gradient(#ce1a02, #730e01);
    background-image: linear-gradient( #ce1a02, #730e01);
    -pie-background: linear-gradient( #ce1a02, #730e01); }
  .mg-tb10 .body {
    padding: 14px 20px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-navig {
  display: inline-block;
  min-width: 38px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  font: 19px/38px arial; }

.mg-navig1 {
  color: #fff;
  background: #690d01; }

.mg-navig2 {
  color: #4d4d4d;
  border-color: #ce1a02;
  background: #f61f02; }

.mg-navig3 {
  color: #4d4d4d;
  border-color: #9c1301;
  background: #fff; }

.mg-navig4 {
  color: #4d4d4d;
  background: #e71d02;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.tabs-wrap {
  margin: 1.57em 0; }

.tabs-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }
  .tabs-nav li {
    display: inline-block;
    vertical-align: top; }
    .tabs-nav li:first-child a {
      border-left: 1px solid #cecece; }
    .tabs-nav li a {
      position: relative;
      display: block;
      height: 37px;
      padding: 0 15px;
      text-decoration: none;
      color: #666;
      border: solid #cecece;
      border-width: 1px 1px 1px 0;
      background-color: #ebebeb;
      font-size: 12px;
      line-height: 37px; }
      .tabs-nav li a:hover, .tabs-nav li a.active {
        z-index: 10;
        height: 36px;
        margin-top: -1px;
        border-top: 3px solid #690d01;
        background-color: #fff;
        line-height: 35px; }
      .tabs-nav li a:focus {
        outline: none; }

.tabs-body {
  margin-top: -1px;
  padding: 25px;
  border: 1px solid #cecece; }
  .tabs-body > div {
    display: none; }
    .tabs-body > div.active {
      display: block; }

@media screen and (max-width: 1024px) {
  .title-page .widget-7, .widget-7 {
    display: none; } }

@media screen and (max-width: 960px) {
  .block-59 .layout_147 {
    order: -1; }

  .title-page .widget-5, .widget-5 {
    margin-bottom: 0; } }

@media screen and (max-width: 960px) and (min-width: 641px) {
  .title-page .horizontal_blocklist-86 .header, .horizontal_blocklist-86 .header, .title-page .horizontal_blocklist-86 .description, .horizontal_blocklist-86 .description {
    text-align: center; }

  .title-page .horizontal_blocklist-86 .item_body, .horizontal_blocklist-86 .item_body {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  .title-page .horizontal_blocklist-86 .item_detail, .horizontal_blocklist-86 .item_detail {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0; } }

@media screen and (max-width: 480px) {
  .title-page .horizontal_blocklist-86 .item_detail {
    margin-left: 0; } }

.title-page .horizontal_blocklist-86 .more > a, .horizontal_blocklist-86 .more > a, .title-page .widget-76, .widget-76 {
  height: 1px; }

.title-page .popover-wrap-5 .popover-body .form_checkbox .s3_form_subitem_title, .popover-wrap-5 .popover-body .form_checkbox .s3_form_subitem_title, .title-page .popover-wrap-5 .popover-body .form_html_block .s3_form_field, .popover-wrap-5 .popover-body .form_html_block .s3_form_field, .title-page .popover-wrap-5 .popover-body .form_div h2, .popover-wrap-5 .popover-body .form_div h2, .title-page .popover-wrap-5 .popover-body .form_radio .s3_form_subitem_title, .popover-wrap-5 .popover-body .form_radio .s3_form_subitem_title {
  text-align: left; }

.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem_title, .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem_title, .title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field, .popover-wrap-15 .popover-body .form_html_block .s3_form_field, .title-page .popover-wrap-15 .popover-body .form_div h2, .popover-wrap-15 .popover-body .form_div h2, .title-page .popover-wrap-15 .popover-body .form_radio .s3_form_subitem_title, .popover-wrap-15 .popover-body .form_radio .s3_form_subitem_title {
  text-align: left; }

.title-page .popover-wrap-86 .popover-body .form_checkbox .s3_form_subitem_title, .popover-wrap-86 .popover-body .form_checkbox .s3_form_subitem_title, .title-page .popover-wrap-86 .popover-body .form_html_block .s3_form_field, .popover-wrap-86 .popover-body .form_html_block .s3_form_field, .title-page .popover-wrap-86 .popover-body .form_div h2, .popover-wrap-86 .popover-body .form_div h2, .title-page .popover-wrap86 .popover-body .form_radio .s3_form_subitem_title, .popover-wrap-86 .popover-body .form_radio .s3_form_subitem_title {
  text-align: left; }

.title-page .block-34, .block-34, .title-page .block-33, .block-33 {
  background: none; }

.title-page .s3solution-panel__btn--change {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg baseProfile='full' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2357c327' fill-rule='eve odd' d='M0 0h6v6H0V0zm0 0'/%3E%3Cpath fill='%23e7d274' fill-rule='eve odd' d='M8 0h6v6H8V0zm0 0'/%3E%3Cpath fill='%23e59430' fill-rule='eve odd' d='M16 0h6v6h-6V0zm0 0'/%3E%3Cpath fill='%23ef4440' fill-rule='eve odd' d='M0 8h6v6H0V8zm0 0'/%3E%3Cpath fill='%23854abe' fill-rule='eve odd' d='M8 8h6v6H8V8zm0 0'/%3E%3Cpath fill='%23314de5' fill-rule='eve odd' d='M16 8h6v6h-6V8zm0 0'/%3E%3Cpath fill='%23ffcf00' fill-rule='eve odd' d='M0 16h6v6H0v-6zm0 0'/%3E%3Cpath fill='%2353a7f5' fill-rule='eve odd' d='M8 16h6v6H8v-6zm0 0'/%3E%3Cpath fill='%23e74641' fill-rule='eve odd' d='M16 16h6v6h-6v-6zm0 0'/%3E%3C/svg%3E") 96% 50% no-repeat; }

.title-page .popover-wrap-5 .popover-body .form_calendar_interval input, .popover-wrap-5 .popover-body .form_calendar_interval input {
  width: 80px; }

.title-page .popover-wrap-5 .popover-body .form_calendar_interval .s3_form_subitem, .popover-wrap-5 .popover-body .form_calendar_interval .s3_form_subitem {
  width: 100%; }

.title-page .menu-4 .menu-scroll > ul > li.more-button, .menu-4 .menu-scroll > ul > li.more-button {
  display: block; }
  .title-page .menu-4 .menu-scroll > ul > li.more-button > a, .menu-4 .menu-scroll > ul > li.more-button > a {
    display: block;
    width: 40px;
    text-align: center; }

.title-page .menu-4 .menu-scroll > ul > li.menu-item, .menu-4 .menu-scroll > ul > li.menu-item {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto; }

.block-47 {
  margin: -26px 0 0 1px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 90px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.block-49 .layout_108 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.block-49 .layout_126 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.block-49 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1279px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.widget-68 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0; }

.reviews-126 p:first-child {
  margin-top: 0; }

.reviews-126 p:last-child {
  margin-bottom: 0; }

.reviews-126 .header {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 40px;
  text-align: justify;
  padding-top: 80px;
  background: url("../images/123.svg%3F1507548953382") left 32px top 14px / auto auto no-repeat, url("../images/214dfgxc.svg%3F1507548953269") left 0px top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.reviews-126 .header_text {
  box-sizing: border-box;
  font-size: 36px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Fira Sans, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 800; }

.reviews-126 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px; }

.reviews-126 .list-wr {
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0; }

.reviews-126 .body {
  margin: 0;
  box-sizing: border-box; }

.reviews-126 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%); }

.reviews-126 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%); }

.reviews-126 .bx-wrapper {
  max-width: 689px; }

.reviews-126 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0; }

.reviews-126 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 689px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.reviews-126 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.reviews-126 .item {
  margin: 0 0 10px;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  padding-left: 50px;
  align-self: auto;
  padding-top: 20px;
  background: url("../images/32dfs.svg%3F1507894872359") left 0px top 0px / 41px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.reviews-126 .image {
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100px;
  float: left;
  margin-right: 30px;
  margin-left: 0; }

.reviews-126 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px; }

.reviews-126 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex; }

.reviews-126 .text {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-family: Fira Sans, sans-serif;
  color: rgba(10, 10, 10, 0.7);
  line-height: 2;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0; }

.reviews-126 .text .align-elem {
  flex-basis: 100%; }

.reviews-126 .author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }

.reviews-126 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  font-family: Fira Sans, sans-serif;
  color: #0a0a0a;
  text-decoration: none; }

.reviews-126 .date {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080; }

.reviews-126 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit; }

.reviews-126 .footer {
  box-sizing: border-box;
  padding-left: 50px; }

.reviews-126 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Fira Sans, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold; }

.reviews-126 .all:hover, .title-page .reviews-126 .all.hover, .title-page .reviews-126 .all.active {
  text-decoration: none; }

.reviews-126 .controls {
  z-index: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 80px;
  text-align: justify;
  bottom: auto;
  margin-right: 0; }

.reviews-126 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/124re.svg") left 50% top 50% / 16px no-repeat;
  box-sizing: border-box;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.reviews-126 .prev:hover, .title-page .reviews-126 .prev.hover, .title-page .reviews-126 .prev.active {
  background: url("../images/124re (1).svg") left 50% top 50% / 16px no-repeat; }

.reviews-126 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/21sdf.svg") left 50% top 50% / 16px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.reviews-126 .next:hover, .title-page .reviews-126 .next.hover, .title-page .reviews-126 .next.active {
  background: url("../images/21sdf (1).svg") left 50% top 50% / 16px no-repeat; }

.reviews-126 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

.reviews-126 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

.reviews-126 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.reviews-126 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex; }

.reviews-126 .auto_controls {
  box-sizing: border-box;
  display: none; }

.reviews-126 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex; }

.reviews-126 .bx-controls-auto-item {
  box-sizing: border-box; }

.reviews-126 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat; }

.reviews-126 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat; }

.reviews-126 .pager-wrap {
  box-sizing: border-box;
  display: none; }

.reviews-126 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box; }

.reviews-126 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box; }

.reviews-126 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box; }

.reviews-126 .bx-pager a:active, .title-page .reviews-126 .bx-pager a.active {
  background: #bbb; }

.widget-59 {
  margin: 0 0 auto 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 500px;
  min-width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.popover-wrap-108 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%; }

.popover-wrap-108 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none; }

.popover-wrap-108 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none; }

.popover-wrap-108 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.popover-wrap-108 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none; }

.popover-wrap-108 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px; }

.popover-wrap-108 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: left; }

.popover-wrap-108 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer; }

.popover-wrap-108 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat; }

.popover-wrap-108 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat; }

.popover-wrap-108 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat; }

.popover-wrap-108 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat; }

.blocklist-108 p:first-child {
  margin-top: 0; }

.blocklist-108 p:last-child {
  margin-bottom: 0; }

.blocklist-108 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
  box-sizing: border-box; }

.blocklist-108 .header_text {
  border: none;
  font-size: 36px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Fira Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #0a0a0a;
  text-decoration: none;
  font-weight: 800;
  padding-top: 80px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.blocklist-108 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.blocklist-108 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #858585;
  text-decoration: none;
  font-size: 14px; }

.blocklist-108 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left; }

.blocklist-108 .body {
  margin: 0;
  box-sizing: border-box; }

.blocklist-108 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%); }

.blocklist-108 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%); }

.blocklist-108 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box; }

.blocklist-108 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%; }

.blocklist-108 .item {
  margin: 40px 0 10px;
  border: 1px solid #ffc800;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 30px;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  top: NaNpx; }

.blocklist-108 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Fira Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(10, 10, 10, 0.6);
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px; }

.blocklist-108 .text .align-elem {
  flex-basis: 100%; }

.blocklist-108 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 60px;
  margin-top: -33px;
  margin-left: 20px;
  background: #fcfcfc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 60px; }

.blocklist-108 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  color: #09b512;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 44px;
  right: auto;
  margin-left: -34px;
  bottom: auto;
  margin-top: -32px;
  align-self: auto;
  font-weight: 800;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.blocklist-108 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit; }

.blocklist-108 .img-convert {
  margin: auto;
  border: none;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: center; }

.blocklist-108 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex; }

.blocklist-108 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.blocklist-108 .title {
  font-weight: 800;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Fira Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #0a0a0a;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px; }

.blocklist-108 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto; }

.blocklist-108 .price-inner {
  box-sizing: border-box;
  display: inline-block; }

.blocklist-108 .price-note {
  box-sizing: border-box;
  display: inline-block; }

.blocklist-108 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.blocklist-108 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.blocklist-108 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto; }

.blocklist-108 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer; }

.blocklist-108 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0; }

.blocklist-108 .title a {
  color: inherit;
  text-decoration: inherit; }

.blocklist-108 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box; }

.blocklist-108 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.blocklist-108 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1; }

.blocklist-108 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box; }

.blocklist-108 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box; }

.blocklist-108 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

.blocklist-108 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

.blocklist-108 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.blocklist-108 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex; }

.blocklist-108 .auto_controls {
  box-sizing: border-box;
  display: none; }

.blocklist-108 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex; }

.blocklist-108 .bx-controls-auto-item {
  box-sizing: border-box; }

.blocklist-108 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat; }

.blocklist-108 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat; }

.blocklist-108 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.blocklist-108 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box; }

.title-page .blocklist-108 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box; }

.blocklist-108 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none; }

.popover-container-108 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed; }

.popover-container-108 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5; }

.popover-wrap-108 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left; }

.popover-wrap-108 .popover-body .s3_form {
  margin-top: 0; }

.popover-wrap-108 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left; }

.popover-wrap-108 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.popover-wrap-108 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.popover-wrap-108 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left; }

.popover-wrap-108 .popover-body .s3_form_field_type_text {
  width: 100%; }

.popover-wrap-108 .popover-body .s3_form_item.form_div {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

.popover-wrap-108 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%; }

.popover-wrap-108 .popover-body .form_html_block p:first-of-type {
  margin-top: 0; }

.popover-wrap-108 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0; }

.popover-wrap-108 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.popover-wrap-108 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%; }

.popover-wrap-108 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }

.popover-wrap-108 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-108 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.popover-wrap-108 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.popover-wrap-108 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%; }

.popover-wrap-108 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }

.popover-wrap-108 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-108 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.popover-wrap-108 .popover-body .s3_form_item.form_select {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.popover-wrap-108 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1; }

.popover-wrap-108 .popover-body .form_select option {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.popover-wrap-108 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%; }

.popover-wrap-108 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.popover-wrap-108 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px; }

.popover-wrap-108 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box; }

.popover-wrap-108 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%; }

.popover-wrap-108 .popover-body .form_upload .no-more {
  box-sizing: border-box; }

.popover-wrap-108 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-108 .popover-body .s3_required {
  color: red; }

.popover-wrap-108 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left; }

.popover-wrap-108 ::-webkit-input-placeholder {
  color: #ababab; }

.popover-wrap-108 ::-moz-placeholder {
  color: #ababab; }

.popover-wrap-108 :-ms-input-placeholder {
  color: #ababab; }

@media (max-width: 480px) {
  .block-3 .layout_4 {
    margin-top: 0;
    display: none; }

  .block-3 .layout_5 {
    margin-top: 0;
    display: none; }

  .block-54 .layout_129 {
    margin-top: 0;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex; }

  .block-54 .layout_130 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .block-54 .layout_134 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .block-52 .layout_133 {
    margin: 0;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex; }

  .block-52 .layout_142 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .block-52 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }

  .widget-70 {
    margin-top: 0; }

  .widget-71 {
    margin-left: 0;
    margin-bottom: 15px; }

  .title-page .widget-72 {
    margin: 15px auto;
    border: none;
    text-align: center;
    width: 380px;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    min-height: 0;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1; }

  .widget-73 {
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  .block-56 .layout_136 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .block-56 .layout_137 {
    margin-top: 0;
    display: none; }

  .widget-74 {
    margin-left: 0;
    margin-right: 0; }

  .widget-75 {
    margin-top: 15px; }

  .block-47 {
    margin-top: -38px; }

  .block-49 .layout_108 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .block-49 .layout_126 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .widget-68 {
    padding-bottom: 30px; }

  .reviews-126 .list-wr {
    min-height: 0; }

  .reviews-126 .body {
    margin-left: 0; }

  .reviews-126 .bx-wrapper {
    max-width: 279px; }

  .reviews-126 .list {
    width: 279px; }

  .reviews-126 .item {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px; }

  .reviews-126 .text {
    min-height: 0; }

  .reviews-126 .author {
    margin-left: 51px; }

  .reviews-126 .controls {
    top: auto;
    bottom: 0;
    margin-top: 78px;
    left: 0;
    margin-bottom: 0;
    width: auto;
    margin-left: 0; }

  .blocklist-108 .item {
    margin-bottom: 0; }

  .blocklist-108 .image {
    margin-bottom: 5px; }

  .horizontal_blocklist-86 .header_text {
    font-size: 22px; }

  .horizontal_blocklist-86 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }

  .horizontal_blocklist-86 .item_figure {
    max-width: 100%;
    width: 100%; }

  .horizontal_blocklist-86 .image {
    text-align: center; }

  .horizontal_blocklist-86 .item_detail {
    margin-top: 5px; }

  .editable_block-83 .image {
    float: none; }

  .blocklist-44 .image {
    margin-bottom: 50px; }

  .block-5 .layout_8 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .block-5 .layout_11 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .block-4 .layout_9 {
    margin: 0;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex; }

  .block-4 .layout_10 {
    margin: 0;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none; }

  .widget-7 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1; }

  .widget-6 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1; }

  .site-name-8 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  .block-6 .layout_13 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .block-6 .layout_15 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .editable_block-15 .image {
    float: none;
    margin-left: 0;
    margin-right: 0; }

  .editable_block-15 .text {
    margin-bottom: 20px; }

  .widget-8 {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    right: 0; }

  .blocklist-13 .bx-wrapper {
    max-width: 228px; }

  .blocklist-13 .list {
    width: 228px; }

  .blocklist-13 .image {
    margin-bottom: 5px; } }

@media (max-width: 640px) {
  .reviews-126 .header_text {
    font-size: 28px; }

  .block-49 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0; }

  .reviews-126 .item {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px; }

  .widget-68 {
    padding-bottom: 30px; }

  .block-49 {
    padding-left: 0;
    padding-right: 0; }

  .block-49 .layout_108 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex; }

  .title-page .widget-59 {
    margin-top: 15px;
    margin-bottom: 0; }

  .blocklist-108 .header {
    margin-bottom: 30px;
    min-height: 0; }

  .title-page .blocklist-108 .header_text {
    font-size: 28px; }

  .title-page .blocklist-108 .body-outer {
    width: auto; }

  .blocklist-108 .body {
    margin-right: 0;
    margin-left: 0; }

  .blocklist-108 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0; }

  .blocklist-108 .item {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0; }

  .blocklist-108 .image {
    margin-bottom: 5px; }

  .blocklist-108 .text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  .widget-59 {
    margin-top: 15px;
    margin-bottom: 0;
    width: auto;
    margin-left: 0;
    background: none;
    min-width: 0;
    padding-top: 40px; } }

.block-6 .layout_13 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.block-6 .layout_15 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.block-6 {
  margin: 56px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 2;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.widget-9 {
  margin: 120px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-right: 100px;
  padding-top: 0.02px; }

.popover-wrap-15 .popover-body {
  padding: 60px 40px 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.44);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fafafa;
  text-align: left;
  font-size: 12px;
  max-width: 100%; }

.popover-wrap-15 .popover-body .form_text input {
  padding: 7px 8px;
  border-top: 0px solid rgba(10, 10, 10, 0.15);
  border-right: 0px solid rgba(10, 10, 10, 0.15);
  border-left: 0px solid rgba(10, 10, 10, 0.15);
  border-bottom: 1px solid rgba(10, 10, 10, 0.15);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 20px; }

.popover-wrap-15 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px; }

.popover-wrap-15 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px; }

.popover-wrap-15 .popover-body textarea {
  padding: 7px 8px;
  border-top: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 20px; }

.popover-wrap-15 .popover-body .s3_button_large {
  padding: 12px 30px;
  border: none;
  background: #04b31e;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 12px 43px rgba(4, 179, 30, 0.48);
  -moz-box-shadow: 0px 12px 43px rgba(4, 179, 30, 0.48);
  box-shadow: 0px 12px 43px rgba(4, 179, 30, 0.48);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0; }
/*.title-page .popover-wrap-15 .popover-body .s3_button_large:hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
 background: #0ac723;
 }*/
/*.title-page .popover-wrap-15 .popover-body .s3_button_large:active, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
 background: #04b31e;
 }*/
.popover-wrap-15 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: inset NaNpx NaNpx undefinedpx rgba(255, 255, 255, 0.75), NaNpx NaNpx 6px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset NaNpx NaNpx undefinedpx rgba(255, 255, 255, 0.75), NaNpx NaNpx 6px rgba(0, 0, 0, 0.45);
  box-shadow: inset NaNpx NaNpx undefinedpx rgba(255, 255, 255, 0.75), NaNpx NaNpx 6px rgba(0, 0, 0, 0.45);
  text-align: left; }

.popover-wrap-15 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 48px;
  height: 30px;
  background: url("../images/gfddsa.svg") left 50% top calc(50% + 1px) / 18px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 48px;
  margin-top: 15px;
  margin-bottom: autopx;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.popover-wrap-15 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aqua-burenie.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat; }

.popover-wrap-15 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aqua-burenie.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat; }

.popover-wrap-15 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aqua-burenie.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat; }

.popover-wrap-15 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aqua-burenie.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat; }

.editable_block-15 p:first-child {
  margin-top: 0; }

.editable_block-15 p:last-child {
  margin-bottom: 0; }

.editable_block-15 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left; }

.editable_block-15 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal; }

.editable_block-15 .title {
  box-sizing: border-box;
  font-size: 65px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  line-height: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.editable_block-15 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex; }

.editable_block-15 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left; }

.editable_block-15 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.editable_block-15 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden; }

.editable_block-15 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex; }

.editable_block-15 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 56px;
  font-weight: 200;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 50px; }

.editable_block-15 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto; }

.editable_block-15 .price-inner {
  box-sizing: border-box;
  display: inline-block; }

.editable_block-15 .price-note {
  box-sizing: border-box;
  display: inline-block; }

.editable_block-15 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.editable_block-15 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.editable_block-15 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  text-align: left; }

.editable_block-15 .more > a {
  padding: 25px 30px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  height: 0;
  min-height: 14px;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(4, 179, 30, 0.71);
  -moz-box-shadow: 0px 0px 50px 0px rgba(4, 179, 30, 0.71);
  box-shadow: 0px 0px 50px 0px rgba(4, 179, 30, 0.71);
  background: #04b31e;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: normal; }

.editable_block-15 .more > a:hover, .editable_block-15 .more > a.hover, .editable_block-15 .more > a.active {
  background: #0ac723; }

.editable_block-15 .more > a:active, .editable_block-15 .more > a.active {
  background: #04b31e; }

.editable_block-15 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit; }

.editable_block-15 .clear {
  clear: both; }

.popover-container-15 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed; }

.popover-container-15 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5; }

.popover-wrap-15 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  color: #0a0a0a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none; }

.popover-wrap-15 .popover-body .s3_form {
  margin-top: 0; }

.popover-wrap-15 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: center; }

.popover-wrap-15 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.popover-wrap-15 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left; }

.popover-wrap-15 .popover-body .s3_form_field_type_text {
  width: 100%; }

.popover-wrap-15 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none; }

.popover-wrap-15 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px; }

.popover-wrap-15 .popover-body .form_html_block p:first-of-type {
  margin-top: 0; }

.popover-wrap-15 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0; }

.popover-wrap-15 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%; }

.popover-wrap-15 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }

.popover-wrap-15 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px; }

.popover-wrap-15 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%; }

.popover-wrap-15 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }

.popover-wrap-15 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-15 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px; }

.popover-wrap-15 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px; }

.popover-wrap-15 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1; }

.popover-wrap-15 .popover-body .form_select option {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.popover-wrap-15 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%; }

.popover-wrap-15 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.popover-wrap-15 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px; }

.popover-wrap-15 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box; }

.popover-wrap-15 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%; }

.title-page .popover-wrap-15 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px; }

.popover-wrap-15 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-15 .popover-body .s3_required {
  color: red; }

.popover-wrap-15 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left; }

.popover-wrap-15 ::-webkit-input-placeholder {
  color: #ababab; }

.popover-wrap-15 ::-moz-placeholder {
  color: #ababab; }

.popover-wrap-15 :-ms-input-placeholder {
  color: #ababab; }

.widget-8 {
  padding: 30px 40px;
  margin: 0 0 auto;
  border: 10px solid #fcfcfc;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 340px;
  min-width: 340px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.popover-wrap-13 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%; }

.popover-wrap-13 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none; }

.popover-wrap-13 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none; }

.popover-wrap-13 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.popover-wrap-13 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none; }

.popover-wrap-13 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px; }

.popover-wrap-13 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: left; }

.popover-wrap-13 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer; }

.popover-wrap-13 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat; }

.popover-wrap-13 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat; }

.popover-wrap-13 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat; }

.popover-wrap-13 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat; }

.blocklist-13 p:first-child {
  margin-top: 0; }

.blocklist-13 p:last-child {
  margin-bottom: 0; }

.blocklist-13 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box; }

.blocklist-13 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex; }

.blocklist-13 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.blocklist-13 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex; }

.blocklist-13 .body-outer {
  box-sizing: border-box;
  position: relative; }

.blocklist-13 .body {
  margin: 0;
  box-sizing: border-box; }

.blocklist-13 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%); }

.blocklist-13 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%); }

.blocklist-13 .bx-wrapper {
  max-width: 240px; }

.blocklist-13 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0; }

.blocklist-13 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 240px; }

.blocklist-13 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.blocklist-13 .item {
  margin: 10px 0;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal; }

.blocklist-13 .text {
  border: none;
  margin-bottom: 30px;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Fira Sans, sans-serif;
  color: #ffc800;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-decoration: none;
  font-size: 106px;
  font-weight: bold;
  padding-right: 41px;
  -webkit-text-shadow: 10px 10px 13px rgba(0, 0, 0, 0.19);
  -moz-text-shadow: 10px 10px 13px rgba(0, 0, 0, 0.19);
  text-shadow: 10px 10px 13px rgba(0, 0, 0, 0.19);
  background: url("../images/2143df.svg%3F1507272365641") right 20px top 13px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.blocklist-13 .text .align-elem {
  flex-basis: 100%; }

.blocklist-13 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.blocklist-13 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex; }

.blocklist-13 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit; }

.blocklist-13 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.blocklist-13 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex; }

.blocklist-13 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.blocklist-13 .title {
  font-weight: 600;
  margin-bottom: 5px;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  line-height: 1.4;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 22px;
  min-height: 150px; }

.blocklist-13 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto; }

.blocklist-13 .price-inner {
  box-sizing: border-box;
  display: inline-block; }

.blocklist-13 .price-note {
  box-sizing: border-box;
  display: inline-block; }

.blocklist-13 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.blocklist-13 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.blocklist-13 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto; }

.blocklist-13 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer; }

.blocklist-13 .title a {
  color: inherit;
  text-decoration: inherit; }

.blocklist-13 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box; }

.blocklist-13 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.blocklist-13 .controls {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  margin-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px; }

.blocklist-13 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/354rwe.svg") left 50% top 50% / 12px no-repeat;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.blocklist-13 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/124d.svg") left 50% top 50% / 12px no-repeat;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.blocklist-13 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

.blocklist-13 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

.blocklist-13 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.blocklist-13 .bx-auto_controls {
  margin: auto auto 45px;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal; }

.blocklist-13 .auto_controls {
  box-sizing: border-box;
  display: none; }

.blocklist-13 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex; }

.blocklist-13 .bx-controls-auto-item {
  box-sizing: border-box; }

.blocklist-13 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat; }

.blocklist-13 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat; }

.blocklist-13 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.blocklist-13 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box; }

.blocklist-13 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box; }

.blocklist-13 .bx-pager a {
  margin: 2px 8px;
  border: none;
  display: inline-block;
  width: 7px;
  min-height: 7px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000; }

.blocklist-13 .bx-pager a:active, .title-page .blocklist-13 .bx-pager a.active {
  background: #bbb; }

.popover-container-13 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed; }

.popover-container-13 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5; }

.popover-wrap-13 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left; }

.popover-wrap-13 .popover-body .s3_form {
  margin-top: 0; }

.popover-wrap-13 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left; }

.popover-wrap-13 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.popover-wrap-13 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.popover-wrap-13 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left; }

.popover-wrap-13 .popover-body .s3_form_field_type_text {
  width: 100%; }

.popover-wrap-13 .popover-body .s3_form_item.form_div {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

.popover-wrap-13 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%; }

.popover-wrap-13 .popover-body .form_html_block p:first-of-type {
  margin-top: 0; }

.popover-wrap-13 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0; }

.popover-wrap-13 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.popover-wrap-13 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%; }

.popover-wrap-13 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }

.popover-wrap-13 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-13 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.popover-wrap-13 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }

.popover-wrap-13 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%; }

.popover-wrap-13 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }

.popover-wrap-13 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-13 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.popover-wrap-13 .popover-body .s3_form_item.form_select {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.popover-wrap-13 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1; }

.popover-wrap-13 .popover-body .form_select option {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.popover-wrap-13 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%; }

.popover-wrap-13 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.popover-wrap-13 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px; }

.popover-wrap-13 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box; }

.popover-wrap-13 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%; }

.popover-wrap-13 .popover-body .form_upload .no-more {
  box-sizing: border-box; }

.popover-wrap-13 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.popover-wrap-13 .popover-body .s3_required {
  color: red; }

.popover-wrap-13 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left; }

.popover-wrap-13 ::-webkit-input-placeholder {
  color: #ababab; }

.popover-wrap-13 ::-moz-placeholder {
  color: #ababab; }

.popover-wrap-13 :-ms-input-placeholder {
  color: #ababab; }

@media (max-width: 960px) {
  .widget-8 {
    width: 300px;
    margin-left: auto;
    background: none;
    padding-right: 30px;
    padding-left: 30px;
    min-width: 300px; }

  .block-6 .layout_13 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex; }

  .blocklist-13 .body-outer {
    width: auto; }

  .title-page .blocklist-13 .body {
    width: auto; }

  .blocklist-13 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column; }

  .blocklist-13 .title {
    font-size: 18px;
    min-height: 0; }

  .blocklist-13 .text {
    font-size: 72px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url(../images/2143df.svg%3F1507272365641) right 20px top 13px / 48px no-repeat;
    min-height: 0;
    width: 200px; }

  .editable_block-15 .title {
    font-size: 40px;
    padding-right: 20px; }

  .editable_block-15 .text {
    font-size: 34px;
    margin-bottom: 40px;
    padding-right: 20px; }

  .block-6 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 768px) {
  .blocklist-13 .text {
    margin-left: auto;
    margin-right: 0;
    display: none; }

  .blocklist-13 .title {
    margin-top: auto;
    margin-bottom: 40px; }

  .block-7 {
    min-height: 400px;
    padding-bottom: 100px; }

  .editable_block-15 .title {
    padding-right: 0; }

  .editable_block-15 .text {
    margin-bottom: 30px;
    padding-right: 0; }

  .editable_block-15 .body {
    margin-bottom: 40px; } }

@media (max-width: 640px) {
  .editable_block-15 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 28px;
    text-align: center; }

  .editable_block-15 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 34px;
    text-align: center; }

  .widget-9 {
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: 0; }

  .block-6 .layout_13 {
    margin: 0;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex; }

  .widget-8 {
    border: 6px solid #fcfcfc;
    width: 300px;
    min-width: 300px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: auto; }

  .blocklist-13 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  .site-name-8 img {
    margin: 0 auto !important; }

  .widget-9 {
    padding: 0; }

  .editable_block-15 .more {
    text-align: center; } }

.ab_mapsbl__map {
  display: none; }

.ab_mapsbl__text {
  width: 100% !important; }

#ymaps1565614439311562462 {
  width: 100% !important; }

.map_title {
  font-weight: 800;
  font-size: 36px;
  font-family: Fira Sans, sans-serif;
  color: #000; }

.block-7 {
  background-repeat: no-repeat !important; }

.ab_vimgform__form .tpl-field p span a {
  font-size: 8pt !important; }

.block-47 {
  padding-bottom: 0; }

@media (max-width: 480px) {
  .block-6 .layout_13 {
    display: none; }

  .block-7 {
    padding-bottom: 0; } }

.map_title, .reviews-126 .header_text, .blocklist-108 .header_text {
  font-size: 21px; }
