/*!
Theme Name: republika
Theme URI: http://republika.ro
Author: Republika Agency
Author URI: https://republika.ro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: republika
*/

/* ___Normalize___ */

@font-face {
  font-family: "Dacia Block";
  src: url("assets/font/DaciaBlock-Light.eot");
  src: url("assets/font/DaciaBlock-Light.eot?#iefix")
      format("embedded-opentype"),
    url("assets/font/DaciaBlock-Light.woff2") format("woff2"),
    url("assets/font/DaciaBlock-Light.woff") format("woff"),
    url("assets/font/DaciaBlock-Light.ttf") format("truetype"),
    url("assets/font/DaciaBlock-Light.svg#DaciaBlock-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dacia Block";
  src: url("assets/font/DaciaBlock-Bold.eot");
  src: url("assets/font/DaciaBlock-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/font/DaciaBlock-Bold.woff2") format("woff2"),
    url("assets/font/DaciaBlock-Bold.woff") format("woff"),
    url("assets/font/DaciaBlock-Bold.ttf") format("truetype"),
    url("assets/font/DaciaBlock-Bold.svg#DaciaBlock-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dacia Block";
  src: url("assets/font/DaciaBlock-Regular.eot");
  src: url("assets/font/DaciaBlock-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/font/DaciaBlock-Regular.woff2") format("woff2"),
    url("assets/font/DaciaBlock-Regular.woff") format("woff"),
    url("assets/font/DaciaBlock-Regular.ttf") format("truetype"),
    url("assets/font/DaciaBlock-Regular.svg#DaciaBlock-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "readBeta2 sans-serif";
  font-weight: 400;
  font-display: swap;
  src: url("assets/font/read-400.woff2") format("woff2"),
    url("assets/font/read-400.woff") format("woff");
}

@font-face {
  font-family: "readBeta2 sans-serif";
  font-weight: 700;
  font-display: swap;
  src: url("assets/font/read-700.woff2") format("woff2"),
    url("assets/font/read-700.woff") format("woff");
}

/* Root Start */

:root {
  --font-family: "readBeta2 sans-serif";
  --color-primary: #646b51;
  --color-secondary: rgb(100, 107, 82);
  --color-dark: #000000;
  --color-white: #ffffff;
  --color-danger: #cc0000;
  --color-warning: #fd7e14;
  --color-info: #d1ecf1;
  --color-success: #15a562;
  --color-success-hover: #198754;
  --color-border: #eeeeee;
  --color-grey: #f4f4f4;
  --rp-gutter-x: 1.5rem;
  --rp-gutter-y: 0;
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-dark {
  color: var(--color-dark) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.color-error {
  color: var(--color-danger) !important;
}

.color-success {
  color: var(--color-success) !important;
}

.color-success-hover {
  color: var(--color-success) !important;
}

.color-border {
  color: var(--color-border) !important;
}

.color-grey {
  color: var(--color-grey) !important;
}

.color-warning {
  color: var(--color-warning) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-seconary {
  background-color: var(--color-secondary) !important;
}

.bg-dark {
  background-color: var(--color-dark) !important;
}

.bg-ganger {
  background-color: var(--color-danger) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-border {
  background-color: var(--color-border) !important;
}

.bg-success {
  background-color: var(--color-success) !important;
}

.bg-info {
  background-color: var(--color-info) !important;
}

.shadow-sm {
  box-shadow: 0 0.225rem 0.45rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.border-radius-1 {
  border-radius: 1rem;
}

.border-radius-2 {
  border-radius: 2rem;
}

.border-radius-3 {
  border-radius: 3rem;
}

.border-radius-4 {
  border-radius: 4rem;
}

.border-radius-5 {
  border-radius: 5rem;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: var(--color-primary) !important;
}

.border-secondary {
  border-color: var(--color-secondary) !important;
}

.border-success {
  border-color: var(--color-success) !important;
}

.border-info {
  border-color: var(--color-info) !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: var(--font-family);
  font-size: 1.6rem;
  background: var(--color-white);
  color: var(--color-dark);
  font-weight: 400;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

blockquote {
  border-left: 0.3rem solid var(--color-primary);
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-size: 80%;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

code {
  background: var(--color-border);
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}

pre {
  background: var(--color-border);
  border-left: 0.3rem solid var(--color-primary);
  overflow-y: hidden;
  padding: 1rem;
}

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

address {
  font-style: normal;
  margin-bottom: 1rem;
}

figcaption,
caption {
  font-size: 75%;
}

figure {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

summary {
  cursor: pointer;
}

hr {
  border: 0;
  border-top: 0.1rem solid var(--color-border);
  margin: 3rem 0;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  box-shadow: none;
  box-sizing: inherit;
  padding: 1.25rem 1.25rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: var(--font-family);
  font-weight: 400;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>')
    center right no-repeat;
  padding-right: 3rem;
  width: 100%;
  border: 1px solid #e2e2e2;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 0 !important;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%239b4dca" d="M0,0l6,8l6-8"/></svg>');
}

select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 6.5rem;
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #777;
  font-weight: 400;
  font-size: 1.6rem;
}

label,
legend {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

label.error {
  color: red;
  position: absolute;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

.container-fluid {
  margin: 0 auto;
  padding-right: var(--rp-gutter-x, 0.75rem);
  padding-left: var(--rp-gutter-x, 0.75rem);
  position: relative;
  width: 100%;
}

.container-small {
  max-width: 980px;
  margin: 0 auto;
  padding-right: var(--rp-gutter-x, 0.75rem);
  padding-left: var(--rp-gutter-x, 0.75rem);
  position: relative;
}

.container {
  margin: 0 auto;
  padding-right: var(--rp-gutter-x, 0.75rem);
  padding-left: var(--rp-gutter-x, 0.75rem);
  position: relative;
  max-width: 1240px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--rp-gutter-y) * -1);
  margin-right: calc(var(--rp-gutter-x) / -2);
  margin-left: calc(var(--rp-gutter-x) / -2);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--rp-gutter-x) / 2);
  padding-left: calc(var(--rp-gutter-x) / 2);
  margin-top: var(--rp-gutter-y);
}

.column {
  flex: 1 0 0%;
}

.column-auto {
  flex: 0 0 auto;
  width: auto;
}

.column-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.column-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.column-3 {
  flex: 0 0 auto;
  width: 25%;
}

.column-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.column-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.column-6 {
  flex: 0 0 auto;
  width: 50%;
}

.column-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.column-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.column-9 {
  flex: 0 0 auto;
  width: 75%;
}

.column-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.column-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.column-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.fluid {
  width: 100%;
}

.inline {
  display: inline-block;
}

.center-text {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-muted {
  color: var(--color-grey);
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

a:focus,
a:hover {
  transition: 0.3s;
  color: var(--color-dark);
}

.disclaimers a:hover,
.disclaimers a:focus {
  color: #000;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button-primary {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 15px 30px;
  display: inline-block;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0;
  width: 100%;
  border: none;
  font-family: var(--font-family);
  font-weight: 600;
  text-align: center;
}

.button-primary:hover {
  background: var(--color-dark);
  transition: 0, 3s;
  color: #fff;
}

.button-secondary {
  background: var(--color-dark);
  transition: 0, 3s;
  color: var(--color-white);
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.button-secondary:hover {
  background: var(--color-primary);
  transition: 0, 3s;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
details,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #333;
  padding: 1.2rem 1.5rem;
}

th {
  background: var(--color-primary);
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
  font-family: "Dacia Block", serif;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--color-grey);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.isMobile {
  display: none !important;
}

.isDesktop {
  display: block !important;
}

/* header */
.site-header {
  padding: 20px 0;
  background: var(--color-primary);
  color: #fff;
}

.site-header .inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.site-header .site-branding img {
  max-width: 200px;
}

.site-header .main-navigation {
}

.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.site-header .main-navigation ul li {
  margin-right: 50px;
}

.site-header .main-navigation ul li:last-of-type {
  margin-right: 0;
}

.site-header .main-navigation ul li a {
  text-transform: uppercase;
  color: var(--color-dark);
}

/* main-section */
.main-section {
  position: relative;
}

.main-section h2 {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #fff;
}

.main-section h2 span {
  display: block;
  color: #f8612e;
  font-size: 8rem;
}

.main-section .main-image {
  display: block;
  width: 100%;
}

.main-section video {
  width: 100%;
  display: block;
}

.main-section .description {
  text-align: center;
  padding: 60px 0;
  font-size: 2rem;
  background: #656b54;
  color: #fff;
  font-weight: 100;
  margin-bottom: 60px;
}

.main-section .description p:last-of-type {
  margin-bottom: 0;
}

/* video section */

.video-section {
}

.video-section .video {
  width: 100%;
  display: block;
}

.video-section .description {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video-section .description .left {
  width: 60%;
  background: #ededed;
  padding: 20px;
}

.video-section .description .left p {
  font-size: 1.6rem;
}

.video-section .description .right {
  width: 39%;
  background: #ff6c00;
  font-weight: 700;
  padding: 20px;
}

.video-section .description .right .price {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.video-section .description .right .price .big {
  font-size: 7.5rem;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1;
}

.section-aventura {
  padding: 60px 0;
}

.section-aventura .description-heading {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.section-aventura h2 {
}

.section-aventura .description {
  padding: 0 60px;
  margin-bottom: 0;
}

.section-aventura video {
  max-width: 100%;
}

.section-aventura .description strong {
  margin-bottom: 20px;
  display: block;
}

.test-jogger {
  padding: 30px;
  background: #ededed;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.test-jogger p {
  width: 30%;
  margin-bottom: 0;
}

.section-duster {
  text-align: center;
}

.section-duster .video {
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
}

.section-extreme {
  padding: 60px 0;
}

.section-extreme video {
  display: block;
  max-width: 100%;
}

.section-extreme .rows {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-extreme .rows .first {
  background: #ff6c00;
  color: var(--color-white);
  padding: 30px;
  display: flex;
  align-items: center;
  width: 49%;
}

.section-extreme .rows .first .content {
  display: flex;
}

.section-extreme .rows .first .content img {
  width: 150px;
  margin-right: 15px;
}

.section-extreme .rows .first .content p {
  margin-bottom: 0;
  margin-left: 20px;
}

.section-extreme .rows .second {
  background: #ededed;
  padding: 30px;
  display: flex;
  align-items: center;
  width: 49%;
}

.section-oferte {
}

.section-oferte .listing-oferte {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-oferte .listing-oferte .oferta {
  padding: 10px;
}

.section-oferte .listing-oferte .oferta img {
  max-height: 185px;
}

.section-oferte .listing-oferte .oferta .title {
  font-size: 1.8rem;
  font-weight: 700;
}

.section-oferte .listing-oferte .oferta .title span {
  display: block;
  font-size: 1.2rem;
  color: #999;
}

.section-oferte .listing-oferte .oferta .pret {
  margin-bottom: 0;
}

.section-finantare {
  margin-bottom: 60px;
}

.section-finantare .content {
  padding: 160px 90px;
  background: #ff6c00;
  color: var(--color-white);
  text-align: center;
}

.section-finantare .content h2 {
  font-size: 4rem;
}

.section-finantare .rows {
}

.section-finantare .rows .video {
  width: 100%;
  display: block;
}

.section-finantare .rows .second {
  background: #ededed;
  padding: 32px 60px;
  margin-top: 20px;
}

.section-finantare .rows .second ul {
  margin: 0;
}

.section-finantare .rows .second li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.section-finantare .rows .second li:last-of-type {
  margin-bottom: 0;
}

.section-finantare .rows .second li img {
  margin-right: 20px;
  width: 20px;
}

.section-destinatii h2 {
  margin-bottom: 0;
}

.listing-destinatii {
  padding: 60px 0;
}

.listing-destinatii .image {
  margin-bottom: 20px;
  max-height: 250px;
  overflow: hidden;
}

.section-spring img {
  margin-bottom: 60px;
}

.section-spring .description {
  text-align: center;
}

.section-spring {
  margin-bottom: 60px;
}

.sandero-city {
  margin-bottom: 60px;
}

.sandero-city img {
  margin-bottom: 60px;
}

.sandero-city h4 {
  font-weight: 400;
  text-align: center;
  padding: 0 30px;
}

.section-logan {
  margin-bottom: 60px;
}

.section-logan img {
  margin-bottom: 60px;
}

.sandero-city .row {
  align-items: center;
}

.duster-section {
  margin-bottom: 60px;
}

.duster-section .head {
  background: var(--color-primary);
  margin-bottom: 60px;
}

.duster-section .head .row {
  align-items: center;
}

.duster-section .head h4 {
  font-weight: 400;
  color: #fff;
}

.duster-section .head .description {
  padding-left: 30px;
  padding-right: 30px;
}

.test-drive {
  margin-bottom: 60px;
}

.test-drive h4 {
  font-size: 3rem;
}

.test-drive .row {
  align-items: center;
}

.test-drive h4 span {
  font-size: 4.5rem;
}

.test-drive h5 {
  color: #f46d35;
  font-weight: 400;
}

.finantare-section {
  margin-bottom: 60px;
}

.finantare-section .row {
  align-items: center;
}

.finantare-section .content {
  background: #e8e8e8;
  padding: 30px;
}

.finantare-section li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.finantare-section li img {
  margin-right: 20px;
  width: 20px;
}

.finantare-section li:last-of-type {
  margin-bottom: 0;
}

.seachaddress {
  position: relative;
  margin-bottom: 0;
}

.seachaddress svg {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.userlocation {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 600;
}

.userlocation:hover {
  color: #999;
}

.userlocation svg {
  fill: #fff;
  width: 20px;
  margin-right: 10px;
}

/* site-footer */

.site-footer {
  background: #000;
  padding: 40px 0;
}

.site-footer .inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.site-footer .inside .social {
}

.site-footer .inside .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .inside .social ul li {
  display: inline-block;
  margin-right: 20px;
}

.site-footer .inside .social ul li:last-of-type {
  margin-right: 0;
}

.site-footer .inside .social ul li a {
  font-size: 12px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #fff;
  border-radius: 30px;
}

.site-footer .social p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}

.site-footer .inside .social ul li a svg {
  width: 15px;
  height: 15px;
}

.site-footer .inside .vocea {
  font-size: 12px;
}

.site-footer .inside .vocea a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.site-footer .inside .vocea a:last-of-type {
  margin-right: 0;
}

.site-footer .inside .vocea a svg {
  height: 8px;
}

.global-underline {
  transition: background-size 0.3s ease-out;
  background: linear-gradient(#ffffff, #ffffff) no-repeat left 105%/0 10%;
}

.global-underline:hover {
  background-size: 100% 10%;
}

.FunnelHeader__header {
}

.FunnelHeader__funnelTitle {
  color: rgb(204, 204, 204);
  font-family: "readBeta2 sans-serif";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.FunnelHeader__funnelStep {
  color: rgb(204, 204, 204);
  font-family: "readBeta2 sans-serif";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 8px;
}

.FunnelHeader__funnel {
  color: rgb(255, 255, 255);
  margin-bottom: 4px;
  display: flex;
}

.FunnelHeader__funnelCurrentStep {
  color: rgb(255, 255, 255);
  font-family: "readBeta2 sans-serif";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.FunnelHeader__header {
  flex-direction: row;
  display: flex;
  position: relative;
  margin: auto 0px;
  padding: 0px 72px;
}

.FunnelHeader__icon {
  fill: rgb(255, 255, 255);
  cursor: pointer;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.FunnelHeader__exitCTA {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.FunnelHeader__cross {
  fill: #fff;
  vertical-align: middle;
  width: 24px;
}

.FunnelHeader__step {
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: 400;
}

.FunnelHeader__progressBar {
  border-color: #ec6528;
}

.ReceiptStep {
  flex-direction: column;
  display: flex;
}

.ReceiptStep__header {
  align-items: center;
  gap: 16px;
  display: flex;
}

.NumberIndicator.is-super-primary {
  background-color: #646b52;
  border: 2px solid #646b52;
}

.NumberIndicator {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.ReceiptStep__stepLabel {
  font-family: readBeta2 sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.NumberIndicator.is-super-primary .NumberIndicator__number {
  color: #fff;
}

.NumberIndicator__number {
  font-family: readBeta2 sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.FormsRecap__steps {
  flex-direction: column;
  gap: 40px;
  display: flex;
}

.FormsRecap h4 {
  font-weight: 400;
}

.content-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 90dvh;
}

.content-form .left-form {
  width: 70%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-form .left-form .descriere {
  font-size: 2rem;
}

.content-form .right-form {
  width: 30%;
  padding-left: 30px;
  border-left: 1px solid #eee;
  padding-top: 60px;
  padding-bottom: 60px;
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 10px;
}

.specialHeading {
  font-weight: 600;
  font-size: 2.8rem;
}

.specialHeading span {
  color: var(--color-primary);
}

.mat-label {
  display: block;
  font-size: 16px;
  transform: translateY(30px);
  color: #333;
  font-weight: 400;
  transition: all 0.5s;
}

.mat-input {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
  margin: 0;
  font-size: 16px;
}

.mat-input.error {
  color: red;
}

.mat-input.error:after {
  content: "";
}

.mat-div {
  padding: 30px 0 0 0;
  position: relative;
}

.mat-text {
  padding: 30px 0 0 0;
}

.mat-select {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

.mat-select:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.mat-div:after,
.mat-div:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.mat-div::after {
  background-color: #333;
  transform: scaleX(0);
}

.is-active::after {
  transform: scaleX(1);
}

.is-active .mat-label {
  color: var(--color-dark);
}

.is-completed .mat-label {
  font-size: 14px;
  transform: translateY(0);
}

.main-form {
  max-width: 600px;
  margin: 0 auto;
  display: none;
}
.thank-you-message {
  display: none;
}
.thank-you-message .content {
  max-width: 600px;
  margin: 0 auto;
}

.header-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.header-form .button-form {
  user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  width: 48%;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.header-form .button-form.isactive {
  border: 2px solid #646b52;
  font-weight: 600;
  background: var(--color-primary);
  color: #fff;
}

.marketing {
  position: relative;
}

.marketing .error {
  bottom: -25px;
}

.termeni {
  font-size: 1rem;
}

.termeni p {
  margin-bottom: 0;
  color: #777;
}

.RadioGroup__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.RadioGroup__item {
  display: flex;
  align-items: center;
}

.RadioGroup__item input {
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 8px;
}

.RadioGroup__title {
  margin-bottom: 0;
}

.loading {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.alegere-agent {
  max-width: 600px;
  margin: 0 auto;
}
.dealermap {
  display: none;
  height: 350px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.viewMap {
    font-size: 1.3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.listingDealers {
  max-width: 600px;
  margin: 0 auto;
}

.cover-all {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.listingDealers .dealer-card {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  transition: 0.3s;
}

.listingDealers .dealer-card:hover {
  background: #eee;
  transition: 0.3s;
}

.listingDealers .dealer-card:last-of-type {
  border-bottom: none;
}

.listingDealers .dealer-card {
  padding: 10px;
}

.listingDealers .dealer-card h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.listingDealers .dealer-card .scor {
  display: none;
}

.listingDealers .dealer-card .distanta {
  font-size: 1.2rem;
  display: none !important;
  display: inline-block;
  color: var(--color-primary);
}

.listingDealers .recommended {
  background: #eee;
  padding: 10px;
  border-bottom: none;
}

.listingDealers .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.listingDealers .recommended .rec {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 1rem;
  transform: rotate(45deg);
  top: 23px;
  background: orangered;
  padding: 5px;
  width: 150px;
  text-align: center;
  color: #fff;
  right: -34px;
  display: none;
}

.show-more-dealers {
  font-weight: 700;
  display: block;
  color: #000;
  margin-bottom: 10px;
}

.user-location {
  margin-bottom: 15px;
  margin-top: -15px;
  font-size: 14px;
}

.user-location-error {
  color: var(--color-danger);
  font-size: 14px;
}

#map {
  position: relative;
  height: 300px;
  margin-bottom: 15px;
}

.stepsright {
  font-weight: 700;
}

.stepsright .step .inside {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.stepsright .step em {
  font-style: normal;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  border-radius: 99rem;
  font-size: 1.3rem;
  margin-right: 10px;
  border: 2px solid #000;
}

.stepsright .step .agent {
  display: none;
  padding-left: 38px;
  font-weight: 400;
  font-size: 14px;
  margin-top: -20px;
}

.stepsright .step .agent #agtitle {
  font-weight: 600;
  margin-bottom: 0;
}

.stepsright .isactive em {
  background: #000;
  color: #fff;
}

.stepsright .passed em {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .row {
    display: block;
  }

  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12 {
    width: 100%;
  }

  .offset-1,
  .offset-2,
  .offset-3,
  .offset-4,
  .offset-5,
  .offset-6,
  .offset-7,
  .offset-8,
  .offset-9,
  .offset-10,
  .offset-11,
  .offset-12 {
    margin: 0;
  }

  .isMobile {
    display: block !important;
  }

  .isDesktop {
    display: none !important;
  }

  .site-header .main-navigation {
    display: none;
  }

  .site-header {
    padding: 0;
  }

  .section-finantare .content {
    padding: 30px;
  }

  .section-finantare .content h2 {
    font-size: 3rem;
  }

  .video-section .description {
    position: relative;
  }

  .main-section .description {
    padding: 30px 0;
  }

  .main-section .description {
    font-size: 1.5rem;
  }

  .video-section .description {
    padding: 0;
    display: block;
    bottom: 0;
  }

  .video-section .description .right {
    width: 100%;
  }

  .video-section .description .left {
    width: 100%;
  }

  .video-section .description .right .km {
    margin-bottom: 0;
  }

  .section-aventura h2 {
    font-size: 3rem;
  }

  .section-aventura .description {
    padding: 0px;
  }

  .test-jogger {
    display: block;
    margin-top: 30px;
  }

  .test-jogger p {
    width: 100%;
    margin-bottom: 10px;
  }

  .test-jogger img {
    transform: rotate(90deg);
    max-height: 65px;
    margin: 0 auto;
    display: block;
  }

  .button-primary {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 15px 30px;
    display: inline-block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0;
    width: 100%;
    border: none;
    font-family: var(--font-family);
    font-weight: 600;
  }

  .section-extreme .rows .second {
    height: 100%;
  }

  .section-extreme .rows .first {
    height: auto;
  }

  .section-aventura,
  .section-extreme {
    padding: 30px 0;
  }

  .section-aventura h2 {
    margin-bottom: 30px;
  }

  .section-oferte h2 {
    font-size: 3rem;
  }

  .section-oferte .listing-oferte .oferta {
    padding: 10px;
  }

  .section-oferte .listing-oferte {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-finantare .rows .second {
    padding: 20px;
  }

  .section-finantare .rows .second li {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .section-finantare {
    margin-bottom: 30px;
  }

  .section-destinatii h2 {
    font-size: 3rem;
  }

  .listing-destinatii {
    padding: 30px 0;
  }

  .section-extreme .rows {
    display: block;
  }

  .section-extreme .rows .first {
    width: 100%;
  }

  .section-extreme .rows .second {
    width: 100%;
  }

  .button-secondary {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    margin-top: 10px;
  }

  .main-section h2 {
    font-size: 1.6rem;
    left: 20px;
    top: 20px;
  }

  .main-section h2 span {
    font-size: 2rem;
  }

  .main-section .description {
    margin-bottom: 30px;
  }

  .section-spring img,
  .section-spring,
  .sandero-city img,
  .section-logan img,
  .section-logan,
  .finantare-section {
    margin-bottom: 30px;
  }

  .button-secondary {
    margin-bottom: 15px;
  }

  h2 {
    font-size: 2.4rem;
  }

  .sandero-city h4,
  .duster-section .head h4 {
    font-size: 2rem;
  }

  .duster-section .head h4 {
  }

  .sandero-city h4 {
    padding: 0;
  }

  .duster-section .head h4 {
    margin-bottom: 0;
  }

  .duster-section .head .description {
    padding: 15px;
    text-align: center;
  }

  .test-drive h4 span {
    font-size: 3rem;
  }

  .test-drive img {
    margin-top: 30px;
  }

  .finantare-section ul {
    margin-top: 30px;
  }

  .FunnelHeader__step {
    font-size: 2rem;
    text-align: center;
  }

  .FunnelHeader__funnelStep {
    text-align: center;
  }

  .FunnelHeader__funnelTitle {
    text-align: center;
  }

  .FunnelHeader__header {
    display: block;
    padding: 10px;
  }

  .content-form {
    display: block;
  }

  .content-form .left-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-form .right-form {
    width: 100%;
    padding: 0;
    border: none;
    display: none;
  }

  .FunnelHeader__funnel {
    display: block;
  }

  .FunnelHeader__exitCTA {
    right: 0;
  }

  .FunnelHeader__exit {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
  }

  .mat-div {
    padding: 15px 0 0 0;
  }

  .header-form .button-form {
    font-size: 14px;
  }

  .specialHeading {
    font-size: 2.4rem;
    text-align: center;
  }

  .content-form .left-form .descriere {
    text-align: center;
    font-size: 1.3rem;
  }
  .user-location {
    margin-bottom: 15px;
    margin-top: -15px;
    font-size: 12px;
  }
}
