
.faq-buttons {
	text-align: center;
	margin-bottom: 3rem;
	display: flex;
	gap: 26px;
	justify-content: center;
	flex-wrap: wrap;
}
.faq-buttons button {
	white-space: nowrap;
	width: 230px;
	text-align: left;
}

.faq-buttons button.btn.client {
	padding-left: 60px;
}
.faq-buttons button.btn.creator {
	padding-left: 32px;
}



.block-faq .target {
	position: relative;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	vertical-align: text-top;
	margin-bottom: 24px;
	white-space:nowrap;
	max-width: 1080px;
}
.block-faq .target.client {
	color: var(--color-client);
}
.block-faq .target.creator {
	padding-top: 20px;
}
/*
.block-faq .target:before {
	content: "";
	width: 50px;
	height: 40px;
	display: inline-block;
}

.block-faq .target.client:before {
	background: url(../images/faq/icon_faq_client.png) no-repeat;
	background-size: 40px;
}
.block-faq .target.creator:before {
	background: url(../images/faq/icon_faq_creator.png) no-repeat;
	background-size: 40px;
}*/



@media screen and (max-width: 767px)  {

	.faq-buttons {
		gap: 10px;
	}

.faq-buttons button {
	width: calc(100% / 2 - 5px);
	font-size: 14px;
}
.faq-buttons button.btn.client {
		padding-left: 22px;
		padding: 14px 8px 16px 28px;
		height: 48px !important;
}
.faq-buttons button.btn.creator {
		padding-left: 22px;
		padding: 14px 8px 16px 28px;
		height: 48px !important;
}
.faq-buttons button.btn.creator {
	padding-left: 11px;
}

.block-faq .target {
	margin-left: 0;
	font-size: 22px;
}

}/*	<--media end	*/

.faq-buttons button.btn.creator:hover {
	background: #7596E5!important;
}

.faq-buttons button.btn.client:hover {
    background-color: var(--color-client-hover);
}


#menu_items {
	top: 0;
}

header {
	height: 70px;
}

header .logo {
	top: 20px;
}

@media screen and (max-width: 1123px) {
	header {
		height: 70px;
	}

  header .logo {
    top: 20px;
  }

	#hamburger {
		top: 15px;
	}

	header {
    position: fixed;
    height: 70px;
    z-index: 10;
  }
}

.faq-buttons {
	position: relative;
	z-index: 1;
}


#client::before {
  content:'';
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#creator::before {
	content:'';
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media screen and (max-width: 767px)  {
	#client::before {
	  padding-top: 100px;
	  margin-top: -100px;
	}

	#creator::before {
	  padding-top: 100px;
	  margin-top: -100px;
	}
}

@media screen and (max-width: 400px)  {

	.faq-buttons button.btn.client {
			padding-left: 22px;
			padding: 14px 8px 16px 20px;
			height: 48px !important;
	}

	.faq-buttons button.btn.creator {
			padding-left: 22px;
			padding: 14px 8px 16px 20px;
			height: 48px !important;
	}
}
