/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* FONT */
@font-face {
  font-family: 'Korolev Heavy';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Heavy"), url("../fonts/Korolev Heavy.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Thin';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Thin"), url("../fonts/Korolev Thin.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Light Italic"), url("../fonts/Korolev Light Italic.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Light';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Light"), url("../fonts/Korolev Light.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Medium Italic"), url("../fonts/Korolev Medium Italic.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Medium"), url("../fonts/Korolev Medium.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Bold"), url("../fonts/Korolev Bold.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Bold Italic"), url("../fonts/Korolev Bold Italic.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Heavy Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Heavy Italic"), url("../fonts/Korolev Heavy Italic.woff") format("woff"); }

/* GLOBAL */
body {
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative; }
  overf
body.open {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }

input, textarea, button {
  outline: 0; }

.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }

.section-title {
  font-weight: 100;
  color: #037b00;
  font-size: 26px;
  text-align: center;
  margin-bottom: 35px; }

.page-head {
  background: #e8eae8;
  height: 90px; }
  .page-head.info-head {
    height: 135px; }
    .page-head.info-head .container {
      height: 135px; }
  .page-head .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px; }
  .page-head h2 {
    font-size: 18px;
    font-weight: 700;
    color: #039d10;
    margin-bottom: 5px; }
  .page-head .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-head .breadcrumbs ul li {
      font-size: 13px;
      color: #8c8c8c;
      margin-right: 3px; }
      .page-head .breadcrumbs ul li a {
        color: #ababab; }

.page-container {
  padding-top: 50px; }
  .page-container .section-title {
    width: 100%;
    margin-bottom: 20px; }

.pagination {
  margin-top: 35px; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pagination ul li {
      margin-left: 4.5px;
      margin-right: 4.5px;
      margin-bottom: 9px; }
      .pagination ul li a {
        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;
        width: 34px;
        height: 34px;
        background: #e6e6e6;
        border-radius: 50%;
        color: #7b7b7b;
        font-size: 15px;
        font-weight: 500; }
        .pagination ul li a.active, .pagination ul li a:hover {
          background: #037b00;
          color: #fff; }

.filter-box {
  margin-top: 35px;
  margin-bottom: -25px; }
  .filter-box button {
    width: 135px;
    height: 47px;
    border: 2px solid #037b00;
    color: #037b00;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer; }
    .filter-box button.is-checked {
      background: #037b00;
      color: #fff; }
  .filter-box .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden; }
  .section-title {
    margin-bottom: 15px; } }

.header {
  position: relative;
  z-index: 2; }
  .header.home-header .header-middle {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .header .mobile-menu {
    display: none; }
  .header-top {
    background: #11910d;
    height: 31px; }
    .header-top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 31px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 11px;
      color: #fff; }
    .header-top .region-select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-top .language {
      margin-left: 10px; }
  .header-middle {
    height: 75px;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1); }
    .header-middle .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 75px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
    .header-middle .mobile-logo {
      display: none; }
    .header-middle .main-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-middle .main-menu ul li {
        margin-left: 40px; }
        .header-middle .main-menu ul li a {
          color: #039d10;
          font-size: 15px; }
    .header-middle .step-menu {
      position: absolute;
      background: white;
      right: 0;
      padding-left: 50px; }
      .header-middle .step-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header-middle .step-menu ul li {
          margin-left: 20px; }
          .header-middle .step-menu ul li.selected i {
            background: #ffb404;
            color: #fff; }
          .header-middle .step-menu ul li.selected a {
            color: #ffb404; }
          .header-middle .step-menu ul li.active i {
            background: #ffb404;
            color: #fff; }
          .header-middle .step-menu ul li i {
            width: 32px;
            height: 32px;
            border: 1px solid #ffb404;
            color: #ffb404;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
            text-align: center;
            line-height: 32px;
            font-style: normal; }
          .header-middle .step-menu ul li a {
            color: #039d10;
            font-size: 15px; }

@media screen and (max-width: 1170px) {
  .header .mobile-logo {
    display: block;
    text-align: center;
    padding: 15px 0; }
    .header .mobile-logo img {
      max-width: 200px; }
  .header .step-menu {
    display: none; }
  .header .mobile-menu {
    color: #11910d;
    font-size: 30px;
    cursor: pointer;
    display: block; }
  .header .main-menu {
    position: fixed;
    background: #fff;
    width: 250px;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
    .header .main-menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-top: 2px solid #11910d; }
      .header .main-menu ul li {
        margin-left: 0;
        height: 45px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #f5f5f5;
        line-height: 45px; } }

.main-bar {
  background: url(../img/mainbar.png) no-repeat top right #0b8908;
  height: 400px; }
  .main-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-bar .main-slider {
    width: calc(100% - 400px);
    margin-left: 10px;
    position: relative; }
    .main-bar .main-slider .owl-nav {
      display: none; }
    .main-bar .main-slider .owl-dots {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      bottom: 100px;
      left: 5px; }
      .main-bar .main-slider .owl-dots .owl-dot {
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        margin-right: 5px; }
        .main-bar .main-slider .owl-dots .owl-dot.active {
          background: rgba(255, 255, 255, 0.7); }

.search.home-search {
  width: 390px;
  height: 440px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  padding-top: 10px; }

.search.page-search {
  margin-top: 30px;
  margin-bottom: 70px; }
  .search.page-search .form-group {
    padding: 0; }
    .search.page-search .form-group p {
      padding-left: 10px; }
    .search.page-search .form-group.w-20 {
      width: calc(20% - 10px);
      margin-right: 10px; }
    .search.page-search .form-group.w-30 {
      width: calc(30% - 5px);
      margin-right: 10px; }
      .search.page-search .form-group.w-30.last {
        margin-right: 0; }
  .search.page-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .search.page-search button {
    width: 260px;
    margin-left: auto;
    margin-top: -15px; }

.search .form-group {
  position: relative;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px; }
  .search .form-group.datepicker-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .search .form-group.datepicker-wrap p {
      width: 100%; }
  .search .form-group p {
    color: #037b00;
    font-size: 13px;
    margin-bottom: 5px; }
  .search .form-group i {
    position: absolute;
    color: #037b00;
    margin-top: 15px;
    margin-left: 15px; }
  .search .form-group select {
    background-color: #eee;
    height: 45px;
    width: 100%;
    border-radius: 0;
    border: none;
    font-size: 14px;
    color: #787878;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 40px;
    padding-right: 15px; }
    .search .form-group select::-webkit-input-placeholder {
      color: #787878; }
    .search .form-group select::-moz-placeholder {
      color: #787878; }
    .search .form-group select:-ms-input-placeholder {
      color: #787878; }
    .search .form-group select::-ms-input-placeholder {
      color: #787878; }
    .search .form-group select::placeholder {
      color: #787878; }
  .search .form-group input {
    width: 100%;
    background-color: #eee;
    height: 45px;
    font-size: 14px;
    color: #787878;
    border: none;
    padding-left: 40px;
    padding-right: 15px; }
    .search .form-group input::-webkit-input-placeholder {
      color: #787878; }
    .search .form-group input::-moz-placeholder {
      color: #787878; }
    .search .form-group input:-ms-input-placeholder {
      color: #787878; }
    .search .form-group input::-ms-input-placeholder {
      color: #787878; }
    .search .form-group input::placeholder {
      color: #787878; }
  .search .form-group .date-input {
    position: relative;
    width: calc(100% - 150px); }
  .search .form-group .time-select {
    width: 140px;
    position: relative; }
    .search .form-group .time-select select {
      text-align: center;
      padding-left: 60px; }

.search button {
  width: 100%;
  height: 52px;
  background-color: #ffb400;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 52px;
  cursor: pointer; }

/* HOME PRODUCT */
.home-products {
  margin-top: 60px; }
  .home-products .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .home-products .owl-item {
    opacity: 0;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms; }
  .home-products .owl-item.active {
    opacity: 1; }
  .home-products .owl-nav {
    display: none; }
  .home-products .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px; }
    .home-products .owl-dots .owl-dot {
      display: block;
      width: 18px;
      height: 18px;
      background: #ececec;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 6px;
      margin-right: 6px; }
      .home-products .owl-dots .owl-dot.active {
        background: #037b00; }

.home-product-box {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  padding-top: 25px; }

.home-product-name {
  text-align: center;
  margin-bottom: 30px; }
  .home-product-name a {
    font-size: 20px;
    color: #037b00; }

.home-product-thumb {
  padding-left: 25px;
  padding-right: 25px; }

.home-product-props ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px; }
  .home-product-props ul li {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 13px;
    color: #787878;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px; }
    .home-product-props ul li img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 5px; }

.home-product-props img {
  width: auto !important; }

.home-product-reservation {
  background: #ededed;
  height: 108px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px; }

.home-product-price {
  color: #049c08;
  font-size: 15px; }
  .home-product-price span {
    display: block;
    color: #037d01;
    font-size: 23px;
    font-weight: 500;
    margin-top: 5px; }
    .home-product-price span i {
      font-size: 18px; }

.home-product-make-res a {
  display: block;
  width: 175px;
  height: 35px;
  background: #037b00;
  background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
  background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
  border: 2px solid #049b00;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 35px; }

/* home news */
.home-news {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .home-news .owl-dots {
    display: none; }
  .home-news .owl-nav {
    position: absolute;
    top: -42px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home-news .owl-nav button {
      display: block;
      width: 22px;
      height: 22px;
      text-indent: -9999px; }
      .home-news .owl-nav button.owl-prev {
        background: url(../img/prev.png); }
      .home-news .owl-nav button.owl-next {
        background: url(../img/next.png);
        margin-left: 2px; }
  .home-news-info {
    width: 360px;
    padding-right: 100px;
    padding-top: 15px; }
    .home-news-info .section-title {
      text-align: left;
      margin-bottom: 10px; }
    .home-news-info-text {
      font-size: 14px;
      line-height: 2;
      letter-spacing: 1.5px; }
    .home-news-info a {
      display: block;
      width: 180px;
      height: 35px;
      background: #037b00;
      background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
      background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
      margin-top: 20px;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      line-height: 35px; }
  .home-news-content {
    width: calc(100% - 360px); }
  .home-news-box {
    position: relative; }
    .home-news-box:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: #049c0a;
      background: -webkit-gradient(linear, left bottom, left top, from(#049c0a), to(rgba(8, 177, 40, 0)));
      background: linear-gradient(0deg, #049c0a 0%, rgba(8, 177, 40, 0) 100%); }
  .home-news-head {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 15px 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home-news-head a.detail {
      background: white;
      display: block;
      width: 130px;
      height: 36px;
      color: #037b00;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      line-height: 36px;
      margin-left: auto; }
  .home-news-title {
    font-size: 17px;
    font-weight: 500;
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .home-news-date {
    font-size: 12px;
    margin-top: 3px; }
    .home-news-date i {
      margin-right: 5px; }

/* popular rent points */
.popular-rent-points {
  margin-top: 80px;
  position: relative; }
  .popular-rent-points .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .popular-rent-points .owl-item {
    opacity: 0;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms; }
  .popular-rent-points .owl-item.active {
    opacity: 1; }
  .popular-rent-points .owl-nav button {
    color: #bfbfbf !important;
    font-size: 36px !important;
    position: absolute;
    top: calc(50% - 41px); }
  .popular-rent-points .owl-nav .owl-prev {
    left: -40px; }
  .popular-rent-points .owl-nav .owl-next {
    right: -40px; }

#popular-rent-slider .item {
  padding-top: 25px;
  padding-bottom: 25px; }

.popular-point {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  position: relative; }
  .popular-point-content {
    background: #fff;
    height: 100px;
    padding: 25px;
    font-size: 16px;
    color: #757575; }
  .popular-point-title {
    font-weight: 700; }
  .popular-point-desc {
    font-weight: 100;
    margin-top: 5px; }

@media screen and (max-width: 1170px) {
  .main-bar {
    height: auto;
    background-size: cover; }
    .main-bar .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; }
    .main-bar .main-slider {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
  .search.home-search {
    width: 100%; }
  .search.page-search {
    margin-bottom: 30px; }
    .search.page-search .form-group {
      width: 100% !important;
      margin-right: 0 !important; }
    .search.page-search button {
      width: 100%; }
  .home-news {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-news-info {
      width: 100%;
      text-align: center;
      padding-right: 0; }
      .home-news-info .section-title {
        text-align: center; }
    .home-news-content {
      width: 100%;
      margin-top: 20px; }
  .popular-rent-points {
    margin-top: 30px; } }

@media screen and (max-width: 667px) {
  .main-bar .main-slider .owl-dots {
    bottom: 20px; }
    .main-bar .main-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px; }
  .home-news-title {
    padding-right: 10px; }
  .home-news-head a.detail {
    height: auto;
    line-height: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto; } }

.page {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1.3px;
  padding-top: 60px; }
  .page p {
    margin-bottom: 20px; }
  .page .align-right {
    float: right;
    margin-left: 20px; }

@media screen and (max-width: 1170px) {
  .page {
    padding-top: 20px; }
    .page p {
      margin-bottom: 10px; }
    .page .align-right {
      float: none;
      margin-left: 0;
      margin-bottom: 20px;
      width: 100%; } }

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news-list .home-news-box {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px; }
    .news-list .home-news-box img {
      width: 100%; }
    .news-list .home-news-box:nth-child(3n) {
      margin-right: 0; }
  .news-list .home-news-title {
    font-size: 16px; }

.news-detail {
  margin-bottom: 85px;
  font-size: 16px;
  color: #757575;
  line-height: 25px; }
  .news-detail h3 {
    font-size: 22px; }
  .news-detail h1, .news-detail h2, .news-detail h3, .news-detail h4, .news-detail h5, .news-detail h6 {
    color: #037b00;
    font-weight: 700;
    margin-bottom: 10px; }
  .news-detail .align-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .news-detail img {
    max-width: 100%; }
  .news-list .home-news-box {
    width: calc(50% - 20px); }
    .news-list .home-news-box:nth-child(3n) {
      margin-right: 30px; }
    .news-list .home-news-box:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 960px) {
  .news-list .home-news-box {
    width: 100%;
    margin-right: 0 !important; } }

.blank-page {
  letter-spacing: 0;
  color: #ababab; }
  .blank-page b {
    font-weight: 700; }
  .blank-page h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #088204; }
    .blank-page h3.grey {
      margin-bottom: 50px; }
  .blank-page hr {
    background: #a0a0a0;
    height: 1px;
    border: none;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px; }

.office-list-title {
  background: #037b00;
  background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
  background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
  height: 54px;
  padding-left: 35px;
  padding-right: 25px;
  color: #fff;
  line-height: 54px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .office-list-title i {
    font-size: 20px; }

.office-box {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  height: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin-bottom: 30px; }
  .office-box:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); }
    .office-box:hover .rent-btn {
      background: #037b00;
      background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
      background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
      color: #fff;
      border-color: #2f912d; }
      .office-box:hover .rent-btn i.car {
        background: url(../img/icons/carw.png); }
  .office-box-city {
    font-size: 16px;
    font-weight: 500;
    color: #ffb400; }
  .office-box-name {
    font-size: 24px;
    font-weight: 600;
    color: #037b00;
    line-height: 1;
    margin-bottom: 20px; }
  .office-box-address {
    color: #757575;
    font-size: 15px; }
    .office-box-address i {
      background: #ffb400;
      width: 44px;
      height: 44px;
      display: inline-block;
      margin-right: 10px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 44px;
      font-size: 18px; }
  .office-box-contact {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .office-box-contact .rent-btn {
      width: 150px;
      height: 109px;
      border: 2px solid #c3c3c3;
      font-size: 16px;
      font-weight: 600;
      color: #848484;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      line-height: 20px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .office-box-contact .rent-btn i.car {
        background: url(../img/icons/car.png);
        width: 46px;
        height: 33px;
        display: block;
        margin-bottom: 5px; }
  .office-box-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 16px;
    font-weight: 600;
    color: #848484;
    margin-right: 30px; }
  .office-box-kroki i {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 15px; }
  .office-box-mobile {
    font-size: 25px; }
    .office-box-mobile i {
      background: #ffb400;
      width: 44px;
      height: 44px;
      display: inline-block;
      margin-right: 10px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 44px;
      font-size: 18px; }

@media screen and (max-width: 1170px) {
  .office-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 15px; }
    .office-box-name {
      font-size: 18px;
      line-height: 1.2; }
    .office-box-address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .office-box-address i {
        width: 25px;
        height: 25px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        line-height: 25px;
        font-size: 13px;
        margin-right: 5px;
        position: relative;
        top: 3px; }
    .office-box-contact {
      width: 100%;
      margin-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-top: 1px solid #ddd; }
      .office-box-contact .rent-btn {
        width: 100%;
        height: 50px;
        margin-top: 15px; }
        .office-box-contact .rent-btn i.car {
          display: none; }
    .office-box-phone {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media screen and (max-width: 667px) {
  .office-box-phone {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.car-status {
  position: absolute;
  color: #fff;
  width: 115px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  top: 20px;
  left: 20px; }
  .car-status.avaliable {
    background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
    background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
    background: #037b00; }
  .car-status.busy {
    background: #b11703; }

.car-list-full {
  margin-top: 40px; }
  .car-list-full .car-box {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .car-list-full .car-info {
    width: 100%; }

.car-box {
  height: 230px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .car-box:hover .car-info {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); }
  .car-box:hover .rent-btn a {
    background: #037b00;
    background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
    background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
    color: #fff;
    border: none; }

.car-info {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 300px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms; }

.car-photo {
  width: 345px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.car-brand {
  font-size: 24px;
  line-height: 1;
  font-weight: 100;
  color: #037b00; }
  .car-brand strong {
    font-weight: 500; }
  .car-brand span {
    color: #757575; }

.car-group {
  font-size: 15px;
  font-weight: 100;
  color: #757575;
  margin-bottom: 30px; }

.car-props {
  width: calc(100% - 345px); }
  .car-props ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .car-props ul li {
      width: 33.3333%;
      color: #757575;
      font-size: 15px;
      margin-bottom: 27px; }
      .car-props ul li span {
        width: 24px;
        display: inline-block;
        text-align: center;
        margin-right: 10px; }

.car-price {
  background: #f6f6f6;
  border-top: 2px solid #037b00;
  width: 270px;
  margin-left: 30px;
  color: #037b00;
  font-size: 32px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 70px; }
  .car-price .price {
    padding-left: 40px;
    padding-right: 40px; }
  .car-price span {
    color: #757575;
    font-size: 19px;
    font-weight: 300; }
  .car-price i {
    font-size: 24px;
    margin-right: 3px;
    position: relative;
    top: -3px; }
  .car-price .rent-btn a {
    display: block;
    height: 50px;
    border: 2px solid #037b00;
    text-align: center;
    font-weight: 600;
    color: #03a138;
    font-size: 16px;
    line-height: 50px; }

.car-price2 {
  width: 315px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #049f2d;
  border-radius: 10px;
  height: 270px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 30px; }
  .car-price2 .price {
    height: 135px;
    border-bottom: 1px solid #049f2d;
    text-align: center;
    font-size: 16px;
    color: #037b00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .car-price2 .price p {
      margin-bottom: 10px;
      line-height: 1; }
    .car-price2 .price b {
      font-size: 20px;
      font-weight: 700; }
    .car-price2 .price a {
      display: block;
      width: 248px;
      height: 42px;
      border: 1px solid #049f2d;
      font-size: 14px;
      font-weight: 700;
      color: #037b00;
      text-align: center;
      line-height: 42px;
      border-radius: 10px;
      margin: 0 auto; }
      .car-price2 .price a:hover {
        background: #037b00;
        background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
        background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
        color: #fff; }
    .car-price2 .price:last-child {
      border: none; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .filter-box {
    margin-bottom: 20px; }
  .car-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
  .car-info {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .car-photo {
    width: 200px; }
    .car-photo img {
      width: 100%; }
  .car-props {
    width: calc(100% - 200px);
    padding-top: 20px;
    padding-left: 30px; }
  .car-price {
    width: 100%;
    margin-left: 0;
    padding-top: 30px; }
    .car-price .price {
      margin-bottom: 25px; }
  .car-price2 {
    width: calc(100% - 60px);
    margin: 0 30px 30px 30px; } }

@media screen and (max-width: 667px) {
  .car-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .car-photo {
    width: 100%; }
  .car-props {
    width: 100%;
    padding: 15px; }
    .car-props ul li {
      width: 50%; }
  .car-price2 {
    width: calc(100% - 30px);
    margin: 0 15px 15px 15px; }
  .filter-box .button-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filter-box button {
    width: 100%;
    margin-bottom: 15px; } }

.order-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 135px; }
  .order-info ul li {
    border-right: 1px solid #b5b5b5;
    height: 47px;
    padding-right: 50px; }
    .order-info ul li.text-center {
      text-align: center; }
      .order-info ul li.text-center i {
        color: #7b7b7b; }
    .order-info ul li:last-child {
      border: none; }
    .order-info ul li span {
      display: block;
      color: #7b7b7b;
      font-size: 14px;
      margin-top: 5px; }
    .order-info ul li i {
      color: #037b00;
      width: 20px;
      text-align: center; }

.order-info-title {
  font-size: 12.5px;
  color: #037b00; }
  .order-info-title b {
    font-weight: 600; }

.form-page {
  letter-spacing: 0px;
  padding: 0; }
  .form-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .form-page .form-group {
    width: calc(50% - 20px);
    margin-bottom: 10px; }
    .form-page .form-group.checkbox-wrap {
      width: 100%;
      margin-top: 20px; }
    .form-page .form-group.cvv {
      width: 440px; }
    .form-page .form-group.skt {
      width: calc(100% - 480px); }
      .form-page .form-group.skt select:nth-child(3n) {
        margin-right: 0; }
    .form-page .form-group-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .form-page .form-group-fluid p {
        width: 100%; }
      .form-page .form-group-fluid select {
        width: 320px !important;
        margin-right: 40px; }
    .form-page .form-group p {
      margin-bottom: -0px;
      color: #7b7b7b;
      font-size: 15px; }
    .form-page .form-group input[type="text"] {
      width: 100%;
      background: #f9f9f9;
      border: 1px solid #cdcdcd;
      height: 52px;
      padding-left: 15px;
      padding-right: 15px; }
      .form-page .form-group input[type="text"]:focus {
        outline-color: #037b00; }
    .form-page .form-group select {
      width: 100%;
      background: url(../img/icons/arrow.png) no-repeat calc(100% - 15px) 23px #f9f9f9;
      border-radius: 0;
      border: 1px solid #cdcdcd;
      height: 52px;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .form-page .form-group select:focus {
        outline-color: #037b00; }
  .form-page .checkbox {
    font-size: 15px;
    color: #7b7b7b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 18px;
    margin-left: -12px;
    width: 100%; }
    .form-page .checkbox input {
      visibility: hidden; }
    .form-page .checkbox input + label {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .form-page .checkbox input + label:before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        background: #f9f9f9;
        border: 1px solid #cdcdcd;
        margin-right: 10px;
        position: relative;
        top: 3px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .form-page .checkbox input:checked + label:after {
      content: '';
      display: block;
      width: 9px;
      height: 9px;
      background: #037b00;
      position: absolute;
      top: 5px;
      left: 2px; }
  .form-page .note {
    color: #037b00;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px; }
    .form-page .note b {
      font-weight: 600; }

.form-title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 25px;
  border-bottom: 1px solid #037b00;
  color: #037b00;
  margin-top: 30px; }
  .form-title span {
    background: #fff;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    top: 15px; }

.form-btn {
  width: 292px;
  height: 52px;
  margin-top: 20px;
  display: block;
  background: #037b00;
  background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
  background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer; }
  .form-btn-right {
    margin-left: auto; }

.congratulations {
  padding-top: 50px; }
  .congratulations .cong-title {
    font-size: 35px;
    color: #039d10; }
    .congratulations .cong-title i {
      width: 48px;
      height: 48px;
      display: inline-block;
      border-radius: 50%;
      background: #039d10;
      color: #fff;
      text-align: center;
      line-height: 48px;
      font-size: 24px; }
  .congratulations p {
    font-size: 15px;
    color: #592929;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 10px; }

.reservation-number {
  font-size: 29px;
  font-weight: 700;
  color: #069f02;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 40px; }
  .reservation-number span {
    display: block; }

.reservation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .reservation-buttons a {
    width: 450px;
    height: 58px;
    background: #069f02;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 54px;
    margin-right: 20px;
    font-size: 25px; }

.reservation-info {
  font-size: 20px;
  color: #787878; }

.reservation-car .car-info {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 50px;
  width: 100%; }

.reservation-car .car-props {
  margin-left: 30px; }

.reservation-car .car-delivery {
  width: 255px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px; }
  .reservation-car .car-delivery .daily-price {
    font-size: 55px;
    line-height: 1;
    color: #067404; }
    .reservation-car .car-delivery .daily-price span {
      display: block;
      width: 200px;
      height: 60px;
      border-radius: 5px;
      color: #fff;
      font-weight: 700;
      background: #037b00;
      background: -webkit-gradient(linear, right top, left top, from(#037b00), to(#08b128));
      background: linear-gradient(270deg, #037b00 0%, #08b128 100%);
      line-height: 60px;
      text-align: center;
      margin-top: 10px; }
  .reservation-car .car-delivery .order-info-title {
    font-size: 16px; }
  .reservation-car .car-delivery li {
    margin-bottom: 25px; }
  .reservation-car .car-delivery span {
    display: block; }
  .reservation-car .car-delivery i {
    color: #007c00; }

.reservation-rent-info {
  margin-top: 40px; }
  .reservation-rent-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .reservation-rent-info ul li {
      margin-right: 30px; }

.required-files {
  margin-top: 40px; }
  .required-files ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #037b00;
    font-weight: 700; }
    .required-files ul li {
      text-align: center;
      margin-right: 50px; }
      .required-files ul li p {
        margin-bottom: 0; }

@media screen and (max-width: 1170px) {
  .info-head {
    height: auto !important; }
    .info-head .container {
      height: auto !important; }
  .order-info {
    padding-top: 15px; }
    .order-info ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; }
      .order-info ul li {
        width: 100%;
        border: none;
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        text-align: center;
        padding-right: 0; }
  .reservation-number {
    font-size: 18px; }
    .reservation-number span {
      margin-top: 10px; }
  .reservation-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .reservation-buttons a {
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0;
      font-size: 16px;
      font-weight: 500; }
  .reservation-car .car-props {
    margin-left: 0; }
  .reservation-car .car-delivery {
    width: 100%; }
    .reservation-car .car-delivery ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #ddd;
      padding-top: 20px; }
      .reservation-car .car-delivery ul li {
        width: 50%;
        text-align: center; }
    .reservation-car .car-delivery .daily-price {
      width: 100%;
      border-top: 1px solid #ddd;
      padding-top: 15px;
      font-size: 24px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media screen and (max-width: 667px) {
  .form-title {
    font-size: 20px; }
  .form-page .form-group {
    width: 100% !important;
    margin-right: 0; }
    .form-page .form-group select {
      width: 100% !important;
      margin-right: 0;
      margin-bottom: 15px; }
  .reservation-info {
    font-size: 15px; }
  .reservation-rent-info ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .reservation-rent-info ul li {
      width: 100%;
      margin-bottom: 10px;
      font-size: 15px; }
  .reservation-car .car-delivery ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .reservation-car .car-delivery ul li {
      width: 100%; }
  .required-files ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    .required-files ul li {
      width: 50%;
      margin-right: 0; }
      .required-files ul li img {
        max-width: 80%; } }

.extra-list .form-title {
  margin-bottom: 40px; }

.extra-element {
  border-bottom: 1px solid #eeeded;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .extra-element-content {
    color: #787878;
    font-size: 15px; }
    .extra-element-content b {
      font-weight: 600; }
    .extra-element-content p {
      margin-bottom: 0; }
  .extra-element-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .extra-element-price .price {
      font-size: 20px;
      font-weight: 700;
      color: #037b00;
      margin-right: 15px; }
    .extra-element-price .numerator {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .extra-element-price .numerator button {
        width: 40px;
        height: 30px;
        background: #037b00;
        font-weight: 700;
        color: #fff;
        cursor: pointer; }
      .extra-element-price .numerator input {
        font-size: 15px;
        color: #787878;
        font-weight: 700;
        text-align: center;
        height: 30px;
        width: 50px;
        border: none;
        margin: 0; }
    .extra-element-price button.add {
      width: 130px;
      height: 40px;
      background: #037b00;
      color: #fff;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      font-size: 17px;
      font-weight: 700; }

@media screen and (max-width: 1170px) {
  .extra-element {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .extra-element-content {
      width: calc(100% - 140px); }
    .extra-element-price {
      width: 130px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media screen and (max-width: 480px) {
  .extra-element {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .extra-element-content {
      width: 100%; }
    .extra-element-price {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .extra-element-price .numerator {
        margin-top: 10px; }
        .extra-element-price .numerator button {
          width: 50px; }
        .extra-element-price .numerator input {
          width: calc(100% - 100px); }
      .extra-element-price button.add {
        width: 100%; } }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0; }
  .contact-page {
    width: calc(100% - 325px); }
    .contact-page .map img {
      width: 100%; }
  .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    color: #757575;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact-info li:last-child {
      font-size: 25px; }
    .contact-info i {
      margin-right: 5px;
      color: #037b00; }
  .contact-form-border {
    border: 1px solid #e4e4e4;
    padding: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact form .form-group {
    width: calc(50% - 5px);
    margin-right: 10px;
    position: relative;
    margin-bottom: 0; }
    .contact form .form-group i {
      position: absolute;
      top: 16px;
      left: 15px;
      color: #565656; }
    .contact form .form-group:nth-child(2n) {
      margin-right: 0; }
    .contact form .form-group.full {
      width: 100%;
      margin-right: 0; }
    .contact form .form-group input {
      width: 100%;
      border: 1px solid #e4e4e4;
      height: 45px;
      margin-bottom: 20px;
      padding-left: 35px;
      padding-right: 15px;
      font-size: 15px; }
      .contact form .form-group input::-webkit-input-placeholder {
        font-size: 15px;
        color: #757575; }
      .contact form .form-group input::-moz-placeholder {
        font-size: 15px;
        color: #757575; }
      .contact form .form-group input:-ms-input-placeholder {
        font-size: 15px;
        color: #757575; }
      .contact form .form-group input::-ms-input-placeholder {
        font-size: 15px;
        color: #757575; }
      .contact form .form-group input::placeholder {
        font-size: 15px;
        color: #757575; }
    .contact form .form-group textarea {
      width: 100%;
      border: 1px solid #e4e4e4;
      height: 155px;
      resize: none;
      font-size: 15px;
      padding: 13px 15px 15px 35px; }
      .contact form .form-group textarea::-webkit-input-placeholder {
        font-size: 15px;
        color: #757575; }
      .contact form .form-group textarea::-moz-placeholder {
        font-size: 15px;
        color: #757575; }
      .contact form .form-group textarea:-ms-input-placeholder {
        font-size: 15px;
        color: #757575; }
      .contact form .form-group textarea::-ms-input-placeholder {
        font-size: 15px;
        color: #757575; }
      .contact form .form-group textarea::placeholder {
        font-size: 15px;
        color: #757575; }
  .contact-btn {
    width: 270px;
    height: 48px;
    background: #037b00;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.sidebar {
  width: 325px; }
  .sidebar ul li {
    font-size: 16px; }
    .sidebar ul li a {
      color: #757575;
      display: block;
      height: 45px;
      line-height: 45px;
      padding-left: 15px;
      padding-right: 15px; }
      .sidebar ul li a.active {
        background: #037b00;
        color: #fff; }

@media screen and (max-width: 1170px) {
  .contact-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-info li {
      width: 100%; } }

@media screen and (max-width: 960px) {
  .contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-btn {
      width: 100%; }
    .contact-page {
      width: 100%; }
    .contact-form-border {
      padding: 15px; }
    .contact form .form-group {
      width: 100%;
      margin-right: 0; }
  .sidebar {
    width: 100%;
    margin-bottom: 25px; } }

.footer {
  margin-top: 60px; }
  .footer-top {
    background: url(../img/footer.png) no-repeat top right #149710;
    height: 420px;
    padding-top: 70px;
    color: #fff;
    font-size: 16px;
    line-height: 22px; }
    .footer-top h2 {
      font-size: 30px;
      margin-bottom: 30px; }
    .footer-top p {
      margin-bottom: 20px; }
  .footer .call-center {
    background: #ffb400;
    height: 85px;
    color: #fff;
    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; }
    .footer .call-center i {
      font-size: 60px;
      margin-right: 10px; }
    .footer .call-center span {
      display: block;
      font-size: 40px;
      font-weight: 600; }
  .footer-bottom {
    height: 85px; }
    .footer-bottom .copyright {
      font-size: 14px;
      color: #9b9b9b;
      font-weight: 300;
      margin-bottom: 5px; }
    .footer-bottom .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 85px; }

@media screen and (max-width: 1170px) {
  .footer {
    margin-top: 30px; }
    .footer-top {
      background-size: cover;
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px; }
    .footer-bottom {
      height: auto; }
      .footer-bottom .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px; }
      .footer-bottom-content {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px; }
      .footer-bottom-logos {
        width: 100%;
        text-align: center; }
        .footer-bottom-logos img {
          margin-top: 10px;
          margin-bottom: 10px;
          max-width: 100%;
          max-height: 30px; } }
