/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

ul {
  list-style: none; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! HTML5 ? BOILERPLATE | html5boilerplate.com */
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4;
  color: #0b0b0a; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  clear: both; }

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*! Sticky footer css */
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

/* Font init */
body {
  font: 14px "Open Sans", sans-serif;
  font-weight: normal; }

.yscroll {
  overflow-y: scroll; }

br {
  clear: both; }

.center {
  max-width: 950px;
  margin: 0 auto;
  position: relative; }

.clr {
  clear: both; }

ol {
  list-style-position: inside;
  padding-left: 20px;
  margin: 20px 0; }

/* Sites dialogs */
.dialog_white_box {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.0;
  position: fixed;
  left: 0;
  top: 0; }

.dialog_frame {
  width: 600px;
  display: none;
  border-radius: 10px;
  border: solid 1px #494251;
  position: fixed;
  background-color: #fff;
  min-height: 60px;
  overflow: hidden; }
  .dialog_frame .close_btn {
    width: 27px;
    height: 27px;
    background: url("../images/icons/sprite.png") no-repeat -6px -175px #fff;
    cursor: pointer;
    border: solid 1px #ddd;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 27px; }
    .dialog_frame .close_btn:hover {
      border: solid 1px #999; }
    .dialog_frame .close_btn:active {
      border: solid 1px #999; }
  .dialog_frame .inner_container {
    position: relative; }

._admin_dialogs {
  z-index: 1000000; }

._info_dialogs {
  z-index: 100000 !important; }

.ui-dialog {
  z-index: 999999 !important; }

.wait_indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -64px;
  width: 128px;
  height: 128px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  border: solid 1px #bbb;
  display: none; }
  .wait_indicator img {
    position: absolute;
    top: 32px;
    left: 32px;
    display: block; }

.button {
  display: inline-block;
  font: 24px "Russo One", Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  border-radius: 6px;
  padding: 13px 25px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px; }
  .button.red {
    background-color: #e51e25; }
  .button.small {
    font: 16px "Russo One", Arial, sans-serif;
    font-weight: normal;
    padding: 5px 25px; }

h1, h2 {
  margin: 0; }

.menu {
  background-color: #393939;
  z-index: 100;
  width: 100%; }
  @media all and (max-width: 991px) {
    .menu {
      padding: 5px 0 10px; } }
  .menu ul {
    margin: 0;
    padding: 0; }
    @media all and (max-width: 991px) {
      .menu ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem; } }
    .menu ul li {
      display: inline-block; }
      .menu ul li div {
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font: 14px "Open Sans", sans-serif;
        font-weight: normal;
        padding: 9px 10px;
        margin: 5px 30px 5px 0;
        cursor: pointer;
        background-color: #e51e25;
        border-radius: 6px; }
        @media all and (max-width: 991px) {
          .menu ul li div {
            margin: 0; } }
        .menu ul li div:hover {
          text-decoration: underline; }

.header table {
  border: none;
  width: 100%;
  height: 647px; }
  .header table td {
    border: none; }
  .header table td.left {
    background: url("../images/bg-header-left.jpg") repeat-x top right;
    background-size: 471px 647px; }
    @media all and (max-width: 991px) {
      .header table td.left {
        display: none; } }
  .header table td.right {
    background: url("../images/bg-header-right.jpg") repeat-x top left;
    background-size: 472px 647px; }
    @media all and (max-width: 991px) {
      .header table td.right {
        display: none; } }
  .header table td.content {
    background-image: url("../images/bg-header-left.jpg");
    background-size: cover;
    position: relative;
    width: 950px; }
    @media all and (max-width: 991px) {
      .header table td.content {
        width: 100%; } }
    .header table td.content .container {
      background: url("../images/bg-header.jpg") no-repeat;
      position: absolute;
      top: 0;
      padding: 52px 0 50px 0; }
      @media all and (max-width: 991px) {
        .header table td.content .container {
          position: relative;
          padding: 0;
          background-position-y: 230px;
          background-size: 652px 400px; } }
    .header table td.content .phone {
      position: absolute;
      top: 0;
      right: 10px;
      background: url("../images/icon-phone.png") no-repeat;
      background-size: 53px;
      font: 30px "Russo One", Arial, sans-serif;
      font-weight: normal;
      padding: 10px 0 0 72px;
      height: 43px; }
      .header table td.content .phone a {
        color: #0b0b0a;
        text-decoration: none; }
      @media all and (max-width: 991px) {
        .header table td.content .phone {
          top: 42px; } }
    .header table td.content h1 {
      position: absolute;
      top: 105px;
      right: 10px;
      margin: 0;
      font: 72px "Russo One", Arial, sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media all and (max-width: 991px) {
        .header table td.content h1 {
          position: relative;
          margin-top: -30px;
          text-align: center;
          font: 52px "Russo One", Arial, sans-serif;
          font-weight: normal; } }
      .header table td.content h1 span {
        display: block;
        font-size: 18px;
        margin-top: -7px;
        text-transform: none;
        letter-spacing: 0; }
    .header table td.content .price {
      position: absolute;
      top: 222px;
      right: 10px;
      font: 36px "Russo One", Arial, sans-serif;
      font-weight: normal; }
      .header table td.content .price span {
        font: 60px "Russo One", Arial, sans-serif;
        font-weight: normal; }
    .header table td.content .button {
      position: absolute;
      top: 318px;
      left: 642px; }
    .header table td.content .info {
      margin: 369px 0 0 0;
      font: 18px "Open Sans", sans-serif;
      font-weight: normal;
      color: #fff;
      text-align: center; }
      @media all and (max-width: 991px) {
        .header table td.content .info {
          margin: 429px 0 48px 0; } }
      .header table td.content .info p {
        margin-top: 0.5rem; }
        .header table td.content .info p.accent {
          font-weight: bold; }
    .header table td.content .pump {
      font: 48px "Russo One", Arial, sans-serif;
      font-weight: normal;
      margin-top: 24px;
      color: #fff;
      text-align: center; }

.block-table {
  background: url("../images/bg-main.jpg");
  padding-bottom: 60px; }
  .block-table .center .triangle {
    background: url("../images/bg-table-triangle.png") no-repeat;
    background-size: cover;
    width: 244px;
    height: 26px;
    margin: 0 auto; }
  .block-table .center .title {
    text-align: center;
    margin: 35px 0 40px 0;
    font: 36px "Russo One", Arial, sans-serif;
    font-weight: normal; }
  .block-table .center .content table tr td {
    font: 18px "Open Sans", sans-serif;
    font-weight: normal;
    text-align: center;
    width: 190px;
    padding: 5px 0;
    border-right: dashed 2px #f4f4f4;
    background-color: #fff; }
    .block-table .center .content table tr td:first-child {
      font: 18px "Open Sans", sans-serif;
      font-weight: bold;
      width: 190px;
      background-color: #f4f4f4;
      border: none;
      text-align: left;
      padding-left: 20px; }
      .block-table .center .content table tr td:first-child span {
        font-weight: normal; }
    .block-table .center .content table tr td:last-child {
      border: none; }
  .block-table .center .content table tr.hdr td {
    font: 12px "Open Sans", sans-serif;
    font-weight: normal;
    background-color: transparent;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px; }
  .block-table .center .content table.cars {
    margin-bottom: 5rem;
    margin-top: 5rem; }
    .block-table .center .content table.cars td:first-child {
      width: 600px; }
  .block-table .center .content .table-column table {
    width: 100%; }
  .block-table .center .content .info-column {
    text-align: center;
    padding-top: 22px; }
    .block-table .center .content .info-column .text {
      margin-bottom: 30px;
      font: 18px "Open Sans", sans-serif;
      font-weight: normal; }

.buttons {
  padding: 40px 0 30px 0;
  text-align: center; }
  .buttons .title {
    text-align: center;
    text-transform: uppercase;
    font: 36px "Russo One", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 38px;
    letter-spacing: 2px; }
    @media all and (max-width: 991px) {
      .buttons .title {
        font: 20px "Russo One", Arial, sans-serif;
        font-weight: normal;
        padding: 0 12px; }
        .buttons .title p {
          margin-bottom: 12px;
          font: 18px "Russo One", Arial, sans-serif;
          font-weight: normal; } }
  .buttons .items {
    margin-bottom: 35px; }
    .buttons .items .item {
      display: inline-block;
      width: 31%;
      margin-right: 3%;
      box-sizing: border-box;
      height: 240px;
      vertical-align: top;
      color: #fff; }
      @media all and (max-width: 991px) {
        .buttons .items .item {
          display: block;
          margin: 0 auto 20px auto;
          width: 50%; } }
      .buttons .items .item:last-child {
        margin-right: 0; }
        @media all and (max-width: 991px) {
          .buttons .items .item:last-child {
            margin-right: auto; } }
      .buttons .items .item.red {
        background: url("../images/button-red.png") no-repeat center 31px #e51e25;
        padding-top: 155px; }
      .buttons .items .item.yellow {
        background: url("../images/button-yellow.png") no-repeat center 34px #eb9c08;
        padding-top: 164px; }
      .buttons .items .item.green {
        background: url("../images/button-green.png") no-repeat center 36px #47c74d;
        padding-top: 174px; }
      .buttons .items .item.gray {
        background: url("../images/bg-main.jpg");
        padding: 15px; }
  .buttons .items-gray {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem; }
    .buttons .items-gray .item {
      align-self: stretch;
      flex-basis: 45%;
      flex-grow: 1;
      flex-shrink: 1;
      background: url("../images/bg-main.jpg");
      padding: 15px;
      font-size: 1.2rem; }
      .buttons .items-gray .item h3 {
        font: 24px "Russo One", Arial, sans-serif;
        font-weight: normal;
        color: #e51e25;
        margin-bottom: 1rem; }
      .buttons .items-gray .item ol ::marker {
        font: 24px "Russo One", Arial, sans-serif;
        font-weight: normal;
        color: #e51e25; }
      .buttons .items-gray .item ol li {
        text-align: left; }
      .buttons .items-gray .item img {
        display: block;
        margin-bottom: 1rem;
        width: 100%; }

.footer .contacts {
  background-color: #494251;
  height: 53px; }
  .footer .contacts .phone {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/icon-phone.png") no-repeat;
    background-size: 53px;
    font: 30px "Russo One", Arial, sans-serif;
    font-weight: normal;
    padding: 10px 0 0 72px;
    height: 43px;
    color: #fff; }
    .footer .contacts .phone a {
      color: #fff;
      text-decoration: none; }
    @media all and (max-width: 991px) {
      .footer .contacts .phone {
        position: relative;
        left: 0; } }
.footer .logo {
  display: none;
  background: url("../images/bg-main.jpg");
  height: 70px; }
  .footer .logo img {
    display: inline-block;
    margin-top: 26px;
    border: none; }

.ui-dialog-title {
  font: 18px "Russo One", Arial, sans-serif;
  font-weight: normal; }

.ui-dialog .ui-dialog-titlebar {
  background-image: none;
  background-color: #fff;
  border: none; }

.form {
  background-color: #fff; }
  .form p {
    font: 14px "Open Sans", sans-serif;
    font-weight: normal;
    margin: 0 0 30px 0; }
    .form p span {
      color: #e51e25; }
    .form p.note {
      margin-top: 15px; }
  .form .row {
    margin-bottom: 10px; }
    .form .row .hdr {
      display: inline-block;
      font: 14px "Russo One", Arial, sans-serif;
      font-weight: normal;
      width: 70px; }
      .form .row .hdr span {
        color: #e51e25; }
    .form .row .field {
      display: inline-block;
      width: 380px; }
      .form .row .field.field80 {
        width: 80px; }
      .form .row .field.field200 {
        width: 200px; }
      .form .row .field input[type=text] {
        width: 99%;
        font: 16px "Open Sans", sans-serif;
        font-weight: normal;
        padding: 5px 5px;
        border: none;
        background-color: #f4f4f4; }
    .form .row .note {
      display: inline-block;
      font: 14px "Russo One", Arial, sans-serif;
      font-weight: normal;
      margin-left: 15px; }
  .form .button_container {
    text-align: center; }
    .form .button_container .button {
      font: 18px "Russo One", Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 20px; }

.zhbi {
  background: url("../images/bg-main.jpg");
  padding: 40px 0 60px 0; }
  @media all and (max-width: 991px) {
    .zhbi {
      padding: 40px 0 0 0; } }
  .zhbi .center .title {
    text-align: center;
    margin: 0 0 40px 0;
    font: 36px "Russo One", Arial, sans-serif;
    font-weight: normal; }
  .zhbi .center ul.items {
    text-align: justify; }
    @media all and (max-width: 991px) {
      .zhbi .center ul.items {
        padding: 0 15%; } }
    .zhbi .center ul.items li {
      list-style: none;
      display: inline-block;
      width: 300px;
      height: 260px;
      margin: 0 0 20px;
      vertical-align: top;
      background: url("../images/bg-zhbi-items.jpg") no-repeat;
      background-size: 300px;
      background-color: white; }
      @media all and (max-width: 991px) {
        .zhbi .center ul.items li {
          width: 100%; } }
      .zhbi .center ul.items li div {
        position: relative;
        font: 16px "Open Sans", sans-serif;
        font-weight: bold;
        color: transparent;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 112px 20px 0 20px;
        text-align: center;
        cursor: pointer;
        z-index: 10; }
        @media all and (max-width: 991px) {
          .zhbi .center ul.items li div {
            width: 90%;
            margin: 0 auto 20px auto; } }
        .zhbi .center ul.items li div:hover {
          color: #fff;
          background-color: rgba(0, 0, 0, 0.5); }
          .zhbi .center ul.items li div:hover span {
            color: #fff; }
        .zhbi .center ul.items li div span {
          font: 14px "Open Sans", sans-serif;
          font-weight: normal;
          display: block;
          margin-top: 80px;
          text-align: center;
          text-decoration: underline;
          color: #000; }
      .zhbi .center ul.items li.item-3 div span {
        margin-top: 57px; }
      .zhbi .center ul.items li.item-1 {
        background-position: left top; }
      .zhbi .center ul.items li.item-2 {
        background-position: left -240px; }
      .zhbi .center ul.items li.item-3 {
        background-position: left -480px; }
      .zhbi .center ul.items li.item-4 {
        background-position: left -720px; }
      .zhbi .center ul.items li.item-5 {
        background-position: left -960px; }
      .zhbi .center ul.items li.item-6 {
        background-position: left -1200px; }
    .zhbi .center ul.items:after {
      content: ' i i i i i i i i ';
      word-spacing: 297px;
      padding-left: 297px;
      visibility: hidden;
      font-size: 1px;
      line-height: 1px; }
      @media all and (max-width: 991px) {
        .zhbi .center ul.items:after {
          display: none; } }

.zhbi-info {
  display: none; }

.zhbi-info-container.button_container {
  margin-top: 20px; }
.zhbi-info-container .header {
  font: 16px "Russo One", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #494251; }
  .zhbi-info-container .header.margin {
    margin-top: 20px; }
  .zhbi-info-container .header.no-border {
    border: none; }
  .zhbi-info-container .header .phone {
    font: 24px "Russo One", Arial, sans-serif;
    font-weight: normal; }
.zhbi-info-container .column {
  float: left;
  width: 48%; }
  .zhbi-info-container .column:first-child {
    margin-right: 4%; }
.zhbi-info-container .content table {
  width: 100%; }
  .zhbi-info-container .content table tr td {
    box-sizing: border-box;
    font: 16px "Open Sans", sans-serif;
    font-weight: normal;
    text-align: center;
    width: 33%;
    padding: 5px 0;
    border-right: dashed 2px #f4f4f4;
    background-color: #fff; }
    .zhbi-info-container .content table tr td:first-child {
      font: 16px "Open Sans", sans-serif;
      font-weight: bold;
      background-color: #f4f4f4;
      border: none;
      text-align: left;
      padding-left: 20px; }
      .zhbi-info-container .content table tr td:first-child span {
        font-weight: normal; }
    .zhbi-info-container .content table tr td:last-child {
      border: none; }
  .zhbi-info-container .content table tr.hdr td {
    font: 12px "Open Sans", sans-serif;
    font-weight: normal;
    background-color: transparent;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px; }
  .zhbi-info-container .content table.size-2 tr td:nth-of-type(1) {
    width: 44%; }
  .zhbi-info-container .content table.size-2 tr td:nth-of-type(2) {
    width: 28%; }
  .zhbi-info-container .content table.size-2 tr td:nth-of-type(3) {
    width: 28%; }
.zhbi-info-container .content ul {
  margin-bottom: 20px; }
.zhbi-info-container .content img {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 10px; }
.zhbi-info-container .content table.tile-data {
  border-collapse: collapse; }
  .zhbi-info-container .content table.tile-data tr {
    height: 75px; }
    .zhbi-info-container .content table.tile-data tr td {
      background: none;
      width: inherit;
      font: 14px "Open Sans", sans-serif;
      font-weight: normal;
      box-sizing: border-box;
      padding: 10px;
      border-right: solid 1px #494251;
      border-bottom: solid 1px #494251;
      text-align: center; }
      .zhbi-info-container .content table.tile-data tr td:last-child {
        border-right: none; }
      .zhbi-info-container .content table.tile-data tr td.image {
        width: 170px;
        padding: 0 20px 0 0;
        vertical-align: middle;
        border: none; }
      .zhbi-info-container .content table.tile-data tr td.w1 {
        width: 140px; }
      .zhbi-info-container .content table.tile-data tr td.w2 {
        width: 80px; }
      .zhbi-info-container .content table.tile-data tr td.w3 {
        width: 80px; }
    .zhbi-info-container .content table.tile-data tr:last-child td {
      border-bottom: none; }

.foundation {
  padding: 40px 0 60px 0; }
  .foundation .center .title {
    text-align: center;
    margin: 0 0 40px 0;
    font: 36px "Russo One", Arial, sans-serif;
    font-weight: normal; }
  .foundation .center .image {
    float: left;
    width: 49%;
    margin-right: 2%; }
    .foundation .center .image img {
      max-width: 100%; }
    @media all and (max-width: 991px) {
      .foundation .center .image {
        float: none;
        width: 90%;
        margin: 0 auto 20px auto; } }
  .foundation .center .info {
    float: left;
    width: 49%;
    text-align: justify;
    font: 14px "Open Sans", sans-serif;
    font-weight: normal;
    color: #0b0b0a; }
    @media all and (max-width: 991px) {
      .foundation .center .info {
        float: none;
        width: 90%;
        margin: 0 auto; } }
    .foundation .center .info h3 {
      text-align: center;
      font: 18px "Russo One", Arial, sans-serif;
      font-weight: normal;
      margin: 50px 0 10px 0; }
    .foundation .center .info h2 {
      text-align: center;
      font: 36px "Russo One", Arial, sans-serif;
      font-weight: normal;
      color: #e51e25;
      text-decoration: underline; }

/*# sourceMappingURL=template.css.map */
