

/* Start:/bitrix/templates/juju_app2/template_styles.css?17349407944053*/
body {
	margin: 0;
	font-family: Arial;
	font-size: 20px;
	line-height: 1.8em;
	-webkit-appearance: none;
}

h1 {
	font-weight: 700;
    font-size: 50px;
    color: #000000!important;
    line-height: 1.3em;
}

h2 {
	font-weight: 700;
    font-size: 40px;
    line-height: 1.3em;
	text-align: left;
}

header {
	height: 26px;
    padding: 20px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	position: relative;
}

footer {
	height: 130px;
	background: rgb(34 34 34);
}

section {
	position: relative;
}

.container {
	max-width: 954px;
	margin: 0 auto;
}

button {	    
    border-radius: 5px;   
    background-color: #ffdb4b;
	border: none;
	height: 56px;
	line-height: 56px;
	padding: 0 25px;
	font-size: 20px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

button:hover {
	background-color: #ffcc00;
}

.square {
	float: left;
	width: 50%;	
}

.square-text-1 {
	padding-top: 10%;
    padding-right: 8%;
    padding-bottom: 10%;
    padding-left: 8%;
	box-sizing: border-box;
}

.square-text-2 {
	padding-top: 5%;
    padding-right: 8%;
    padding-bottom: 7%;
    padding-left: 8%;
	box-sizing: border-box;
	background: rgb(34 34 34);
	color: #fff;
}

#faq .container p {
	cursor: pointer;
	margin: 0;
	padding: 16px 0;
}

#faq .container p svg {
	float: right;
    margin-top: 13px;
    margin-right: 10px;
	transition-duration: 0.5s;
}

#faq .container p.question-active svg {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#faq .container hr {
	margin: 0;
}

#faq .container div {
	display: none;
	padding-left: 40px;
	padding-bottom: 20px;
	font-size: 16px;
    line-height: 22px;
    color: #505050;
}

.request-form {
	padding-top: 5%;
    padding-right: 8%;
    padding-bottom: 10%;
    padding-left: 8%;
	box-sizing: border-box;
	background: #ffdb4b;
}

.square-text-2 img {
	height: 40px;
	margin-top: 20px;
	padding-bottom: 16px;
}

.clb {
	clear: both;
}

.teasers {
	position: relative;	
	overflow: auto;
	padding-top: 5%;
    padding-bottom: 10%;
	background: #ffdb4b;
}

.teasers .container > div img {
	display: block;
	height: 40px;
	margin-bottom: 20px;
}

.teasers .container > div {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	padding-right: 2%;
	text-align: left;
	margin-top: 25px;
}

.banner-1 {
	background: url(/images/image_haval.png) center no-repeat;
	background-size: contain;
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	width:54%;
	background-position-y:top;
}

.banner-2 {
	background: url(/bitrix/templates/juju_app2/images/banner-2.jpg) center no-repeat;
	background-size: cover;
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.banner-3 {
	background: url(/bitrix/templates/juju_app2/images/banner-3.jpg) center no-repeat;
	background-size: cover;
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

input[type="text"] {
	background-color: #fff;
	border: none;
	height: 56px;
	line-height: 56px;
	padding: 0 25px;
	font-size: 20px;
	max-width: 100%;
	-webkit-appearance: none;
}

input[type="submit"] {
	border-radius: 5px;   
    background-color: #fff;
	border: none;
	height: 56px;
	line-height: 56px;
	padding: 0 25px;
	font-size: 20px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type="submit"]:hover {
	background: #eaeaea;
}

@media all and (max-width: 1024px) {
	
	h1 {
		font-size: 40px;
	}
	
	.square {
		float: none;
		width: 100%;
	}
	
	.banner-1, .banner-2, .banner-3 {
		position: relative;
		height: 0;
		padding-top: 60%;
	}
	
	.container {
		padding: 0 5%;
	}
	
	.teasers .container > div {
		width: 100%;
		display: block;
	}
	
	.square-text-2 {
		padding: 5% 5% 10% 5%;
	}
	
}

@media all and (max-width: 600px) {
	
	body {	
		font-size: 18px;	
	}
	
	h1 {
		font-size: 28px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	#faq .container div {
		padding-left: 0;
	}
	
	#faq .container p svg {
		display: none;
	}
}

/* End */
/* /bitrix/templates/juju_app2/template_styles.css?17349407944053 */
