.guide-intro {
	background: url('../img/guide-v2.0/promo-bg.png') no-repeat right center #131321;
	background-size: auto 100%;
}
.guide-intro .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
}
.guide-intro .wrapper:after {
	margin: 130px 0 5px;
    content: '';
    display: block;
	width: 1070px;
    height: 841px;
	background: url('../img/guide-v2.0/image 2.png') no-repeat center center transparent;
    background-size: contain;
}
.guide-intro__text {
	width: 34%;
}
.guide-intro__text h1 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 64px;
	line-height: 113%;
	text-transform: uppercase;
	color: #fdfbfa;
	margin-bottom: 80px;
}
.guide-intro__text h1 strong {
	color: #d180ff;
}
.guide-intro__text p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 144%;
	color: #fdfbfa;
	max-width: 570px;
}
.guide-intro__text p strong {
	color: #d180ff;
	font-weight: normal;
}
.guide-promo {
	padding: 11.563vw 0 9.479vw;
	background: url('../img/guide-v2.0/second-bg.png') no-repeat left center #1c3ab0;
	background-size: cover;
	display: flex;
	align-items: center;
}
.guide-promo__text {
	margin-left: 50%;
	width: 50%;
}
.guide-promo__text h3 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fdfbfa;
	margin-bottom: 64px;
	width: 100%;
}
.guide-promo__text p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 144%;
	color: #fdfbfa;
	max-width: 570px;
	margin-bottom: 20px;
}
.guide-promo__tex p:last-child {
	margin-bottom: 0;
}
.guide-promo__cta {
	margin-top: 0;
}
.guide-promo__cta_mobile {
	display: none;
}	
.guide-list__cta {
	margin-top: 0;
}
.guide-blue__cta {
	margin-top: 0;
}
.guide-feedbacks__cta {
	margin-top: 0;
}
.guide-research__cta {
	margin-top: 0;
	margin-bottom: 10.417vw;
}
.guide-why__cta {
	display: none;
}

.guide-list {
	max-width: 100vw;
	overflow-x: hidden;
	padding: 200px 0 100px;
}
.guide-list__title {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 60px;
}
.guide-list__title h3 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color:  #131321;
	max-width: 570px;
}
.guide-list__title span {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color:  #131321;
}
.guide-list__list {
	margin-bottom: 120px;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}
.guide-list__list li {
	display: flex;
	align-items: center;
	gap: 8px;
	width: calc(50% - 12px);
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 1.2500vw;
	line-height: 133%;
	text-transform: uppercase;
	color: #131321;
}
.guide-list__list-num {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #131321;
	width: 6.3542vw;
	height: 6.3542vw;
	flex: none;
	border-radius: 50%;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 2.0833vw;
	line-height: 120%;
	color: #fdfbfa;
}
.guide-list__list-text {
	border: 2px solid #131321;
	padding: 1.5625vw 4.3750vw;
	border-radius: 40px;
}
.swiper-container {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}
.guide-swiper {
	max-width: 100vw;
	box-sizing: border-box;
}
.guide-swiper .swiper-slide {
	box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.18), 0 29px 29px 0 rgba(0, 0, 0, 0.16), 0 64px 39px 0 rgba(0, 0, 0, 0.09), 0 114px 46px 0 rgba(0, 0, 0, 0.03), 0 179px 50px 0 rgba(0, 0, 0, 0);
	border-radius: 40px;
	overflow: hidden;
}
.guide-swiper .swiper-slide.swiper-slide-active {
	border-radius: 60px;
}
.guide-swiper .swiper-slide img {
	display: block;
	width: 100%;
}
.guide-swiper .swiper-navigation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
	margin-top: 80px;
}
.guide-swiper .swiper-button-prev,
.guide-swiper .swiper-button-next {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    margin: 0;
}
.guide-swiper .swiper-button-prev:after, 
.guide-swiper .swiper-button-next:after {
	display: none;
}


.guide-why {
	max-width: 100vw;
	overflow-x: hidden;
	padding: 200px 0;
}
.guide-why .wrapper {
	display: flex;
	gap: 172px;
}
.guide-why__title {
	max-width: 570px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #131321;
}
.guide-why__text {
	max-width: 570px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 144%;
	color: #131321;
}
.guide-why__text h3 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	text-transform: uppercase;
	color: #1c3ab0;
	margin-bottom: 32px;
}
.guide-why__text h4 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	text-transform: uppercase;
	color: #131321;
	margin-bottom: 32px;
}
.guide-why__text p {
	margin-bottom: 20px;
}
.guide-why__text *:last-child {
	margin-top: 50px;
	margin-bottom: 0;
}
.guide-partners-marquee {
	margin-top: 6vw;
}
.guide-partners-marquee__track {
	align-items: center;
}
.guide-partners-marquee__item {
	text-align: center;
}
.guide-partners-marquee__item img,
.guide-partners-marquee__item svg {
	max-width: 100%;
	height: 60px;
	width: auto;
}
.guide-blue {
	margin-bottom: 225px;
}
.guide-blue__title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #131321;
	margin-bottom: 80px;
}
.guide-blue__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3.125vw;
}
.guide-blue__list li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 64px;
	text-transform: uppercase;
	color: #FDFBFA;
	box-sizing: border-box;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	color: #fdfbfa;
	padding: 72px 40px;
}
.guide-blue__list li {
	width: calc(100% / 3);
}
.guide-blue__list li:nth-child(6n + 1) {background-color: rgba(28, 58, 176, 0.15);color: #1c3ab0;}
.guide-blue__list li:nth-child(6n + 2) {background: rgba(28, 58, 176, 0.4);}
.guide-blue__list li:nth-child(6n + 3) {background: rgba(28, 58, 176, 0.6);}
.guide-blue__list li:nth-child(6n + 4) {background: rgba(28, 58, 176, 0.75);}
.guide-blue__list li:nth-child(6n + 5) {background: rgba(28, 58, 176, 0.3);color: #1c3ab0;}
.guide-blue__list li:nth-child(6n + 6) {background: rgba(28, 58, 176, 0.9);}
.guide-blue-text {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 133%;
	color: #131321;
	max-width: 570px;
}
.guide-blue-text strong {
	color: #d180ff;
}
.download-guide-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.download-guide-popup_active {
	display: flex;
}
.download-guide-popup__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}
.download-guide-popup__wrapper {
	max-width: 800px;
	border: 1px solid #D180FF;
	border-radius: 2px;
	padding: 40px;
	background-color: #FDFBFA;
	position: relative;
	z-index: 2;
	max-height: 80vh;
	overflow-y: auto;
}
.download-guide-popup__text {
	font-family: "Golca", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 144%;
	color: #1C3AB0;
	margin-bottom: 25px;
}
.download-guide-popup__text p {
	margin-bottom: 20px;
}
.download-guide-popup__text p:last-child {
	margin-bottom: 0;
}
.download-guide-popup__text a {
	font-weight: bold;
	color: #1C3AB0;
	text-decoration: underline;
}
.download-guide-popup__text a:hover {
	font-weight: bold;
	color: #1C3AB0;
	text-decoration: none;
}
.download-guide-popup__form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.download-guide-popup__form-row {
	width: calc(50% - 10px);
	margin-bottom: 25px;
}
.download-guide-popup__form-row .cta-row {
	margin: 0;
	cursor: pointer;
}
.download-guide-popup__form-row .cta-row button {
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}
.download-guide-popup__form-row input[type="text"],
.download-guide-popup__form-row input[type="email"],
.download-guide-popup__form-row input[type="tel"] {
	border: 0;
	outline: 0;
	padding: 12px 0 4px;
	border-bottom: 1px solid #1C3AB0;
	width: 100%;
	height: 44px;
	font-family: "Golca", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	text-transform: uppercase;
	color: #1C3AB0;
	background-color: transparent;
}
.download-guide-popup__form-row_error input[type="text"],
.download-guide-popup__form-row_error input[type="email"],
.download-guide-popup__form-row_error input[type="tel"] {
	border-bottom: 1px solid #F25B4E;
}
.download-guide-popup__form-row input {
    color: #1C3AB0;
    opacity: 0.4;
}
.download-guide-popup__form-row input::-webkit-input-placeholder {
    color: #1C3AB0;
    opacity: 0.4;
}
.download-guide-popup__form-row input::-moz-placeholder {
    color: #1C3AB0;
    opacity: 0.4;
}
.download-guide-popup__form-row input:-ms-input-placeholder {
    color: #1C3AB0;
    opacity: 0.4;
}
.download-guide-popup__form-row input:-moz-placeholder {
    color: #1C3AB0;
    opacity: 0.4;
}
.download-guide-popup__form-row input[type="checkbox"] {
    display: none;
}
.download-guide-popup__form-row label {
	display: flex;
	cursor: pointer;
	position: relative;
	font-family: "Golca", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 129%;
	color: #1C3AB0;
}
.download-guide-popup__form-row label a {
	color: inherit;
}
.download-guide-popup__form-row label::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid #1C3AB0;
	border-radius: 4px;
	margin-top: 11px;
	margin-right: 27px;
	background-color: transparent;
	transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
	flex: none;
}
.download-guide-popup__form-row_error label {
	color: #F25B4E;
}
.download-guide-popup__form-row_error label::before {
	border-color: #F25B4E;
}
.download-guide-popup__form-row input[type="checkbox"]:checked + label::before {
	background-color: #D180FF;
	position: relative;
}
.download-guide-popup__form-row_submit {
	width: calc(100% + 80px);
	margin: 0 -40px;
}
.download-guide-popup__close {
	position: absolute;
	top: 24px;
	right: 24px;
	padding: 0;
	border: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}
.cta-row__link_disabled {
	opacity: 0.2;
	cursor: default;
}
.download-guide-popup__success {
	display: none;
	font-family: "Golca", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fdfbfa;
}
.download-guide-popup__wrapper_success {
	padding: 128px 115px 385px;
	background: #1c3ab0;
	border-color: #1c3ab0;
}
.download-guide-popup__wrapper_success img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.download-guide-popup__wrapper_success .download-guide-popup__close path {
	stroke: #D180FF;
}
.download-guide-popup__wrapper_success .download-guide-popup__success {
	display: block;
}
.download-guide-popup__wrapper_success .download-guide-popup__text {
	display: none;
}
.download-guide-popup__wrapper_success .download-guide-popup__form {
	display: none;
}
.download-guide-popup__download {
	color: inherit;
	display: block;
	margin: 20px auto 0;
	width: 290px;
	text-align: center;
}
.download-guide-popup__form-row .cta-row__item {
	padding: 5px 0;
}
.download-guide-popup__form-row .cta-row__link {
	padding: 5px 15px;
	font-size: 28px;
}

.form-use {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 30px;
	width: 100%;
}
.form-use__text {
	font-family: "Golca", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 129%;
	color: #1c3ab0;
	max-width: 145px;
}
.form-use__btns {
	display: flex;
	gap: 12px;
	width: 100%;
}
.form-use__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-use__label {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 32px;
  padding: 10px;
  border-radius: 80px;
  border: 1px solid rgba(19, 19, 33, 0.2);
  color: rgba(19, 19, 33, 0.2);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.form-use__label:hover {
  border-color: #1c3ab0;
  color: #1c3ab0;
}
.form-use__input:checked + .form-use__label {
  background: #1c3ab0;
  border-color: #1c3ab0;
  color: #fff;
}
.form-use__input:focus-visible + .form-use__label {
  outline: 2px solid #1c3ab0;
  outline-offset: 2px;
}

@media (max-width: 1800px) {
    .guide-intro__text {
        width: 45%;
    }
}
@media (max-width: 1580px) {
    .guide-intro__text {
        width: 60%;
    }
	.guide-intro__text h1 {
		font-size: 50px;
		margin-bottom: 40px;
	}
}
@media (max-width: 1279px) {
	.guide-intro .wrapper {
		flex-direction: column;
		padding: 40px 0;
		gap: 40px;
	}
	.guide-intro__text {
        width: 90%;
    }
	.guide-intro .wrapper:after {
		width: 50.8854vw;
		height: 40.0000vw;
		margin: 0;
	}
}

@media (max-width: 991px) {
	.guide-intro {
		padding: 64px 16px;
		background: url('../img/guide-v2.0/promo-bg-mobile.png') no-repeat center top #131321;
		background-size: cover;
	}
	.guide-intro .wrapper {
        padding: 0;
    }
	.guide-intro__text {
		width: 100%;
		margin-bottom: 40px;
	}
	.guide-intro__text h1 {
		font-size: 24px;
		line-height: 117%;
		margin-bottom: 24px;
	}
	.guide-intro__text p {
		font-size: 16px;
		line-height: 150%;
		color: #fdfbfa;
		max-width: 100%;
	}
	.guide-intro .guide-promo__cta_mobile {
		width: 91.4667vw;
	}
	
	.guide-intro .wrapper:after {
		width: 90.6667vw;
        height: 77.3333vw;
        margin: -50px 0 -120px;
    }
	
	.guide-promo {
		padding: 65px 0;
		background: url('../img/guide-v2.0/second-bg-mobile.png') no-repeat center top #1C3AB0;
		background-size: cover;
		overflow: hidden;
	}
	.guide-promo .wrapper {
		padding: 0 4.267vw;
		flex-direction: column;
		align-items: flex-start;
	}
	.guide-promo__text {
		margin-left: 0;
		width: 100%;
	}
	.guide-promo__text h3 {
		font-size: 24px;
		line-height: 117%;
		margin-bottom: 40px;
	}
	.guide-promo__text p {
		font-size: 16px;
		line-height: 150%;
	}	
	.guide-promo__cta {
        display: none;
	}	
	.guide-promo__cta_mobile {
        display: block;
		margin: 64px 0 0;
	}	
	.guide-promo__cta .cta-row__item {
		display: block;
	}
	.guide-promo__cta .cta-row__link {
		color: #fdfbfa;
		border: 1px solid #fdfbfa;
	}
	.guide-promo__cta .cta-row__link path {
		fill: #fdfbfa;
	}
	.guide-list {
		padding: 80px 0 40px;
	}
	.guide-list__title {
		margin-bottom: 40px;
		max-width: 90%;
	}
	.guide-list__title h3 {
		font-size: 24px;
		line-height: 117%;
	}
	.guide-list__list {
		flex-direction: column;
	}
	.guide-list__list li {
		width: 100%;
		font-size: 4.2667vw;
	}
	.guide-list__list-num {
		width: 10.6667vw;
		height: 10.6667vw;
		font-size: 4.2667vw;
	}
	.guide-list__list-text {
		padding: 16px 24px;
		border-radius: 24px;
	}
	.cta-row .cta-row__wrapper--left:hover {
		animation: none;
	}
	.guide-swiper {
		padding: 0 4.267vw;
	}
	.guide-swiper .swiper-slide {
		border-radius: 20px;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.19), 0 11px 11px 0 rgba(0, 0, 0, 0.17), 0 25px 15px 0 rgba(0, 0, 0, 0.1), 0 45px 18px 0 rgba(0, 0, 0, 0.03), 0 70px 20px 0 rgba(0, 0, 0, 0);
	}
	.guide-swiper .swiper-slide.swiper-slide-active {
		border-radius: 20px;
	}
	.guide-swiper .swiper-slide img {
		width: 201%;
		max-width: none;
		display: block;
	}
	.guide-list__cta .cta-row__item {
		display: block;
	}
	.guide-swiper .swiper-navigation {
		margin-top: 45px;
	}
	.guide-why {
		padding: 128px 0 64px;
	}
	.guide-why__cta {
		display: block;
	}
	.guide-why .wrapper {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.guide-why__title {
		font-size: 24px;
		line-height: 117%;
	}
	.guide-why__text {
		max-width: 100%;
		font-size: 16px;
		line-height: 150%;
	}
	.guide-why__text h3 {
		font-size: 16px;
		line-height: 125%;
		margin-bottom: 24px;
	}
	.guide-why__text h4 {
		display: none;
	}
	.guide-why__text p {
		margin-bottom: 20px;
	}	
	.guide-why__cta .cta-row__item {
		display: block;
	}
	.guide-blue {
		padding: 64px 0;
		margin-bottom: 0;
	}
	.guide-blue .wrapper {
		padding: 0 4.267vw;
	}	
	.guide-blue__title {
		font-size: 24px;
		line-height: 117%;
		max-width: 100%;
		color: #1c3ab0;
		margin-bottom: 40px;
	}
	.guide-blue__list {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 40px;
	}	
	.guide-blue__list li {
		width: 100% !important;
		font-size: 16px;
		line-height: 125%;
		padding: 70px 35px;
		flex: 1;
		border-radius: 64px;
	}	
	.guide-blue-text {
		padding: 0;
		flex-direction: column;
		font-size: 16px;
		line-height: 150%;
	}
	.guide-blue-text p {
		margin-bottom: 20px;
	}
	.guide-blue__cta {
		margin-top: 10.667vw;
	}
	.guide-blue__cta .cta-row__item {
		display: block;
	}
	.guide-blue-second__cta .cta-row__item {
		display: block;
	}
	.guide-feedbacks__cta .cta-row__item {
		display: block;
	}
	.guide-feedbacks-second__cta .cta-row__item {
		display: none;
	}
	.download-guide-popup__wrapper {
		max-width: calc(100% - 32px);
		max-height: 80vh;
		padding: 48px 16px 32px 16px;
	}
	.download-guide-popup__close {
		top: 8px;
		right: 8px;
	}
	.download-guide-popup__text {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.download-guide-popup__form-row {
		width: 100%;
		margin-bottom: 24px;
	}	
	.download-guide-popup__form-row input[type="text"],
	.download-guide-popup__form-row input[type="email"],
	.download-guide-popup__form-row input[type="tel"] {
		padding: 16px 0 8px;
		height: 38px;
		font-size: 12px;
	}
	.download-guide-popup__form-row label {
		font-size: 12px;
	}
	.download-guide-popup__form-row_submit {
		margin: 0;
	}
	.download-guide-popup__form-row_submit .cta-row__item:first-child {
		display: block;
		border: 1px solid #1c3ab0;
		border-radius: 80px;
	}
	.download-guide-popup__success {
		font-size: 24px;
	}
	.download-guide-popup__wrapper_success {
        padding: 128px 20px 340px;
        max-width: calc(100% - 60px);
        overflow-x: hidden;
        box-sizing: border-box;
	}
	.download-guide-popup__wrapper_success img {
        display: block;
        width: 200px;
	}
}