/* FONTS */
@font-face {
    font-family: 'Noah Bold';
    src: url('../fnt/noah-bold-webfont-webfont.eot');
    src: url('../fnt/noah-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fnt/noah-bold-webfont-webfont.woff2') format('woff2'),
         url('../fnt/noah-bold-webfont-webfont.woff') format('woff'),
         url('../fnt/noah-bold-webfont-webfont.ttf') format('truetype'),
         url('../fnt/noah-bold-webfont-webfont.svg#noahbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noah Regular';
    src: url('../fnt/noah-regular-webfont.eot');
    src: url('../fnt/noah-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fnt/noah-regular-webfont.woff2') format('woff2'),
         url('../fnt/noah-regular-webfont.woff') format('woff'),
         url('../fnt/noah-regular-webfont.ttf') format('truetype'),
         url('../fnt/noah-regular-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
	font-size:16px;
	font-family: 'Noah Regular';
	color:#3e4149;
	overflow-x:hidden;
	line-height:1;
}

html, body,section, div, ul, li, .navbar {
  padding:0;
	margin:0;
}

.modal-open{
	padding:0!important;
}

a{
	text-decoration:none !important;
}

b{
	font-family: 'Noah Bold';
}

h1{
	font-family: 'Noah Bold';
	font-size:3rem;
	
}

h2{
	font-family: 'Noah Bold';
	font-size:3rem;
	line-height: 0.9;
	margin-bottom: 30px;
}

h5 {
	font-family: 'Noah Bold';
	font-size:1.4rem;
}

h6 {
	font-family: 'Noah Bold';
	font-size:1.1rem;
}

footer h6 {
	font-family: 'Noah Regular';
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}

.bg-dark{
	background-color:#242526 !important;
}

li{
	list-style-type: none;
}

.row{
	justify-content: center;
}

.container-fluid{
	max-width: 100%;
}

/* Navigation */
nav{
	visibility: hidden;
}
.navbar{	
	width:100%;	
}

.navbar img{
	transform:translateX(-60%);
}


.navbar .menu{
	display:block;
	margin:0;	
	width:100%;
	position:relative;
	align-items: center;
}

.navbar .menu.dynamic{
	display:none;
	position:absolute;
	top:0;
	z-index:2;
	padding-bottom:0;
}


.navbar .menu .row{
	align-items: center;
	justify-content: center;
	//padding: 4rem	9rem;
}

.navbar .menu ul{
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.navbar .menu.static span.navbar-brand{
	color: #662383;	
}

.navbar .menu.dynamic span.navbar-brand{
	color: white;	
}

.navbar-toggler-icon-me{
	display:flex;
	flex-flow: row wrap;	
	align-content: space-between;
	justify-content:space-between;
	position: relative;
	width:45px;
	height:45px;
	padding:5px;
	transition: all 0.2s ease-in-out;
}
.navbar-toggler-icon-me:hover{
	padding:0px;
}
.navbar-toggler-icon-me span{
	width: 10px; 
	height: 10px;
	margin:3px;	
	border-radius: 50%;
	flex-grow:0;	
}
.navbar-toggler-icon-me .p1{
	background-color:#4FBCBD;	
}
.navbar-toggler-icon-me .p2{
	background-color:#F9B233;	
}
.navbar-toggler-icon-me .p3{	
	position:absolute;		
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:#fff;	
}
.navbar-toggler-icon-me .p4{	
	background-color:#662383;
}
.navbar-toggler-icon-me .p5{	
	background-color:#E94E1B;
}


.navbar-toggler-icon-me.close-icon.text_before::before{
	content:'close';
	display:inline-box;
	position: absolute;
	top:0;
	bottom:0;	
	right:0;
	margin-right:60px;
	line-height:40px;
	font-size:1rem;
}

.navbar-toggler{
    outline: 0px solid transparent;
		border: 0;
}
.navbar-toggler:focus {
    outline: 0px solid transparent;
		border:0;
}

.navbar-nav li{
	margin-left:2.5rem;
	margin-right:2.5rem;
}
.navbar-nav li:after{
	content: '';
	display: block;
	margin: 20px auto 0;
	width: 100%;
	height: 2px;
	background: red;
	background: -webkit-linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	background: -o-linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	background: -moz-linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	background: linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	transform: scaleX(0);
	transform-origin: 0% 100%;
	transition: transform 0.15s ease-in-out;
}
.navbar-nav li:hover:after{
	transform: scaleX(1);
}
.navbar-nav li a{
	font-size:1.6rem;
}


/* Contents */


.lead{
	font-size: 1.25rem;
	line-height: 120%;
}

.main_picture{
	position:relative;
	
}

@keyframes morph{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    opacity: .89;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}

.bck_shape{
	position:absolute;
	width:22rem;
	height:25rem;
	max-width:80%;
	max-height:80%;
	top:6rem;
	left:-30%;
	right:0;
	margin:auto;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	animation: morph 10s linear infinite;
	z-index: -1;	
}

#take_new_car{
	visibility: hidden;
	margin-top: 40px;
}

#take_new_car .row{
	width: 90%;
}

#take_new_car .row .pr-lg-5, .px-lg-5{
	padding-right: 10rem!important;
}

#take_new_car .bck_shape{	
	background: -webkit-linear-gradient( -37.09deg, #FFC085 0%, #E94E1B 99%);	
	background-color:#FFC085;
}

.car{
	max-width:100%;
	position:relative;
	top:0;
	border-radius:50%;
}

/* Shapes */
.shape {
}

.animation{
	overflow:hidden;
}

.shape1{
	position:absolute;
	left:20%;
	top:0%;
	width:6rem;
	height:6rem;
}
.shape2, .shape5{
	position:absolute;
	right:0;
	top:0;
}

.shape2{
	right: 15%;
}
.shape3, .shape6{
	position:absolute;
	max-width:50%;
	left:0;
	right:-100%;
	bottom:-10%;
	margin:auto;
}
.shape3{
	right: -80%;
	padding-right:60%;
}

/* Arrow down */

#arrow_down{
	visibility: hidden;
	margin-bottom: 50px;
}

#arrow_down a{
	cursor:pointer;
}

/* Section Reasons */
#why_simpl h2{	
	position:relative;
	bottom:-1.5rem;
	margin-right:2rem;;
}

#why_simpl header{
	position: relative;
	margin-bottom: 100px;
}

#why_simpl header img{
	max-width: 100%;
	width: 440px;
}

#why_simpl .orange-circle{
	width: 24px;
	height: 24px;
	background: #E94E1B;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 46.75%;
	z-index: -1;
	animation: orangeCircle 15s infinite;
}

@keyframes orangeCircle{
	0%{background: #E94E1B}
	25%{background: #662383}
	50%{background: #4FBCBD}
	75%{background: #F9B233}
	100%{background: #E94E1B}
}

@media only screen and (max-width: 992px) {
  #why_simpl h2{	
		position:static;
	}
	#leftShape, #rightShape{
		display:none;
	}
}

/* Mouse scroll animation */
.middle{
  position: relative;
  top: 50%;
  left: 50%;
	margin:auto;
  transform: translate(-50%,-50%);
}

.grad_outer{
	box-sizing: border-box;
	position: relative;
	display:inline-block;  
	padding:1px;
	background: linear-gradient(to right, #4FBCBD 0%, #F9B233 33%, #E94E1B 66%, #662383 100%);
}

.mouse_scroll_outer{	
  padding:2px;	
  border-radius: 22px;
}
.mouse_scroll_inner{
	position: relative;
  width: 15px;
  height: 30px;  
  border-radius: 22px;
	background-color:white;
}
.mouse_scroll_inner::before{
  content: "";
  width: 2px;
  height: 5px;
  position: absolute;  
  background: #fb7606;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  from{
    opacity: 1;
    top: 15%;
  }
  to{
    opacity: 0;
    top: 70%;
  }
}

/* section Questions */
.questions{
	position: relative;
	padding: 0 20%;
	margin-bottom: 60px;
}

.questions h5{
	text-align:left;
}

.questions h5:after{	
	content: '';
	display: block;
	width: 53%;
	height: 2px;
	background: red;
	background: -webkit-linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	background: -o-linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	background: -moz-linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	background: linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	transform: scaleX(0.2);
	transform-origin: 0% 100%;
	transition: transform 0.15s ease-in-out;
	margin: 1.2rem 0;
}

.questions p{
	font-size: 1.4rem;
	line-height: 115%;
	text-align:left;
}

#leftShape,
#rightShape{
	position: absolute;
	z-index: -1;
}

#leftShape{
	top: 30px;
	left: 5%;
	animation: fadeLeft 5s infinite ease-in-out;
}

@keyframes fadeLeft{
	0%, 100%{opacity: 0}
	50%{opacity: 1}
}

#rightShape{
	top: 80px;
	right: 0;
	animation: fadeRight 5s infinite ease-in-out;
}

@keyframes fadeRight{
	0%, 100%{opacity: 0}
	50%{opacity: 1}
}

/* Survey */
#survey{
	width: 90%;
	padding-top: 125px;
	margin: 0 auto;
}

#survey .mouse_scroll_outer{
	margin: 50px 0 70px;
}

#survey .row .pr-lg-5, .px-lg-5{
	padding-left: 0!important;
}
#survey ul > li{
	margin-bottom:2rem;
}

#survey h5 span{
	transition: width 1s;
}

#survey h5 span.big_dot{
	display:inline-block;
	width:2rem;
	height:2rem;
	margin-right:2rem;
	border-radius:1rem;
	flex-shrink:0;
}

#survey ul li:nth-child(1) span.big_dot{
	background-color: #F9B233;
}
#survey ul li:nth-child(2) span.big_dot{
	background-color: #E94E1B;	
}
#survey ul li:nth-child(3) span.big_dot{
	background-color: #4FBCBD;
}
#survey ul li:nth-child(4) span.big_dot{
	background-color: #662383;
}

#survey h5 span.wide_dot{	
	width:5rem !important;
}

#survey h5{
	display:flex;	
	align-items:center;
	margin-bottom: 50px;
}

#price,
#term,
#mark{
	display:none;
	margin-top: 80px;
}

#survey ul > li input{
	display:none;
}

#survey ul > li input + label{
	font-size: 1.1rem; 
	display:inline-flex;
	width:10rem;
	align-items:center;
	line-height:20px;
	margin:1rem 0 1rem 7rem;
	cursor:pointer;
}

#survey ul > li input + label::before{
	content:'';
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	margin-right: 20px;
	background-image:url(../img/color_dot.svg);
	background-repeat:no-repeat;
	flex-shrink:0;
	
}

#survey ul > li input:checked + label::before{
	background-image:none;	
}

#survey ul > li:nth-child(1) input:checked + label::before{
	background-color: #F9B233;
}
#survey ul > li:nth-child(2) input:checked + label::before{
	background-color: #E94E1B;	
}
#survey ul > li:nth-child(3) input:checked + label::before{
	background-color: #4FBCBD;
}
#survey ul > li:nth-child(4) input:checked + label::before{
	background-color: #662383;
}

#survey .bck_shape{	
	background: -webkit-linear-gradient( 333deg, #1DFCB2 0%, #4CCDDF 100%);	
	background-color:#1DFCB2;
	left: -20%;
}

#survey .shape5{
	bottom: 7%;
	left: 22%;
	top: auto;
}

#survey .shape5 svg{
	width: 85px;
	height: 95px;
}

#survey .shape6{
	left: auto;
	right: 10%;
	top: 0;
	z-index: -1;
}

#survey .shape6 svg{
	height: 175px;
	width: 150px;
}

.promocode a{
	cursor: pointer;
}

.grad_line{
	box-sizing: border-box;
	height:2px;
	background: linear-gradient(to right, #4FBCBD 0%, #F9B233 33%, #E94E1B 66%, #662383 100%);
}

.powered{
	position:relative;
}

.powered .shape3{
	position:absolute;
	width:100px;
	height:110px;	
	left:25%;
	top:100px;
	right:auto;
	opacity:0.8;
	z-index:10;
}

.powered .shape5{
	right:25%;
	top:80%;
	opacity:0.9;
}

.powered .shape7{
	position:absolute;
	left:20%;
	top:-20px;
	opacity:0.6;	
}

#powered_by p{
	font-size:2rem;
	color:#4f4f4f;
}

/* Footer */
.footer{
	padding: 35px 0;
}

.footer p{
	font-family: 'Noah Regular';
	font-size: 0.9rem;
	line-height: 120%;
	color: #bbb;
}

#contacts #trust{
	padding-top: 20px;
}

#contacts form{
	flex:1 1 auto;
}

#contacts input, #contacts textarea{
	padding:7px 17px;
	border-radius:50px;
	border: 0.75px solid #3E4149;
	background:none;
	width:35%;
	color:#bbb;
	font-size:0.8rem;
}
#contacts textarea{
	border-radius:10px;
	width:60%;	
	margin-left:auto;
	resize: none;
}

.send_outer{	
  border-radius: 23px;
  margin-top: 15px;
}

.send_inner{
	box-sizing: border-box;
	position: relative;
  width: 150px;
  height: 35px;
	padding:3px;	
  border-radius: 22px;
	background-color:#242526;
	font-size:1rem;
	color:white;
}

.send_inner img{
	width: 30px;
}

.footer .third-column{	
	margin-top: 10px;
}
.footer .col-lg-2{
	//margin-top: 10px;
}
.footer b{
	letter-spacing: 1px;
}

#survey .send_inner{
  width:22.5rem;
  height:3rem;
	padding:0;	
  border-radius: 22px;
	background-color:white;
	font-size:0.7rem;
	color:#3E4149;
}

#survey .send_inner input{
	width: 216px;
	height: 3rem;
	background-color: transparent;
	border: 0px;
	padding: 1rem 2rem;
	-webkit-text-stroke: unset;
	font-size:1rem;
	color: #3E4149;
}

#survey .send_inner input::placeholder{
	color: #3E4149;
	opacity: 0.55;
}

#survey .send_inner input:focus{
	outline: none;
}

#bigger_logo_container{
	position:relative;
}

#bigger_logo_container h1{
	position:absolute;
	margin:auto;
}

#bigger_logo{
	position:relative;
	width:100%;
}

#bigger_logo img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#bigger_logo>svg{
	position:absolute;
	top:20px;
	left:33.2%;
	width:24%;
}

#bigger_logo>svg path{
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
	animation: strokeS 5.5s linear forwards;
}

@keyframes strokeS{
	to{
		stroke-dashoffset: 0;
	}
}

#email_send{
	display:inline-flex;
	width:9rem;
	height:3rem;
	border-radius: 25px;
	background:linear-gradient(94.15deg, #E94E1B 65.66%, #662383 101.99%);
	box-shadow: 0px 16px 48px rgba(183, 184, 190, 0.45);
	color:white;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 4px;
	text-transform: uppercase;
	align-items:center;
	justify-content:center;
	margin-right: -3px;
	transition: all 0.2s ease-in-out;
}

#email_send:hover{
	color: #3E4149;
}

hr.footer {
	border: 1px solid #555;
}

.footer .col-lg-4 .text-white{
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.footer-btm li{
	display: inline-block;	
}

.footer-btm li a p{
	background: linear-gradient(to right, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;	
}

.footer-btm li a p:hover{
	background: linear-gradient(to right, #4FBCBD, #F9B233, #E94E1B, #662383);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#social img{
	transform: scaleX(1);
	transition: all 0.2s ease-in-out;
}

#social img:hover{
	transform: scale(1.2);
}

/* Modals */

.bravo .modal-dialog{
	max-width: 40%;
}

.bravo .modal-content{
	padding:4rem;
}

.bravo h3, h4{
	font-size:1.5rem;	
	margin:1rem 0;
}

.bravo button > p{
	font-size:1rem;
}

.bravo small{
	font-size:0.7rem;	
}


.bravo .close-icon .p3{
	background-color: #3E4149;	
}

.bravo .close-icon::before{
	//content:''
}

.bravo .modal-content>img{
	position: relative;  
  
  left: 50%;
  transform: translateX(-50%);
}

.bravo div.modal-body img{
	left:0;
}

.basic-modal .modal-dialog{
	max-width: 55%;
	margin: 20px auto;
}

.basic-modal .modal-header{
	border-bottom: none;
}

.basic-modal .close{
	font-size: 3rem;
}

.basic-modal p{
	font-family: 'Noah Regular';
	font-size: 1rem;
	line-height: 120%;
}

.basic-modal .header{
	font-family: 'Noah Bold';
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 1680px){
	#bigger_logo>svg{
		top: 15px;
		left: 30%;
		width: 29%;
	}
}

@media screen and (max-width: 1440px){
	#bigger_logo>svg{
		top: 15px;
		left: 28%;
		width: 32%;
	}
}

@media screen and (max-width: 1366px){
	h2{
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	#take_new_car .row .px-lg-5{
		padding: 0 2rem 0 0!important;
	}
	.car{
		max-height: 470px;
	}
	.questions{
		padding: 0 18%;
	}
	.questions p{
		font-size: 1.3rem;
		line-height: 125%;
	}
	#leftShape{
		left: 2%;
	}
	#survey .row .px-lg-5{
		padding: 0 0 0 3rem!important;
	}
	#survey ul > li input + label{
		margin: 1rem 0 1rem 4rem;
	}
	#survey .bck_shape{
		left: -30%;
		top: 7rem;
	}
	#survey .shape6{
		right: -2%;
	}
}

@media screen and (max-width: 1280px){
	.car{
		max-height: 430px;
	}
	#survey .shape5{
		left: 16%;
		bottom: 5%;
	}
}

@media screen and (max-width: 1024px){
	.car{
		height: 340px;
	}
	.bravo .modal-dialog{
		max-width: 75%;
	}
}

@media screen and (max-width: 768px){
	.basic-modal .modal-dialog{
		max-width: 85%;
	}
	.questions{
		margin-bottom: 0;
	}
	.questions p{
		margin-bottom: 50px;
	}
	.powered .shape7{
		left: 8%;
		top: 0;
	}
}

@media screen and (max-width: 575px){
	h2{
		font-size: 2rem;
		line-height: 115%;
		margin-bottom: 20px;
	}
	.lead{
		font-size: 1.15rem;
	}
	.shape2{
		right: 5%;
	}
	#shape1{
		display: none;
	}
	
	.navbar img{
	transform:translateX(0);
	}
	.navbar .menu.static span.navbar-brand{
		display:none;
	}
	.navbar .menu.dynamic span.navbar-brand{
		display:none;
	}

	.navbar .menu ul{
		padding: 0 0 3rem;
	}

	.navbar .menu ul li{
		display: block;
		width: 100%;
	}

	.navbar-nav li:after{
		width: 18%;
		margin: 10px 0 20px;
	}
	.car{
		max-height: 460px;
	}
	#arrow_down{
		margin: 50px 0 70px;
	}
	.questions{
		padding: 0;
		margin: 0;
	}
	.questions p{
		margin-bottom: 50px;
	}
	#survey{
		padding-top: 50px;
	}
	#survey .shape5{
		display: none;
	}
	#survey .shape6{
		right: 0;
	}
	#survey .row .px-lg-5{
		padding: 0!important;
	}
	#survey .mouse_scroll_outer{
		display: none;
	}
	#survey h5{
		margin-bottom: 30px;
	}
	#survey ul > li input + label{
		margin: 1rem 0 1rem 4rem;
	}
	#survey .bck_shape{
		top: 5rem;
	}
	#price, #term, #mark{
		margin-top: 30px;
	}
	#bigger_logo_container h1{		
		font-size:1.5rem;
	}
	#bigger_logo_container h1 img{
		width:20px;		
	}
	#powered_by p{
		font-size:1.1rem;
		color:#4f4f4f;
	}
	#bigger_logo>svg{
		top: 0;
		left: 28%;
		width: 33%;
	}
	.powered .shape3{
		top: 50px;
		left: 7%;
		width: 80px;
		height: 90px;
	}
	.powered .shape7{
		display: none;
	}
	.powered .shape5{
		right: 7%;
	}
	.powered .shape5 svg{
		height: 60px;
		width: 60px;
	}
	.footer{
    	padding: 35px 20px;
	}	
	.footer-btm li{
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 1px;
	}
	.bravo .modal-dialog{
		max-width: 95%;
		margin: 20px auto;
	}
}

@media screen and (max-width: 500px){
	#take_new_car{
		margin-top: 0;
	}
	#take_new_car .row .pr-lg-5, .px-lg-5{
		padding-right: 0!important;
	}
	.car{
		height: 390px;
	}
	.shape3{
		display: none;
	}
	.questions p{
		font-size: 1.25rem;
		margin-bottom: 30px;
	}
	.px-5{
		padding: 0 20px!important;
	}
	.questions h5:after{
		margin: 1rem 0;
	}
	#survey .m-4{
		margin: 0!important;
	}
	.bravo .modal-content{
		padding: 2rem;
	}
	.bravo div.modal-body img{
		width: 20%;
		bottom: 0;
	}
}

@media screen and (max-width: 425px){
	.py-5{
		padding-top: 1rem!important;
	}
	.navbar-nav li a{
		font-size: 1.4rem;
	}
	.navbar-nav li:after{
		margin: 5px 0 20px;
	}
	.car{
		height: 315px;
	}
	.bck_shape{
		top: 4rem;
	}
	.shape2{
		display: none;
	}
	#why_simpl header img{
		padding: 0 20px;
	}
	#why_simpl header{
		margin-bottom: 45px;
	}
	.px-5{
		padding: 0 10px!important;
	}
	#survey h5 span.big_dot{
		margin-right: 1rem;
	}
	#survey ul > li input + label{
		margin: 1rem 0;
	}
	#survey h5{
		margin-bottom: 10px;
	}
	.bravo .modal-content{
		padding: 2rem 1rem;
	}
	.bravo div.modal-body img{
		display: none;
	}
	.pt-5{
		padding-top: 0!important;
	}

	.basic-modal .modal-dialog{
		max-width: 95%;
	}

	.basic-modal .header{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 375px){
	h2{
		font-size: 1.6rem;
	}
	.lead,
	#survey ul > li input + label{
		font-size: 1rem;
	}
	#survey .bck_shape{
		top: 4rem;
		left: -25%;
	}
	h5{
		font-size: 1.25rem;
	}
	.car{
		height: 280px;
	}
	.questions p{
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 320px){
	.container-fluid{
		padding: 0;
	}
	.car{
		height: 230px;
	}
	#bigger_logo_container h1 {
    	font-size: 1.2rem;
	}
	#survey .send_inner{
		width: 17.5rem;
	}
	#survey .send_inner input{
		width: 145px;
	}
	.footer{
		padding: 35px 10px;
	}
	#contacts #trust{
		padding: 20px 0 0 0;
	}
}


/* Hacks for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.footer-btm li a p{
		background: none;
		color: #bbb;		
	}
	.footer-btm li a p:hover{
		background: none;
		color: rgba(249, 178, 51, 1);		
	}
	
	#bigger_logo_container h1{
		position:absolute;
		left:50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
	}
	#bigger_logo>svg{
		top:0;		
	}
	
	#bigger_logo>svg path{
		stroke-dasharray: 500;
		stroke-dashoffset: 0;
		animation: none;
	}
	
	#contacts .send_inner .m-auto{
		position:absolute;
		left:50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
	}
	
	.navbar-toggler:hover .navbar-toggler-icon-me{
		padding:0;
	}
}

/* Consents */
#consent .container {
  display: block;
  position: relative;  
  //margin-bottom: 12px;
  cursor: pointer;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#consent .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#consent .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
	border-radius:6px;
  background-image: url("/img/check-unchecked.svg");
	background-repeat:no-repeat;
	flex-shrink:0;
}

#consent p {
	padding-left: 14px;
	line-height:130%;
	opacity:0.55;
}

/* On mouse-over, add a shadow */
#consent .container:hover input ~ .checkmark {
   box-shadow: 0 0 3px #888;
}

/* When the checkbox is checked, add a blue background */
#consent input:checked ~ .checkmark {
  background-image: url("/img/check-checked.svg");
}

