.faq {
	position:relative;
	z-index:99;
	background: url(../img/background/paper-bg.png) no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top:-45px;
	height:826px;
}
.faq-title {
	top: -13px;;
}
.faq-field {
	background: url(../img/background/faq-text-background.png) no-repeat top center;
	margin: 0 auto;
	position: absolute;
    top: 180px;
    left: 0;
    right: 0;
}
.faq-text {
    margin-top: 50px;
    margin-right: 35px;
    padding: 0 15px 50px 70px;
    max-height: 214px;
    overflow-y: scroll;
}
.faq-text::-webkit-scrollbar { /* 1 */ }
.faq-text::-webkit-scrollbar-button { /* 2 */ }
.faq-text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.faq-text::-webkit-scrollbar-track-piece { /* 4 */ }
.faq-text::-webkit-scrollbar-thumb {
	border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.faq-text p {
	line-height: 1.4;
}
.faq-text .faq-bold {
	font-weight: 700;
	color: #bd1b00;
}
.faq-text .faq-title {
	padding-bottom: 10px;
}
.faq-field .faq-arrows {
	position: absolute;
}
.faq-text .faq-link, .faq-field .faq-arrows .faq-prev, .faq-field .faq-arrows .faq-next {
	display: inline-block;
}
.faq-link {
	display: block;
    width: 215px;
    margin: 0 auto;
}
.faq-photo-left {
	position: absolute;
	left: 0;
	bottom: -15px;
}
.faq-photo-right {
	position: absolute;
	right: 0;
	bottom: 15px;
}

.faq-prev {
	position: absolute;
	left: -170px;
	top: 90px;
}
.faq-next {
	position: absolute;
	left: -170px;
	top: 170px;
}

a.faq-link {
    font-family: 'Lobster', cursive;
    background-image: url(/bitrix/templates/main/img/button/faq-link-bg.png);
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    padding-top: 33px;
    padding-bottom: 25px;
}

@media (max-width:1260px) {
	.faq-field {
		top: 120px;
	}
	.faq-field .faq-arrows{
		width: 338px;
		left: 0px;
		bottom: -170px;
	}
	.faq-prev {
		position: absolute;
		left: 0;
		top: 450px;
	}
	.faq-next {
		position: absolute;
		left: 120px;
		top: 525px;
	}
	.faq-photo-left {
		display: none;
	}
	.faq-photo-right img {
		max-width: 325px;
	}
}
@media (min-width:761px) {
	.faq-field {
		height: 439px;
		width: 651px;
	}
}	
@media (max-width:760px) {
	.faq-photo-right {
		display:none;
	}
	.faq-field {
		height: 80%;
		background-size: cover;
	}
	.faq-next {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
	top: 500px;
	}
	.faq-prev {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
	top: 420px;
	}
	.faq-text {
		padding: 0px 20px 40px 30px;
		margin-top: 45px;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	
}

@media (max-width:650px) {
	.faq-next {
		margin-top: 15px;
	}
	.faq-prev {
		margin-top: 15px;
	}

}
@media (max-width:500px) {
	.faq {height:900px;}
	.faq-next {
		margin-top: 40px;
	}
	.faq-prev {
		margin-top: 40px;
	}
}

@media (max-width:350px) {
	.faq-link {
		padding-top: 0px;
	}
}