/**

Theme Name: Astra Child

Author: Gonga Robert

Author URI: http://wpastra.com/about/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed.

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,500;1,700&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
  font-family: Montserrat;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 960px) {
	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.container {
  max-width: 1500px;
  position: relative;
}

.container-md {
  max-width: 1400px;
  position: relative;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gap-30 {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.gap-20 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.gap-25 {
  -webkit-column-gap: 25px;
          column-gap: 25px;
}

.gap-15 {
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.gap-10 {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.custom-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
}

.flex-4 {
  width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 10px;
}

.flex_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  width: 33.333%;
}

.m10 {
  margin: 10px 0;
}

.row-gap-10 {
  row-gap: 10px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (max-width: 1024px) {
  .row,
  .row-flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"],
  .row-flex > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter,
  .row-flex.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*="col_"],
  .row-flex.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.flex_50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.flex_45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-evenly {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.align-self-end {
  align-self: flex-end;
  -ms-flex-item-align: flex-end;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m0 {
  margin: 0;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

body {
  font-size: 16px;
  font-family: Montserrat;
  line-height: 1.6;
  color: #2D2D2D;
  font-weight: 500;
  background: #F9F9F9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 50px;
}

@media (max-width: 1240px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  font-family: 'Montserrat';
}

@media (max-width: 1024px) {
  p {
    font-size: 15px; line-height:1.6em;
  }
}

@media (max-width: 768px) {
	p {
	  font-size: 14px;
	}
}

@media (max-width: 560px) {
	p {
	  font-size: 13px;
	}
}

p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}

p b,
p strong {
  font-weight: 700;
}

p i,
p em {
  font-style: italic;
}

p a {
  text-decoration: underline;
  color: #2D2D2D;
}

p a:hover {
  color: rgba(255, 255, 255, 0.6);
}

a {
  margin: 0;
  color: #2D2D2D;
  font-weight: 500;
  font-family: 'Montserrat';
}

a:hover {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1240px) {
  a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  a {
    font-size: 13px;
  }
}

a:hover {
  text-decoration: underline;
}

a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  padding: 0;
  position: relative;
}

blockquote p {
  font-size: 22px;
  margin: 0;
  position: relative;
  line-height: 1.3;
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
  }
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

#search-header {
  background: transparent;
}

#search-header::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}

#search-header:-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}

#search-header::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}

#search-header:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}

input:not(.form-control)::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232323;
}

input:not(.form-control):-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232323;
}

input:not(.form-control)::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232323;
}

input:not(.form-control):-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #232323;
}

input:focus,
input:focus-within {
  outline: none;
}

.wpcf7-form-control.form-control {
  background: #F5F5F5;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  padding: 12px 15px;
  font-size: 16px;
  color: #9F9F9F;
  width: 100%;
  margin: 5px 0;
}

@media (max-width: 1240px) {
  .wpcf7-form-control.form-control {
    padding: 14px 12px;
  }
}

.wpcf7-form-control.form-control::-webkit-input-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  .wpcf7-form-control.form-control::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.wpcf7-form-control.form-control:-moz-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  .wpcf7-form-control.form-control:-moz-placeholder {
    font-size: 15px;
  }
}

.wpcf7-form-control.form-control::-moz-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  .wpcf7-form-control.form-control::-moz-placeholder {
    font-size: 15px;
  }
}

.wpcf7-form-control.form-control:-ms-input-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  .wpcf7-form-control.form-control:-ms-input-placeholder {
    font-size: 15px;
  }
}

.form-control {
  background: #F5F5F5;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  padding: 19px 12px;
  font-size: 16px;
  color: #9F9F9F;
  width: 100%;
  margin: 5px 0;
}

@media (max-width: 1240px) {
  .form-control {
    padding: 14px 12px;
  }
}

.form-control::-webkit-input-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  .form-control::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.form-control:-moz-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  .form-control:-moz-placeholder {
    font-size: 15px;
  }
}

.form-control::-moz-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  .form-control::-moz-placeholder {
    font-size: 15px;
  }
}

.form-control:-ms-input-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  .form-control:-ms-input-placeholder {
    font-size: 15px;
  }
}

textarea.form-control {
  height: 100px;
}

.form-control:focus,
.form-control:focus-within {
  outline: none;
}

.primary-select {
  background: #F5F5F5;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: block;
  padding: 17px 12px;
  font-size: 15px;
  color: #9F9F9F;
  width: 100%;
  margin: 5px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(assets/img/svg/select.svg);
  background-repeat: no-repeat;
  background-position: 93%;
}

input[type=checkbox].primary-checkbox {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 18px;
  z-index: 99;
}

input[type=checkbox].primary-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

input[type=checkbox].primary-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

input[type=checkbox].primary-checkbox:checked + label:before {
  background: #fff;
  border: 1px solid #E5E5E5;
}

input[type=checkbox].primary-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

input[type=checkbox].primary-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

input[type=checkbox].primary-checkbox:checked + label:after {
  content: '';
  position: absolute;
  position: absolute;
  left: 3px;
  top: 5px;
  background: #FF0000;
  width: 12px;
  height: 12px;
  border-radius: 3px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
  margin-left: 22px;
  /* Rounded switch-toggles */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .switch-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .switch-toggle:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 12px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.switch input:checked + .switch-toggle {
  background-color: #FF0000;
}

.switch input:focus + .switch-toggle {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.switch input:checked + .switch-toggle:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.switch .switch-toggle.round {
  border-radius: 34px;
}

.switch .switch-toggle.round:before {
  border-radius: 34px;
}

.newsletter-input::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1240px) {
  .newsletter-input::-webkit-input-placeholder {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .newsletter-input::-webkit-input-placeholder {
    font-size: 14px !important;
  }
}

.newsletter-input:-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1240px) {
  .newsletter-input:-moz-placeholder {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .newsletter-input:-moz-placeholder {
    font-size: 14px !important;
  }
}

.newsletter-input::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1240px) {
  .newsletter-input::-moz-placeholder {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .newsletter-input::-moz-placeholder {
    font-size: 14px !important;
  }
}

.newsletter-input:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1240px) {
  .newsletter-input:-ms-input-placeholder {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .newsletter-input:-ms-input-placeholder {
    font-size: 14px !important;
  }
}

#form-search-mobile {
  width: 100%;
  height: 100vh;
}

#form-search-mobile #search-header-mobile {
  background: transparent;
  border-top: none;
  border: none;
  padding: 0;
  border-bottom: 2px solid #FF0000;
  color: #fff;
  font-size: 40px;
}

@media (max-width: 576px) {
  #form-search-mobile #search-header-mobile {
    width: 50%;
  }
}

#form-search-mobile #search-header-mobile::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1240px) {
  #form-search-mobile #search-header-mobile::-webkit-input-placeholder {
    font-size: 15px;
  }
}

#form-search-mobile #search-header-mobile:-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1240px) {
  #form-search-mobile #search-header-mobile:-moz-placeholder {
    font-size: 15px;
  }
}

#form-search-mobile #search-header-mobile::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1240px) {
  #form-search-mobile #search-header-mobile::-moz-placeholder {
    font-size: 15px;
  }
}

#form-search-mobile #search-header-mobile:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1240px) {
  #form-search-mobile #search-header-mobile:-ms-input-placeholder {
    font-size: 15px;
  }
}

#form-search-mobile .search-icon {
  background: transparent;
}

.p0 {
  padding: 0;
}

#search-articles {
  background: #F5F5F5;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  padding: 19px 12px;
  font-size: 16px;
  color: #9F9F9F;
  width: 100%;
  margin: 10px 0;
  padding-right: 60px;
}

#search-articles::-webkit-input-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  #search-articles::-webkit-input-placeholder {
    font-size: 15px;
  }
}

#search-articles:-moz-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  #search-articles:-moz-placeholder {
    font-size: 15px;
  }
}

#search-articles::-moz-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  #search-articles::-moz-placeholder {
    font-size: 15px;
  }
}

#search-articles:-ms-input-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  #search-articles:-ms-input-placeholder {
    font-size: 15px;
  }
}

#search-sidebar {
  background: #FAFAFA;
  border: 1px solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 19px 12px;
  padding-right: 60px;
}

#search-sidebar::-webkit-input-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  #search-sidebar::-webkit-input-placeholder {
    font-size: 15px;
  }
}

#search-sidebar:-moz-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  #search-sidebar:-moz-placeholder {
    font-size: 15px;
  }
}

#search-sidebar::-moz-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  #search-sidebar::-moz-placeholder {
    font-size: 15px;
  }
}

#search-sidebar:-ms-input-placeholder {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9F9F9F;
}

@media (max-width: 1240px) {
  #search-sidebar:-ms-input-placeholder {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .pj {
    margin: 0;
    font-size: 15px;
    padding: 16px 12px;
  }
}

.primary-button {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  border-radius: 5px;
  padding: 16px 30px;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Montserrat';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 1020px) {
	.primary-button {
	  padding: 13px 15px;
	  font-size: 13px;
	}
}
@media (max-width: 768px) {
	.primary-button {
	  /* padding: 12px; */
	  padding: 10px 12px;
	  font-size: 12px;
	}
  }
.primary-button:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  text-decoration: none;
}

.newsletter-sub .wpcf7 form.sent .wpcf7-response-output {
  border-color: #FF0000;
  color: #fff;
}

.post-views.entry-meta > span {
  font-weight: 500;
  font-size: 14px;
  color: #9B9B9B;
}

.form-group-simple {
  padding: 5px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1024px) {
  .form-group-simple {
    font-size: 13px;
  }
}

.newsletter-sub .wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
}

input[type="submit"].primary-button.news-button {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  border-radius: 5px;
  padding: 16px;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Montserrat';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

input[type="submit"].primary-button.news-button:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  text-decoration: none;
}

input[type="email"].email-news {
  padding: 19px;
  border-radius: 5px;
}


input[type="submit"].contact-submit {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  border-radius: 7px;
  padding: 16px 30px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-family: 'Montserrat';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

@media (max-width: 768px) {
  input[type="submit"].contact-submit {
    padding: 12px;
  }
}

input[type="submit"].contact-submit:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  text-decoration: none;
}

input[type="submit"].wide-primary {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  border-radius: 7px;
  padding: 16px 30px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-family: 'Montserrat';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

@media (max-width: 768px) {
  input[type="submit"].wide-primary {
    padding: 12px;
  }
}

input[type="submit"].wide-primary:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  text-decoration: none;
}

input#submit.primary-button-rounded {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  border-radius: 7px;
  padding: 16px 30px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-family: 'Montserrat';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

@media (max-width: 768px) {
  input#submit.primary-button-rounded {
    padding: 12px;
  }
}

input#submit.primary-button-rounded:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  text-decoration: none;
}

.primary-button-rounded {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  border-radius: 7px;
  /* padding: 16px 30px; */
  padding: 12px 30px;
  font-size: 15px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-family: 'Montserrat';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 768px) {
  .primary-button-rounded {
    /* padding: 12px; */
    padding: 8px 10px;
    font-size: 12px;
  }
}

.primary-button-rounded:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  text-decoration: none;
}

.primary-button-no-shadow {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  border-radius: 7px;
  padding: 13px 30px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Montserrat';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1200px) {
	.primary-button-no-shadow {
		padding: 10px 15px;
		font-size: 13px;
	}
}

@media (max-width: 768px) {
  .primary-button-no-shadow {
    /* padding: 12px; */
	padding: 8px 14px;
    font-size: 11px;
  }
}

.primary-button-no-shadow:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  text-decoration: none;
}

.secondary-button-rounded {
  color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 7px;
  padding: 11px 30px;
  white-space: nowrap;
  margin-left: 10px;
  font-weight: 500;
  font-family: 'Montserrat';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 768px) {
  .secondary-button-rounded {
	padding: 8px 14px;
    font-size: 11px;
  }
}

.secondary-button-rounded:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #FF0000;
  color: #fff;
  border: 1px solid #FF0000;
  text-decoration: none;
}

.primary-type-button {
  border-radius: 10px;
  background: #FF0000;
  padding: 16px 30px;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  font-family: 'Montserrat';
}

.secondary-form-button {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 20px -7px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 20px -7px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #FF0000;
  border: 1px solid #FF0000;
  padding: 16px 30px;
  white-space: nowrap;
}

.primary-form-button {
  padding: 16px 30px;
  white-space: nowrap;
  color: #fff;
  font-family: 'Montserrat';
  background: #FF0000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: 1px solid transparent;
}

.next-btn {
  position: absolute;
  right: 5%;
  top: 45%;
}

.prev-btn {
  position: absolute;
  left: 5%;
  top: 45%;
}

.middle-block {
  text-align: center;
  margin-top: 40px;
}

.is-form-style input.is-search-input {
  border: 1.5px solid #D2D2D2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
  padding: 15px 40px 15px 25px;
  background: transparent;
  height: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.is-form-style input.is-search-input::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}

.is-form-style input.is-search-input:-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}

.is-form-style input.is-search-input::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}

.is-form-style input.is-search-input:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}

.is-ajax-search .is-loader-image {
  width: 50px !important;
  height: 50px !important;
}

.is-search-icon {
  background: transparent;
  border-left: none;
  border-radius: 5px;
  height: 48.9px;
  padding: 0 0;
  margin-left: -10px;
  width: 41.9px;
  display: block !important;
  padding: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.is-search-icon svg {
  display: none;
}

.is-search-icon img {
  width: 20px;
  display: block;
  margin: 8px;
}

.is-form-style button.is-search-submit {
  height: 48.8px;
}

#blog-class div.is-ajax-search-details,
div.is-ajax-search-result {
  left: 0;
  margin: 0 auto;
}

button[disabled],
html input[disabled] {
  cursor: no-drop !important;
  opacity: .4;
}

body:not(#blog-class) div.is-ajax-search-details,
body:not(#blog-class) div.is-ajax-search-result {
  width: 275px !important;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 510px) {
  body:not(#blog-class) div.is-ajax-search-details,
  body:not(#blog-class) div.is-ajax-search-result {
    left: 0 !important;
    right: 0;
  }
}

.article-form-row .is-form-style .is-search-input {
  background: #F5F5F5 !important;
  /* border: 1px solid #E6E6E6; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid transparent !important;
  display: block;
  padding: 19px 12px;
  font-size: 16px;
  color: #9F9F9F;
  width: 100%;
  margin: 10px 0;
  height: 61px;
  padding-right: 60px;
}

.article-form-row .is-form-style button.is-search-submit {
  height: 61px;
  margin-left: -4px;
  border: none;
  background: #F5F5F5;
  z-index: 999;
  position: relative;
}

.article-form-row .is-search-icon {
  height: 53px;
  display: block !important;
  padding: 5px 0;
  background: #F5F5F5;
  border: 1px solid transparent;
  width: 20px;
}

.article-form-row .is-search-icon img {
  margin: 10px;
}

.is-form-id-603 #is-search-input-603 {
  background: #FAFAFA;
}

.is-form-id-603 .is-search-submit .is-search-icon {
  background: #FAFAFA;
  position: relative;
  z-index: 9;
}

ul li {
  list-style: none;
}

.article-content p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
}

.hero-title {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 1300px) {
  .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .hero-title {
      font-size: 24px;
      line-height: 1.3em;
  }
}

@media (max-width: 576px) {
	.hero-title {
	  font-size: 22px;
	}
}

.hero-title:after {
  content: "";
  display: block;
  border-radius: 9px;
  position: absolute;
  bottom: -7px;
  height: 5px;
  width: 20%;
  background: #ff0000;
}

.hero-description {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 30px;
  font-weight: 300;
  color: #fff;
  max-width: 700px;
}

/* @media (max-width: 1300px) {
  .hero-description {
    font-size: 16px;
  }
} */

@media (max-width: 768px) {
  .hero-description {
    font-size: 14px;   line-height: 1.4em;
  }
}

@media (max-width: 560px) {
  .hero-description {
    font-size: 13px; 
  }
}
.heading-center {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}

.heading-center .heading-title {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #000; 
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
}

.heading-center .heading-title:after {
  content: "";
  border-radius: 9px;
  position: absolute;
  bottom: -20px;
  height: 7px;
  width: 100px;
  background: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.heading-center .heading-subtitle {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 1.8;
  margin: 2em 0;
  font-weight: 500;
}

section:not(.homepage-area):not(.single-product-page):not(.cerere-oferta-page):not(.contact-page):not(.stiri-page):not(.article-single):not(.article-zone):not(.faq-page):not(.single-product-hero) {
  padding: 30px 0;
}

.leasing-about-us .general_content {
	margin-bottom: 30px;
}


.leasing-categories {
  padding: 0 !important;
}

.breadcrumb-middle {
  padding: 2em 0;
}

#breadcrumbs span {
  display: inline;
}

.absolute-wrapper {
  position: relative;
  top: 0;
  height: 98%;
  width: 100%;
}

@media (max-width: 991px) {
  .absolute-wrapper {
    height: auto;
  }
}

.mt-5 {
  margin-top: 20px;
}

.hidden {
  overflow-y: hidden;
}

.column-title {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  position: relative;
  margin-bottom: 55px;
  color: #000000;

}



.column-title:after {
  content: "";
  display: block;
  border-radius: 9px;
  position: absolute;
  bottom: -25px;
  height: 7px;
  width: 15%;
  background: #ff0000;
}

.column-title-low {
  font-style: normal;
  font-weight: 800;
  font-size: 27px;
  line-height: 37px;
  position: relative;
  margin-bottom: 35px;
  color: #000000;
}

.column-title-low:after {
  content: "";
  display: block;
  border-radius: 9px;
  position: absolute;
  bottom: -17px;
  height: 7px;
  width: 15%;
  background: #ff0000;
}

@media (max-width: 1240px) {
  .column-title-low {
    font-size: 23px;
    line-height: 1.3em;
  }
}


@media (max-width: 768px) {
	.column-title-low {
	  font-size: 20px;
	  line-height: 1.2em;
	}
  }
  

.column-subtitle-low {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

@media (max-width: 1240px) {
  .column-subtitle-low {
    font-size: 15px;
  }
}
.invert {
  color: #fff;
}

.p-20 {
  padding: 20px 0;
}

.p30 {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .p30 {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gap-15 {
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.full {
  width: 100%;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.fw {
  width: 100%;
  text-align: center;
}

.quick-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  display: contents;
  color: #206CFF;
}

@media (max-width: 1024px) {
  .quick-link {
    font-size: 13px;
  }
}

.medium-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 0.7;
  color: #0085FF;
}


@media (max-width: 1240px) {
  .medium-title {
   
	  font-size: 16px;
  }
}

@media (max-width: 768px) {
  .medium-title {
    font-size: 15px;
  }
}

@media (max-width: 435px) {
  .medium-title {
  
  }
}

.about-subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
}

.centered {
  text-align: center;
}

body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

body.stopBody {
  overflow: hidden;
}

.wp-menu-image > img {
  width: 20px;
  height: 20px;
}

#adminmenu .wp-menu-image img {
  width: 20px;
}

.faq-list::-webkit-scrollbar {
  width: 5.5px;
  background: #FFFFFF;
  opacity: 0.5;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}

.faq-list::-webkit-scrollbar-thumb {
  background: #FF0000;
  border-radius: 9px;
}

.faq-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

								  not supported by any browser */
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.ml-auto {
  margin-left: auto;
}

#theme-header .theme-topbar {
  padding: 20px 0;
}

@media (max-width: 640px) {

  #theme-header .theme-topbar {
    padding: 10px 0;
  }
  body header .theme-logo img {
      width: 93px;
  }
}

.theme-search {
  position: relative;
}

.theme-search #search-header {
  border: 1.5px solid #D2D2D2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
  padding: 15px 40px 15px 25px;
}

.theme-search .search-icon {
  position: absolute;
  right: 15px;
  background: transparent;
  padding: 0;
}

@media (max-width: 992px) {
  .theme-search .search-icon {
    display: none;
  }
}

.theme-search .search-icon img {
  width: 20px;
}

.theme-quick-contact li > a {
  font-size: 14px;
  white-space: nowrap;
}

.theme-quick-contact li > a:hover {
	text-decoration: none;
	color: #FF0000
}

.contact-icon {
  float: left;
  margin: 0 7px;
}

@media (max-width: 539px) {
  .contact-icon {
    line-height: 3;
  }
  .contact-icon img {
    width: 30px;
  }
}

.contact-panel > span {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 539px) {
  .contact-panel > span {
    font-size: 11px;
  }
}

.contact-panel > a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.09em;
}

@media (max-width: 992px) {
  .contact-panel > a {
    letter-spacing: 0;
    font-size: 14px;
  }
}

.theme-logo img {
  width: 150px;
}

.theme-navigation {
  background: #EBEBEB;
  padding: 16px 0;
}

@media (max-width: 992px) {
  .theme-navigation {
    display: none;
  }
}

@media (max-width: 992px) {
  .theme-navigation .primary-nav {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

.theme-navigation .primary-nav li {
  position: relative;
}

.theme-navigation .primary-nav li .menu-link {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.theme-navigation .primary-nav li .menu-link:hover {
	text-decoration: none;
	color: #FF0000
}

@media (max-width: 1300px) {
  .theme-navigation .primary-nav li .menu-link {
    font-size: 14px;
  }
}

.theme-navigation .primary-nav li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 5px;
  right: -50px;
  width: 1.5px;
  height: 13px;
  display: block;
  background: #ADADAD;
}

@media (max-width: 1240px) {
  .theme-navigation .primary-nav li:not(:last-child):after {
    right: -25px;
  }
}

@media (max-width: 992px) {
  .theme-navigation .primary-nav li:not(:last-child):after {
    right: -15px;
  }
}

.full-bar .panel-right .mobile-call {
  display: none;
}

@media (max-width: 992px) {
  .full-bar .panel-right .desktop-call {
    display: none;
  }
}

@media (max-width: 1480px) {
  .full-bar .panel-right {
    margin-left: auto;
  }
  .full-bar .panel-right a.primary-button {
    padding: 15px 17px;
  }
}

@media (max-width: 1480px) and (max-width: 539px) {
  .full-bar .panel-right a.primary-button {
    padding: 15px 10px;
  }
}

@media (max-width: 1300px) {
  .full-bar {
    display: none;
  }
}

.button_container {
  display: none;
  position: relative;
  top: 5%;
  height: 18px;
  width: 28px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

@media (max-width: 1300px) {
  .button_container {
    display: block;
  }
}

.button_container:hover {
  opacity: .7;
}

.button_container.active-menu {
  position: absolute;
  left: 4%;
  margin-top: 30px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.button_container.active-menu .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;    top: 0;
}

.button_container.active-menu .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active-menu .bottom {
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
          transform: translateY(-6px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container span {
  background: #FF0000;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 8px;
}

.button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 998;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.overlay ul {
  position: relative;
  margin: 0 auto;
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.overlay ul li {
  display: block;
  padding: 20px 0;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 960px) {
	.overlay ul li a {
		font-size: 16px;
	}

	.overlay ul li {
		padding: 13px 0;
	}
	body .overlay ul li a:after {
		height: 2px;
	}
}


@media (max-width: 560px) {
	.overlay ul li a {
		font-size: 15px;
	}

	.overlay ul li {
		padding: 10px 0;
	}

	body .overlay ul li a:after {
		height: 1px;
	}
}


.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.mobile-flux {
  display: none;
}

@media (max-width: 1300px) {
  .mobile-flux {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 992px) {
  .mobile-flux {
    -webkit-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
}

.mobile-flux .theme-search {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.mobile-flux .theme-search .mobile-call {
	margin-right: 20px; display: none;
}

@media (max-width: 992px) {
	.mobile-flux .theme-search .mobile-call {
		display: block;
	}
}

@media (max-width: 480px) {
	.mobile-flux .theme-search .mobile-call {
		padding: 7px 10px;
		font-size: 11px;
	}
}


@media (max-width: 420px) {
	.mobile-flux .theme-search .mobile-call {
		font-size: 10px;    padding: 6px 7px;    margin-right: 13px;
	}
}

.mobile-flux .panel-left {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .mobile-flux .panel-left {
    margin-right: 0;
  }
}

.mobile-flux .contact-panel {
  display: -ms-inline-grid;
  display: inline-grid;
}

@media (max-width: 992px) {
  .mobile-flux .panel-right {
    margin-left: auto;
  }
  .mobile-flux .panel-right .mobile-call {
    padding: 14px 10px;
  }
}

@media (max-width: 992px) {
  .mobile-flux .theme-search #search-header {
    display: none;
  }
}

@media (max-width: 992px) {
  .mobile-flux .theme-search .search-mobile {
    display: none;
  }
}

.mobile-flux .theme-search .search-icon-mobile {
  display: none;
}

@media (max-width: 992px) {
  .mobile-flux .theme-search .search-icon-mobile {
    background: transparent;
    position: relative;
    top: unset;
    right: unset;
    display: block !important;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .mobile-flux .theme-top-contact {
    width: 100%;
	display: none;
  }
  header .theme-logo img {
	width: 120px;
  }
}

@media (max-width: 768px) {
	header .theme-logo img {
		width: 110px;
	  }
}

@media (max-width: 539px) {
  .mobile-flux .theme-top-contact {
    margin-top: 10px;
  }
}

.mobile-search-flux {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: transparent;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  overflow: hidden;
}

.mobile-search-flux.open-search {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  height: 100vh;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.close {
  position: absolute;
  top: 20px;
  right: 5%;
  width: 50px;
  height: 50px;
  background: #Fff;
  color: red;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  place-items: center;
  display: -ms-grid;
  display: grid;
  border-radius: 50%;
}

.close:hover {
  cursor: pointer;
  opacity: .9;
}

#leasing-footer {
  background: #373737;
  padding-top: 50px;
}

@media (max-width: 768px) {
	#leasing-footer {
		padding-top: 40px;
	}
}

#leasing-footer .footer-offer {
  background: #fff;
  padding: 4px 4px 4px 32px;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  border-radius: 7px;
}

@media (max-width: 992px) {
  #leasing-footer .footer-offer {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  #leasing-footer .footer-offer {
	flex-wrap: wrap;
	-webkit-column-gap: 0;
	column-gap: 0; 
    text-align: center;    flex-direction: column;
    padding: 6px;
width: 100%;
	/* display: none; */
    /* padding: 4px 4px 4px 20px;
    -webkit-column-gap: 20px;
            column-gap: 20px; */
  }

  #leasing-footer .footer-offer .double-text {
	margin-bottom: 5px;
  }
}

#leasing-footer .footer-offer .double-text {
  float: left;
  text-align: center;
}

#leasing-footer .footer-offer .double-text p {
  margin: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #232323;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #leasing-footer .footer-offer .double-text p {
    font-size: 14px;
  }
}

#leasing-footer .footer-offer .double-text .strong {
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 768px) {
  #leasing-footer .footer-offer .double-text .strong {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
	#leasing-footer .footer-offer .double-text .strong,
	#leasing-footer .footer-offer .double-text p {
	  font-size: 12px;
	}
}

#leasing-footer .footer-offer a {
  float: right;
  background: #FF0000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 18px 32px;
  border-radius: 10px;
}

#leasing-footer .footer-offer a:hover {
	text-decoration: none;
	opacity: 0.8;
}

@media (max-width: 576px) {
  #leasing-footer .footer-offer a {
    padding: 7px 20px;
  }
}

#leasing-footer .partial-footer {
  border-bottom: 1px solid #616161;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  #leasing-footer .partial-footer > .custom-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
}

@media (max-width: 768px) {
	#leasing-footer .partial-footer > .custom-row {
		justify-content: space-between;
	}
	#leasing-footer .partial-footer {
		padding-bottom: 30px;
	}
}

#leasing-footer .second-level {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #leasing-footer .second-level {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  #leasing-footer .inside-col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #leasing-footer .inside-col {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 20px 0;
	width: 50%;
	text-align: center;margin-top: 0;
  }
}

@media (max-width: 560px) {
	#leasing-footer .inside-col {
		width: 100%;
	}
}

#leasing-footer .inside-col h2 {
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

#leasing-footer .inside-col .wp-primary-nav li a,
#leasing-footer .inside-col .wp-secondary-nav li a {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  margin: 6px 0;
}
@media (max-width: 768px) {
	.wp-quick-contact {
		max-width: 197px;
		display: block;
		margin: 0 auto;
		text-align: left;
	}

	.wp-quick-contact img {
		width: 15px;
	}

	#leasing-footer .inside-col h2 {
		margin-bottom: 10px;
	}
}


#leasing-footer .inside-col .wp-quick-contact li a {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  margin: 10px 0;
}

@media (max-width: 960px) {
	#leasing-footer .inside-col .wp-quick-contact li a ,
	#leasing-footer .inside-col .wp-primary-nav li a,
	#leasing-footer .inside-col .wp-secondary-nav li a {
		font-size: 13px;
	}

	#leasing-footer .inside-col .wp-secondary-nav li a {

		margin: 5px 0;
	}
}

@media (max-width: 768px) {
	#leasing-footer .inside-col .wp-quick-contact li a ,
	#leasing-footer .inside-col .wp-primary-nav li a,
	#leasing-footer .inside-col .wp-secondary-nav li a {
		font-size: 12px;
	} 

}

#leasing-footer .footer-credits {
  background: #1D1D1D;
  border-radius: 50px 50px 0px 0px;
  padding-top: 18px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  #leasing-footer .footer-credits {
    padding-bottom: 20px;
	border-radius: 20px 20px 0px 0px;
  }
  
}
@media (max-width: 560px) {
  #leasing-footer .footer-credits {
	margin-top: 0;
  }
  
}

@media (max-width: 992px) {
  #leasing-footer .footer-credits .credits-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#leasing-footer .footer-credits .footer-about {
  border-bottom: 1px solid #616161;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

#leasing-footer .footer-credits p {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
}

/* @media (max-width: 768px) {
  #leasing-footer .footer-credits p {
    font-size: 13px;
  }
} */


  

#leasing-footer .footer-credits .useful-links {
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

@media (max-width: 992px) {
  #leasing-footer .footer-credits .useful-links {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#leasing-footer .footer-credits .useful-links li a {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
}


@media (max-width: 1200px) {
	#leasing-footer .footer-credits .useful-links li a ,
	#leasing-footer .footer-credits p,
	#leasing-footer .footer-credits .footer-about {
	  font-size: 13px;
	}
}
  
@media (max-width: 1020px) {
	#leasing-footer .footer-credits .useful-links li a ,
	#leasing-footer .footer-credits p,
	#leasing-footer .footer-credits .footer-about {
		font-size: 12px;
		text-align: center;
	}
}

  
@media (max-width: 768px) {
	#leasing-footer .inside-col .wp-primary-nav li a,
	#leasing-footer .inside-col .wp-secondary-nav li a {
		margin: 2px 0;
	}
}

@media (max-width: 560px) {
	#leasing-footer .footer-credits .useful-links li a ,
	#leasing-footer .footer-credits p,
	#leasing-footer .footer-credits .footer-about {
		font-size: 11px;
	}
}

.scrollTop {
  height: 60px;
  position: fixed;
  bottom:30px;
  width: 50px;
  right: 2%;
  z-index: -1;
  background: #FF0000;
  fill: #fff;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 960px) {
	.scrollTop {
		bottom: 15px;
		right: 15px;    width: 40px;
		height: 47px;
	}

}

.visible {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.home-background-slide {
  height: 700px;
}


.homepage-area {
  position: relative;
}

.middle-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   height: 700px; 
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .home-background-slide, .middle-row {
    height: 500px;
  }
}
@media (max-width: 560px) {
  .home-background-slide, .middle-row {
    height: 600px;
  }
}

.middle-row .box-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  position: relative;
  z-index: 9;
}

@media (max-width: 1024px) {
  .middle-row .box-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

@media (max-width: 768px) {
  .middle-row .box-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.middle-row .box-wrapper .slide-body > p {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  z-index: 8;
}

@media (max-width: 768px) {
  .middle-row .box-wrapper .slide-body > p {
    font-size: 16px;
  }
}


@media (max-width: 560px) {
  .middle-row .box-wrapper .slide-body > p {
    font-size: 14px; 
  }
}


.middle-row .box-wrapper .buttons-area {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px;
  border-radius: 7px;
 
    max-width: 650px;
}

.leasing-heading  .buttons-area {
	max-width: 600px;
	flex-wrap: wrap;
}


.leasing-heading  .buttons-area .primary-button-rounded,
.leasing-heading  .buttons-area .secondary-button-rounded,
.middle-row .box-wrapper .buttons-area .primary-button-rounded {
    width: calc(50% - 10px);
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
    text-align: center;    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
} 


@media (max-width: 990px) {
	.leasing-heading  .buttons-area .primary-button-rounded,
	.leasing-heading  .buttons-area .secondary-button-rounded,
	.middle-row .box-wrapper .buttons-area .primary-button-rounded {
		font-size: 13px;
	}
}


@media (max-width: 768px) {
	.middle-row .box-wrapper .buttons-area .primary-button-rounded {
		font-size: 12px;    padding: 8px 10px;
	}
}

@media (max-width: 560px) {
	.leasing-heading  .buttons-area .primary-button-rounded,
	.leasing-heading  .buttons-area .secondary-button-rounded,
	.middle-row .box-wrapper .buttons-area .primary-button-rounded {
		font-size: 11px;
		padding: 6px 10px;
		width: 100%;
		margin-left: 1px!important;
		margin-right: 1px!important;
		margin-bottom: 3px!important;
		margin-top: 3px!important;
	}.hero-title {
		font-size: 17px;
	}.hero-description {
		font-size: 12px;
	}
}

.home-background-slide {
  position: relative;
  background-size: cover;
}

.home-background-slide:after {
  content: "";
  background: linear-gradient(90.23deg, rgba(0, 0, 0, 0.61) 100.62%, rgba(0, 0, 0, 0.2) 99.8%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @media (max-width: 1024px) {
  .home-background-slide:after {
    background: linear-gradient(90.23deg, rgba(0, 0, 0, 0.71) 100.62%, rgba(0, 0, 0, 0.3) 99.8%);
  }
} */

.homepage-slider > .slick-dots {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  opacity: 0.5;
  border-radius: 9px;
}

.homepage-slide-thumbs {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 539px) {
  .homepage-slide-thumbs {
    bottom: 30px;
  }
}

.homepage-slide-thumbs .slick-list {
  border-radius: 9px;
}

.homepage-slide-thumbs .slick-track {
  border-radius: 9px;
  margin: 0 auto;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homepage-slide-thumbs .slick-track .home-slide-thumb {
  width: 100% !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  height: 5px;
}

.homepage-slide-thumbs .slick-track .home-slide-thumb:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 5px;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-slide-thumbs .slick-track .slider-hero-thumb.slick-current:before {
  background: #FF0000;
}

.homepage-slide-thumbs .slick-track .home-slide-thumb.slick-current {
  height: 5px;
}

.homepage-slide-thumbs .slick-track .home-slide-thumb.slick-current:after {
  content: "";
  width: 66%;
  height: 3.6px;
  position: absolute;
  bottom: 0.5px;
  left: 15px;
  background: #FF0000;
  border-radius: 9px;
}

.leasing-categories .leasing-fx-row {
  overflow: hidden;
  height: 650px;
}

/* @media (max-width: 992px) {
  .leasing-categories .leasing-fx-row {
    height: 700px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
} */

@media (max-width: 576px) {
  .leasing-categories .leasing-fx-row {
    height: auto;
  }
}

.leasing-categories .leasing-category-panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  text-align: center;
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
}

@media (max-width: 992px) {
  .leasing-categories .leasing-category-panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

/* @media (max-width: 576px) {
  .leasing-categories .leasing-category-panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
} */

.leasing-categories .leasing-category-panel:hover {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-left: -30px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 99;
}

@media (max-width: 1078px) {
  .leasing-categories .leasing-category-panel:hover {
    margin-right: -10px;
  }
}
/* 
@media (max-width: 992px) {
  .leasing-categories .leasing-category-panel:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-left: inherit;
    margin-right: inherit;
  }
} */

/* @media (max-width: 576px) {
  .leasing-categories .leasing-category-panel:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
} */

.leasing-categories .leasing-category-panel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.14) 70%, rgba(0, 0, 0, 0.6) 100%);
  display: block;
  margin-top: -600px;
}

/* @media (max-width: 992px) {
  .leasing-categories .leasing-category-panel:after {
    margin-top: -350px;
  }
} */

/* @media (max-width: 576px) {
  .leasing-categories .leasing-category-panel:after {
    height: 100vh;
    margin-top: -600px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(0, 0, 0, 0.54)), to(black));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.54) 70%, black 100%);
  }
} */

.leasing-categories .leasing-category-panel .over-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 40px 20px;
}

.leasing-categories .leasing-category-panel:hover  {
	text-decoration: none!important;
}

/* @media (max-width: 576px) {
  .leasing-categories .leasing-category-panel .over-content {
    margin-top: 150px;
    display: block;
    height: auto;
  }
} */

.leasing-categories .leasing-category-panel .hidden-category-extra {
  position: relative;
  margin-bottom: -200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* @media (max-width: 992px) {
  .leasing-categories .leasing-category-panel .hidden-category-extra {
    margin-bottom: -130px;
  }
} */

.leasing-categories .leasing-category-panel .hidden-category-extra p {
  color: #fff;
  font-size: 14px;
  max-width: 80%;
  margin-left :  auto;
  margin-right: auto;
  padding: 0 20px;
}

.leasing-categories .leasing-category-panel:hover .primary-button-no-shadow {
	transform: scale(0.7);
}

@media (max-width: 1240px) {
  .leasing-categories .leasing-category-panel .hidden-category-extra p {
    font-size: 13px;
  }
}

@media (max-width: 1078px) {
	.leasing-categories .leasing-category-panel .hidden-category-extra p {
		max-width: 100%;
	}

	.leasing-categories .leasing-category-panel .hidden-category-extra {
		visibility: visible;
		opacity: 1;
		margin-bottom: 0
	}

	.leasing-categories .leasing-fx-row {
		flex-wrap: wrap;
		width: auto;
		height: auto;
	}
  	.leasing-categories .leasing-category-panel:hover {
		cursor: pointer;
		-webkit-box-flex: 0;
		-ms-flex: initial;
		flex: initial;
		margin-left: 0px;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 99;
	}
	.leasing-category-panel:hover .hidden-category-extra {
		margin-bottom: 0!important;
	}

	/* .leasing-category-panel:hover .hidden-category-extra {
		margin-bottom: 0;
	} */

	.leasing-categories .leasing-category-panel {
		width: 50%; flex: initial;
	}
	.leasing-categories .leasing-category-panel:hover .primary-button-no-shadow {
		transform: scale(1);
	}
	.leasing-categories .leasing-category-panel:hover {
		margin-right: 0;
	}
	.leasing-categories .leasing-category-panel:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.9)));
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21%, rgba(0, 0, 0, 0.84) 70%, rgba(0, 0, 0, 0.9) 100%);
		display: block;
		margin-top: -450px!important;
	}

	.leasing-categories .leasing-category-panel {
		height: 450px;
	}
}

.leasing-categories .leasing-category-panel .leasing-category-title {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding: 0 20px;
  max-width: 250px;
  z-index: 1;
  line-height: 1.4em;
}

@media (max-width: 1240px) {
  .leasing-categories .leasing-category-panel .leasing-category-title {
    font-size: 20px;
  }
}

@media (max-width: 1078px) {
  .leasing-categories .leasing-category-panel .leasing-category-title {
    max-width: 100%;
  }
}


@media (max-width: 768px) {
	.leasing-categories .leasing-category-panel .leasing-category-title {
		max-width: 100%;
		margin-bottom: 6px;
		font-size: 18px;
	}

	.leasing-categories .leasing-category-panel {
		height: 400px;
	}

	.leasing-categories .leasing-category-panel:after {
		margin-top: -400px!important;
	}
}


@media (max-width: 560px) {
	.leasing-categories .leasing-category-panel {
		width: 100%;
	}
}

.leasing-category-panel:hover .hidden-category-extra {
  margin-bottom: 50px;
  visibility: visible;
  opacity: 1;
}

/* @media (max-width: 576px) {
  .leasing-category-panel:hover .hidden-category-extra {
    margin-bottom: 200px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
} */

.leasing-category-panel:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21%, rgba(0, 0, 0, 0.84) 70%, rgba(0, 0, 0, 0.9) 100%);
  display: block;
  margin-top: -600px;
}

/* @media (max-width: 992px) {
  .leasing-category-panel:hover:after {
    margin-top: -350px;
  }
} */

/* @media (max-width: 992px) {
  .leasing-category-panel:hover:after {
    margin-top: -350px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30.5%, rgba(0, 0, 0, 0.6)), color-stop(70%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 30.5%, rgba(0, 0, 0, 0.64) 70%, rgba(0, 0, 0, 0.9) 100%);
  }
}

@media (max-width: 576px) {
  .leasing-category-panel:hover:after {
    margin-top: -600px;
  }
} */

.products-zone .product-flow-panel:hover .product-body .product-thumbnail .hover_car {
  visibility: visible;
  opacity: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity .3s ease, visibility .2s ease;
  transition: opacity .3s ease, visibility .2s ease;
}

.products-zone .product-flow-panel:hover .product-body .product-thumbnail .primary-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease, visibility .2s ease;
  transition: opacity .3s ease, visibility .2s ease;
}

.products-zone {
  position: relative;
}

.products-zone .product-flow-panel.off {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.products-zone .product-flow-panel {
  background: #fff;
  padding:  15px;
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
  height: 100%;
}

.products-zone .product-flow-panel:hover {
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.11);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.products-zone .product-flow-panel .product-tags {
  border-bottom: 1px solid #C9C9C9;
  padding: 10px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 4px;
          column-gap: 4px;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .products-zone .product-flow-panel .product-tags {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -webkit-column-gap: 20px;
            column-gap: 20px; */
  }
}

.products-zone .product-flow-panel .product-tags .tag {
  border: 1px solid;
  border-radius: 3px;
  padding: 1px 6px 4px 6px;
  line-height: 1;
  margin: 2px;

}


.products-zone .product-flow-panel .product-tags .tag a {
  color: #343434;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1em;
}
/* 
@media (max-width: 1480px) {
  .products-zone .product-flow-panel .product-tags .tag a {
    font-size: 13px;
  }
} */

@media (max-width: 1350px) {
  .products-zone .product-flow-panel .product-tags .tag a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .products-zone .product-flow-panel .product-tags .tag a {
    font-size: 11px;
  }
}

.products-zone .product-flow-panel .product-tags .tag a:hover {
  text-decoration: none;
}

.products-zone .product-flow-panel .product-body {
  border-bottom: 1px solid #C9C9C9;
}

.products-zone .product-flow-panel .product-body .product-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
}

.products-zone .product-flow-panel .product-body .product-thumbnail .primary-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  height: 100%;
}

.products-zone .product-flow-panel .product-body .product-thumbnail .hover_car {
  position: absolute;
  -webkit-transition: opacity .3s ease, visibility .2s ease;
  transition: opacity .3s ease, visibility .2s ease;
  visibility: hidden;
  opacity: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.products-zone .product-flow-panel .product-body .product-title > h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 20px;
}




@media (max-width: 576px) {
  .products-zone .product-flow-panel .product-body .product-title > h3 {
    font-size: 18px;
  }
}

.products-zone .product-flow-panel .product-body .product-description > p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #4B4B4B;
  margin: 7px 0;
}

@media (max-width: 1480px) {
  .products-zone .product-flow-panel .product-body .product-description > p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .products-zone .product-flow-panel .product-body .product-description > p {
    font-size: 12px;
    margin: 0;
  }
}


.justify-content-end{
    justify-content: end;
}



.products-zone .product-flow-panel .product-body .product-price .rate-panel .rata-lunara {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #919191;
}

@media (max-width: 1480px) {
  .products-zone .product-flow-panel .product-body .product-price .rate-panel .rata-lunara {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .products-zone .product-flow-panel .product-body .product-price .rate-panel .rata-lunara {
    font-size: 16px;
  }
}

.products-zone .product-flow-panel .product-body .product-price .rate-panel span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #919191;
}

@media (max-width: 1480px) {
  .products-zone .product-flow-panel .product-body .product-price .rate-panel span {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .products-zone .product-flow-panel .product-body .product-price .rate-panel span {
    font-size: 16px;
  }
}

.products-zone .product-flow-panel .product-body .product-price .leasing-heading > h4 {
  margin-top: 0.3em;
  color: #0085FF;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;

}

 @media (max-width: 1350px) {
  .products-zone .product-flow-panel .product-body .product-price .leasing-heading > h4 {
    font-size: 12px;
  }
} 

@media (max-width: 992px) {
  .products-zone .product-flow-panel .product-body .product-price .leasing-heading > h4 {
    font-size: 11px;
  }
}

.products-zone .product-flow-panel .product-body .product-price .leasing-heading > .full-price {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #FF0000;
  white-space: nowrap;
}

@media (max-width: 1480px) {
  .products-zone .product-flow-panel .product-body .product-price .leasing-heading > .full-price {
    font-size: 20px;
  }
}

@media (max-width: 1350px) {
  .products-zone .product-flow-panel .product-body .product-price .leasing-heading > .full-price {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .products-zone .product-flow-panel .product-body .product-price .leasing-heading > .full-price {
    font-size: 18px;
  }
}

.products-zone .product-flow-panel .product-body .product-price .leasing-heading > .full-price .currency {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #FF0000;
}

/* @media (max-width: 1350px) {
  .products-zone .product-flow-panel .product-body .product-price .leasing-heading > .full-price .currency {
    font-size: 15px;
  }
} */

@media (max-width: 992px) {
  .products-zone .product-flow-panel .product-body .product-price .leasing-heading > .full-price .currency {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .products-zone .product-flow-panel .product-body .product-price .leasing-heading > .full-price .currency {
    font-size: 14px;
  }
}

.products-zone .product-flow-panel .product-before-footer {
  margin: 12px 0;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 10px;
}

.products-zone .product-flow-panel .product-before-footer .product-summary li p {
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  font-size: 15px;
  color: #414141;
  margin: 0;
}

@media (max-width: 992px) {
  .products-zone .product-flow-panel .product-before-footer .product-summary li p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .products-zone .product-flow-panel .product-before-footer .product-summary li p {
    font-size: 12px;
  }
}


.products-zone .product-flow-panel .product-footer .product-custom-info {
  display: grid;
  place-items: center;
}

.products-zone .product-flow-panel .product-footer .product-custom-info img {
  min-height: 24px;
	    max-height: 24px;
    max-width: 40px;
}

.products-zone .product-flow-panel .product-footer .product-custom-info span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #414141;
}

@media (max-width: 992px) {
  .leasing-services .why-us-panel {
    margin-bottom: 50px;
  }
  .products-zone .product-flow-panel .product-footer .product-custom-info span{
    font-size: 12px;
  }
}

.leasing-services .why-us-panel {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 992px) {
	.leasing-services .why-us-panel {
		top: 0;
		transform: none;
	}
}

/* .leasing-services .why-us-panel p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 23px;
  color: #4A4A4A;
}

@media (max-width: 1078px) {
  .leasing-services .why-us-panel p {
    font-size: 16px;
  }
} */

.leasing-services .services-wrapper .service-panel {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.09);
  padding: 17px 20px;
  position: relative;
  border-radius: 5px;
  height: 100%;
}

.leasing-services .services-wrapper .service-panel:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  background: #FF0000;
  opacity: 0.2;
}

.leasing-services .services-wrapper .service-panel img {
  margin-left: 15px;
  margin-top: 25px;
	max-height: 55px;
  display: block;
}

.leasing-services .services-wrapper .service-panel p {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 27px;
  min-height: 80px;
  word-break: break-word;
  white-space: pre-line;
  /* max-width: 105px; */
}

@media (max-width: 1200px) {
	.leasing-services .services-wrapper .service-panel p {
		font-size: 14px;
		line-height: 1.4em;
	}
}

@media (max-width: 1078px) {
  .leasing-services .services-wrapper .service-panel p {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .leasing-services .services-wrapper .service-panel p {
    min-height: 0;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
	.why-box-small {
		width: 100%;
	}
}

.leasing-all-brands {
  background: #fff;
}

.leasing-all-brands .custom-col {
  background: #fff;
/*   -webkit-box-flex: 1;
      -ms-flex: 1 0 7%;
          flex: 1 0 7%; */
  flex: 0 0 auto;
  width:auto;
  padding: 20px 10px;
  margin: 5px;
}

@media (max-width: 1024px) {
  .leasing-all-brands .custom-col {
/*     -webkit-box-flex: 1;
        -ms-flex: 1 0 11%;
            flex: 1 0 11%; */
    width: auto;
    padding: 13px 5px;
  }
}

@media (max-width: 768px) {
  .leasing-all-brands .custom-col {
/*     -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%; */
  }
}

.leasing-all-brands .custom-col .brand-img {
  margin: 0 auto;
  width: 60px;
  max-width: 60px;
  display: block;
}


.leasing-all-brands .custom-col-full {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 7%;
  flex: 0 1 20%;
  width: 20%;
  padding: 20px 10px;
  margin: 5px;
}

@media (max-width: 1024px) {
  .leasing-all-brands .custom-col-full {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 11%;
            flex: 1 0 11%;
    width: 20%;
    padding: 30px 10px;
  }
}

.leasing-all-brands .custom-col-full .brand-img {
  margin: 0 auto;
  width: 60px;
  display: block;
  height: 40px;
}

@media (max-width: 1024px) {
  .leasing-all-brands .custom-col-full .brand-img {
    width: 50px;
  }
}

.brands-slider {
  margin-top: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 17px;
  padding: 50px 100px 60px;
}

@media (max-width: 1024px) {
  .brands-slider {
    padding: 50px 50px 60px;
  }
}

.brands-slider .single-brand .brand-slide-img {
  min-width: 100px;
  min-height: 50px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .brands-slider .single-brand .brand-slide-img {
    min-height: 0;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .brands-slider .single-brand .brand-slide-img {
    min-width: 100%;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .brands-slider-navigation .slick-arrow {
    width: 20px;
  }
}

.brands-slider-navigation .prev-btn2 {
  position: absolute;
  left: 4%;
  top: 35%;
}

.brands-slider-navigation .next-btn2 {
  position: absolute;
  right: 4%;
  top: 35%;
}

.brands-thumbs-slider {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
}

.brands-thumbs-slider .slick-list {
  border-radius: 9px;
}

.brands-thumbs-slider .slick-track {
  border-radius: 9px;
  margin: 0 auto;
  width: 90% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brands-thumbs-slider .slick-track .brand-slide-thumb {
  width: 100% !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  height: 5px;
}

.brands-thumbs-slider .slick-track .brand-slide-thumb:before {
  content: "";
  display: block;
  background: #D2D2D2;
  width: 100%;
  height: 5px;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
}

.brands-thumbs-slider .slick-track .brand-slide-thumb.slick-current {
  height: 5px;
}

.brands-thumbs-slider .slick-track .brand-slide-thumb.slick-current:after {
  content: "";
  width: 66%;
  height: 3.6px;
  position: absolute;
  bottom: 0.5px;
  left: 15px;
  background: #FF0000;
  border-radius: 9px;
}

.leasing-recent-posts .recent-posts-slider {
  margin-bottom: 0;
  margin-top: 30px;
}

@media (max-width: 768px) {
	.leasing-recent-posts .recent-posts-slider {
		margin-top: 0;
	}
	 
}

.post-slide .element-article-link:hover {
	text-decoration: none;
}

.post-slide .element-article-link .fake-link {
	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FF0000;
}
@media (max-width: 768px) {

	.post-slide .element-article-link .fake-link {
		font-size: 13px;
	}

}

.leasing-recent-posts .recent-posts-slider .post-slide {
  margin: 20px 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.leasing-recent-posts .recent-posts-slider .post-slide:hover {
  opacity: 0.8;
  transition: all .3s ease;
}

.leasing-recent-posts .recent-posts-slider .post-slide:hover .post-header .tag-post {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.article-zone  .post-slide .post-header,
.leasing-recent-posts .recent-posts-slider .post-slide .post-header {
  height: 300px;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  display: block;
}

.article-zone .post-slide {
	margin-bottom: 20px;
}

@media (max-width: 1380px) {
	.article-zone .post-slide .post-header,
	.leasing-recent-posts .recent-posts-slider .post-slide .post-header {
		height: 230px;
	}
}


.article-zone  .post-slide .post-header .tag-post,
.leasing-recent-posts .recent-posts-slider .post-slide .post-header .tag-post {
	background: #FFD2D2;
    border: 1px solid #FF6868;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 6px 9px;
    margin-top: 12px;
    margin-left: 13px;
    font-size: 12px;
}

@media (max-width: 1024px) {
	.article-zone  .post-slide .post-header .tag-post,
  .leasing-recent-posts .recent-posts-slider .post-slide .post-header .tag-post {
    font-size: 11px;
  }
}
.article-zone   .post-slide .post-body ,
.leasing-recent-posts .recent-posts-slider .post-slide .post-body {
  padding-bottom: 1em;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 20px;
}

.article-zone .post-slide .post-body .post-title,
.leasing-recent-posts .recent-posts-slider .post-slide .post-body .post-title {
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 1.4;
    margin: 15px 0;
}
@media (max-width: 960px) {
	.article-zone .post-slide .post-body .post-title,
	.leasing-recent-posts .recent-posts-slider .post-slide .post-body .post-title {
		font-size: 16px;
		margin-top: 10px;
	}
  .article-zone .post-slide .post-body, .leasing-recent-posts .recent-posts-slider .post-slide .post-body{
    padding-bottom: 10px;
  }

}
.article-zone .post-slide .post-body .post-info,
.leasing-recent-posts .recent-posts-slider .post-slide .post-body .post-info {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}
.article-zone  .post-slide .post-body .post-info .post-details,
.leasing-recent-posts .recent-posts-slider .post-slide .post-body .post-info .post-details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}
.article-zone .post-slide .post-body .post-info .post-details span ,
.leasing-recent-posts .recent-posts-slider .post-slide .post-body .post-info .post-details span {
  font-weight: 500;
  font-size: 13px;
  color: #9B9B9B;
}

.article-zone  .post-slide .post-content,
.leasing-recent-posts .recent-posts-slider .post-slide .post-content {
 padding: 0;
}


.article-zone   .post-slide  a:hover {
	opacity: 0.8;
    -webkit-transition: all .3s ease;
}
.article-zone   .post-slide .post-content p ,
.leasing-recent-posts .recent-posts-slider .post-slide .post-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5em;
    color: #4A4A4A;
}

@media (max-width: 1020px) {
	.article-zone   .post-slide .post-content p,
	.leasing-recent-posts .recent-posts-slider .post-slide .post-content p {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.article-zone   .post-slide .post-content p,
	.leasing-recent-posts .recent-posts-slider .post-slide .post-content p {
		font-size: 13px;
	}
}


.article-zone   .post-slide .post-footer a,
.leasing-recent-posts .recent-posts-slider .post-slide .post-footer a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FF0000;
}
@media (max-width: 768px) {
	.article-zone   .post-slide .post-footer a,
	.leasing-recent-posts .recent-posts-slider .post-slide .post-footer a {
		font-size: 13px;
	}
}
.leasing-recent-posts .recent-posts-slider-navigation .prev-btn3 {
  position: absolute;
    left: 4%;
	top: 35%;
}

@media (max-width: 768px) {
  	.prev-btn3 {
    	top:35%;
  	}
}

.leasing-recent-posts .recent-posts-slider-navigation .next-btn3 {
  position: absolute;
  right: 4%;
  top: 35%;
}

@media (max-width: 768px) {
  .next-btn3 {
    top:35%;
  }
}


.leasing-recent-posts .slick-dots {
	display: flex;
    justify-content: center;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 10px;
    margin-right: 10px;
}
.leasing-recent-posts .slick-dots li {
	width: 100%;
}
.leasing-recent-posts  .slick-dots li button { 
	padding: 0;
    font-size: 0;
    width: 100%;
    height: 5px;
    display: inline-block;
    background: #D8D8D8;
    border-radius: 0;
}

.leasing-recent-posts .slick-dots li.slick-active button {
	background: #FF0000;
}

.post-details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.post-details span {
  font-weight: 500;
  font-size: 14px;
  color: #9B9B9B;
}

.recent-posts-thumbs-slider {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 100%;
}

.recent-posts-thumbs-slider .slick-list {
  border-radius: 9px;
}

.recent-posts-thumbs-slider .slick-track {
  border-radius: 9px;
  margin: 0 auto;
  width: 85% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recent-posts-thumbs-slider .slick-track .post-thumb {
  width: 100% !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  height: 5px;
}

.recent-posts-thumbs-slider .slick-track .post-thumb:before {
  content: "";
  display: block;
  background: #D2D2D2;
  width: 100%;
  height: 5px;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
}

.recent-posts-thumbs-slider .slick-track .post-thumb.slick-current {
  height: 5px;
}

.recent-posts-thumbs-slider .slick-track .post-thumb.slick-current:after {
  content: "";
  width: 66%;
  height: 3.6px;
  position: absolute;
  bottom: 0.5px;
  left: 15px;
  background: #FF0000;
  border-radius: 9px;
}

.more-button {
  /* margin-top: 100px; */
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
	.more-button {
		margin-top: 20px;
	}
}

.newsletter-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 100%;
}

.newsletter-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);  
  width: 100%;
  height: 100%;
  z-index: 0;
}

.newsletter-area .news-panel {
  z-index: 8;
  position: relative;
  max-width: 700px;
}


.newsletter-area .news-panel {
	text-align: center;   display: block; margin: 0 auto;
}

.newsletter-area .column-title {
	margin-bottom: 45px;
}

.newsletter-area .column-title:after {
	left: calc((100% - 15%)/2);
}
.newsletter-area .newsletter-sub {
	margin: 0 auto;
	display: block;
}
@media (max-width: 1200px) {
	.newsletter-area .newsletter-sub {
	
		width: 80%;
	}

	.newsletter-area .news-panel {
		max-width: 100%;
	}
	.newsletter-area .newsletter-sub input[type="submit"].primary-button.news-button {
		padding: 16px 30px;
		font-size: 14px;
	}

	.newsletter-area .newsletter-sub input[type="email"].email-news {
		font-size: 14px;
	}
	.newsletter-area .newsletter-sub input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 14px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]::-moz-placeholder { /* Firefox 19+ */
		font-size: 14px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]:-ms-input-placeholder { /* IE 10+ */
		font-size: 14px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]:-moz-placeholder { /* Firefox 18- */
		font-size: 14px;
	  }
}


@media (max-width: 768px) {

	.newsletter-area .newsletter-sub input[type="submit"].primary-button.news-button {
		padding: 16px 30px;
		font-size: 13px;
	}

	.newsletter-area .newsletter-sub input[type="email"].email-news {
		font-size: 13px;    padding: 16px;
	}
	.newsletter-area .newsletter-sub input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 13px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]::-moz-placeholder { /* Firefox 19+ */
		font-size: 13px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]:-ms-input-placeholder { /* IE 10+ */
		font-size: 13px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]:-moz-placeholder { /* Firefox 18- */
		font-size: 13px;
	  }

	  .newsletter-area .newsletter-sub input[type="submit"].primary-button.news-button {
		padding: 13px 23px;
	  }

	  .newsletter-area:after {
		background: #000;
		opacity: 0.8;
	  }

	  .newsletter-area .column-title:after {
		left: calc((100% - 80px)/2);
	}
}


@media (max-width: 560px) {

	.newsletter-area .newsletter-sub input[type="submit"].primary-button.news-button {
		
		font-size: 12px;
	}

	.newsletter-area .newsletter-sub input[type="email"].email-news {
		font-size: 12px;    padding: 16px;
	}
	.newsletter-area .newsletter-sub input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 12px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]::-moz-placeholder { /* Firefox 19+ */
		font-size: 12px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]:-ms-input-placeholder { /* IE 10+ */
		font-size: 12px;
	  }
	  .newsletter-area .newsletter-sub input[type="email"]:-moz-placeholder { /* Firefox 18- */
		font-size: 12px;
	  }

}


.newsletter-area .newsletter-sub {
  width: 80%;
  margin-bottom: 35px;
  position: relative;
}

@media (max-width: 768px) {
  .newsletter-area .newsletter-sub {
    font-size: 13px;
    width: 100%;
  }
}

.newsletter-area .newsletter-sub .newsletter-input {
  width: 100%;
  padding: 22px 28px;
  background: #FFFFFF;
  border-radius: 7px;
  border: none;
}

.newsletter-area .newsletter-sub .news-button {
  position: absolute;
  right: 4px;
  top: 0;
  border-radius: 10px;
  padding: 16px;
  margin-top: 4px;
}

.newsletter-social {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media (max-width: 768px) {
  .newsletter-social {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    margin-top: 30px;
  }
}

.newsletter-social li a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.newsletter-social li a:hover {
  cursor: pointer;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 768px) {
	.newsletter-social img {
		width: 40px;
	}
	.newsletter-social {
		margin-top: 0;
	}
}

@media (max-width: 560px) {
	.newsletter-social img {
		width: 35px;
	}

	footer .theme-logo img {
		width: 120px;
	}

}

@media (max-width: 480px) {
	.newsletter-social img {
		width: 32px;
	}
}

.testimoniale-page {
  position: relative;
}

.testimonials-slider {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}

.testimonials-slider .testimonial {
  padding: 80px;
  text-align: center;
  background: #Fff;
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .testimonials-slider .testimonial {
    padding: 50px;
  }
}

.testimonials-slider .testimonial .testimonial-avatar {
  margin-top: -65px;
}

.testimonials-slider .testimonial-header h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
}

.testimonials-slider .testimonial-body p {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .testimonials-slider .testimonial-body p {
    font-size: 16px;
  }
}

.testimonials-navigation .prev-btn4,
.testimonials-navigation .next-btn4 {
  position: absolute;
}

.testimonials-navigation .prev-btn4 {
  display: block !important;
  left: 50px;
  top: 420px;
}

.testimonials-navigation .next-btn4 {
  display: block !important;
  right: 50px;
  top: 420px;
}

.cool-btn {
  width: 25%;
  margin: 30px auto;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .cool-btn {
    width: 100%;
  }
}

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(assets/img/png/overlay.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
}

.hero .hero-content {
  max-width: 700px;
}

.products-form {
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.products-form .product-form-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
          flex: 1 0 10%;
}

@media (max-width: 1240px) {
  .products-form .product-form-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
  }
}

@media (max-width: 768px) {
  .products-form .product-form-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
}

.products-form .product-form-row label {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

@media (max-width: 1480px) {
  .products-form .product-form-row label {
    font-size: 15px;
  }
}

#breadcrumbs span .home {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

#breadcrumbs span .breadcrumb-separator {
  /* font-family: Roboto; */
  color: #fff;
  margin: 0 10px;
  font-size: 9px;
}

#breadcrumbs span .breadcrumb_last {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #9F9F9F;
}

#breadcrumbs span span > a {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

@media (max-width: 768px) {
	#breadcrumbs span .breadcrumb_last,
	#breadcrumbs span span > a {
		font-size: 13px;
	}
	.breadcrumb-middle {
		padding: 10px 0 40px 0;
	}
}

@media (max-width: 768px) {
	#breadcrumbs span .breadcrumb_last,
	#breadcrumbs span span > a {
		font-size: 12px;
	}
}

.leasing-pagination ul li .pagination-link {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 15px;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 19px;
}

.leasing-pagination ul li .pagination-link:hover {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .7;
  text-decoration: none;
}

.leasing-pagination ul li .pagination-link.active {
  background: #FF0000;
  color: #fff;
}

.additional-content-page {
  background: #fff;
}

.additional-content-page .leasing-heading {
  max-width: 700px;
}

.additional-content-page .leasing-bg {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center top;
}

.hero-product-tags {
  padding: 20px 0;
  flex-wrap: wrap;
}

.hero-product-tags .product-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  line-height: 1;
}

.product-price-head .price-head {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #FFFFFF;
  margin-top: 20px;
}

.product-price-head .price-head span {
  font-weight: 500;
}

.single-product-page {
  margin-top: 43px;
}

.product-image {
  text-align: center;
}

.product-image > a > img {
  display: inline;
  max-height: 500px;
}

@media (max-width: 460px) {
  .product-image > a > img {
    min-height: auto;
  }
}

.single-product-thumbs.slick-slider {
  margin-top: 50px;
}

.single-product-thumbs .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.single-product-thumbs .slick-slide a img {
  max-height: 100px;
}

.single-product-thumbs .slick-slide.slick-current {
  opacity: 1;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
}

.product-gallery {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin: 0 10px;
}

.single-product-thumbs .slick-dots {
  position: absolute;
  top: -20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  width: 95%;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}

.single-product-thumbs .slick-dots li {
  width: 22%;
  font-size: 0;
  margin: 0 -1px;
}

.single-product-thumbs .slick-dots li:after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  padding: 3px;
  background: #D2D2D2;
  opacity: 0.5;
  border-radius: 9px;
}

.single-product-thumbs .slick-dots li button {
  position: absolute;
  font-size: 0;
  background: transparent;
}

.single-product-thumbs .slick-dots .slick-active:before {
  content: "";
  width: 18%;
  display: block;
  top: 1.2px;
  padding: 1.5px;
  margin: 0 10px;
  background: #FF0000;
  opacity: 1;
  border-radius: 9px;
  position: absolute;
  z-index: 9;
}

.single-product-main-navigation .prev-btn5 {
  position: absolute;
  left: 5%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 768px) {
  .single-product-main-navigation .prev-btn5 {
    width: 20px;
  }
}

.single-product-main-navigation .next-btn5 {
  position: absolute;
  right: 5%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 768px) {
  .single-product-main-navigation .next-btn5 {
    width: 20px;
  }
}

.tabs-wrapper.mobile-vers {
  display: none;
  margin: 40px 0;
  background: #Fff;
  padding: 20px;
  border: 1px solid #EDEDED;
  margin-bottom: 0;
  border-radius: 22px;
}

@media (max-width: 991px) {
  .tabs-wrapper.mobile-vers {
    display: block;
	 margin: 20px 0;
	margin-bottom: 0;
  }
}

.tabs-wrapper.mobile-vers .product-customization-tabs {
  border: 1px solid #EDEDED;
  border-radius: 22px;
  background: #F9F9F9;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  padding: 7px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .tabs-wrapper.mobile-vers .product-customization-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 15px;
            column-gap: 15px;
    text-align: center;
  }
	.single-product-page {
    margin-top: 20px;
}
}

.tabs-wrapper.mobile-vers .product-customization-tabs .custom-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs-wrapper.mobile-vers .product-customization-tabs .custom-tab .tab-link {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding: 15px 20px;
  white-space: nowrap;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 16px;
  color: #8B8B8B;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 992px) {
  .tabs-wrapper.mobile-vers .product-customization-tabs .custom-tab .tab-link {
    font-size: 15px;
  }
}

.tabs-wrapper.mobile-vers .product-customization-tabs .custom-tab .tab-link.active {
  background: #FF0000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 992px) {
  .tabs-wrapper.mobile-vers .product-customization-tabs .custom-tab .tab-link.active {
    font-size: 15px;
  }
}

.tabs-wrapper {
  margin: 25px 0;
  background: #Fff;
  margin-bottom: 0;
  padding: 20px;
  border: 1px solid #EDEDED;
  border-radius: 22px;
}

@media (max-width: 991px) {
  .tabs-wrapper {
    display: none;
  }
}

.tabs-wrapper .product-customization-tabs {
  border: 1px solid #EDEDED;
  border-radius: 22px;
  background: #F9F9F9;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  padding: 7px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .tabs-wrapper .product-customization-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 15px;
            column-gap: 15px;
    text-align: center;
  }
}

.tabs-wrapper .product-customization-tabs .custom-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs-wrapper .product-customization-tabs .custom-tab .tab-link {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding: 15px 20px;
  white-space: nowrap;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 16px;
  color: #8B8B8B;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 992px) {
  .tabs-wrapper .product-customization-tabs .custom-tab .tab-link {
    font-size: 15px;
  }
}

.tabs-wrapper .product-customization-tabs .custom-tab .tab-link.active {
  background: #FF0000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 992px) {
  .tabs-wrapper .product-customization-tabs .custom-tab .tab-link.active {
    font-size: 15px;
  }
}

.tab-client {
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.tab-client li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 992px) {
  .tab-client {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .tab-client li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.tab-client .tab-link {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #8B8B8B;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 992px) {
  .tab-client .tab-link {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .tab-client .tab-link {
    font-size: 15px;
    width: 100%;
  }
}

@media (max-width: 340px) {
  .tab-client .tab-link {
    padding: 5px;
  }
}

.tab-client .tab-link.active {
  background: #FF0000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  width: 100%;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 992px) {
  .tab-client .tab-link.active {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .tab-client .tab-link.active {
    font-size: 15px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .tab-client .tab-link.active {
    padding: 5px;
  }
}

.product-tab-content {
  display: none;
}

.product-tab-content h4 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.product-tab-content p {
  font-weight: normal;
  font-size: 15px;
  color: #434343;
  display: inline-block;
  vertical-align: middle;
	line-height: 1.7;
	margin: 0;
}

.product-tab-content .tab-slide-content > h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 992px) {
  .product-tab-content .tab-slide-content > h3 {
    font-size: 16px;
  }
}

.product-tab-content .toggler {
  background-image: url(assets/img/svg/toggler.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 50px;
  top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-tab-content .toggler:hover {
  cursor: pointer;
}

.product-tab-content .inner-data {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 20px;
}

.product-tab-content .inner-data .p-20 {
  row-gap: 20px;
}

.product-tab-content .inner-data .color-dot {
  width: 40px;
  margin: 10px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  display: inline-block;
}

@media (max-width: 992px) {
  .product-tab-content .inner-data .color-dot {
    width: 32px;
    height: 32px;
  }
}

.product-tab-content .inner-data .color-message {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: -50px;
  padding: 0 10px;
  max-width: 150px;
  background: #020202;
  border-radius: 6px;
}

.product-tab-content .inner-data .color-message p {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.product-tab-content .inner-data .inside-panel-box {
  position: relative;
}

.product-tab-content .inner-data .inside-panel-box:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ddd;
  width: 90%;
  display: block;
}

.product-tab-content .inner-data .inside-panel-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  position: relative;
}

@media (max-width: 992px) {
  .product-tab-content .inner-data .inside-panel-box h4 {
    font-size: 16px;
  }
}

.product-tab-content .inner-data .inside-panel-box .caracteristici .input-form {
  margin: 10px 0;
}

@media (max-width: 992px) {
  .product-tab-content .inner-data .inside-panel-box .caracteristici .input-form label {
    font-size: 15px;
  }
}

.product-tab-content .inner-data .inside-panel-box .caracteristici .input-value span {
  font-weight: 500;
  font-size: 16px;
  color: #3E3E3E;
}

@media (max-width: 992px) {
  .product-tab-content .inner-data .inside-panel-box .caracteristici .input-value span {
    font-size: 15px;
  }
}

.product-tab-content .inner-data .inside-panel-box .caracteristici .input-value span:first-child {
  margin-right: 5px;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-product-hero {
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
  background-position: 75%;
  position: relative;
}



.single-product-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(assets/img/png/overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
}

.hero-content {
  z-index: 9;
  position: relative;
  padding: 50px 0;
}

.contact-box .hero-content,
.oferta-panel .hero-content {
	padding: 20px 0;
}
.sidebar-single {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 20px -7px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 20px -7px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: -100px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

@media (max-width: 991px) {
  .sidebar-single {
    margin-top: 15px;
  }
}

.sidebar-single .stable-div .sidebar-panel {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 10px;
}

.sidebar-single .stable-div .product-price-info {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar-single .stable-div .price-inline {
  font-weight: 600;
  font-size: 30px;
  color: #FF0000;
  line-height: 45px;
  padding: 5px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1240px) {
  .sidebar-single .stable-div .price-inline {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .sidebar-single .stable-div .price-inline {
    font-size: 40px;
  }
}

.sidebar-single .stable-div .price-inline .currency-inline {
  font-weight: 600;
  font-size: 16px;
  color: #FF0000;
}

@media (max-width: 1240px) {
  .sidebar-single .stable-div .price-inline .currency-inline {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .sidebar-single .stable-div .price-inline .currency-inline {
    font-size: 15px;
  }
  .single-product-hero{
	padding: 0!important;
}
}

.sidebar-single .stable-div .product-price-info > p {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin: 0;
}

@media (max-width: 1240px) {
  .sidebar-single .stable-div .product-price-info > p {
    font-size: 15px;
  }
}

.form-data {
  margin-bottom: 20px;
  position: relative;
}

.form-data .active-hover-text {
  /* font-family: Roboto; */
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  background: #1f1f1f;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  width: 200px;
  bottom: 40px;
  left: -30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 768px) {
  .form-data .active-hover-text {
    top: -75px;
  }
}

.form-data .active-hover-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 15px;
  height: 15px;
  border-color: #1f1f1f transparent;
  border-width: 0.8em 0.4em 0 0.4em;
  border-style: solid;
  display: block;
  left: 2.1em;
  z-index: 99;
}

.form-data .info-label {
  font-family: inherit;
  font-size: 15px;
  line-height: 21px;
  color: #181818;
}

.form-data .info-label .icon-label {
  margin-right: 7px;
  position: relative;
}

.form-data .info-label .icon-label:hover {
  cursor: pointer;
}

.form-data .info-label .icon-label:hover .active-i {
  visibility: hidden;
  opacity: 0;
}

.form-data .info-label .icon-label:hover .inactive-i {
  visibility: visible;
  opacity: 1;
}

.form-data .info-label .icon-label:hover .active-hover-text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form-data .info-label .icon-label .active-i {
  margin-left: -15px;
  visibility: visible;
  opacity: 1;
}

.form-data .info-label .icon-label .inactive-i {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1240px) {
  .form-data .info-label {
    font-size: 16px;
  }
}

.sidebar-panel-footer .grid-system {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
}

.sidebar-panel-footer .grid-system .grid-col .text-span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #3E3E3E;
}

@media (max-width: 1240px) {
  .sidebar-panel-footer .grid-system .grid-col .text-span {
    font-size: 15px;
  }
}

.sidebar-panel-footer .grid-system .grid-col .value-span,
.sidebar-panel-footer .grid-system .grid-col .cur {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #3E3E3E;
}

@media (max-width: 1240px) {
  .sidebar-panel-footer .grid-system .grid-col .value-span,
  .sidebar-panel-footer .grid-system .grid-col .cur {
    font-size: 15px;
  }
}

.sidebar-panel-footer .inline-buttons {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media (max-width: 1240px) {
  .sidebar-panel-footer .inline-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}

@media (max-width: 1240px) {
  .sidebar-panel-footer .inline-buttons a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}

.message-on {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.tab-client-content {
  display: none;
}

.input-form > p {
  margin: 0;
}

.total-price p {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin: 0;
}

@media (max-width: 1240px) {
  .total-price p {
    font-size: 15px;
  }
}

.label-price {
  font-weight: 600;
  font-size: 30px;
  color: #FF0000;
  line-height: 45px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1240px) {
  .label-price {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .label-price {
    font-size: 40px;
  }
}

.label-price .currency-inline {
  font-weight: 600;
  font-size: 18px;
  color: #FF0000;
  padding-left: 10px;
}

@media (max-width: 1240px) {
  .label-price .currency-inline {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .label-price .currency-inline {
    font-size: 18px;
  }
}

.zoom-price {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.calculator-title {
  padding: 20px 0;
  font-weight: 500;
}

.dobanda-leasing > p {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin: 0;
}

@media (max-width: 1240px) {
  .dobanda-leasing > p {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (max-width: 1078px) {
  .dobanda-leasing > p {
    font-size: 12px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

@media (max-width: 539px) {
  .dobanda-leasing > p {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 460px) {
  .dobanda-leasing > p {
    font-size: 13px;
  }
}

.dobanda-leasing > p span {
  font-weight: 600;
  font-size: 14px;
}

.cg-10 {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.feature-value .input-form {
  display: inline-block;
  vertical-align: top;
}

.stable-div .price-inline {
  font-weight: 600;
  font-size: 30px;
  color: #FF0000;
  line-height: 45px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1240px) {
  .stable-div .price-inline {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .stable-div .price-inline {
    font-size: 40px;
  }
}

.stable-div .price-inline .currency-inline {
  font-weight: 600;
  font-size: 18px;
  color: #FF0000;
}

@media (max-width: 1240px) {
  .stable-div .price-inline .currency-inline {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .stable-div .price-inline .currency-inline {
    font-size: 18px;
  }
}

@media (max-width: 539px) {
  .stable-div .price-inline .currency-inline {
    font-size: 15px !important;
  }
}

.preload {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
}

.none {
  display: none;
}

.sidebar-single .loading-div {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sidebar-single .loading-div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
}

.all-calculations {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 991px) {
  .dobanda-leasing {
    display: -ms-grid;
    display: grid;
  }
}

@media (max-width: 768px) {
  .dobanda-leasing p {
    font-size: 15px;
    display: block;
  }
  .dobanda-leasing p span {
    font-size: 15px;
  }
}

@media (max-width: 680px) {
  .dobanda-leasing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 360px) {
  .dobanda-leasing p {
    font-size: 13px;
  }
}

.rata-style {
  font-weight: 600;
  font-size: 30px;
  color: #FF0000;
  line-height: 45px;
  padding: 20 px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1240px) {
  .rata-style {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .rata-style {
    font-size: 40px;
  }
}

@media (max-width: 539px) {
  .rata-style {
    font-size: 32px;
  }
}

.forced-padding {
  padding: 16px 30px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  line-height: 20px;
  text-align: center;
}

.form-wrapper-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.form-wrapper-body .form-data {
  margin-bottom: 10px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.oferta_baza_bottom {
  padding-bottom: 10px;
}

.form-wrapper-body select {
  font-family: inherit;
  color: #FF0000;
}

.form-vertical select {
  font-family: inherit;
  color: #FF0000;
}

@media (max-width: 768px) {
  .form-vertical select {
    font-size: 13px;
  }
}

.secondary-button-rounded.desktop-call {
  display: block;
}

@media (max-width: 1024px) {
  .secondary-button-rounded.desktop-call {
    display: none;
  }
}

.mobile-version {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-version {
    display: block;
  }
}

.oferta-panel {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 20px -7px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 20px -7px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 25px 55px;
  margin-top: -70px;
}

@media (max-width: 992px) {
  .oferta-panel {
    padding: 50px 30px;
  }
}

@media (max-width: 768px) {
  .oferta-panel {
    padding: 50px 55px;
  }
}

@media (max-width: 560px) {
  .oferta-panel {
    padding: 30px;
  }
}

.cerere-oferta-page {
  padding-bottom: 140px;
}

@media (max-width: 1024px) {
  .cerere-oferta-page {
    padding-bottom: 50px;
  }
}

.cerere-oferta-page .sidebar-single {
  margin-top: -70px;
  padding: 50px 24px;
}

@media (max-width: 768px) {
  .cerere-oferta-page .sidebar-single {
    margin-top: 0;
  }
}

.cerere-oferta-page .sidebar-single .object-image {
	margin-bottom: 20px;
}

.form-group {
  margin: 10px 0;
}

.form-group .form-label {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #181818;
}

@media (max-width: 1240px) {
  .form-group .form-label {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .form-group .form-label {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .form-group .form-label {
    font-size: 13px;
  }

  .form-group {
		margin: 6px 0;
	}
}

.sidebar-panel .thin-title {
  font-weight: 400;
  font-size: 16px;
}

.sidebar-panel .price-inline {
  font-weight: 600;
  font-size: 35px;
  color: #FF0000;
  line-height: 45px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1240px) {
  .sidebar-panel .price-inline {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .sidebar-panel .price-inline {
    font-size: 21px;
  }
}

.sidebar-panel .price-inline .currency-inline {
  font-weight: 600;
  font-size: 18px;
  color: #FF0000;
}

@media (max-width: 1240px) {
  .sidebar-panel .price-inline .currency-inline {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
	.sidebar-panel .price-inline .currency-inline {
		font-size: 13px;
	}
}

.sidebar-panel .grid-system {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  margin: 20px 0;
}

.sidebar-panel .grid-system .grid-col .text-span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #959595;
}

@media (max-width: 1240px) {
  .sidebar-panel .grid-system .grid-col .text-span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .sidebar-panel .grid-system .grid-col .text-span {
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  .sidebar-panel .grid-system .grid-col .text-span {
    font-size: 14px;
  }
}

.sidebar-panel .grid-system .grid-col .value-span,
.sidebar-panel .grid-system .grid-col .cur {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #414141;
}

@media (max-width: 1240px) {
  .sidebar-panel .grid-system .grid-col .value-span,
  .sidebar-panel .grid-system .grid-col .cur {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .sidebar-panel .grid-system .grid-col .value-span,
  .sidebar-panel .grid-system .grid-col .cur {
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  .sidebar-panel .grid-system .grid-col .value-span,
  .sidebar-panel .grid-system .grid-col .cur {
    font-size: 14px;
  }
}

.sidebar-panel .finantare-link {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #0085FF;
  text-decoration: underline;
  text-indent: 25px;
  margin-top: 5px;
}

.oferta-notes > p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #8B8B8B;
}



.hidden-fields {
  height: 0;
  visibility: hidden;
  width: 0 !important;
}

.hidden-fields span {
  visibility: hidden;
  height: 0;
  width: 0 !important;
  z-index: 0;
}

.contact-heading {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.contact-heading .column-title:after {
  left: 0;
  right: 0;
  margin: auto;
}

.contact-heading h1 {
	font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-bottom: 55px;
}

@media (max-width: 768px) {
	.contact-heading h1 {
		margin-bottom: 25px;
	}
}

.contact-heading h1:after {
	content: "";
    display: block;
    border-radius: 9px;
    position: absolute;
    bottom: -25px;
    height: 7px;
    width: 15%;
    background: #ff0000;    left: 0;
    right: 0;
    margin: auto;
}

.contact-widget {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .contact-widget {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.column-contact {
  margin: 10px 0;
}

.column-contact span a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #2C2C2C;
}

@media (max-width: 1200px) {
  .column-contact span a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .contact-box {
    margin-top: 50px;
  }
  .column-contact span a {
    font-size: 14px;
  }
}

.contact-box .hero-content {
  max-width: 500px;
}

@media (max-width: 768px) {
  .contact-box .hero-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-box .hero-content .column-title-low {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .contact-box .hero-content .column-title-low:after {
  }
}

.contact-box .contact-social-box {
  -webkit-column-gap: 50px;
          column-gap: 50px;
  margin: 20px 0;
}

@media (max-width: 992px) {
  .contact-box .contact-social-box {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 768px) {
  .contact-box .contact-social-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-box .contact-social-box li a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.contact-box .contact-social-box li a:hover {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.contact-offer {
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  background: #fff;
  padding: 15px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  border-radius: 7px;
}

.contact-offer .double-text {
  text-align: center;
}

.contact-offer .double-text p {
  margin: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #232323;
  line-height: 1.5;
}

.contact-offer .double-text .strong {
  font-weight: 600;
  font-size: 14px;
}

.contact-offer a {
  float: right;
  background: #FF0000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 18px 32px;
  border-radius: 10px;
}

.contact-offer a:hover {
	text-decoration: none;
	opacity: 0.9;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 1px;
  padding-left: 2px;
  padding-right: 0px;
  border-radius: 3px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  margin-right: 0.5em;
}

.wpcf7 input[type=checkbox] {
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 1em;
  min-width: 0.6em;
  height: 0.9em;
}

input[type="checkbox"]:checked {
  background: #FF0000;
}

input[type="checkbox"]:hover:checked {
  border-color: unset !important;
  background-color: #FF0000 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

input[type="checkbox"]:focus:checked {
  border-color: unset !important;
  background-color: #FF0000 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.acceptance-20,
.acord-telefonic,
.check-news,
.check-terms {
  display: contents !important;
}

.oferta-panel {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
	 .oferta-panel{
		 margin-bottom: 20px;
		 margin-top: 30px;
	}
}

.wpcf7 form > div {
  margin-bottom: 0;
}

.persoana-fizica-form {
  padding: 50px;
  background: #fff;
  margin-top: -170px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .persoana-fizica-form {
    padding: 20px;
  }
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

#holder.hover {
  border: 2px dashed green;
  font-size: 18px;
  position: relative;
  min-height: 200px;
  margin-top: 5px;
  background: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  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;
  row-gap: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#holder.hover p {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #181818;
  margin: 0;
}

@media (max-width: 1024px) {
  #holder.hover p {
    display: None;
  }
}

#holder.hover .or {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #8B8B8B;
}

@media (max-width: 1024px) {
  #holder.hover .or {
    display: None;
  }
}

#holder2.hover {
  border: 2px dashed green;
  font-size: 18px;
  position: relative;
  min-height: 200px;
  margin-top: 5px;
  background: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  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;
  row-gap: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#holder2.hover p {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #181818;
  margin: 0;
}

@media (max-width: 1024px) {
  #holder2.hover p {
    display: None;
  }
}

#holder2.hover .or {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #8B8B8B;
}

@media (max-width: 1024px) {
  #holder2.hover .or {
    display: None;
  }
}

.box__input {
  font-size: 18px;
  position: relative;
  min-height: 100px;
  margin-top: 5px;
  background: #F5F5F5;
  border: 2px dashed #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  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;
  row-gap: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.box__input p {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #181818;
  margin: 0;
}

@media (max-width: 1024px) {
  .box__input p {
    display: None;
  }
}

.box__input .or {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #8B8B8B;
}

@media (max-width: 1024px) {
  .box__input .or {
    display: None;
  }
}

.box__input.is-dragover {
  background-color: grey;
}

.box__input.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
}

.box__input.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input__file_style {
  cursor: pointer;
  color: #206CFF;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
}

.input__file_style:hover {
  opacity: .8;
}

.persoana-juridica-form {
  padding: 50px;
  background: #fff;
  margin-top: -170px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .persoana-juridica-form {
    padding: 20px;
  }
}

.about-leasing .about-bg1 {
  border-radius: 20px;
  background-size: cover;
}

@media (max-width: 768px) {
  .about-leasing .about-bg1 {
    height: 400px;
    margin-top: 30px;
    border-radius: 10px;
  }
}

.about-leasing .why-us-panel {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .about-leasing .why-us-panel {
    padding-right: 0;
  }
}

.dif {
  margin-top: 30px;
}

.middle-space {
  margin-top: 50px;
}

.about-credit .why-us-panel {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .about-credit .why-us-panel {
    padding-left: 0;
  }
}

.about-credit .about-bg2 {
  background-size: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .about-credit .about-bg2 {
    height: 400px;
    margin-top: 30px;
    border-radius: 10px;
  }
}

.inline-article-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-column-gap: 35px;
          column-gap: 35px;
  padding-top:20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 768px) {
  .inline-article-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.stiri-page {
  padding-top: 100px;
  padding-bottom: 50px;
}

.stiri-page .article-form-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
}

@media (max-width: 768px) {
  .stiri-page .article-form-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.stiri-page .article-form-row.ml-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
}

@media (max-width: 768px) {
  .stiri-page .article-form-row.ml-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.stiri-page .search-wrapper {
  position: relative;
  display: block;
}

.stiri-page .search-wrapper img {
  position: absolute;
  right: 10%;
  top: 32%;
}

@media (max-width: 768px) {
  .stiri-page .search-wrapper img {
    display: none;
  }
}

.stiri-page .search-wrapper img.white-search {
  display: none;
}

@media (max-width: 768px) {
  .stiri-page .search-wrapper img.white-search {
    display: block;
    position: absolute;
    right: 0.5%;
    border-radius: 5px;
    top: 5.5%;
    padding: 15px;
    background: #FF0000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
  }
  .stiri-page .search-wrapper img.white-search:hover {
    opacity: .8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-numbers li a {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 15px;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 19px;
}

.page-numbers li a:hover {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .7;
  text-decoration: none;
}

.page-numbers li .current {
  border: 1px solid #ECECEC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 15px;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 19px;
  background: #FF0000;
  color: #fff;
}

.loading-div.off {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

.loading-div {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9;
}

.loading-div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
}

.loading-div-extra.off {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

.loading-div-extra {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9;
}

.loading-div-extra img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
}

.article-zone {
  margin: 20px 0;
  padding: 15px 0;
  position: relative;
}
/* 
.article-zone .post-slide.off {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.article-zone .post-slide {
  margin: 20px 11px;
  padding: 15px 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.article-zone .post-slide:hover {
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.11);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.article-zone .post-slide:hover .post-header .tag-post {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.article-zone .post-slide .post-header {
  height: 300px;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  width: 100%;
}

.article-zone .post-slide .post-header .tag-post {
  background: #FFD2D2;
  border: 1px solid #FF6868;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
  margin-top: 12px;
  margin-left: 13px;
}

@media (max-width: 1024px) {
  .article-zone .post-slide .post-header .tag-post {
    padding: 8px;
  }
}

.article-zone .post-slide .post-body {
  padding-bottom: 1em;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px;
  padding-top: 0;
}

.article-zone .post-slide .post-body .post-title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #4A4A4A;
  line-height: 1.5;
  margin: 15px 0;
}

.article-zone .post-slide .post-body .post-info {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.article-zone .post-slide .post-body .post-info .post-details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.article-zone .post-slide .post-body .post-info .post-details a {
  font-weight: 500;
  font-size: 14px;
  color: #9B9B9B;
}

.article-zone .post-slide .post-content {
  padding: 20px;
}

.article-zone .post-slide .post-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
}

.article-zone .post-slide .post-footer {
  padding: 20px;
}

.article-zone .post-slide .post-footer a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FF0000;
} */

.article-single {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #fff;
}

.article-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #181818;
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
}

.article-title:after {
  content: "";
  display: block;
  border-radius: 9px;
  position: absolute;
  bottom: -17px;
  height: 7px;
  width: 15%;
  background: #ff0000;
}

@media (max-width: 1240px) {
  .article-title {
    font-size: 25px;
  }
}

.article-subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #4A4A4A;
}

.article-content ul:not(.article-tags):not(.newsletter-social) {
  padding-left: 20px;
}

.article-content ul:not(.article-tags):not(.newsletter-social) li {
  list-style: numeric;
  padding-left: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
  padding: 10px 0;
}

.article-content ul:not(.article-tags):not(.newsletter-social) li p {
  padding: 0;
  margin: 0;
}

.article-content ul:not(.article-tags):not(.newsletter-social) li::marker {
  font-weight: 600;
}

.article-content ul:not(.article-tags):not(.newsletter-social) ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.article-content ul:not(.article-tags):not(.newsletter-social) ul li {
  list-style: numeric;
  padding-left: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
  padding: 10px 0;
}

.article-content ul:not(.article-tags):not(.newsletter-social) ul li p {
  padding: 0;
  margin: 0;
}

.article-content ul:not(.article-tags):not(.newsletter-social) ul li::marker {
  font-weight: 600;
}

.article-content blockquote > p {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FF0000;
}

.article-content p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
}

.article-content .gallery-icon {
  border-radius: 10px;
  border: none !important;
}

.article-content p > a {
  text-decoration: underline;
}

.article-content p > a:hover {
  color: inherit !important;
  opacity: .8;
}

.article-content .article-heading,
.article-content .article-thumbnail-list {
  border-bottom: 1px solid #DADADA;
}

.article-content .article-thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding-bottom: 50px;
}

.article-content .article-numeric-list {
  padding-left: 20px;
  margin-top: 40px;
}

.article-content .article-numeric-list .article-numeric {
  list-style: numeric;
  font-weight: 600;
}

.article-content .centered-text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #4A4A4A;
}

.article-content .newsletter-social li a {
  border: none;
  padding: 0;
  border-radius: 0;
}

.article-content .newsletter-social li a:hover {
  border: none;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: .6;
}

.article-content .article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13px;
          column-gap: 13px;
}

.article-content .article-tags li {
  background: #F2F2F2;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
}

.article-content .article-tags li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #343434;
}

.article-content .row > * {
  width: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

#comment-system {
  margin-top: 100px;
}

#comment-system .comments-counts {
  padding-bottom: 3px;
  border-bottom: 1px solid #DADADA;
}

#comment-system .comments-counts h4 {
  max-width: 300px;
  display: block;
  padding-bottom: 2px;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #2D2D2D;
}

#comment-system .comment-body {
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
}
.ast-separate-container .comment-reply-title{
  font-weight: 700;
}
#comment-system .comment-body .comment-head .comment-user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  #comment-system .comment-body .comment-head .comment-user {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}

#comment-system .comment-body .comment-head .comment-user img {
  background: #C4C4C4;
  border-radius: 10px;
  padding: 10px;
  max-width: 70px;
  max-height: 70px;
}

#comment-system .comment-body .comment-head .comment-user .comment-meta h4 {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

@media (max-width: 576px) {
  #comment-system .comment-body .comment-head .comment-user .comment-meta h4 {
    font-size: 16px;
  }
}

#comment-system .comment-body .comment-head .comment-user .comment-meta .comment-date {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #ABABAB;
  margin: 0;
  margin-top:4px;
}

@media (max-width: 576px) {
  #comment-system .comment-body .comment-head .comment-user .comment-meta .comment-date {
    font-size: 15px;
  }
}

#comment-system .comment-body .comment-head .comment-user .reply-to {
  position: absolute;
  right: 0;
  
}
#comment-system .comment-body .comment-head .comment-user .reply-to a.comment-reply-link{
  padding: 5px 10px;
  background: #FFD2D2;
  border: 1px solid #FF6868;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius:4px;
}
#comment-system .comment-body .comment-head .comment-user .reply-to a.comment-reply-link:hover{
  background: #FF6868;
  color: white;
}


#comment-system .comment-body .comment-head .comment-user .reply-to a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #343434;
  border-radius: 4px;
}
#comment-system .comment-body .comment-head .comment-user .reply-to a:hover{
  text-decoration: none;
}
#comment-system .comment-body .comment-content {
  margin-top:20px;
}

#comment-system .comment-body .comment-content p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 165.9%;
  color: #4A4A4A;
  margin: 0;
}

@media (max-width: 576px) {
  #comment-system .comment-body .comment-content p {
    font-size: 15px;
  }
}

#comment-system .comment-body .comment-body {
  padding-left: 50px;
  margin-top: 30px;
}

#comment-system .comments-footer {
  margin-top: 20px;
}

#comment-system .comments-footer .comments-start {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 3px;
}

#comment-system .comments-footer .comments-start h4 {
  max-width: 300px;
  display: block;
  padding-bottom: 2px;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #2D2D2D;
  border-bottom: 1px solid #E9E9E9;
}

#comment-system .comments-footer .note-comment {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0;
  color: #787878;
}

#comment-system .comments-footer .form-comment .form-inline label {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #181818;
}

#comment-system .comments-footer .wp-form textarea {
  min-height: auto;
}

.row-30 {
  row-gap: 30px;
}

.main-article-post {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .main-article-post {
    padding-right: 0;
  }
}

.main-sidebar-article {
  background: #F9F9F9;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 0 25px 40px;
}

.main-sidebar-article .sidebar-heading:not(:first-child) {
  margin-top: 50px;
}

.main-sidebar-article .sidebar-heading:first-child {
  padding-top: 40px;
}

.main-sidebar-article .sidebar-heading .sidebar-title {
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #2D2D2D;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.main-sidebar-article .search-wrapper {
  position: relative;
}

.main-sidebar-article .search-wrapper .img-button {
  position: absolute;
  top: 2px;
  padding: 15px;
  right: 5px;
  border-radius: 5px;
  height: 95%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-sidebar-article .search-wrapper .img-button:hover {
  background: #FF0000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-sidebar-article .search-wrapper .img-button:hover .white-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-sidebar-article .search-wrapper .img-button:hover .black-search {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-sidebar-article .search-wrapper .img-button .black-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}

.main-sidebar-article .search-wrapper .img-button .white-search {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-sidebar-article .sidebar-recent-articles .quick-article {
  margin-bottom: 25px;
}

.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 align-items: flex-start;
  height: 100%;
}

.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-head a img {
  border-radius: 8px;
	width: 100%;
}



.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body {
  overflow: hidden;
}

.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body p {
  margin: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
  color: #000000;
}

@media (max-width: 1078px) {
  .main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body p {
    font-size: 15px;
  }
}
.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body .sep-art{
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  margin: 10px 0;
}
.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body .sep-art:after {
  content: ".........................................";
  white-space: pre;
  display: block;
  margin: 0;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 10px;
  color: #E1E1E1;
  position: absolute;
 bottom: 0;
  font-weight: 300;
}

.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body .post-info {
  -webkit-column-gap: 15px;
          column-gap: 15px;
          flex-wrap: wrap;
}

.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body .post-info .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

.main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body .post-info .post-details span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #9B9B9B;
}

.main-sidebar-article .sidebar-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}

.main-sidebar-article .sidebar-tags .tag {
 margin: 3px;
}

.main-sidebar-article .sidebar-tags .tag a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #343434;
  background: #F2F2F2;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 10px;
}

.main-sidebar-article .best-offers-posts .product-sidebar {
  margin-bottom: 25px;
  overflow: hidden;
}

.main-sidebar-article .best-offers-posts .product-sidebar .quick-products-head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.main-sidebar-article .best-offers-posts .product-sidebar .quick-products-head a img{
	width: 100%;
}
@media (max-width: 992px) {
  .main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body {
    padding: 0 5px;
  }
}

.main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

@media (max-width: 1078px) {
  .main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body h4 {
    font-size: 15px;
  }
}

.main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #424242;
  margin: 0;
}

@media (max-width: 1078px) {
  .main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body p {
    font-size: 15px;
  }
}

.main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body .sep-art:after {
  content: "- - - - - - - - - - - - - - - - - - - - - - -";
  white-space: pre;
  display: block;
  margin: 0;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 20px;
  color: #E1E1E1;
  font-weight: 300;
}

.main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #0085FF;
  text-transform: uppercase;
}

@media (max-width: 1078px) {
  .main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body h3 {
    font-size: 15px;
  }
}

.main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body .product-price-list {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}

@media (max-width: 1078px) {
  .main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body .product-price-list {
    font-size: 15px;
  }
}

.main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body .product-price-list .price-now {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FF0000;
}

@media (max-width: 1078px) {
  .main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body .product-price-list .price-now {
    font-size: 18px;
  }
}

.main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body .product-price-list .price-now .price-cur {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  color: #FF0000;
  font-size: 16px;
  margin-left: 5px;
}

@media (max-width: 1078px) {
  .main-sidebar-article .best-offers-posts .product-sidebar .products-wrapper .content-body .product-price-list .price-now .price-cur {
    font-size: 15px;
  }
}

.reply-title {
  display: block;
  padding-bottom: 2px;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #2D2D2D;
  border-bottom: 1px solid #E9E9E9;
}

.ast-separate-container .comment-respond {
  margin-top: 0;
 padding: 30px;
 background-color: white;
 border-radius: 8px;
 border: 1px solid #E9E9E9;
}

.form-group {
  display: -ms-grid;
  display: grid;
}

.faq-page {
  padding-bottom: 50px;
}

.faq-page .faq-header {
  margin-top: 75px;
}

.faq-page .faq-header .column-title {
  text-align: center;
}

.faq-page .faq-header .column-title:after {
  left: 0;
  right: 0;
  margin: auto;
}

.faq-page .faq-header .column-subtitle {
  text-align: center;
}

.faq-page .search-faq-wrapper {
  position: relative;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px 20px;
}

.faq-page .search-faq-wrapper .faq-search {
  position: relative;
}

.faq-page .search-faq-wrapper .faq-list {
  text-align: center;
  margin-top: 40px;
  overflow-y: scroll;
  height: 300px;
}

.faq-page .search-faq-wrapper .faq-list li {
  padding: 10px 0;
}

.faq-page .search-faq-wrapper .faq-list li a {
  padding: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #343434;
  border: 1px solid transparent;
}

@media (max-width: 1240px) {
  .faq-page .search-faq-wrapper .faq-list li a {
    font-size: 14px;
  }
}

.faq-page .search-faq-wrapper .faq-list li a:hover {
  text-decoration: none;
}

.faq-page .search-faq-wrapper .faq-list li a.active-faq {
  background: #FFF5F5;
  border: 1px solid #FF0000;
  color: #FF0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.faq-page .search-faq-wrapper .img-button {
  position: absolute;
  top: 2px;
  padding: 15px;
  right: 5px;
  border-radius: 5px;
  height: 95%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-page .search-faq-wrapper .img-button:hover {
  background: #FF0000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-page .search-faq-wrapper .img-button:hover .white-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-page .search-faq-wrapper .img-button:hover .black-search {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-page .search-faq-wrapper .img-button .black-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}

.faq-page .search-faq-wrapper .img-button .white-search {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-page .tab-content-faq {
  display: none;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 10px 30px;
  margin-top: -50px;
  /* margin-left: 70px; */
}

@media (max-width: 768px) {
  .faq-page .tab-content-faq {
    margin-top: 50px;
    margin-left: 0;
  }
}

.faq-page .tab-slide-faq.opened {
  border: none !important;
}

.faq-page .tab-content-faq .tab-slide-faq {
  /* margin: 15px 0;
  padding: 15px 0; */
  border-bottom: 1px solid #D8D8D8;
}

.faq-page .tab-content-faq .tab-slide-faq:last-child {
	/* margin: 15px 0;
	padding: 15px 0; */
	border-bottom: none;
  }
  

.faq-page .tab-content-faq .tab-slide-faq .faq-item:hover {
  cursor: pointer;
}

.faq-page .tab-content-faq .tab-slide-faq a {
	padding: 19px 0;
    padding-right: 30px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}

.faq-page .tab-content-faq .tab-slide-faq a:hover {
	text-decoration: none;
	color: #ff0000
}

.faq-page .tab-content-faq .tab-slide-faq .the-content.general_content {
    padding: 20px 40px;
    background: #f6f6f6;
	margin-bottom: 20px;
}

@media (max-width: 1020px) {

	.faq-page .tab-content-faq .tab-slide-faq .the-content.general_content {
		padding: 15px 30px;
	}

	.faq-page .tab-content-faq .tab-slide-faq a {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.faq-page .tab-content-faq .tab-slide-faq a {
		font-size: 15px;    line-height: 1.2em;
	}
	.faq-page .tab-content-faq .tab-slide-faq .the-content.general_content {
		padding: 5px 20px;
	}
}

@media (max-width: 560px) {
	.faq-page .tab-content-faq .tab-slide-faq a {
		font-size: 14px;
	}
	.faq-page .tab-content-faq {
		padding: 10px 20px;
	}
}

/* .faq-page .tab-content-faq .tab-slide-faq .hidden-content p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #747474;
  margin: 0;
 
}

@media (max-width: 1240px) {
  .faq-page .tab-content-faq .tab-slide-faq .hidden-content p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .faq-page .tab-content-faq .tab-slide-faq .hidden-content p {
    font-size: 13px;
  }
} */

.faq-page .tab-content-faq .tab-slide-faq .hidden-content.collapsed-faq {
  display: none;
}

.faq-page .tab-content-faq .tab-slide-faq .toggler-faq {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.faq-page .tab-content-faq .tab-slide-faq .toggler-faq:hover {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.faq-page .tab-content-faq .tab-slide-faq .opened-faq {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.ajax-posts.off {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.ajax-posts {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.termeni-si-conditii-wrapper {
  margin: 0 auto;
}

.termeni-si-conditii-wrapper h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #181818;
  position: relative;
}

.termeni-si-conditii-wrapper h2:after {
  content: "";
  border-radius: 9px;
  position: absolute;
  bottom: -20px;
  height: 7px;
  width: 100px;
  background: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.termeni-si-conditii-wrapper h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 30px;
  margin: 2rem 0;
}

.termeni-si-conditii-wrapper p {
  font-family: Montserrat;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 27px;
}

.termeni-si-conditii-wrapper ul li {
  list-style: numeric;
  font-weight: 500;
  padding-left: 10px;
  margin-left: 20px;
  margin-bottom: 1rem;
}

.termeni-si-conditii-wrapper ul li p {
  margin: 0;
}

.termeni-si-conditii-wrapper .center {
  text-align: center;
}

.termeni-si-conditii-wrapper .sep-new {
  border-bottom: 1px solid #DADADA;
  margin: 2em 0;
}

.termeni-si-conditii-wrapper blockquote {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #FF0000;
  margin: 2rem 0;
}

.not-found-page .row {
  row-gap: 40px;
}

.not-found-page .column-title > p {
  margin: 0;
  display: block;
  line-height: 1.6;
  margin-top: 5px;
}

.not-found-page p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
}

.data-info span{
	color: #fff;
    padding: 0 10px;
	
}

.full-bar .menu-item:nth-of-type(4){
	display:none;
	
}

@media (max-width: 1240px) {
.full-bar .menu-item:nth-of-type(4){
	display:block;
	}
}

.cli-bar-btn_container{
	margin-left: 0;
}


.entry-title{
	margin-top: 0;
	padding-top: 40px;
}

.ast-article-single{
	padding: 0 20px!important;
}

#primary{
	    margin-top: 0!important;
}


#cookie-law-info-bar{
	text-align: left;
}

.cli-style-v2 .cli-bar-message{
	text-align: left;
	width: 100%;
}

.title-format h2:first-of-type {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #000;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

@media (max-width: 1020px) {

	.column-title,
	.contact-heading h1,
	.title-format  h2:first-of-type {
		font-size: 25px;
	}
}

@media (max-width: 768px) {
	.column-title {
		margin-bottom: 30px;
	}
	.column-title,
	.contact-heading h1,
	.title-format  h2:first-of-type {
		font-size: 23px;    line-height: 1.3em;
	}

	.additional-content-page .leasing-heading {
		text-align: center;
	}

	.additional-content-page .leasing-heading .buttons-area {
		justify-content: center;
	}

	.additional-content-page .buttons-area a {
		margin-left: 7px!important;
		margin-right: 7px!important;
	}

	.additional-content-page .column-title:after {
		left: calc((100% - 80px)/2);
	}
}

@media (max-width: 560px) {
	.column-title,
	.contact-heading h1,
	.title-format  h2:first-of-type {
		font-size: 20px; 
	}
}

.title-format  h2:first-of-type:after {
    content: "";
    border-radius: 9px;
    position: absolute;
    bottom: -20px;
    height: 7px;
    width: 100px;
    background: #ff0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.title-format  h2.column-title:after  {
	left: 0;    margin-left: 0;
}
@media (max-width: 768px) {
	.column-title:after,
	.contact-heading h1:after,
	.title-format  h2:first-of-type:after {
		bottom: -13px;
		height: 5px;
		width: 80px;
	}
}

.wpcf7-form .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form .wpcf7-not-valid {
	border:  1px solid red;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

body .hero-image-page {
	padding: 100px 0!important;
}

@media (max-width: 1020px) {
	body .hero-image-page {
		padding: 70px 0 100px 0!important;
	}
}

@media (max-width: 768px) {
	body .hero-image-page {
		padding: 50px 0 100px 0!important;
	}

	.hero-faq .breadcrumb-middle {
			padding: 10px 0 0 0;
	}
	body .hero-image-page.hero-faq {
		padding: 50px 0 50px 0!important;
	}
}

.additional-content-page .buttons-area a {
	margin-left: 0!important;
	margin-right: 10px!important;
}
/* css 21 dec*/
.search-flex{
  margin: 0 auto 20px;
  max-width: 960px;
}.no-found{
  text-align: center;
  margin: 60px auto;
  max-width: 960px;
}
.no-found h2{
  font-weight: 600;
}
.search-item{
  margin: 20px 0;
}
.search-item .cover{
  width: 140px;
  height: 100px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.search-wrap{
  padding: 60px 0;
}
.search-item a{
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.search-item a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.search-item .blog-text{
  width: calc(100% - 140px);
  padding-left: 20px;
}
.search-item a p{
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  font-size: 17px;
  
}
.sidebar-search .is-form-style.is-form-style-3 input.is-search-input, .sidebar-search .is-search-icon{
  background: white;
}
.sidebar-search .is-search-icon{
  position: relative;
  z-index: 1;
}
.comment-awaiting-moderation{
  font-size: 12px;
  background-color: #E0E0E0;
  padding: 10px;
  display: block;
  border-radius: 5px;
  line-height: 1.3;
}
.panel-left{
  padding-left: 30px;
  position: relative;
}
.panel-left .contact-panel{
  line-height: 1;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.panel-left .contact-icon{
  width: 25px;
  position: absolute;
  left: 0;
}
.theme-top-contact{
  justify-content: flex-end;
}
header .theme-search{
  width: 220px;
}
.primary-button{
  line-height: 1;
}
.contact-panel > span{
  font-size: 11px;
  white-space: nowrap;
}
.contact-panel > a{
  letter-spacing: 0;
}
.theme-topbar{
  background-color: white;
}
.hero-product-tags {
 column-gap:0;
 margin-left: -5px;
 margin-right: -5px;
}

.hero-product-tags .product-tag {
  margin: 5px;
}
.hero-product-tags .product-tag span{
  font-size: 14px;
  line-height: 1;
}
.tabs-wrapper .product-customization-tabs, .tabs-wrapper.mobile-vers .product-customization-tabs{
  border-radius: 10px;
}
.tabs-wrapper .product-customization-tabs .custom-tab .tab-link:hover{
  text-decoration: none;
}
.product-tab-content .inner-data .inside-panel-box h4{
  font-size: 16px;
}
.form-data .active-hover-text{
  line-height: 1.4;
  width: 167px;
}
.product-body-image{
  position: relative;
}
.product-body-image .tag a{
  font-size: 11px!important;
}
.product-body-image .product-tags{
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 14px;
  column-gap: 2px!important;
  border-bottom: none!important;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.product-top-panel a.product-title{
  display: block;
}
.product-top-panel .product-title > h3{
  margin-top: 0!important;
}
.products-zone .product-flow-panel .product-body .product-thumbnail .primary-image{
  width: 100%;
  object-fit: cover;
}
.flex-product-panel{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-zone .product-flow-panel .product-footer .product-custom-info span{
  font-weight: 600;
}
.flex-product-panel .product-bottom-panel{
  margin-top: auto;
}
.products-zone .product-flow-panel .product-body{
  border-bottom: none;
}

body.single-post .additional-content-page {
    background: #f8f8f8;
}
@media screen and (max-width:1400px){
  .theme-quick-contact li > a{
    font-size: 13px;
  }
  .main-sidebar-article{
    padding: 0 20px 30px;
  }
  .theme-topbar .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body p{
    font-size: 14px;
  }
  .main-sidebar-article .sidebar-heading:not(:first-child){
    margin-top: 30px;
  }
  .main-sidebar-article .sidebar-recent-articles .quick-article .quick-article-summary .content-body .sep-art{
    margin: 5px 0;
  }
  .post-details img{
    max-width: 15px;
    max-height: 12px;
  }
}
@media screen and (max-width:992px){
  header .theme-search{
    width: auto;
  }
  .main-article-post{
    padding-right: 0;
  }
  .main-sidebar-article .sidebar-heading .sidebar-title{
    font-size: 14px;
  }
  .is-form-style.is-form-style-3 input.is-search-input{
    background-color: white;
  }
  .is-search-icon{
    background-color: white;
    position: relative;
    z-index: 1;
  }
	
	#theme-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-shadow:0 20px 25px 0 rgba(0,0,0,.15)
	}
	body {
		padding-top: 80px;
	}
}
@media (max-width: 768px){
  .stiri-page{
    padding-top: 0;
  }
  .about-credit .why-us-panel, .about-leasing .why-us-panel{
    text-align: center;
  }
  .about-leasing .why-us-panel .the-content p,.about-leasing .why-us-panel .the-content h3, .about-leasing .why-us-panel .the-content h4, .about-leasing .why-us-panel .the-content h5, .about-leasing .why-us-panel .the-content h6, .about-leasing .why-us-panel .the-content li, 
  .about-credit .why-us-panel .the-content p, .about-credit .why-us-panel .the-content h3, .about-credit .why-us-panel .the-content h4, .about-credit .why-us-panel .the-content h5, .about-credit .why-us-panel .the-content h6, .about-credit .why-us-panel .the-content li{
    text-align: center!important;
  }
  .heading-center h2.column-title:after, .about-leasing .why-us-panel .column-title:after, .about-credit .why-us-panel .column-title:after{
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-content .column-title{
    margin: 0;
  }
  section.hero{
    padding: 50px 0!important;
  }
  section.hero .hero-content{
    padding: 0;
  }
  section.hero .breadcrumb-middle{
    text-align: center;
  }
  section.hero .hero-content .invert{
    text-align: center;
  }
  
  section.hero .hero-content h1{
    text-align: center;
    margin-bottom: 25px;
  }
  section.hero .hero-content h1.column-title:after{
    left: 50%;
    transform:  translateX(-50%);
  }
  .article-content p{
    padding: 0;
  }
  .article-title{
    font-size: 24px;
    font-weight: 700;
  }
  .article-single{
    padding-top: 0;
  }
  .breadcrumb-middle{
    padding-bottom: 0;
  }
  .primary-button-rounded {
      /* padding: 12px; */
      padding: 12px 10px;
      font-size: 14px;
  }
  .newsletter-area .column-title{
    margin-bottom: 30px;
  }
  .form-data .info-label,.sidebar-panel-footer .inline-buttons a, .dobanda-leasing p, .secondary-button-rounded, .primary-button-no-shadow{
   
    font-size: 14px;
  }

  .secondary-button-rounded {
     padding: 12px 14px;
  }
  .why-us-panel .dif{
    margin-top: 15px;
  }
  .heading-center .heading-subtitle{
    font-size: 16px;
    line-height: 1.54;
    margin-top: 0;
  }
  .home-slide {
    text-align: center;
  }
  .home-slide .hero-title:after{
    left: 50%;
    transform: translateX(-50%);
  }
  .persoana-fizica-form{
    margin-top: -75px;
  }
  .search-item .blog-text{
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  .search-item .cover{
    width: 90px;
    height: 70px;
    border-radius: 5px;
  }
  .search-item a p{
    font-size: 15px;
    
  }
   body {
        padding-top: 72px;
    }
}
@media (max-width: 560px){
  .ast-separate-container .comment-reply-title{
    font-size: 20px;
  }
  .ast-separate-container .comment-respond{
    padding: 20px;
  }
  .products-form .product-form-row label{
    font-size: 13px;
    font-weight: 500;
  }
  .products-form{
    column-gap: 10px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .products-form .product-form-row{
    flex: 1 0 47%;
  }
  .heading-center .heading-title{
    font-size: 22px;
    line-height: 1.3;
  }
  .heading-center .heading-title, .column-title, .contact-heading h1, .title-format h2:first-of-type {
      font-size: 22px;
  }
  .contact-heading .column-title, .hero-content .column-title{
    font-size: 22px;
  }
  .hero-product-tags .product-tag span{
    font-size: 12px;
  }
  .hero-product-tags .product-tag{
    padding: 4px;
    border-radius: 4px;
  }
  .hero-product-tags {
    padding-top: 0;
  }
  .tabs-wrapper.mobile-vers .product-customization-tabs{
    column-gap: 0;
    flex-wrap: nowrap;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  
  .tabs-wrapper.mobile-vers .product-customization-tabs .custom-tab{
    margin: 2px;
  }
  .tabs-wrapper.mobile-vers .product-customization-tabs .custom-tab .tab-link{
    font-size: 12px;
    padding: 7px 5px;
    border-radius: 4px;
  }
  .tabs-wrapper.mobile-vers .product-customization-tabs .custom-tab .tab-link.active{
    font-size: 12px;
    padding: 7px 5px;
    border-radius: 4px;
  }
  .tabs-wrapper.mobile-vers{
    padding: 20px 15px;
    border-radius: 10px;
  }
  .sidebar-single{
    padding: 25px 15px;
  }
  .product-body-image .tag a{
    font-size: 10px!important;
  }
  .product-body-image .product-tags{
    left: 10px;
  }
  .leasing-services .services-wrapper .service-panel:before{
    width: 40px;
    height: 40px;
  }
  .leasing-services .services-wrapper .service-panel img {
    margin-left: 9px;
    margin-top: 11px;
    max-height: 48px;
  }
  .leasing-services .services-wrapper .service-panel p{
    margin-top: 14px;
  }
  .article-content p{
    font-size: 14px;
  }
  .article-title{
    font-size: 22px;
  }
  #comment-system .comment-body .comment-head .comment-user img{
    max-width: 40px;
    max-height: 40px;
  }
  #comment-system .comment-body .comment-head .comment-user .comment-meta h4{
    font-size: 14px;
    font-weight: 600;
  }
  #comment-system .comment-body .comment-head .comment-user .comment-meta .comment-date{
    font-size: 12px;
    margin-top: 0;
  }
  #comment-system .comment-body .comment-content p{
    font-size: 13px;
  }
  #comment-system .comment-body .comment-head .comment-user .reply-to a.comment-reply-link{
    font-size: 11px;
  }
  .form-data .info-label,.sidebar-panel-footer .inline-buttons a, .dobanda-leasing p, .secondary-button-rounded, .primary-button-no-shadow{
   
    font-size: 12px;
  }
}


.section_slider {
    padding: 80px 0;
    background: #f5f5f5;
}

.section_slider .heading-center  {
	margin-bottom: 30px;
}

.section_slider .slider-logos .slider-item .contain {
	width: 90%;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 85%;    
	background-position: center;
	display: block;
	background-color: #fff;   
    border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.05);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,.05);
} 

.simple-dots  >  .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.simple-dots  >  .slick-dots li {
	margin-left: 5px;
	margin-right: 5px;
}

.simple-dots  >  .slick-dots button {
	padding: 6px;
    font-size: 0;
    border-radius: 500px;
    background: red;
}

.simple-dots  >  .slick-dots li:not(.slick-active) button {
	opacity: 0.5;
}

.faq-page.faq-page-normal {
	padding-bottom: 0;
}

.faq-page.faq-page-normal .tab-content-faq {
	margin-top: 40px;
}
.section.section_faq {
    background: #fff;
    padding: 80px 0;
}

.leasing-recent-posts {
    background: #f9f9f9;
}


.cerere-oferta-page .sidebar-single .hero-content {
	padding-top: 0;
}

.cerere-oferta-page .sidebar-single {
	padding: 30px;
}

.cerere-oferta-page .sidebar-single  .hero-content {
	padding-bottom: 20px;
}

.cerere-oferta-page .sidebar-single  .hero-content .column-title-low {
	font-size: 23px;
    line-height: 1.3em;
}

.no-results-second {
    text-align: center;
    padding: 40px;
    background: #fff;
}

.no-results-second i {
    font-size: 70px;
    color: red;
}

.no-results-second p {
	font-weight: 600;
}

.single-product-thumbs .slick-slide a {
	width: 100%;
    display: block;
    text-align: center;
}


.single-product-thumbs .slick-slide a  img {
	display: block;
    margin: 0 auto;
}

.section_simple_text {
	background-color: #fff;
    padding: 80px 0;
}

.section_simple_text .title-format h2.column-title:after {
    left: calc((100% - 100px)/2);
} 

.section_simple_text .primary-button-no-shadow {
	margin-top: 30px;
}

section:not(.homepage-area):not(.single-product-page):not(.cerere-oferta-page):not(.contact-page):not(.stiri-page):not(.article-single):not(.article-zone):not(.faq-page):not(.single-product-hero)  .breadcrumb-middle {
	padding-bottom: 0;
}

@media (max-width: 765px){
	.section_slider {
		padding: 50px 0;
	}
	.section_slider .slider-logos .slider-item .contain {
		height: 120px;
	}

	.faq-page.faq-page-normal .tab-content-faq {
		margin-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	.no-results-second i {
		font-size: 50px;
	}

	.no-results-second {
		padding: 30px;
	}

	.section.section_faq {
		padding: 50px 0;
	}
	.section_simple_text {
		padding: 50px 0;
	}

	.section_simple_text .title-format h2.column-title:after {
		/* left: calc((100% - 80px)/2); */
		left: auto;
	}
	.section_simple_text .primary-button-no-shadow {
		margin-top: 20px;
	}

	#leasing-footer  .theme-logo {
		width: 100%;
		text-align: center;
	}
	#leasing-footer .footer-offer {
		margin-top: 20px 
	
	}#leasing-footer {
		padding-top: 30px;
	}

	.product-tab-content .inner-data .inside-panel-box h4,
	.product-tab-content p {
		font-size: 14px;
	}
	.single-produse_leasing .hero-content .column-title {
		margin: 0 0 25px 0;
	}
}

@media (max-width: 560px){
	.section_slider {
		padding: 40px 0;
	}

	.section_slider .slider-logos .slider-item .contain {
		height: 100px;
		background-size: 75%;
	}


	.section_slider .heading-center  {
		margin-bottom: 20px;
	}

	.simple-dots > .slick-dots button {
		padding: 5px;
	}
	.faq-page.faq-page-normal .tab-content-faq {
		margin-top: 20px;
		margin-top: 0;
	}

	.primary-button-rounded {
		padding: 9px 12px;
		font-size: 12px;
	}

	.section.section_faq {
		padding: 40px 0;
	}
	.section_simple_text {
		padding: 40px 0;
	}
	.product-tab-content .inner-data .inside-panel-box h4,
	.product-tab-content p {
		font-size: 13px;
	}
	
	    body {
        padding-top: 50px;
    }
	    .faq-page .tab-content-faq {
        padding: 0;
    }
}

@media (max-width: 400px){
	.products-form .product-form-row {
		flex: 1 0 100%;
	}
}
.additional-content-page {
    background: #fafafa;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+1,ffffff+100 */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

body .ctc-analytics.ht_ctc_padding {

	    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.11)!important;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.11)!important;	
}

.leasing-recent-posts .recent-posts-slider-flex .post-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.leasing-recent-posts .recent-posts-slider-flex .post-header {
	width: 50%
}

.leasing-recent-posts .recent-posts-slider-flex a.element-article-link {
	width: 50%;
	padding-left: 20px;
}


.leasing-services {
    background: linear-gradient(rgb(252, 252, 252) 1%, rgb(255, 255, 255) 100%);
}
.leasing-all-brands {
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 1%, rgb(251 251 251) 100%);
}


.the-content.general_content ol li {
	list-style: decimal;
	display: list-item;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
}

.the-content.general_content	ul li {
	list-style: disc outside none;
	display: list-item;
	margin-left: 20px;
	margin-bottom: 10px;
}

.section-form .the-content.general_content {
    padding-right: 40px;
}

.section-form  .form-group-simple {
    padding: 10px 10px;
}
.section-form  .wrap-form {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 20px -7px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 20px 7px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 25px 55px;
}

.section-form  .row {
    align-items: center;
}

@media (max-width: 1024px) {
	.the-content.general_content ul li {
        font-size: 15px;
	}
}


@media screen and (max-width:992px){
	.flex_50 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}

	.leasing-recent-posts .recent-posts-slider-flex .post-header {
		width: 40%;
	}	
	
	.leasing-recent-posts .recent-posts-slider-flex a.element-article-link {
    	width: 60%;
	}
	
	.section-form .wrap-form {
		    padding: 25px 35px;
	}
	
	.section-form .the-content.general_content {
		padding-right: 0;
	}
}

@media screen and (max-width:768px){
	.the-content.general_content ul li {
        font-size: 14px;
	}
	    .section-form .wrap-form {
        padding: 25px;
    }
}
@media screen and (max-width:560px){
	.leasing-recent-posts .recent-posts-slider-flex a.element-article-link ,
	.leasing-recent-posts .recent-posts-slider-flex .post-header {
        width: 100%;
		  padding-left: 0;
    }
}