@font-face {
  font-family: 'PeugeotNew';
  font-weight: 300;
  font-display: swap;
  src: url('/design/fonts/PeugeotNewLight.otf') format('opentype');
}
@font-face {
  font-family: 'PeugeotNew';
  font-weight: 400;
  font-display: swap;
  src: url('/design/fonts/PeugeotNewRegular.otf') format('opentype');
}
@font-face {
  font-family: 'PeugeotNew';
  font-weight: 600;
  font-display: swap;
  src: url('/design/fonts/PeugeotNewBold.otf') format('opentype');
}

* {
	box-sizing: border-box;
}
	
html {
	font-size: 10px;
}
@media only screen and (min-width: 540px) {
	html {
		font-size: 12px;
	}
}
@media only screen and (min-width: 769px) {
	html {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1024px) {
	html {
		font-size: 17px;
	}
}
@media only screen and (min-width: 1366px) {
	html {
		font-size: 18px;
	}
}
body {
	font-family: 'PeugeotNew', Arial, Helvetica, Myriad Pro, sans-serif;
	font-weight: 400;
	color: #ffffff;
	background-color: #080a0d;
	margin: 8px 0 !important;
}

header, section, footer {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

a.logo img {
	max-width: 100%;
}

.bgr {
	background-image: url('/design/images/bgrm.jpg');
	background-position: center -185px;
	background-repeat: no-repeat;
}
.bgr-p2 {
	background-image: url('/design/images/bgrm.jpg');
	background-position: center -85px;
	background-repeat: no-repeat;
}
.bgr-p3 {
	background-image: url('/design/images/bgrm.jpg');
	background-position: center -185px;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
	.bgr {
		background-image: url('/design/images/bgr.jpg');
		background-position: center -460px;
		background-repeat: no-repeat;
	}
	.bgr-p2 {
		background-image: url('/design/images/bgr.jpg');
		background-position: center -725px;
		background-repeat: no-repeat;
	}
	.bgr-p3 {
		background-image: url('/design/images/bgr.jpg');
		background-position: center -725px;
		background-repeat: no-repeat;
	}
}

.home-car {
	position: relative;
	margin: -6px 0 25px 0;
}
@media only screen and (min-width: 769px) {
	.home-car {
		margin: -6px 0 47px 0;
	}
}
@media only screen and (min-width: 1320px) {
	.home-car {
		margin: -6px 0 47px 167px;
	}
}
.car-01 {
	position: relative;
}
@media only screen and (min-width: 769px) {
	.car-01 {
		position: absolute;
		top: 68px;
		right: 0;
		width: 380px;
	}
}
@media only screen and (min-width: 1024px) {
	.car-01 {
		width: 580px;
	}
}
@media only screen and (min-width: 1366px) {
	.car-01 {
		width: auto;
	}
}
@media only screen and (min-width: 1660px) {
	.car-01 {
		top: 68px;
		right: -167px;
	}
}
.car-02 {
	position: relative;
	bottom: 0;
	right: 0;
}
@media only screen and (min-width: 769px) {
	.car-02 {
		position: absolute;
		bottom: -125px;
		right: 0;
	}
}
@media only screen and (min-width: 1760px) {
	.car-02 {
		bottom: -125px;
		right: -200px;
	}
}
.car-03 {
	position: relative;
	top: 0px;
    right: 0;
	margin-left: -2rem;
}
@media only screen and (min-width: 769px) {
	.car-03 {
		position: absolute;
		top: 0px;
		right: 0;
		margin-left: 0;
		width: 380px;
	}
}
@media only screen and (min-width: 1024px) {
	.car-03 {
		width: 580px;
	}
}
@media only screen and (min-width: 1366px) {
	.car-03 {
		width: auto;
	}
}
@media only screen and (min-width: 1700px) {
	.car-03 {
		top: 0px;
		right: -164px;
	}
}
.car-04 {
	position: relative;
	top: 0;
	right: 0;
}
@media only screen and (min-width: 769px) {
	.car-04 {
		position: absolute;
		top: 110px;
		right: 0;
		width: 380px;
	}
}
@media only screen and (min-width: 1024px) {
	.car-04 {
		width: 580px;
	}
}
@media only screen and (min-width: 1366px) {
	.car-04 {
		width: 760px;
	}
}
@media only screen and (min-width: 1450px) {
	.car-04 {
		top: 110px;
		right: -40px;
	}
}
.home-car img, .car-01 img, .car-02 img, .car-03 img, .car-04 img {
	position: relative;
	max-width: 100%;
}
.shadow {
	mix-blend-mode: multiply;
	position: absolute !important;
	opacity: 0.9;
	top: 0;
	left: 0;
}

.w760 {
	width: 760px;
}
.w822 {
	width: 822px;
}
.w827 {
	width: 827px;
}

.result-lion {
	position: absolute;
	top: -17px;
	right: 13px;
	opacity: 0.9;
	z-index: -1;
	width: 180px;
	max-width: 100%;
}

@media only screen and (min-width: 769px) {
	.result-lion {
		position: absolute;
		top: -44px;
		right: 30px;
		opacity: 0.9;
		z-index: -1;
		width: auto;
	}
}

.relative-z2 {
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 769px) {
	.dark {
		background-color: rgba(0,0,0,0.3);
	}
}

p {
	margin: 0 0 2rem 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}

.button {
	position: relative;
	font-size: 1.1rem;
	line-height: 1.5rem;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 8px 8px rgba(0,0,0,0.4);
	overflow: hidden;
	padding: 10px 1rem;
}
@media only screen and (min-width: 769px) {
	button {
		border-radius: 16px;
	}
}
.button:hover {
	text-decoration: none;
}
.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #0069B3, #009EE3 14%, #00497B 40%, #00497B 60%, #009EE3 85%, #0069B3 100%);/*linear-gradient(90deg, #0069B3, #009EE3 7%, #00497B 20%, #00497B 30%, #009EE3 43%, #0069B3 50%, #0069B3, #00497B 70%, #00497B 80%, #0069B3 100%);*/
	transition: all 0.5s;
	z-index: -1;
}
.button:hover:before {
	/*transform: translate(-50%,0);*/
}
.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #0069B3, #00497B 14%, #009EE3 40%, #009EE3 60%, #00497B 85%, #0069B3 100%);
	transition: all 0.3s;
	opacity: 0;
	z-index: -1;
}
.button:hover:after {
	opacity: 1;
}

.col-3.buttons .button {
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.button-type-1 {
	position: relative;
	font-size: 1.2rem;
	width: 870px;
	max-width: 100%;
	padding: 1rem 1rem;
	display: inline-block;
	text-align: center;
	border-radius: 0.6rem;
	box-shadow: 0 8px 8px rgba(0,0,0,0.4);
	overflow: hidden;
	margin: 15px 0 0 0;
}
@media only screen and (min-width: 769px) {
	.button-type-1 {
		font-size: 1.77rem;
		margin: 60px 0 0 0;
		border-radius: 0.9rem;
	}
}
.button-type-1:hover {
	text-decoration: none;
}
.button-type-1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #0069B3, #009EE3 14%, #00497B 40%, #00497B 60%, #009EE3 85%, #0069B3 100%);/*linear-gradient(90deg, #0069B3, #009EE3 7%, #00497B 20%, #00497B 30%, #009EE3 43%, #0069B3 50%, #0069B3, #00497B 70%, #00497B 80%, #0069B3 100%);*/
	transition: all 0.5s;
	z-index: -1;
}
.button-type-1:hover:before {
	/*transform: translate(-50%,0);*/
}
.button-type-1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #0069B3, #00497B 14%, #009EE3 40%, #009EE3 60%, #00497B 85%, #0069B3 100%);
	transition: all 0.3s;
	opacity: 0;
	z-index: -1;
}
.button-type-1:hover:after {
	opacity: 1;
}

.button-type-2 {
	position: relative;
	font-size: 1.1rem;
	width: 100%;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 8px 8px rgba(0,0,0,0.4);
	overflow: hidden;
	margin: 0 0 1rem 0;
}
@media only screen and (min-width: 769px) {
	.button-type-2 {
		font-size: 1.77rem;
		line-height: 100px;
		height: 100px;
		margin: 0 0 2rem 0;
		border-radius: 16px;
	}
}
.button-type-2:hover {
	text-decoration: none;
}
.button-type-2.selected, .button-type-2.selected:hover {
	color: #003C68;
}
.button-type-2:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #003C68;
	border-radius: 6px;
	z-index: -1;
}
.button-type-2.selected:after, .button-type-2.selected:hover:after {
	background-color: #fff;
}
@media only screen and (min-width: 769px) {
	.button-type-2:after {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border-radius: 14px;
	}
}
.button-type-2:hover:after {
	background-color: #044D82;
}
.button-type-2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -50%;
	bottom: 0;
	background: linear-gradient(90deg, #009FE3, #FDFDFE 16.5%, #0095DA 33%, #FDFDFE 49.5%, #009FE3 66%, #FDFDFE 100%);
	transition: all 0.5s;
	z-index: -1;
}
.button-type-2:hover:before {
	transform: translate(-33%,0);
}

.button-type-3 {
	position: relative;
	font-size: 1.77rem;
	width: 100%;
	line-height: 62px;
	padding: 2.8rem 1rem;
	display: block;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 8px rgba(0,0,0,0.4);
	overflow: hidden;
	margin: 60px 0 0 0;
}
.button-type-3:hover {
	text-decoration: none;
}
.button-type-3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #0069B3, #009EE3 14%, #00497B 40%, #00497B 60%, #009EE3 85%, #0069B3 100%);/*linear-gradient(90deg, #0069B3, #009EE3 7%, #00497B 20%, #00497B 30%, #009EE3 43%, #0069B3 50%, #0069B3, #00497B 70%, #00497B 80%, #0069B3 100%);*/
	transition: all 0.3s;
	z-index: -1;
}
.button-type-3:hover:before {
	/*transform: translate(-50%,0);*/
}
.button-type-3:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #0069B3, #00497B 14%, #009EE3 40%, #009EE3 60%, #00497B 85%, #0069B3 100%);
	transition: all 0.5s;
	opacity: 0;
	z-index: -1;
}
.button-type-3:hover:after {
	opacity: 1;
}

.button-type-3 strong {
	display: block;
}

header {
	padding: 0.5rem 0;
}
@media only screen and (min-width: 769px) {
	header {
		padding: 2rem 0;
	}
}

footer {
	padding: 5.2rem 0 5.2rem 0; /* */
}

.center {
	text-align: center;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-content > div {
	width: 100%;
}
.footer-content > div:last-child {
	text-align: center;
}
.footer-content > div:last-child a {
	margin: 0 10px;
}

.footer-content > div:first-child a {
	font-size: 1.2rem;
	position: relative;
	top: -5rem;
}
@media only screen and (min-width: 769px) {
	.footer-content > div:first-child a {
		font-size: 1.77rem;
		top: 0;
	}
}
.footer-content > div:first-child a:hover {
	text-decoration: none;
}
.footer-content > div:first-child a div {
	font-size: 2.2rem;
	font-weight: 300;
	margin: 0 10px 0 0;
	line-height: 30px;
	display: inline-block;
}
@media only screen and (min-width: 769px) {
	.footer-content > div:first-child a div {
		font-size: 3rem;
		margin: 0 20px 0 0;
	}
}
.footer-content > div:first-child a:hover span {
	text-decoration: underline;
}
.footer-content p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.footer-content p:first-child {
		margin-bottom: 0.7rem;
	}
}

@media only screen and (min-width: 769px) {
	.footer-content {
		display: flex;
		justify-content: space-between;
	}
	.footer-content > div {
		width: 50%;
	}
	.footer-content > div:last-child {
		text-align: right;
	}
	.footer-content > div:last-child a {
		margin: 0 0 0 36px;
	}
}


.sectionInner {
	width: 100%;
	max-width: 1314px;
	margin: 0 auto;
	position: relative;
}

.pt-0 {
	padding-top: 2rem;
}
.pt-1 {
	padding-top: 1.5rem;
}
.pt-2 {
	padding-top: 2rem;
}

.pb-1 {
	padding-bottom: 3.5rem;
}
.pb-2 {
	padding-bottom: 2rem;
}
.pb-5 {
	padding-bottom: 1rem;
}

.ml-10 {
	margin-left: 30px !important; 
}

@media only screen and (min-width: 769px) {
	.pt-0 {
		padding-top: 4.25rem;
	}
	.pt-1 {
		padding-top: 3.5rem;
	}
	.pb-5 {
		padding-bottom: 6.5rem;
	}
	.ml-10 {
		margin-left: 40px !important; 
	}
}



.light {
	font-weight: 300 !important;
}
.font-40.space {
	letter-spacing: 2px;
}
.font-50.space, .font-70.space {
	letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
	.boldm {
		font-weight: 600;
	}
	.font-40.spacem, .font-50.spacem {
		letter-spacing: 3px;
	}
	.centerm {
		text-align: center;
	}
}
@media only screen and (min-width: 769px) {
	.lightd {
		font-weight: 300 !important;
	}
	.font-50.spaced {
		letter-spacing: 3px;
	}
}

.font-20 {
	font-size: 1.4rem;
	line-height: 2.22rem;
	margin: 0 0 10px 0;
}
.font-20.sm {
	font-size: 1.1rem;
}
.font-22 {
	font-size: 1.2rem;
	line-height: 2.22rem;
	margin: 0 0 10px 0;
}
.font-24 {
	font-size: 1.4rem;
	line-height: 2.22rem;
	margin: 0 0 0.8rem 0;
}
ul.font-24 {
	padding-left: 1.1rem;
}
.font-32 {
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 0 0 1.66rem 0;
}
.font-32.sm {
	font-size: 1.2rem;
}
.font-32.big {
	font-size: 1.6rem;
}
.font-40 {
	font-size: 2rem;
	line-height: 2rem;
	margin: 0 0 1.66rem 0;
}
.font-40.big {
	font-size: 2.6rem;
	line-height: 3.3rem;
}
.font-50 {
	font-size: 2.6rem;
	line-height: 3.3rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
}
.font-50.sm {
	font-size: 1.8rem;
	line-height: 2.4rem;
}
.font-50.xsm {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.font-50 sup {
	font-size: 60%;
}
.font-70 {
	font-size: 3rem;
	line-height: 3.6rem;
	font-weight: 600;
	letter-spacing: 5px;
	margin: 0 0 2rem 0;
}

@media only screen and (min-width: 769px) {
	.font-40.space {
		letter-spacing: 3px;
	}
	.font-50.space, .font-70.space {
		letter-spacing: 5px;
	}
	
	.font-20, .font-20.sm {
		font-size: 1.11rem;
		line-height: 2.22rem;
	}
	.font-22 {
		font-size: 1.22rem;
		line-height: 2.22rem;
	}
	.font-24 {
		font-size: 1.33rem;
		line-height: 2.22rem;
	}
	.font-32, .font-32.sm, .font-32.big {
		font-size: 1.77rem;
		line-height: 2.22rem;
	}
	.font-40, .font-40.big {
		font-size: 2.22rem;
		line-height: 2.22rem;
	}
	.font-50, .font-50.sm, .font-50.xsm {
		font-size: 2.77rem;
		line-height: 3.33rem;
	}
	.font-70 {
		font-size: 3.89rem;
		line-height: 3.89rem;
	}
}

.space--10 {
	margin: 0 0 -2rem;
}
.space--5 {
	margin: 0 0 -1rem;
}
.space-5 {
	height: 1rem;
}
.space-7 {
	height: 1.8rem;
}
.space-10 {
	height: 2rem;
}
.space-12 {
	height: 2.5rem;
}
.space-20 {
	height: 8rem;
}
.space-50 {
	height: 12rem;
}
.space-100 {
	height: 27rem;
}

.box-q {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	text-align: center;
	padding: 1rem 0 1.2rem 0;
}
@media only screen and (min-width: 769px) {
	.box-q {
		padding: 1.7rem 0 1.2rem 0;
	}
}

.step {
	font-size: 1.2rem;
	line-height: 2.22rem;
	margin: 2.2rem 0 1rem 0;
}
.step span {
	position: relative;
}
.step p {
	margin: 0;
}

@media only screen and (min-width: 769px) {
	.step {
		font-size: 1.77rem;
		line-height: 2.22rem;
		margin: 4rem 0 3.5rem 0;
	}
	.step span:after {
		content: '';
		width: 380px;
		height: 2px;
		background-color: #fff;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: calc(100% + 30px);
	}
}

.col-2 {
	display: flex;
	flex-wrap: wrap;
}
.col-2 > div {
	width: 100%;
	margin: 0;
}
@media only screen and (min-width: 769px) {
	.col-2 > div {
		width: 50%;
		margin: 0 0 1rem 0;
	}
}

.col-3 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.col-3 > div {
	width: 100%;
	margin: 0 0 2.5rem 0;
	padding: 0 1rem;
}
@media only screen and (min-width: 769px) {
	.col-3 > div {
		width: 33.33%;
		margin: 0 0 1rem 0;
	}
}

form {
	margin: 0 -1rem 0 -1rem;
	width: calc(100% + 2rem);
	display: flex;
	flex-wrap: wrap;
}
form > div {
	padding: 0 1rem;
	width: 100%;
}
form > div.half {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	form > div.half {
		width: 50%;
	}
}

form input[type="text"] {
	border: none;
	height: 60px;
	border-radius: 4px;
	width: 100%;
	padding: 0 1rem;
	font-size: 1.2rem;
	font-family: 'PeugeotNew';
	margin: 0 0 2rem 0;
}
form textarea {
	border: none;
	height: 10px;
	border-radius: 4px;
	width: 100%;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	font-family: 'PeugeotNew';
	margin: 0 0 2rem 0;
}

@media only screen and (min-width: 769px) {
	form input[type="text"] {
		height: 90px;
		padding: 0 1rem 0 1rem;
		border-radius: 10px;
	}
	form textarea {
		height: 190px;
		padding: 1rem 1rem 1rem 1rem;
		border-radius: 10px;
	}

}

.input {
	position: relative;
}
.input span {
	position: absolute;
	top: 10px;
	left: 1rem;
	font-size: 12px;
	font-weight: 300;
	color: #666;
	pointer-events: none;
	z-index: 2;
}
@media only screen and (min-width: 769px) {
	.input span {
		top: 15px;
		font-size: 14px;
	}
}
.input input {
	position: relative;
	z-index: 1;
}
.input input:focus, .input input:active, .input input.ready, .input textarea:focus, .input textarea.ready {
	position: relative;
	z-index: 3;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-weight: 300;
}

form label {
	display: block;
	font-size: 1.33rem;
	line-height: 2rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
}
form label.standart {
	display: block;
	font-size: 1.4rem;
	line-height: 2.22rem;
	font-weight: 400;
	margin: 0;
	padding-left: 30px;
	position: relative;
}
@media only screen and (min-width: 769px) {
	form label.standart {
		font-size: 1.11rem;
		padding-left: 40px;
	}
}

form label.standart input {
	position: fixed;
	top: -9999px;
}
form label.standart input + span {
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #fff;
	border-radius: 5px;
}
@media only screen and (min-width: 769px) {
	form label.standart input + span {
		width: 1.4rem;
		height: 1.4rem;
	}	
}

form label.standart input:checked + span:after {
	content: '';
	width: 9px;
	height: 5px;
	border-left: 4px solid #003C68;
	border-bottom: 4px solid #003C68;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-50deg);
}

@media only screen and (max-width: 768px) {
	.desk {
		display: none;
	}
}
@media only screen and (min-width: 769px) {
	.mobi {
		display: none;
	}
}

.home .back {
	display: none;
}
@media only screen and (max-width: 768px) {
	.accordion {
		border-bottom: 1px solid #fff;
		margin: 0;
		padding: 1rem 0;
		position: relative;
	}
	.accordion .toggle {
		position: absolute;
		right: 1rem;
		top: 1.4rem;
		width: 16px;
		height: 16px;
		display: block;
		cursor: pointer;
	}
	.accordion .toggle:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 16px;
		height: 1px;
		background-color: #fff;
		transform: translate(-50%,-50%);
	}
	.accordion .toggle:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 16px;
		height: 1px;
		background-color: #fff;
		transform: translate(-50%,-50%) rotate(90deg);
	}
	.accordion.selected .toggle:after {
		display: none;
	}
	.accordion-content {
		max-height: 0;
		overflow-y: hidden;
		transition: all 0.5s;
	}
	.accordion-content.selected {
		max-height: 1000px;
		overflow-y: hidden;
		padding-top: 1.5rem;
	}
}

.q1, .q2, .q3 {
	max-height: 0;
	overflow-y: hidden;
	transition: all 1s;
}
.q1.selected, .q2.selected, .q3.selected {
	max-height: 1000px;
}

.margin-small p {
	margin-bottom: 1rem !important; 
}

#success:not(:empty) {
	padding: 1rem;
	background-color: #0dda5d;
	border-radius: 0.5rem;
	margin: 0 1rem;
}
#success p {
	margin: 0;
}