.aff-content-padding {padding: 24px 32px}
.aff-black-bg {background: #231E20;}
.aff-grey-bg {background-color: #EEECED;}
.aff-bigcta-bg {
	background: -moz-linear-gradient(225deg, rgba(148,0,218,1) 0%, rgba(228,139,157,1) 100%);
	background: -webkit-linear-gradient(225deg, rgba(148,0,218,1) 0%, rgba(228,139,157,1) 100%);
	background: linear-gradient(225deg, rgba(148,0,218,1) 0%, rgba(228,139,157,1) 100%);
}
@keyframes scale-up-preview {
	0% {
		transform: scale(1) translateY(0);
	}
	50% {
		transform: scale(1.2) translateY(10%);
	}
	100% {
		transform: scale(1) translateY(0%);
	}
}

.affiliate-preview {
	position: relative;
	min-height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgb(255,230,142);
	background: -moz-linear-gradient(122deg, rgba(255,230,142,1) 0%, rgba(181,187,229,1) 30%, rgba(181,187,229,1) 60%, rgba(84,206,214,1) 100%);
	background: -webkit-linear-gradient(122deg, rgba(255,230,142,1) 0%, rgba(181,187,229,1) 30%, rgba(181,187,229,1) 60%, rgba(84,206,214,1) 100%);
	background: linear-gradient(122deg, rgba(255,230,142,1) 0%, rgba(181,187,229,1) 30%, rgba(181,187,229,1) 60%, rgba(84,206,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe68e",endColorstr="#54ced6",GradientType=1);
}

.affiliate-preview-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	overflow: hidden;
}

.affiliate-preview-bg > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: scale-up-preview 20s ease-in-out infinite;
}

.affiliate-preview-bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.4);
	pointer-events: none;
}

.affiliate-preview-texes {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 27px;
	z-index: 5;
	text-align: center;
}

.affiliate-preview-texes > h1 {
	font-size: 72px;
	margin-top: 0;
}

.affiliate-preview-texes .b-black-filled {
	color: #ffffff !important;
	padding: 10px 25px;
}

.affiliate-preview-texes > a {
	margin-top: 20px;
}

.affiliate-preview-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 35px;
	background-color: #EEECED;
}

.affiliate-title {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EEECED;
}

.affiliate-title > h2 {
	margin: 0;
}

.affiliate-offer-container {
	display: flex;
	flex-direction: column;
	background: #FFDE00;
}

.section-why-support {
	display: flex;
	gap: 17px;
	margin-top: 17px;
	margin-right: 17px;
}

.affiliate-sticky-block {
	position: sticky;
	top: 90px;
	width: 100%;
	max-height: 720px;
}

.affiliate-sticky-block > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section-why-support > div:first-child > div:first-child {
	display: flex;
	flex-direction: column;
	gap: 27px;
	padding: 33px 39px;
	box-sizing: border-box;
}

.affiliate-offer-container > h2 {
	padding: 33px 39px;
	box-sizing: border-box;
	margin: 0;
}

.affiliate-offer-container > ul {
	margin: 0;
	padding: 0;
}

.affiliate-offer-container > ul > li {
	display: flex;
	align-items: center;	
	padding: 16px 39px 17px 39px;
	list-style-type: none;
	border-top: 2px solid white;
	box-sizing: border-box;
}

.affiliate-industries-grid-list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 2px;
	gap: 2px;
}

.industries-grid-item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;	
}

.industries-grid-item > div {
	min-height: 52px;
	display: flex;
	align-items: center;
	gap: 17px;
	padding: 16px 26px 16px 36px;
	box-sizing: border-box;
}

.industries-grid-item > div > p {
	white-space: nowrap;
}


.section-work-steps {
	display: flex;
	justify-content: center;
	margin-top: 16px;
	margin-right: 17px;
}

.section-work-steps > div {
	max-width: 1344px;
}

.section-work-steps > div > h2 {
	align-self: flex-start;
}

.affiliate-stroke-wrapper {
	margin-top: 64px;
}

.affiliate-stroke-item {
	display: flex;
	flex-direction: column;
}

.affiliate-stroke-item > h4 {
	margin: 0;
	margin-bottom: 16px;
}

.affiliate-stroke-item > p {
	margin: 0;
	margin-top: 18px;
}

.affiliate-stroke-item > a {
	align-self: flex-start;
	margin-top: 70px;
}

.affiliate-stroke-svg > img,
.affiliate-stroke-item > img {
	width: 100%;
	height: 47px;
	object-fit: cover;
}


.affiliate-swiper {
	display: none !important;
}

.pr-director-section {
	display: flex;
	gap: 18px;
}

.pr-mobile-photo {
	display: none;
}

.pr-contacts-btn {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-top: 50px;
}

.pr-contacts-btn > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 25px 11px 27px;
}

.pr-contacts-btn > .b-black-filled{
	color: white;
}

.pr-contacts-btn > a:last-child {
	margin-top: 16px;
}

.aff-accordion-item {
	display: flex;
	flex-direction: column;
	padding: 33px 39px calc(33px - 18px) 39px;
	cursor: pointer;
	overflow: hidden;
	background: #D6F5F7;
}

.aff-accordion-item:hover {
	background-color: #c3e0e2;
}

.accordion-item-visible-content {
	display: flex;
	justify-content: space-between;
}

.accordion-item-visible-content > img {
	width: 16px;
	height: 28px;
	transition: .2s ease-in-out;
}

.accordion-item-invisible-content {
	max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
	margin-top: 17px;
}

.accordion-item-content-open > .accordion-item-invisible-content {
	max-height: 400px;
}

.accordion-item-content-open > .accordion-item-visible-content > img {
	transform: rotate(180deg);
	transform-origin: center center;
}

.aff-bigcta-bg {
	height: 450px;
}

.aff-bigcta-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 39px;
	text-align: center;
	box-sizing: border-box;
}

.aff-bigcta-wrapper h3 {
	margin-bottom: 2rem;
}

.aff-bigcta-wrapper > .flex-container {
	gap: 35px;
}

.aff-bigcta-wrapper > .flex-container > img {
	max-width: 220px;
	max-height: 46px;
}

.affiliate-faq-section > div > div:first-child {
	background: #D6F5F7;
}

@media screen and (max-width: 1360px) {
	.affiliate-stroke-wrapper {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1024px) {
	.industries-grid-item {
		grid-template-columns: repeat(2, 1fr);
	}

	.industries-grid-item > div:last-child {
		grid-column: span 2;
	}
}

@media screen and (max-width: 900px) {
	.accordion-item-invisible-content > p > br {
		display: none;
	}

	.section-work-steps {
		display: block;
	}

	.affiliate-stroke-wrapper {
		display: none;
	}

	.affiliate-swiper {
		display: flex !important;
	}

	.affiliate-swiper .swiper-wrapper {
		height: auto;
		min-height: 300px;
	}

	.affiliate-swiper .swiper-slide svg {
		width: 100% !important;
	}

	.swiper-pagination-bullet {
		background: #aaaaaa !important;
		opacity: 1 !important;
	}

	.swiper-pagination-bullet-active {
		background: #005cb6 !important;
	}

	.affiliate-lets-doit-block {
		display: none;
	}
}

@media screen and (max-width: 860px) {
	.affiliate-stroke-wrapper {
		gap: 30px;
	}
}

@media screen and (max-width: 800px) {
	.section-why-support {
		flex-direction: column;
	}

	.section-why-support > div:last-child {
		display: none;
	}

	.pr-director-section {
		flex-direction: column;
	}

	.pr-director-section > div:last-child {
		display: none;
	}

	.pr-mobile-photo {
		display: block;
	}

	.affiliate-preview-video > video {
		height: 100%;
	}
}

@media screen and (max-width: 700px) {
	.aff-bigcta-wrapper {
		box-sizing: border-box;
		text-align: center;
	}

	.aff-bigcta-wrapper > .flex-container {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 520px) {
	.industries-grid-item {
		grid-template-columns: 1fr;
	}

	.industries-grid-item > div:last-child {
		grid-column: span 1;
	}

	.industries-grid-item:last-child {
		grid-template-columns: 1fr;
	}

}

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

	.affiliate-preview-content {
		align-items: flex-start;
	}

	.affiliate-preview > h2 {
		max-width: 280px;
		text-align: center;
	}

	.affiliate-preview .f50 {
		font-size: 50px !important;
	}

	.affiliate-preview-content > .pl3 {
		padding-left: 0;
	}

	.affiliate-preview-content > .pr3 {
		padding-right: 0;
	}

	.aff-bigcta-wrapper {
		height: inherit;
		padding: 16px;
	}

	.aff-bigcta-bg {
		height: inherit;
		min-height: 350px;
	}

	.aff-bigcta-wrapper > .flex-container > img {
		max-width: 125px;
		height: 25px;
	}

	.section-why-support > div:first-child > div:first-child {
		padding: 16px;
	}

	.affiliate-offer-container > h2 {
		padding: 16px;
	}

	.affiliate-offer-container > ul > li {
		padding: 16px;
	}

	.aff-content-padding {
		padding: 16px;
	}

	.affiliate-industries-grid-list > li {
		padding: 16px;
	}

	.aff-accordion-item {
		padding: 16px;
	}

	.affiliate-preview-texes > h1 {
		font-size: 40px;
	}

	.affiliate-industries-grid-list {
		flex-direction: column;
	}
	.industries-grid-item > div {
		padding: 28px 17px;
	}
}

@media screen and (max-width: 400px) {
	.why-support-list-wrapper {
		flex-direction: column;
	}

	.why-support-list-wrapper.gap2 {
		gap: 0;
	}
}

@media screen and (max-width: 360px) {
	.aff-bigcta-wrapper > .flex-container > img {
		max-width: 180px;
		max-height: 36px;
	}

	.accordion-item-invisible-content {
		margin-top: 5px;
	}

	.affiliate-preview .f50 {
		font-size: 40px !important;
	}
}

@media screen and (max-width: 325px) {
	.affiliate-offer-container > h3 {
		padding: 1rem;
	}

	.affiliate-offer-container > ul > li {
		padding: 1rem;
	}

	.affiliate-industries-grid-list > li {
		padding: 1rem;
	}

	.affiliate-industries-item {
		padding: 1rem;
	}

	.aff-accordion-item {
		padding: 1rem;
	}

	.aff-bigcta-bg {
		min-height: 280px;
	}
}