@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@400;500;700&display=swap');

/* General rules */

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

html, body, div, 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 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
    -webkit-border-radius: 0;
    font-family: 'Roboto', sans-serif;
    outline: none;
}
img {
    display: inline-block;
}
a {
    text-decoration: none;
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
}
.clear{
    clear: both;
}



body {	
    width: 100%;
    color: #363434;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}


h1 {
	font-size: 44px;
	color: #a58c00;
	margin: 0 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

h2 {
	font-size: 33px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
p {
	margin: 20px 0;
	line-height: 150%;
}

/*input {
    height: 48px;
    border: 0;
    border-radius: 20px;
    padding: 0 10px 0 20px;
    line-height: 48px;
    font-size: 15px;
    color: #000000;
	background: #ffffff;
	width: 100%;
	box-shadow: 3px 3px 7px #e5bfcc;
	font-family: 'MarselisPro', sans-serif;
}

input::-webkit-input-placeholder {
    color: #1f2076;
}
input::-moz-placeholder {
    color: #1f2076;
}
input:-ms-input-placeholder {
    color: #1f2076;
}
input:-moz-placeholder {
    color: #1f2076;
}

button {
	border: 0;
	height: 48px;
	line-height: 48px;
	background: #ffffff;
	border-radius: 20px;
	padding: 0 50px;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
	transition: 0.5s;
	outline: none;
	box-shadow: 3px 3px 7px #e5bfcc;
}*/

/* END General rules */





/* Header */
header {
	position: relative;
}
header .header-yellow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 49px;
	background-image: linear-gradient(to right, #e8d47a, #e9bd08);
	z-index: 1;
}
header .header-black {
	position: absolute;
	width: 100%;
	height: 89px;
	top: 49px;
	background: #262626;
	z-index: 1;
}
header .logo {
	z-index: 2;
	position: relative;
	padding-top: 25px;
	text-align: center;
}
header .logo img {
	display: inline-block;
}
header nav {
	text-align: center;
	margin-top: 23px;
	font-weight: 500;
}
header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
header nav ul li {
	float: left;
	padding: 0 20px;
}
header nav ul li a {
	color: #4c4c4c;
}
header nav ul li a:hover {
	color: #a58c00;
}


.homepage .section1 {
	margin-top: 98px;
	background: url('../images/background1.png') no-repeat top center;
	background-size: auto 393px;
}
.homepage .section1 .sos-car {
	height: 393px;
	padding: 60px 0 0;
}
.homepage .section1 .sos-car .headline {
	font-size: 33px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 120%;
}
.homepage .section1 .sos-car .download {
	margin-top: 45px;
}
.homepage .section1 .sos-car .download .play-store {
	float: left;
	margin-right: 18px;
	max-width: calc(50% - 9px);
}
.homepage .section1 .sos-car .download .apple-store {
	float: left;
	max-width: calc(50% - 9px);
}
.homepage .section1 .sos-car .download img {
	max-width: 100%;
}
.homepage .section1 .de-ce-sos-car {
	margin-top: 125px;
}

.homepage .section1 .telefon {
	margin-top: -49px;
	max-width: 96%;
	float: right;
}
.homepage .section1 .telefon img {
	max-width: 100%;
}


.homepage .section2 {
	background: url('../images/background2.png') no-repeat top center;
	background-size: auto 903px;
	height: 903px;
	margin-top: -74px;
	padding-top: 115px;
	text-align: center;
}
.homepage .section2 .icon-cupa {
	margin-bottom: 25px;
}
.homepage .section2 .pe-cuvant {
	color: #878045;
	font-size: 33px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 32px;
}
.homepage .section3 {
	margin-top: -147px;
	margin-bottom: 70px;
}
.homepage .section3 h2 {
	text-align: center;
	margin-bottom: 45px;
}
.homepage .section3 .icon {
	margin-bottom: 30px;
}
.homepage .section3 .text {
	margin-bottom: 30px;
	line-height: 125%;
}


.despre-noi .section1 {
	background: url('../images/background1.png') no-repeat top center;
	background-size: auto 393px;
	text-align: center;
	height: 393px;
	padding: 60px 0 0;
	margin-top: 40px;
}
.despre-noi .section1 .headline {
	font-size: 33px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 120%;
}
.despre-noi .section1 .download {
	margin-top: 45px;
}
.despre-noi .section1 .download .play-store {
	display: inline-block;
	margin-right: 18px;
	max-width: calc(50% - 13px);
}
.despre-noi .section1 .download .apple-store {
	display: inline-block;
	max-width: calc(50% - 13px);
}
.despre-noi .section1 .download img {
	max-width: 100%;
}

.despre-noi .section2 {
	margin-top: -100px;
}
.despre-noi .section2 .text {
	text-align: center;
	color: #878045;
	line-height: 125%;
	margin-top: 15px;
}

.despre-noi .section3 {
	text-align: center;
	padding-top: 60px;
	font-size: 22px;
}
.despre-noi .section3 img {
	display: inline-block;
}

.despre-noi .section4 {
	margin-top: 30px;
}
.despre-noi .section4 h2 {
	text-align: center;
	margin-bottom: 45px;
}
.despre-noi .section4 .icon {
	margin-bottom: 30px;
}
.despre-noi .section4 .text {
	margin-bottom: 30px;
	line-height: 125%;
}

.despre-noi .section5 {
	padding: 60px 0;
	background: #ebeef0;
	margin-top: 45px;
}
.despre-noi .section5 h2 {
	text-align: center;
	margin-bottom: 30px;
}

.despre-noi .section5 .testimoniale .testimonial .text {
	position: relative;
	padding: 20px 35px;
	color: #968337;
	line-height: 125%;
}
.despre-noi .section5 .testimoniale .testimonial .text .ghilimele-left {
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	left: 0;
	top: 0;
	font-size: 62px;
	line-height: 100%;
}
.despre-noi .section5 .testimoniale .testimonial .text .ghilimele-right {
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	right: 0;
	bottom: -31px;
	font-size: 62px;
	line-height: 100%;
}
.despre-noi .section5 .testimoniale .testimonial .autor {
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	margin-top: 30px;
	color: #000000;
}
.despre-noi .section5 .prev {
	position: absolute;
	left: 15px;
	top: calc(50% - 51px);
	cursor: pointer;
}
.despre-noi .section5 .next {
	position: absolute;
	right: 15px;
	top: calc(50% - 51px);
	cursor: pointer;
}


.pentru-tine .section1 {
	background: url('../images/background1.png') no-repeat top center;
	background-size: auto 393px;
	height: 393px;
	padding: 60px 0 0;
	margin-top: 40px;
}
.pentru-tine .section1 .headline {
	font-size: 33px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 120%;
}
.pentru-tine .section1 .download {
	margin-top: 45px;
}
.pentru-tine .section1 .download .play-store {
	display: inline-block;
	margin-right: 18px;
	max-width: calc(50% - 13px);
}
.pentru-tine .section1 .download .apple-store {
	display: inline-block;
	max-width: calc(50% - 13px);
}
.pentru-tine .section1 .download img {
	max-width: 100%;
}
.pentru-tine .section1 .harta-rar {
	position: absolute;
	max-height: 393px;
	max-width: 100%;
	right: 0;
	top: -60px;
}
.pentru-tine .section1 .harta-rar img {
	max-height: 393px;
	max-width: 100%;
}

.pentru-tine .section2 {
	text-align: center;
	margin-top: 75px;
}
.pentru-tine .section2 .text {
	line-height: 125%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
}
.pentru-tine .section2 h2 {
	color: #878045;
	margin: 45px 0;
}
.pentru-tine .section2 .video {
	text-align: center;
	cursor: pointer;
}
.pentru-tine .section2 .video img {
	max-width: 100%;
}

.pentru-tine .section3 {
	text-align: center;
	margin-top: 55px;
}
.pentru-tine .section3 h2 {
	margin-bottom: 0;
}
.pentru-tine .section3 .beneficiu {
	margin-top: 35px;
}
.pentru-tine .section3 .beneficiu .text {
	margin-top: 5px;
	line-height: 125%;
}

.pentru-tine .section4 {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 90px;
}

.pentru-tine .section4 img {
	display: inline-block;
	max-width: 100%;
}
.pentru-tine .section4 .text {
	color: #878045;
	font-size: 22px;
	margin-top: 35px;
	font-family: 'Roboto Condensed', sans-serif;
}



.pentru-business-ul-tau .section1 {
	background: url('../images/background1.png') no-repeat top center;
	background-size: auto 393px;
	height: 393px;
	padding: 60px 0 0;
	margin-top: 40px;
}
.pentru-business-ul-tau .section1 .headline {
	font-size: 33px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 120%;
}
.pentru-business-ul-tau .section1 .laptop {
	position: absolute;
	max-height: 393px;
	max-width: 100%;
	right: 0;
	top: -20px;
}
.pentru-business-ul-tau .section1 .laptop img {
	max-height: 393px;
	max-width: 100%;
}

.pentru-business-ul-tau .section2 {
	text-align: center;
	margin-top: 75px;
}
.pentru-business-ul-tau .section2 .text {
	line-height: 125%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
}
.pentru-business-ul-tau .section2 h2 {
	color: #878045;
	margin: 45px 0;
}
.pentru-business-ul-tau .section2 .video {
	text-align: center;
	cursor: pointer;
}
.pentru-business-ul-tau .section2 .video img {
	max-width: 100%;
}

.pentru-business-ul-tau .section3 {
	text-align: center;
	margin-top: 55px;
}
.pentru-business-ul-tau .section3 h2 {
	margin-bottom: 0;
}
.pentru-business-ul-tau .section3 .beneficiu {
	margin-top: 35px;
}
.pentru-business-ul-tau .section3 .beneficiu .text {
	margin-top: 5px;
	line-height: 125%;
}


.pentru-business-ul-tau .section4 {
	margin-top: 90px;
	margin-bottom: 120px;
}
.pentru-business-ul-tau .section4 .form {
	width: 100%;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	box-shadow: 0px 0px 51px rgba(57,141,146,0.12);
}
.pentru-business-ul-tau .section4 .form .form-header {
	text-align: center;
	padding: 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #ffce08;
	border-radius: 10px 10px 0 0;
	-moz-box-shadow: inset 2px 2px 2px #f1f2f2;
	-webkit-box-shadow: inset 2px 2px 2px #f1f2f2;
	box-shadow: inset 2px 2px 2px #f1f2f2;
}
.pentru-business-ul-tau .section4 .form .form-header .title {
	font-size: 33px;
	color: #000000;
	margin-bottom: 10px;
}
.pentru-business-ul-tau .section4 .form .form-header .obligatoriu {
	color: #897474;
	font-size: 14px;
}
.pentru-business-ul-tau .section4 .form .form-content {
	padding: 20px 50px 30px;
	-moz-box-shadow: inset 2px 0px 2px #f1f2f2;
	-webkit-box-shadow: inset 2px 0px 2px #f1f2f2;
	box-shadow: inset 2px 0px 2px #f1f2f2;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input {
	margin-top: 20px;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label {
	padding-left: 30px;
	height: 19px;
	line-height: 19px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 15px;
	float: left;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .error {
	float: right;
	font-size: 15px;
	color: #b93b3b;
	font-family: 'Roboto Condensed', sans-serif;
	display: none;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label.nume {
	background: url('../images/icon-nume.png') no-repeat left center;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label.service {
	background: url('../images/icon-service.png') no-repeat left center;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label.email {
	background: url('../images/icon-email.png') no-repeat left center;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label.telefon {
	background: url('../images/icon-telefon.png') no-repeat left center;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label.adresa {
	background: url('../images/icon-adresa.png') no-repeat left center;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .input {
	padding-left: 30px;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .input input {
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 15px;
	border-radius: 10px;
	border: 1px solid #c7c7c7;
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	font-style: italic;
	-moz-box-shadow: inset 2px 2px 2px #f1f2f2;
	-webkit-box-shadow: inset 2px 2px 2px #f1f2f2;
	box-shadow: inset 2px 2px 2px #f1f2f2;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .input textarea {
	width: 100%;
	height: 180px;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #c7c7c7;
	resize: none;
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	font-style: italic;
	-moz-box-shadow: inset 2px 2px 2px #f1f2f2;
	-webkit-box-shadow: inset 2px 2px 2px #f1f2f2;
	box-shadow: inset 2px 2px 2px #f1f2f2;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .select {
	width: 100%;
	padding: 0 15px;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	font-style: italic;
	-moz-box-shadow: inset 2px 2px 2px #f1f2f2;
	-webkit-box-shadow: inset 2px 2px 2px #f1f2f2;
	box-shadow: inset 2px 2px 2px #f1f2f2;
	border-radius: 10px;
	border: 1px solid #c7c7c7;
	background: url('../images/arrow-select.png') #e8eaed no-repeat calc(100% - 10px) center;
	cursor: pointer;
}

.pentru-business-ul-tau .section4 .form .form-content .label-input .label-input-group {
	padding-left: 30px;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label-input-group .label, .pentru-business-ul-tau .section4 .form .form-content .label-input .label-input-group .input {
	padding: 0;
	float: none;
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label-input-group .judet {
	float: left;
	width: calc(50% - 15px);
}
.pentru-business-ul-tau .section4 .form .form-content .label-input .label-input-group .localitate {
	float: right;
	width: calc(50% - 15px);
}
.pentru-business-ul-tau .section4 .form .form-content .submit {
	text-align: center;
	margin-top: 25px;
}
.pentru-business-ul-tau .section4 .form .form-content .submit button {
	background-image: url('../images/background-button.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	border-radius: 10px;
	height: 47px;
	padding: 0 42px;
	font-size: 17px;
	font-weight: 500;
}
.pentru-business-ul-tau .section4 .form .form-content .submit button:hover {
	background-position: 0 -47px;
}
.pentru-business-ul-tau .section4 .form .form-content .submit .success-message {
	font-size: 22px;
	line-height: 47px;
	font-family: 'Roboto Condensed', sans-serif;
	display: none;
}

.contract {
	text-align: justify;
	margin-bottom: 60px;
}
.contract .success {
	text-align: center;
	margin-top: 60px;
}
.contract .success h1 {
	margin-bottom: 15px;
}
.contract .success h2 {
	margin-top: 15px;
}

.contract h1 {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
	line-height: 100%;
}
.contract h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 100%;
}
.contract p {
	margin: 7px 0;
}
.contract input {
	height: 55px;
	line-height: 55px;
	padding: 0 15px;
	border-radius: 10px;
	border: 1px solid #c7c7c7;
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	-moz-box-shadow: inset 2px 2px 2px #f1f2f2;
	-webkit-box-shadow: inset 2px 2px 2px #f1f2f2;
	box-shadow: inset 2px 2px 2px #f1f2f2;
	margin-bottom: 10px;
	max-width: 100%;
}
.contract input.error {
	border: 1px solid #ff0000;
}
.contract .submit {
	text-align: center;
	margin-top: 60px;
}
.contract .submit button {
	background-image: url('../images/background-button.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	border-radius: 10px;
	height: 47px;
	padding: 0 42px;
	font-size: 17px;
	font-weight: 500;
}


/* Footer */
footer {
	/*margin-top: 70px;*/
}
footer .footer-yellow {
	width: 100%;
	height: 49px;
	background-image: linear-gradient(to right, #e8d47a, #e9bd08);
	z-index: 1;
}
footer .footer {
	padding: 50px 0 25px;
	background: #262626;
	color: #ffffff;
}
footer .footer .logo {
	float: left;
	margin-right: 30px;
	height: 162px;
}
footer .footer .nav-contact {
	float: left;
}
footer .footer .nav-contact nav ul li {
	margin-bottom: 10px;
}
footer .footer .nav-contact nav ul li a {
	color: #ffffff;
}
footer .footer .nav-contact .contact {
	margin-top: 50px;
}
footer .footer .nav-contact .contact a {
	color: #ffffff;
	margin-top: 10px;
	display: block;
}

footer .footer .title {
	color: #e9c323;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}
footer .footer .download {
	margin-top: 15px;
}
footer .footer .download .play-store {
	float: left;
	margin-right: 12px;
}
footer .footer .download .apple-store {
	float: left;
}

footer .footer .social-media {
	margin-top: 42px;
}
footer .footer .social-media a {
	margin-left: 10px;
	display: inline-block;
}
footer .footer .social-media a:first-child {
	margin-left: 0;
}

footer .footer .copyright {
	margin-top: 70px;
	font-size: 12px;
}
footer .footer .termeni-confidentialitate {
	margin-top: 70px;
	font-size: 12px;
}
footer .footer .termeni-confidentialitate a {
	color: #ffffff;
}






