/* CSS Variables */
:root{
	--newgen-green: #8dcb39;
	--newgen-blue:#253550;
	--newgen-darkblue:#1a2538;
	--newgen-grey:#bdc2ca;
	--newgen-black:#282828;
}

html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General styling */
*, :before, :after {
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	-webkit-tap-highlight-color: transparent; /* no more color over a link when tapped, usually iOS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* antialiasing, Mozilla only */
  -webkit-font-smooth: always; /* text has no sharp edges, Safari only */
}
::selection {
  background: var(--newgen-green); /* WebKit/Blink Browsers */
  color:var(--newgen-black)!important;
}
::-moz-selection {
  background: var(--newgen-green); /* Gecko Browsers */
  color:var(--newgen-black)!important;
}
html, body {
    overflow-x: hidden;
}
html {
	-ms-overflow-style: scrollbar; /* scrollbar in case of overflow for IE */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: space-between;
	justify-content: space-between;
  font: 16px/1.6 'futura-pt', arial, sans-serif;
  font-weight:300;
  letter-spacing: -0.15px;
  color: #fff;
  background: var(--newgen-blue);
}
h1, h2, h3, h4, h5, h6,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a  {
	font-weight: 600;
	margin-bottom: 30px;
  text-rendering: optimizeLegibility;
  color:var(--newgen-green);
	font-family: 'futura-pt';
}
h1, h2, h3{
	text-transform: uppercase;
}
h1, h2 {
	font-size: 48px;
	line-height: 52px;
}
h2 {
	letter-spacing: 6px;
}
h3 {
	font-size: 28px;
	line-height:34px;
}
h4  {
	font-size: 24px;
	line-height:30px;
}
h5, h6{
	font-size: 22px;
	line-height:28px;
}
p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
article h1 {
	padding:20px 0px;
	margin:0px;
	font-size: 38px;
}
h1 a, h2 a, h3 a{
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	color: var(--newgen-green);
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color:var(--newgen-green);
	padding-bottom:20px;
	margin-bottom:0px;
}
article ul li,
article ol li,
article p,
.wysiwyg ul li,
.wysiwyg ol li {
	color:var(--newgen-black);
	font-size: 20px;
  line-height: 26px;
}
.wysiwyg ul li{
	list-style: inside;
}
article table tr:first-child{
	background:#d5d5d5!important;
}
article table tr:nth-child(odd){
	background:#f9f7f6;
}
article table tr:nth-child(even){
	background:#fff;
}
article a {
	color: var(--newgen-green);
}
article a:hover {
	color: var(--newgen-blue);
}
span {
  display: inline;
}
a {
	color: inherit;
  cursor: pointer;
  color:var(--newgen-green);
	text-decoration: none;
}
a:not([class]):focus {
  outline: none;
	box-shadow: none;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
img.size-portrait-thumbnail {
	width:auto;
	max-width:unset;
}
iframe{
	min-height:350px;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}
ul, ol {
  margin: 0 0 25px 20px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
section ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
nav ul, nav ol {
  margin: 0;
  list-style: none;
}
b, strong, th, legend {
	font-family: 'futura-pt';
	font-weight:600;
}
small {
	font-size: 75%;
}
sub, sup, del {
	font-size: 75%;
	line-height: 0;
	position: relative;
  vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup, del{
	top: -.5em;
}
del{
	text-decoration: none;
}
mark {
	padding: 3.5px;
  background-color: #f1f1f1;
}
abbr[title] {
  text-decoration: underline dotted;
}
abbr[data-original-title], abbr[title] {
  cursor: help;
}
ins {
  text-decoration: underline;
}
dl {
  margin-bottom: 20px;
}
dl dt {
  font-weight: 700;
  margin: 15px 0 5px;
}
dl dt:first-child {
  margin-top: 0;
}
dd {
  margin-left: 0;
	margin-bottom: 0px;
}
samp {
  font-family: monospace;
  font-size: inherit;
}
kbd {
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  background-color: #e6e6e6;
  padding: 2px 4px 0 4px;
}
table {
	margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
th, td {
	border: 1px solid #eceeef;
	padding: 10px;
}
caption {
	font-size: 15px;
  padding: 10px 0;
  color: var(--newgen-green);
  caption-side: bottom;
}
code {
  display: inline-block;
  font: 14px/1.25 monospace;
  letter-spacing: -0.65px;
  padding: 0.125rem;
}
pre code {
  display: block;
  font: inherit;
  letter-spacing: inherit;
  overflow-x: auto;
  padding: 15px 64px 15px 15px;
  background: #f9f9f9;
  border: 1px solid #cacaca;
  color: #0a0a0a;
}
pre {
	color: black;
}
figcaption {
  font-size:15px;
}
legend {
	margin-bottom: 5px;
}
label {
	display: block;
	cursor: pointer;
}
button, input, textarea {
  font-family: inherit;
  line-height: normal;
	margin: 0;
}
textarea {
	min-height: 80px;
	resize: vertical;
}
[type="submit"], [type="reset"], [type="button"],
[type="text"], [type="email"], [type="tel"], [type="search"],
button {
	border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
button, [type="submit"], [type="reset"], [type="button"] {
	cursor: pointer;
	outline: 0;
	box-shadow: none;
	border: 0;
}
textarea:focus, button:focus,
div[contenteditable="true"]:focus, [class~="btn"]:focus,
[type="text"]:focus, [type="tel"]:focus, [type="email"]:focus, [type="password"]:focus, [type="submit"]:focus {
  outline: 0;
}
[hidden] {
	display: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
p + h2, p + h3, p + h4,
ul + h2, ul + h3, ul + h4,
ol + h2, ol + h3, ol + h4,
code + h2, code + h3, code + h4,
table + h2, table + h3, table + h4,
blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4 {
    margin-top: 35px;
}
/* wysiwyg */
.wysiwyg a{
	color:var(--newgen-green);
	transition: .4s;
}
.wysiwyg a:hover{
	color:var(--newgen-black);
}
.rtl{
	text-align: right;
}
/* WordPress Core */
.alignnone {
  margin: 5px 20px 5px 0;
}
.aligncenter,
div.aligncenter  {
  display: block;
  margin: 30px auto 40px auto;
}
div.aligncenter{
	width: 90%!important;
	margin: 0 auto;
	padding:10px;
	border:1px solid var(--newgen-green);
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 100%; /* Image does not overflow the content area */
  text-align: left;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
		margin-bottom: 10px;
}
.wp-caption p.wp-caption-text,
.wp-block-image figcaption{
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
		text-align: center;
		font-style: italic;
		color:var(--newgen-grey);
		margin:0px;
}
.full-width {
	width:100%;
	overflow:hidden;
}
q, blockquote, blockquote p{
	font-style: italic;
	color:#01395a;
	font-weight: 600;
	position: relative;
	font-size: 20px;
	position: relative;
	line-height: 30px;
}
body.search-results .navigation .nav-links{
	display: block;
  overflow: hidden;
  width: 100%;
}
body.search-results .nav-links .page-numbers svg {
	display:none;
}
body.search-results .nav-links span.nav-next-text,
body.search-results .nav-links span.nav-prev-text{
  visibility: hidden;
  display:inline-block;
  max-width:110px;
  width:100%;
  vertical-align: bottom;
  font-size:14px;
}
body.search-results .nav-links span.nav-prev-text {
	max-width:60px;
	height:24px;
}
body.search-results .nav-links span.nav-prev-text::before {
  content: "« Înapoi";
  visibility: visible;
  display:inline-block;
}
body.search-results .nav-links span.nav-next-text::after {
  content: "Mai departe »";
  visibility: visible;
  display:inline-block;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
  white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
#wpadminbar {
    /* display: none !important; */
}
html.js, html.no-js, html {
    margin-top: 0 !important;
}

/* End of WordPress Core */
/* General Theme Style */
section{
	position: relative;
}
.mobile {
	display:none!important;
}
.desktop {
	display:block!important;
}
.v-align{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.h-align{
	text-align:center;
}
.left-50,
.right-50{
	width:50%;
	display:inline-block;
	float:left;
}
.padding-v-70{
	padding: 70px 0;
}
.padding-b-70{
	padding-bottom: 70px;
}
.clear:after,
.clear:before,
.row:after,
.row:before{
	clear:both;
	display:block;
	width:100%;
	content:'';
}
/* Flex */
.flex-row, .flex-row.reverse, .flex-column, .flex-column.reverse{
	display: flex;
}
.flex-row{
	flex-direction: row;
}
.flex-column{
	flex-direction: column;
}
.flex-row.reverse{
	flex-direction: row-reverse;
}
.flex-column.reverse{
	flex-direction: column-reverse;
}
.flex-item{
	position: relative;
}
.flex-item.item10{
	flex: 1 1 10%;
}
.flex-item.item20{
	flex: 1 1 20%;
}
.flex-item.item25{
	flex: 1 1 25%;
}
.flex-item.item30{
	flex: 1 1 30%;
}
.flex-item.item40{
	flex: 1 1 40%;
}
.flex-item.item50{
	flex: 1 1 50%;
}
.flex-item.item50:first-of-type{
	padding-left: 0;
}
.flex-item.item50:last-of-type{
	padding-right: 0;
}
.flex-item.item60:first-of-type{
	padding-left: 0;
}
.flex-item.item40:last-of-type{
	padding-right: 0;
}
.flex-item.item60{
	flex: 1 1 60%;
}
.flex-item.item70{
	flex: 1 1 70%;
}
.flex-item.item80{
	flex: 1 1 80%;
}
.flex-item.item90{
	flex: 1 1 90%;
}
@media only screen and (max-width: 1024px) {
	.flex-row {
		flex-direction: column;
	}
}
.background {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.container{
	width:100%;
	max-width:1440px;
	padding:0px 15px;
	margin:0 auto;
	display:block;
	position:relative;
	z-index: 2;
}
.container:before,
.container:after{
	content:"";
	display:block;
	clear:both;
}

/*form adds */
div.wpcf7 .ajax-loader{
  display: none!important;
}
 span.wpcf7-list-item{
  margin: 0;
}
.wpcf7-not-valid-tip{
  font-size: 12px;
	color:#ff0000;
	line-height: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
  border: none;
  font-size: 14px;
  padding: 0;
  margin:5px 0;
  line-height: 18px;
	font-weight: 400;
}
 .wpcf7 form.invalid .wpcf7-response-output{
	color:#ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
	color:var(--newgen-green);
}
.icheckbox {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: transparent;
  border: 1px solid var(--newgen-green);
  top: -4px;
  margin-right: 5px;
  cursor: pointer;
}
.icheckbox:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:7px;
  height:7px;
  background:var(--newgen-green);
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  opacity:0;
}
.icheckbox.checked:after{
  opacity:1;
}
/* Buttons */
.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--newgen-green);
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	transition: .4s;
	font-family: 'futura-pt';
	font-weight:600;
	border:2px solid var(--newgen-green);
}
.btn:hover {
	background-color: #fff;
	color: var(--newgen-green);
}
.btn-white {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px;
	text-transform: uppercase;
	color: var(--newgen-green);
	background-color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	transition: .4s;
	font-family: 'futura-pt';
	font-weight:600;
	border:2px solid var(--newgen-green);
}
.btn-white:hover {
	color: #fff;
	background-color: var(--newgen-green);
}
.btn-black {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px;
	text-transform: uppercase;
	color: var(--newgen-blue);
	background-color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	transition: .4s;
	font-family: 'futura-pt';
	font-weight:600;
	border:2px solid var(--newgen-blue);
}
.btn-black:hover {
	color: #fff;
	background-color: var(--newgen-blue);
}
.green-btn,
.white-btn{
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	color:var(--newgen-blue);
	background-color: var(--newgen-green);
	font-size: 16px;
	line-height: 18px;
	transition: .4s;
	font-family: 'futura-pt';
	font-weight:600;
	border:2px solid var(--newgen-green);
}
.green-btn:hover{
	color:var(--newgen-green);
	background-color: var(--newgen-blue);
}
.white-btn:hover{
	color:var(--newgen-green);
	background-color: #fff;
}
@media only screen and (max-width: 769px) {
	.btn,
	.btn-white,
	.btn-black {
		font-size: 14px;
	}
}
/*Backgrounds */
.blue-bg{
	color:#fff;
}
.white-b{
	background-color: #fff;
	color: var(--newgen-blue)
}
.white{
	color:#fff;
}
.blue{
	color:var(--newgen-blue);
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6{
  color: #fff;
}
.blue-filter{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58,72,96,0.8);
}
.white-bg{
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.sold-out {
	display: inline-block;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: -0.15px;
	color: #fff;
	background-color: #E94235;
	padding: 9px;
}
.sold {
	color: #E94235;
}
/* Special Text Orientation */
.vertical-text{
	position: absolute;
	display: inline-block;
	height: 80%;
	overflow: hidden;
	left: 5%;
	font-family: 'futura-pt';
	font-weight:600;
	z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 1.25){
	.vertical-text{
		left: 1%;
	}
}
@media(max-width:1650px){
	.vertical-text{
		left: 1%;
	}
}
@media(max-width:1441px){
	.vertical-text{
		display: none;
	}
}
.vertical-text:after{
	display: block;
	content:'';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--newgen-green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
}
.vertical-text p{
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-transform: uppercase;
	font-size: 20px;
}
.vertical-text div.line{
	display: block;
	width: 2px;
	height: 100%;
	background-color: var(--newgen-green);
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
}
/* Slick Slider Custom Styling */
.slick-dots li {
  margin: 0 0.25rem;
	display: inline-block;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--newgen-grey);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: var(--newgen-green);
}
/* Display Flex - reorder elements on mobile */
@media(max-width:850px){
	.display-flex{
		display: -webkit-box!important;
	  display: -moz-box!important;
	  display: -ms-flexbox!important;
	  display: -webkit-flex!important;
	  display: flex!important;
	  -webkit-box-orient: vertical;
	  -moz-box-orient: vertical;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -moz-box-align: start;
	  -ms-flex-align: start;
	  -webkit-align-items: flex-start;
	  align-items: flex-start;
	}
	.order-one{
		-webkit-box-ordinal-group: 1;
	  -moz-box-ordinal-group: 1;
	  -ms-flex-order: 1;
	  -webkit-order: 1;
	  order: 1;
		position: static;
	}
	.order-two{
		-webkit-box-ordinal-group: 2;
	  -moz-box-ordinal-group: 2;
	  -ms-flex-order: 2;
	  -webkit-order: 2;
	  order: 2;
		position: static;
	}
	.order-threee{
		-webkit-box-ordinal-group: 3;
	  -moz-box-ordinal-group: 3;
	  -ms-flex-order: 3;
	  -webkit-order: 3;
	  order: 3;
		position: static;
	}
}
/* General Form Styling // Template Part Form */
body.home .page-form,
body.single .page-form{
  margin:35px 0 0;
	-webkit-box-shadow: 0px 0px 40px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px -2px rgba(0,0,0,0.75);
}
.page-form{
	text-align: center;
}
.page-form .vertical-text{
	display: none;
}
body.home .page-form .vertical-text{
	display: block;
}
.page-form h4{
	color:#fff;
}
.page-form .wysiwyg{
	max-width: 60%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.page-form .form{
	max-width: 55%;
	margin: 0 auto;
}
.form .item{
	display: inline-block;
	width: 50%;
	float: left;
	padding: 15px;
}
.form .item.item-full{
	width: 100%;
}
.form .item input,
.form .item textarea{
	display: block;
	width: 100%;
	font-size: 16px;
	color:#fff;
	background-color: transparent;
	border:1px solid #fff;
	padding: 10px;
	font-weight: 300;
}
.form .item input::placeholder,
.form .item textarea::placeholder{
	color:#fff;
}
.form .item textarea{
	height: 120px;
}
.form .row.terms-row{
	margin-bottom: 20px;
	text-align: left;
	padding-left: 15px;
}
.form .row.terms-row a:hover{
	color:#fff;
}
.form #submit-form{
	padding: 10px 50px;
}
/*---*/
.newgen-middle-icon{
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 2;
}
.complex .detalii{
  position: absolute;
  bottom: -35px;
  left: 10px;
}
.complex .detalii li{
  display: inline-block;
  padding:0px 10px;
}
.detalii li .inner-item{
  text-align: center;
  padding: 10px;
  color:var(--newgen-black);
  background-color: #fff;
  min-width: 150px;
}
.detalii li .inner-item h4{
  text-transform: uppercase;
  color:var(--newgen-black);
  font-size: 20px;
  margin-bottom: 0;
}
.detalii li .inner-item p{
  margin-bottom: 0;
}
@media(max-width:1440px){
	.container{
		max-width: 1240px;
	}
	.vertical-text{
		display: none;
	}
	h1, h2 {
		font-size: 40px;
		line-height: 46px;
	}
	h3 {
		font-size: 26px;
		line-height:32px;
	}
	h4, h5, h6{
		font-size: 20px;
		line-height:26px;
	}
	p,
	.wysiwyg ol li,
	.wysiwyg ul li {
	  margin-bottom: 20px;
	  font-size: 18px;
	  line-height: 24px;
	}
	.wysiwyg ol li,
	.wysiwyg ul li{
		margin-bottom: 0;
	}
}
@media(max-width:1367px){
	.vertical-text{
		display: block;
	}
}
@media(max-width:1281px){
	.vertical-text{
		display: none;
	}
}
@media(max-width:1025px){
	.vertical-text,
	body.home .page-form .vertical-text{
		display: none;
	}
	h1, h2 {
		font-size: 36px;
		line-height: 42px;
	}
	.detalii li .inner-item{
		min-width: 100px;
	}
}
@media(max-width:850px){
	.page-form .form,
	.page-form .wysiwyg{
		max-width: 80%;
	}
	.complex .detalii{
		bottom: -20px;
		left:50%!important;
		transform:translateX(-50%);
		width: 100%;
		text-align: center;
	}
}
@media(max-width:767px){
	.padding-v-70{
		padding: 40px 0;
	}
	h1, h2 {
		font-size: 31px;
		line-height: 37px;
	}
	h3 {
		font-size: 24px;
		line-height:30px;
	}
	h4{
		font-size: 20px;
		line-height: 26px;
	}
	h5, h6{
		font-size: 18px;
		line-height:24px;
	}
	p,
	.wysiwyg ol li,
	.wysiwyg ul li {
	  margin-bottom: 20px;
	  font-size: 16px;
	  line-height: 22px;
	}
	.wysiwyg ol li,
	.wysiwyg ul li{
		margin-bottom: 0;
	}
	.form .item{
		width: 100%;
	}
	.form .item,
	.form .item.item-full{
		padding: 10px 0;
	}
	.form .row.terms-row{
		padding-left: 0;
	}
	.page-form .form,
	.page-form .wysiwyg{
		max-width: 100%;
	}
	.detalii li .inner-item{
		min-width: 60px;
		border: 1px solid var(--newgen-grey);
	}
	.detalii li .inner-item h4{
		font-size: 16px;
	}
	.green-btn, .white-btn{
		font-size: 14px;
		line-height: 16px;
	}
}
.grecaptcha-badge{
	display: none!important;
}
.wpcf7-spinner{
	display: inline-block;
	position: absolute;
	margin-top:8px;
	background-color: #8dcb39;
}
.wpcf7-spinner::before{
	background-color: var(--newgen-darkblue);
	width: 8px;
	height: 8px;
}
.qlwapp-text{
	font-weight: 400!important;
}
#qlwapp.mobile{
	display: block!important;
}
