@font-face {
	font-family: 'Golos';
	src: url('../fonts/GolosText-Regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Golos';
	src: url('../fonts/GolosText-Medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Golos';
	src: url('../fonts/GolosText-SemiBold.ttf') format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: 'Golos';
	src: url('../fonts/GolosText-Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Golos';
	src: url('../fonts/GolosText-ExtraBold.ttf') format('truetype');
	font-weight: 800;
}

@font-face {
	font-family: 'Golos';
	src: url('../fonts/GolosText-Black.ttf') format('truetype');
	font-weight: 900;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-ExtraLight.ttf') format('truetype');
	font-weight: 200;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-Light.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-Regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-SemiBold.ttf') format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-ExtraBold.ttf') format('truetype');
	font-weight: 800;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-Black.ttf') format('truetype');
	font-weight: 900;
}

.max-container {
	max-width: 1920px;
	margin: auto;
	box-sizing: border-box;
	padding: 150px 120px 30px 120px;
	font-family: 'Golos', sans-serif;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../img/body-bg-1.jpg'), url('../img/body-bg-2.jpg'), url('../img/body-bg-3.jpg'); background-position : top center, center center
	, bottom center;
	min-height: 100vh;
	background-position: top center, center center, bottom center;
}

.header-contact {
	display: flex;
	align-items: center;
	gap: 20px;
}

.navbar-custumised {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
	padding: 20px 20px 20px 40px;
}

.navbar-custumised .navbar-toggler:focus {
	box-shadow: none;
}

.header-logo {
	font-size: 0;
}

.callback-btn {
	background: #FF2F1C;
	border-radius: 100px;
	padding: 10px 40px;
	font-size: 24px;
	font-weight: 400;
}

.header-phone {
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
}

.header-phone a {
	color: #000;
	text-decoration: none;
}

.top-banner .banner-caption {
	font-family: Unbounded;
	font-size: 80px;
	margin-right: 30%;
	font-weight: 600;
	line-height: normal;
	margin-top: 95px;
}

.top-banner ul {
	list-style-type: none;
	padding-left: 0;
}

.top-banner ul li {
	font-size: 24px;
	font-weight: 400;
	margin-top: 30px;
	background-image: url('../img/banner-list-icon.svg');
	background-repeat: no-repeat;
	background-position: top 11px left 0;
	padding-left: 25px;
	list-style-type: none;
	background-size: 14px 14px;
}

.order-form input[type="text"] {
	border: solid 1px #E0E0E0;
	padding: 20px 30px;
	font-size: 24px;
	color: #828282;
	border-radius: 100px;
	width: 100%;
}

.order-form {
	margin-top: 150px;
}

.order-form button {
	background: #FF2F1C;
	color: #FFF;
	border: none;
	padding: 20px 30px;
	width: 100%;
	border-radius: 100px;
	font-size: 24px;
}

.form-caption {
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 40px;
}

.advantage-list {
	margin-top: 120px;
}

.advantage-item {
	border: solid 2px #F7CF00;
	padding: 50px 20px;
	box-sizing: border-box;
	border-radius: 40px;
	height: 100%;
	background: #F9F9F9;
}

.advantage-item>div {
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	width: 100%;
}

.advantage-item>div>img {
	width: 140px;
}

.survey-slide {
	display: none;
}

.active-slide {
	display: block;
}

.surveyProgress {
	line-height: 30px;
}

.survey-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border-radius: 50%;
	margin: 0 15px;
	border: solid 2px #E0E0E0;
	box-sizing: border-box;
	vertical-align: middle;
}

.survey-bullet.active-bullet {
	width: 30px;
	height: 30px;
	background: #F7CF00;
	border-color: #F7CF00;
	border-width: 1px;
}

.survey-bullet.neighbour-bullet {
	width: 20px;
	height: 20px;
	border-width: 3px;
}

.questions-block {
	margin-top: 160px;
}

.question-img-place img {
	width: 100%;
}

.question-caption {
	font-family: Unbounded;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	margin: 80px 0 40px 0;
}

.question-description{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 60px;
}

.question-value {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
}

.question-answers .answer-item {
	padding: 0 20px 20px 0;
}

.question-answers input[type="checkbox"] {
	display: none;
}

.question-answers label {
	display: block;
	box-sizing: border-box;
	padding: 20px 20px 20px 70px;
	border-radius: 20px;
	background: #FFF no-repeat left 20px center url('../img/form-checkbox.svg');
	border: solid 1px #E0E0E0;
	color: #828282;
}

.question-answers input[type="checkbox"]:checked + label {
	border-color: #F7CF00;
	color: #000;
	background-image: url('../img/form-checkbox-checked.svg');
}

.questions-block .button-place button {
	border: none;
	padding: 22px 40px 22px 40px;
	background: #F7CF00 no-repeat;
	font-size: 20px;
	font-weight: 400;
	border-radius: 200px;
	margin-left: 10px;
}

.questions-block .button-place button:disabled {
	color: #000;
	filter: grayscale(1);
	opacity: 0.4;
}

.questions-block .button-place button.button-prev {
	padding-left: 80px;
	background-position: left 10px center;
	background-image: url('../img/form-button-prev-icon.svg');
}

.questions-block .button-place button.button-next {
	padding-right: 80px;
	background-position: right 10px center;
	background-image: url('../img/form-button-next-icon.svg');
}

.questions-block input[type=text] {
	border: solid 1px #828282;
	border-radius: 100px;
	padding: 20px 30px;
	background: #F9F9F9;
	color: #828282;
	width: 100%;
	margin-bottom: 20px;
}

.help-block {
	border-radius: 40px;
	border: solid 2px #F7CF00;
	background: #F9F9F9;
	padding: 60px;
	margin-top: 160px;
}

.help-block-caption {
	font-family: Unbounded;
	font-size: 64px;
	font-weight: 600;
}

.help-item {
	gap: 26px;
	box-sizing: border-box;
	padding: 60px 20px 0 0;
	
}

.help-item-number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #F7CF00;
	line-height: 50px;
	font-size: 36px;
	text-align: center;
	aspect-ratio: 1 / 1;
}

.help-item-caption {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

.help-item-description {
	font-size: 24px;
	font-weight: 400;	
}
.price-block {
	margin-top: 140px;
}

.price-block-caption {
	font-family: Unbounded;
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 60px;
	text-align: center;
}

.price-list {
	gap: 20px
}

.price-item {
	border-radius: 40px;
	border: solid 1px #E0E0E0;
	text-align: center;
	padding-bottom: 50px;
	min-width: 216px;
	background: #FFF;
}

.price-item-caption {
	font-family: Unbounded;
	font-size: 46px;
	font-weight: 600;
}

.price-item-caption {
	background: #E0E0E0;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	padding: 40px 10px 20px 10px;
}

.price-item.better-price {
	padding-bottom: 80px;
}
.better-price .price-item-caption {
	background: #F7CF00;
	padding: 60px 10px 20px 10px;
}

.price-item-description {
	font-size: 24px;
	font-weight: 400;
	margin: 40px auto;
	color: #828282;
}

.price-item-value {
	font-family: Unbounded;
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 40px;
}

.price-item-value span {
	font-family: Golos;
	font-size: 18px;
	font-weight: 400;
	color: #828282;
}

.price-item-action button {
	border: none;
	border-radius: 100px;
	background: #F7CF00;
	font-size: 24px;
	font-weight: 400;
	padding: 10px 40px;
	color: #000;
}

.block-whyus {
	margin-top: 160px;
}


.block-whyus-caption {
	font-family: Unbounded;
	font-size: 64px;
	font-weight: 600;	
	margin-bottom: 80px;
	text-align: center;
}

.item-whyus {
	gap: 26px;
}

.item-whyus-icon {
	width: 50px;
	height: 50px;
	aspect-ratio: 1 / 1;
	
	background: no-repeat center center url('../img/item-whyus-icon.svg');
	background-size: cover;
}

.item-whyus-caption {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

.item-whyus-text {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 80px;

}

.block-ourcases {
	margin-top: 184px;
}

.ourcase-slide-item {
	display: none;
}

.ourcase-slide-item.active-slide {
	display: block;
}

.ourcase-item-body {
	flex-basis: 50%;
	padding: 0 30px;
	position: relative;
}

.ourcases-caption {
	font-family: Unbounded;
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 76px;
	text-align: center;
}

.ourcase-item-info {
	background: #F9F9F9;
	border: solid 2px #E0E0E0;
	border-radius: 40px;
	box-sizing: border-box;
	padding: 60px;
	flex-basis: 50%;
}

.ourcase-item-info-caption {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

.ourcase-item-info-text {
	font-size: 24px;
	font-weight: 400;	
}

.ourcase-item-result {
	background: #F9F9F9;
	border: solid 3px #F7CF00;
	padding: 60px;
	border-radius: 40px;
	position: relative;
	top: -180px;
	right: -180px;
}

.ourcase-item-result-caption {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

.ourcase-item-result-text {
	font-size: 24px;
	font-weight: 400;
}

.ourcase-item-result-text b {
	color: #FF2F1C;
	font-size: 36px;
	font-weight: 400;
}

.ourcase-item-img img {
	width: 100%;
}

.ourcase-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border-radius: 50%;
	margin: 0 15px;
	border: solid 2px #E0E0E0;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
}

.ourcase-bullet-place {
	margin-top: -120px;
	position: relative;
	z-index: 1000;
}

.ourcase-bullet.active-bullet {
	width: 30px;
	height: 30px;
	background: #F7CF00;
	border-color: #F7CF00;
	border-width: 1px;
}

.ourcase-bullet.neighbour-bullet {
	width: 20px;
	height: 20px;
	border-width: 3px;
}

.block-faq {
	margin-top: 160px;
}

.faq-caption {
	font-family: Unbounded;
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 80px;
	text-align: center;
}

.faq-item {
	padding: 40px;
	border-radius: 40px;
	border: solid 1px #E0E0E0;
	background: #F9F9F9;
	margin-bottom: 40px;
	cursor: pointer;
}

.faq-question {
	font-size: 36px;
	font-weight: 400;
	padding-right: 60px;
	background: no-repeat top right;
	background-image: url('../img/fag-icon-open.svg');
	background-size: 60px 60px;
	min-height: 60px;
}

.faq-answer {
	display: none;
	font-size: 24px;
	font-weight: 400;
	padding-top: 20px;
}

.faq-answer-opened .faq-question {
	background-image: url('../img/fag-icon.svg');
}

.faq-answer-opened .faq-answer {
	display: block;
} 

footer {
	padding: 155px 40px 30px 40px;	
}

.copyright {
	color: #828282;
	font-size: 14px;
}

.contacts-phone {
	font-size: 64px;
	font-weight: 500;
	margin-bottom: 50px;
}

.contacts-phone a {
	color: #000;
	text-decoration: none;
}


.contacts-email {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 50px;
}

.contacts-address {
	font-size: 40px;
	font-weight: 500;
}

@media ( max-width : 1919px) {
	.max-container {
		padding: 140px 60px 30px 60px;

	}
	.header-logo img {
		height: 29px;
	}
	.header-phone {
		font-size: 20px;
	}
	.callback-btn {
		font-size: 18px;
	}
	.top-banner .banner-caption {
		margin-top: 0;
		font-size: 60px;
	}
	.top-banner ul li {
		font-size: 20px;
		margin-top: 20px;
		background-position: top 9px left 0;
	}
	.advantage-item>div>img {
		width: 100px;
	}
	.advantage-item {
		padding: 40px 20px;
	}
	.advantage-item>div {
		font-size: 26px;
	}
	
	.questions-block {
		margin-top: 30px;
	}
	
	.question-caption {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	
	.question-description {
		font-size: 20px;
		margin-bottom: 40px;
	}
	
	.question-value {
		font-size: 26px;
		margin-bottom: 40px;
	}
	
	.question-answers label {
		font-size: 18px;
	}
	
	.help-block {
		border-radius: 20px;
		margin-top: 160px;
	}
	
	
	.help-block-caption {
		font-size: 46px;
	}
	.help-item-caption {
		font-size: 22px;
	}
	.help-item-description {
		font-size: 20px;
	}
	.help-item {
		gap: 20px;
		padding: 40px 20px 0 0;
		
	}
	
	.price-block {
		margin-top: 120px;
	}
	.price-block-caption {
		font-size: 46px;
		margin-bottom: 40px;
	}
	
	.price-item-caption {
		font-size: 32px;
		padding: 40px 10px 20px 10px;
	}
	
	.price-item-description {
		font-size: 20px;
		margin: 40px 10px;
	}
	
	.price-item-value {
		font-size: 46px;
		margin-bottom: 40px;
	}

	.price-item-value span{
		font-size: 14px;
	}
	
	.price-item-action button {
		font-size: 20px;
	}
	
	.block-whyus {
		margin-top: 100px;
	}
	
	
	.block-whyus-caption {
		font-size: 46px;
		margin-bottom: 40px;
	}
	
	.item-whyus {
		gap: 26px;
	}
	
	.item-whyus-icon {
		width: 50px;
		height: 50px;
	}
	
	.item-whyus-caption {
		font-size: 22px;
	}
	
	.item-whyus-text {
		font-size: 20px;
	}
	
	.ourcase-item-body {
		padding: 0 30px;
	}
	
	.ourcases-caption {
		font-size: 46px;
		margin-bottom: 38px;
	}
	
	.ourcase-item-info {
		padding: 40px;
	}
	
	.ourcase-item-info-caption {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.ourcase-item-info-text {
		font-size: 20px;
	}
	
	.ourcase-item-result {
		padding: 40px;
		border-radius: 40px;
		position: relative;
		top: -100px;
		right: -180px;
	}
	
	.ourcase-item-result-caption {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.ourcase-item-result-text {
		font-size: 20px;
	}
	
	.ourcase-item-result-text b {
		font-size: 26px;
	}
	
	
	.ourcase-bullet-place {
		margin-top: -70px;
	}
	
	.block-faq {
		margin-top: 100px;
	}
	
	.faq-caption {
		font-size: 46px;
		margin-bottom: 50px;
	}
	
	.faq-item {
		padding: 40px;
		border-radius: 20px;
	}
	
	.faq-question {
		font-size: 26px;
		background-size: 60px 60px;
		min-height: 60px;
	}
	
	.faq-answer {
		font-size: 20px;
	}
	
	footer {
		padding: 155px 40px 30px 40px;	
	}
	
	.copyright {
		color: #828282;
		font-size: 14px;
	}
	
	.contacts-phone {
		font-size: 48px;
		font-weight: 500;
		margin-bottom: 30px;
	}
	
	.contacts-email {
		font-size: 32px;
		font-weight: 500;
		margin-bottom: 30px;
	}
	
	.contacts-address {
		font-size: 32px;
		font-weight: 500;
	}

}

@media ( max-width : 1399px) {
	.max-container {
		padding: 105px 40px 20px 40px;
	}
	.navbar-custumised {
		padding: 10px 10px 10px 20px;
	}
	.header-phone {
		font-size: 16px;
	}
	.callback-btn {
		font-size: 14px;
		padding: 10px 20px;
	}
	.top-banner .banner-caption {
		font-size: 40px;
	}
	.order-form input[type="text"] {
		font-size: 18px;
	}
	.order-form button {
		font-size: 18px;
	}
	.form-caption {
		font-size: 26px;
	}
	.advantage-item>div>img {
		width: 60px;
	}
	.advantage-item {
		padding: 20px 20px;
	}
	.advantage-item>div {
		font-size: 20px;
	}
	
	.question-img-place img {
		max-width: 450px;
	}
	.question-caption {
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.question-description {
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.question-value {
		width: 100%;
		font-size: 20px;
		margin-top: 10px; 
		margin-bottom: 30px;
	}
	
	.question-answers label {
		font-size: 18px;
	}
	
	.help-block {
		margin-top: 60px;
		padding: 40px;
	}
	
	.help-block-caption {
		font-size: 36px;
	}
	.help-item-number {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}
	.help-item-caption {
		font-size: 20px;
	}
	.help-item-description {
		font-size: 18px;
	}
	.help-item {
		gap: 20px;
		padding: 20px 0 0 0;
	}
	
	.price-block {
		margin-top: 60px;
	}
	.price-block-caption {
		font-size: 36px;
		margin-bottom: 40px;
	}
	
	.price-item {
		padding-bottom: 20px
	}
	
	.price-item.better-price {
		padding-bottom: 30px
	}

	.price-item-caption {
		font-size: 28px;
		padding: 40px 10px 20px 10px;
	}
	
	.price-item-description {
		font-size: 18px;
		margin: 20px 10px;
	}
	
	.price-item-value {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.price-item-value span{
		font-size: 12px;
	}
	
	.price-item-action button {
		font-size: 20px;
	}
	
	.block-whyus {
		margin-top: 60px;
	}
	
	
	.block-whyus-caption {
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	.item-whyus {
		gap: 10px;
	}
	
	.item-whyus-icon {
		width: 30px;
		height: 30px;
	}
	
	.item-whyus-caption {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.item-whyus-text {
		font-size: 18px;
		margin-bottom: 20px;
		
	}
	
	.block-ourcases {
		margin-top: 60px;
	}

	.ourcase-item-body {
		flex-basis: 100%;
		padding: 20px 0;
	}
	
	.ourcases-caption {
		font-size: 36px;
		margin-bottom: 38px;
	}
	
	.ourcase-item-info {
		padding: 30px;
	}
	
	.ourcase-item-info-caption {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.ourcase-item-info-text {
		font-size: 18px;
	}
	
	.ourcase-item-result {
		padding: 30px;
		top: auto;
		right: auto;
	}
	
	.ourcase-item-result-caption {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.ourcase-item-result-text {
		font-size: 18px;
	}
	
	.ourcase-item-result-text b {
		font-size: 28px;
	}
	
	
	.ourcase-bullet-place {
		margin-top: auto;
	}
	
	.ourcase-item-img {
		text-align: center;
	}

	.ourcase-item-img img {
		max-width: 625px;
	}
	
	.block-faq {
		margin-top: 100px;
	}
	
	.faq-caption {
		font-size: 36px;
		margin-bottom: 50px;
	}
	
	.faq-item {
		padding: 40px;
		border-radius: 20px;
	}
	
	.faq-question {
		font-size: 26px;
		background-size: 60px 60px;
		min-height: 60px;
		line-height: 36px;
	}
	
	.faq-answer {
		font-size: 20px;
	}
	
	footer {
		padding: 100px 40px 30px 40px;	
	}
	
	footer .order-form {
		margin-top: 40px;
	}
	
	.copyright {
		color: #828282;
		font-size: 14px;
	}
	
	.contacts-phone {
		font-size: 36px;
		margin-bottom: 30px;
	}
	
	.contacts-email {
		font-size: 26px;
		margin-bottom: 30px;
	}
	
	.contacts-address {
		font-size: 26px;
	}

	
}


@media ( max-width : 1200px) {
	.order-form>div {
		margin-bottom: 20px;
	}
}

@media ( max-width : 768px) {
	.max-container {
		padding: 95px 20px 20px 20px;
		background-position: top right 50%, center center, bottom center;
		background-size: 180% auto, contain, contain;
	}
	.navbar-custumised {
		padding: 10px;
	}
	.header-logo img {
		height: 20px;
	}
	.header-phone {
		font-size: 12px;
	}
	.callback-btn {
		background: url('../img/callorder-icon.png') no-repeat center center;
		background-size: contain;
		border: none;
		padding: 0;
		width: 30px;
		height: 30px;
	}
	.callback-btn span {
		display: none;
	}
	.top-banner .banner-caption {
		font-size: 28px;
		margin-right: 0;
	}
	.top-banner ul li {
		font-size: 18px;
		background-position: top 9px left 0;
	}
	.order-form {
		margin-top: 20px;
	}
	.order-form>div {
		margin-bottom: 0;
	}
	.order-form .form-caption {
		display: none;
	}
	.order-form input[type="text"] {
		display: none;
	}
	.advantage-list {
		gap: 10px;
		margin-top: 30px;
	}
	
	.survey-bullet {
		margin: 0 5px;
	}
	
	.questions-block .button-place button {
		vertical-align: middle;
	}
	
	.questions-block .button-place button.button-prev,
	.questions-block .button-place button.button-next {
		height: 80px;
		width: 80px;;
		padding: 0;		
	}
	
	.questions-block .button-place button span {
		display: none;
	}
	
	.help-block {
		margin-top: 40px;
		padding: 20px;
	}
	
	.help-block-caption {
		font-size: 28px;
	}
	.help-item-caption {
		font-size: 16px;
	}
	.help-item-description {
		font-size: 14px;
	}
	
	.price-list {
		overflow: auto;
		padding-bottom: 20px;
	}
	
	.price-block-caption {
		font-size: 28px;
		text-align: center;
	}
	.block-whyus {
		margin-top: 40px;
	}
	
	
	.block-whyus-caption {
		font-size: 28px;
	}
		
	.item-whyus-caption {
		font-size: 16px;
	}
	
	.item-whyus-text {
		font-size: 14px;
	}

	.block-ourcases {
		margin-top: 40px;
	}

	.ourcases-caption {
		font-size: 24px;
		margin-bottom: 15px;
	}
		
	.ourcase-item-info-caption {
		font-size: 16px;
	}
	
	.ourcase-item-info-text {
		font-size: 14px;
	}
		
	.ourcase-item-result-caption {
		font-size: 16px;
	}
	
	.ourcase-item-result-text {
		font-size: 14px;
	}
	
	.ourcase-item-result-text b {
		font-size: 17px;
	}
	
	
	.ourcase-bullet-place {
		margin-top: auto;
	}
	
	.ourcase-item-img {
		text-align: center;
	}

	.ourcase-item-img img {
		max-width: 625px;
	}
	
	.block-faq {
		margin-top: 40px;
	}
	
	.faq-caption {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.faq-item {
		padding: 10px;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	
	.faq-question {
		font-size: 14px;
		background-size: 18px 18px;
		min-height: 18px;
		line-height: 18px;
	}
	
	.faq-answer {
		font-size: 12px;
	}
	
	
	footer {
		padding: 70px 20px 30px 20px;	
	}
	
	footer .order-form {
		margin-top: 40px;
	}
	
	.contacts-phone {
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	.contacts-email {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.contacts-address {
		font-size: 20px;
	}
}

@media ( max-width : 380px) {
	.questions-block .button-place button {
		padding: 22px;
		font-size: 18px;
		
	}
	
	.help-block-caption {
		font-size: 20px;
	}
	
		.contacts-phone {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	.contacts-email {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.contacts-address {
		font-size: 18px;
	}

	
}