@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
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 (min-width: 1024px) {
  .title-page .widget-12 {
    margin: 4px 0 auto 143px; } }

.title-page .blocklist-7 .item {
  margin-bottom: 22px; }

.blocklist-7 .item {
  margin-bottom: 22px; }

.title-page .blocklist-77 .header_text {
  color: transparent; }

.blocklist-77 .header_text {
  color: transparent; }

.title-page .block-9 .layout_20 .blocklist-77 .item, .block-9 .layout_20 .blocklist-77 .item {
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.title-page .blocklist-77 .item {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.blocklist-77 .item {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.title-page .blocklist-77 .price {
  margin-top: auto; }

.blocklist-77 .price {
  margin-top: auto; }

.title-page .horizontal_block-83 .more > a {
  display: none; }

.horizontal_block-83 .more > a {
  display: none; }

.title-page .blocklist-81 .footer {
  display: none; }

.blocklist-81 .footer {
  display: none; }

.g-submenu {
  display: none; }

@media (max-width: 960px) {
  .title-page .block-37 {
    padding: 0 !important; }

  .title-page .block-9 .layout_20 {
    display: block; }

  .title-page .block-37 {
    margin: 0; }
    .title-page .block-37 .description {
      margin-top: 0; } }

.title-page .blocklist-77 .more > a, .blocklist-77 .more > a {
  box-shadow: inset 0px 0px 0px 2px #e94132;
  background: none;
  color: #000; }

.title-page .blocklist-77 .all, .blocklist-77 .all {
  padding-top: 14px;
  padding-bottom: 14px; }

@media (min-width: 960px) {
  .title-page .editable_block-8 .title div, .title-page .blocklist-77 .description div, .title-page .mb-wrap-28 .mb-name .mb-name-text div, .title-page .blocklist-69 .header div, .title-page .news-32 .news__title div, .title-page .blocklist-81 .header_text div {
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 42px !important;
    text-transform: initial !important;
    font-weight: bold; }

  .title-page .form-44 .form__header, .form-44 .form__header {
    font-weight: bold;
    font-size: 42px; } }

.title-page .mb-wrap-28 .mb-image-wrap {
  flex-direction: column; }
  .title-page .mb-wrap-28 .mb-image-wrap .mb-image-inner {
    display: block;
    position: relative;
    margin-top: 18px;
    text-align: center; }
    .title-page .mb-wrap-28 .mb-image-wrap .mb-image-inner span {
      font-size: 18px;
      color: #000;
      position: relative;
      z-index: 1000; }

.title-page .form-44 .form-checkbox .form-item__body label.form-item__title, .form-44 .form-checkbox .form-item__body label.form-item__title {
  text-align: left; }

div, span, a, label, b, button, p {
  font-family: 'Fira Sans', sans-serif !important; }

.title-page .block-20 .layout_45, .block-20 .layout_45 {
  display: none; }

.title-page .widget-24, .widget-24 {
  margin-left: 0; }

.title-page .blocklist-69 .img-convert, .blocklist-69 .img-convert {
  height: auto; }

.title-page .blocklist-69 .title, .blocklist-69 .title {
  text-align: center; }

.title-page .blocklist-69 .image a, .blocklist-69 .image a {
  display: block; }

.title-page .block-9 .blocklist-77 .header_text {
  font-family: 'Fira Sans', sans-serif !important;
  font-size: 42px !important;
  text-transform: inherit !important;
  color: #000; }

.title-page .blocklist-77 .more > a, .blocklist-77 .more > a {
  border-radius: 25px; }

@media (min-width: 960px) {
  .title-page .blocklist-7 .item, .blocklist-7 .item {
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px; }
    .title-page .blocklist-7 .item .more, .blocklist-7 .item .more {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.contacts-top .widget-31 {
  color: #fff;
  box-shadow: none;
  min-height: initial;
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }
  .contacts-top .widget-31 .text_body {
    font-size: 19px; }

.title-page .blocklist-77 .all:hover, .blocklist-77 .all:hover {
  color: #000; }

.title-page .blocklist-7 .item, .blocklist-7 .item {
  box-shadow: 0px 0px 0px transparent, 0px 4px 31px rgba(208, 49, 2, 0.58);
  border-radius: 10px; }
  .title-page .blocklist-7 .item .title, .blocklist-7 .item .title {
    margin-bottom: 7px; }
  .title-page .blocklist-7 .item:hover, .blocklist-7 .item:hover {
    box-shadow: inset 0px 0px 0px 2px #bd10e0, 0px 0px 0px transparent; }

@media (min-width: 960px) {
  .title-page .form-44 .form-text input, .form-44 .form-text input {
    min-width: 280px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-left: 10px;
    text-shadow: 0 0 black;
    padding-left: 12px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }

  .title-page .form-44 .group-text, .form-44 .group-text {
    display: flex;
    flex-direction: row; }

  .title-page .widget-24, .widget-24 {
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0; }

  .title-page .form-44 .form__header, .form-44 .form__header {
    max-width: 300px;
    margin-right: 50px;
    font-size: 24px; }

  .title-page .form-44 .form-submit .form-item__body, .form-44 .form-submit .form-item__body {
    justify-content: flex-end; }

  .title-page .form-44 .form-checkbox, .form-44 .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end; } }

.title-page .blocklist-77 .item, .blocklist-77 .item {
  border-radius: 10px; }

.title-page .block-24 .layout_54 .social, .block-24 .layout_54 .social {
  text-align: right; }

@media (min-width: 960px) {
  .title-page .mb-wrap-28 .img-convert {
    height: auto;
    width: 230px; } }

@media (max-width: 960px) {
  .title-page .block-12 {
    padding-left: 15px;
    padding-right: 15px; }

  .title-page .mb-wrap-28 .mb-image-wrap .mb-image-inner {
    padding: 0 30px; }

  .title-page .block-9 .blocklist-77 .header_text {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 30px !important; }

  .title-page .block-24 .layout_54 .social, .block-24 .layout_54 .social {
    text-align: center; }

  .title-page .blocklist-7 .title {
    text-align: center; }

  .title-page .blocklist-7 .item, .blocklist-7 .item {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .title-page .mb-wrap-28 .mb-arrows {
    top: 50%;
    width: 100%; }
    .title-page .mb-wrap-28 .mb-arrows .mb-prev {
      width: 15px !important;
      height: 15px !important;
      left: 15px !important; }
    .title-page .mb-wrap-28 .mb-arrows .mb-next {
      width: 15px !important;
      height: 15px !important;
      right: 15px !important; } }

.title-page .blocklist-77 .title {
  text-transform: none !important; }

.title-page .form-44 .group-button, .form-44 .group-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.title-page .mb-wrap-28 .mb-name .mb-name-text {
  text-transform: inherit !important; }

.blocklist-81 .header_text {
  font-family: 'Fira Sans', sans-serif !important;
  font-weight: bold;
  font-size: 26px; }

.widget-36 {
  font-family: 'Fira Sans', sans-serif !important; }

.title-page .blocklist-7 .item, .blocklist-7 .item {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.title-page .blocklist-7 .title {
  font-size: 19px; }
