* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Hanken Grotesk", sans-serif;
	background: #E1E4E6;
	color: #3A4350;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
header {
	position: absolute;
	width: 100%;
	top: 0;
}
header h1 {
	font-family: 'Tinos', serif;
	font-size: 2rem;
	margin-bottom: 10px;
}
header .container {
	align-items: center;
	padding: 0px;
	display: flex;
	flex-direction: row;
	gap: 64px;
	width: 80%;
	position: absolute;
	margin: auto;
	padding-left: 10%;
	top: 50px;
	z-index: 299;
}
header img {
	width: 173px;
	height: 100%;
}
.menu {
	display: flex;
	align-items: center;
	gap: 20px;
}
.menu-item {
	list-style: none;

}
.menu-item a {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
	text-align: center;
	color: inherit;
	text-decoration: none;
}
.menu-item a:hover {
	color: #3362AB;
}
.hamburger {
	display: none;
}
.hero {
	height: 100vh;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hero-img {
	position: absolute;
	width: 100%;
	padding-top: 250px;
	z-index: 0;
	animation: fadeInSlide 8.5s ease forwards, oscillate 7s ease-in-out infinite 1.5s;

}
.hero__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
	position: relative;
	z-index: 1;
}
.hero__column {
	flex: 1;
	box-sizing: border-box;
}

.hero__column--left {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.hero__column--right {
	padding-left: 20px;
}
.hero__title-main {
	font-family: Tinos;
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0%;
	text-transform: uppercase;
}
.hero__title {
	font-family: Tinos;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0%;
	text-transform: uppercase;
}
.hero__subtitle {
	color: #3362AB;
	font-family: Tinos;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	vertical-align: middle;
	text-transform: uppercase;
}

.hero__description {
	font-weight: 400;
	font-size: 22px;
	line-height: 135%;
}

.hero__btn {
	width: 240px;
	height: 48px;
	gap: 4px;
	border-radius: 2px;
	padding: 4px;
	background: linear-gradient(257.23deg, #118874 -11.43%, #076050 31.16%, #034339 92.41%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero__btn a {
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	text-transform: uppercase;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.hero__image {
	max-width: 100%;
	height: auto;
	display: block;
	width: 252px;
	float: right;
}

.line {
	position: absolute;
	opacity: 0;
	animation: fadeInSlide 1.5s ease forwards, oscillate 4s ease-in-out infinite 1.5s;
}
@keyframes fadeInSlide {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	50% {
		opacity: 0.5;
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes oscillate {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
.line-1 {
	bottom: 10px;
	right: 40%;
	animation-delay: 0s, 0s;
}
.line-2 {
	top: 10%;
	right: 50%;
	animation-delay: 0.5s, 0.5s
}
.line-3 {
	bottom: 20px;
	left: 40%;
	animation-delay: 1s, 1s;
}
.line-4 {
	top: 18%;
	right: 42%;
	animation-delay: 1.5s, 1.5s;
}
.line-5 {
	top: 20%;
	right: 5%;
	transform: translateY(-50%);
	animation-delay: 2s, 2s;
}
.line-6 {
	top: 10%;
	right: 35%;
	transform: translateY(-50%);
	animation-delay: 2.5s, 2.5s;
}
.line-7 {
	top: 0;
	right: 27%;
	transform: translate(-50%, -50%);
	animation-delay: 3s, 3s;
}
.container {
	width: 90%;
	margin: 0px auto;
	position: relative;
	padding: 50px 0px;
}
.header-block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.header-block_txt {
	font-family: Tinos;
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 5%;;
	text-transform: uppercase;
	color: #3362AB;
}
.header-block_img {
	width: 80px;
	animation: rotate 10s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.swipe-line {
	width: 100%;
}
.mySwiper {
	padding: 50px 0px;
	height: min-content;
}
.mySwiper::after {
	position: absolute;
	content: '';
	right: 0;
	opacity: 0.5;
	height: 100%;
}
.why-cg-partners {
	position: relative;
}
.why-cg-partners__slide {
	height: 220px;
	padding: 10px 25px;
}
.why-cg-partners__title {
	font-family: Tinos;
    font-weight: 700;
    font-size: 30px;
    line-height: 142%;
    letter-spacing: 0px;
    padding: 20px 0px;
}
.why-cg-partners__icon {
	width: 40px;
}
.why-cg-partners p {
	font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
}
.why-cg-partners h3 {
	font-family: 'Tinos', serif; /* или ваш шрифт */
	font-size: 1.5rem;
	margin-bottom: 40px;
	color: #007BFF; /* при необходимости поменяйте цвет */
}

.benefits-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

.benefit {
	flex: 0 0 300px;
	text-align: left;
}

.benefit img {
	max-width: 50px;
	margin-bottom: 20px;
}

.benefit h4 {
	font-family: 'Tinos', serif; /* или ваш шрифт */
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.benefit p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
}
.boosting-mob {
	display: none;
}
.boosting {
	position: relative;
    background: linear-gradient(to bottom, #E1E4E6, #ffffffa3);
    z-index: 100;
    margin-top: -200px;
}
.boosting-wrap {
	padding: 50px 0px;
}
.boosting__row {
	display: flex;
}
.boosting__col img {
	width: 52px;
}
.boosting__title {
	font-family: Tinos;
	font-weight: 700;
	font-size: 30px;
	line-height: 142%;
	letter-spacing: 0px;

}
.boosting__description {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
}
.boosting__col {
	display: flex;
	flex-direction: column;
	gap: 15px;
	border-right: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	padding: 32px;
	width: 33%;
}
.boosting__col:last-child {
	border-right: none;
}
.boosting__col--green {
	background: linear-gradient(257.23deg, #118874 -11.43%, #076050 31.16%, #034339 92.41%);
	position: relative;
	color: #fff;
	padding: 20px 32px;
	overflow: hidden;
	width: 65.9%;
}
.boosting__title--white {
	color: #fff;
	max-width: 72%;
	padding-bottom: 30px;
}
.boosting-btn {
	position: relative;
	width: 240px;
	height: 48px;
	border-radius: 2px;
	overflow: hidden;
}

.boosting-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.boosting-btn:hover {
	background: linear-gradient(257.23deg, #11A38A -11.43%, #0C856F 31.16%, #045A4D 92.41%);
}
/* Псевдоэлемент с SVG-анимацией прорисовки рамки */
.boosting-btn::after, .submit-button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* SVG с анимацией прорисовки */
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='48'%3E%3Crect x='0.5' y='0.5' width='239' height='47' fill='none' stroke='%2328B199' stroke-width='1' stroke-dasharray='600' stroke-dashoffset='600'%3E%3Canimate attributeName='stroke-dashoffset' from='600' to='0' dur='2s' repeatCount='indefinite' /%3E%3C/rect%3E%3C/svg%3E") no-repeat center/cover;
	z-index: 1;
}

.boosting-svg {
	position: absolute;
	right: 0;
	top: 0;
}
svg path {
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
	animation: drawLine 4s linear infinite;
}

svg path:nth-child(1) { animation-delay: 0s; }
svg path:nth-child(2) { animation-delay: 0.2s; }
svg path:nth-child(3) { animation-delay: 0.4s; }
svg path:nth-child(4) { animation-delay: 0.6s; }
svg path:nth-child(5) { animation-delay: 0.8s; }
svg path:nth-child(6) { animation-delay: 1s; }
svg path:nth-child(7) { animation-delay: 1.2s; }
svg path:nth-child(8) { animation-delay: 1.4s; }
svg path:nth-child(9) { animation-delay: 1.6s; }
svg path:nth-child(10) { animation-delay: 1.8s; }

@keyframes drawLine {
	0% {
		stroke-dashoffset: 500;
	}
	50% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: 500;
	}
}

.header-block__column {
	flex-direction: column;
	gap: 24px;
}


.brands__description {
	font-weight: 400;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0px;

}
.brand-overlay {
  position: absolute;
background: linear-gradient(to bottom, #f3f4f5, #ffffff, #ffffff, #ffffff00);}
.brands__flex {
	display: flex;
	padding-bottom: 100px;
}
.brand__col {
	width: 50%;
}
.brands-country {
	width: 100%;
	padding-top: 30px;
}
.brand__col-desc {
	width: 100%;
	margin-top: -120px;
}
.brands {
background: linear-gradient(to bottom, #f3f4f5, #ffffff, #ffffff, #ffffff00);
    position: relative;
}

.comission {
	background: linear-gradient(0deg, #f4f6f6, transparent, #f5f6f600);
    /* padding-top: 150px; */
    position: relative;
    top: -150px;
}
.commission__wrapper {
	padding: 100px 0px 50px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.commission-icon-check {
	width: 36px;
}
.commission__wrap {
	font-family: Tinos;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	text-transform: uppercase;
	display: flex;
	gap: 16px;
}
.commission-perc {
	background: linear-gradient(257.23deg, #D8A654 -11.43%, #8A7148 31.16%, #504228 92.41%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.comission__row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 200px;
}
.commission__col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	width: 23%;
	padding: 0px 20px 20px;
}
.commission__col--border-top {
	border-top: 1px solid #ADADAD;
	padding: 30px 0px 0px!important;
	margin-bottom: 20px;
}
.commission__title {
	font-family: Tinos;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	text-transform: uppercase;
}
@keyframes lotusPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animation {
  animation: lotusPulse 6s ease-in-out infinite;
  transform-origin: center center;
  z-index: 199;
  position: relative;
}

.testimonials {
	background: linear-gradient(to bottom, #f4f5f5, #ffffffb5);
}
.mySwiperTestimonials {
	position: relative;
    overflow: hidden;
    padding: 50px 0px 0px;
    height: max-content;
}

.mySwiperTestimonials::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #f5f6f7c2;
	pointer-events: none;
	z-index: 1;
}
.form .container {
	padding: 0;
}
.brands .container {
	padding-bottom: 0;
}
.testimonial-card blockquote {
	font-family: Tinos;
	font-weight: 700;
	font-size: 30px;
	line-height: 142%;
	letter-spacing: 0px;
	padding: 25px 0px;
}
.testimonial-author {
	display: flex;
	gap: 40px;
}
.author-name {
	font-family: Tinos;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
	text-transform: capitalize;
}
.author-position {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
}
.custom-next {
    position: absolute;
    right: 60px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
    background: inherit;
    border: none;
}
.custom-next img {
	width: 100px;
}
.header-faq {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 98%;
}
.header-faq .header-block_txt {
	padding: 20px 0px;
}
.brand__col-town {
	margin-top: -400px;
	width: 100%;
}
.faq {
	margin-top: -150px;
	background: linear-gradient(to bottom, #f6f7f7, #e1e4e6c4);
}
.faq__col-header {
	width: 40%;
}
.faq__row {
	display: flex;
}
.faq-item {
	border-bottom: 1px solid #ADADAD;
	margin-bottom: 10px;
}
.faq-item:last-child {
	border-bottom: none;
}
.form {
	background: linear-gradient(to bottom, #e1e4e6, #e1e4e6c4);
}
.form-title {
	font-family: Tinos;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
}
.form__col img {
	width: 100%;
	height: -webkit-fill-available;
}
.form__col--img {
	width: 40%;
}
.form__col--green {
	padding: 40px;
	flex: 1;
	background: linear-gradient(257.23deg, #118874 -11.43%, #076050 31.16%, #034339 92.41%);
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: center;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: none;
	border: none;
	padding: 15px 0;
	cursor: pointer;
	font-family: Tinos;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: inherit;
	text-align: left;

}
.faq-icon {
	display: flex;
	width: 24px;
	text-align: center;
	font-size: 24px;
	line-height: 1;
	transition: all 0.3s ease;
	background: #0B6D5C;
	border-radius: 50%;
	color: #e1e4e6;
	font-weight: 550;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
}
.faq-item.open .faq-icon {
	transform: rotate(180deg);
	background: #28B199;
}
.form__row {
	display: flex;
}
.contact-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.form-group {
	width: 45%;
}
.form-group__textearea {
	width: 100%;
}
.form-group label {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 8px 0px;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	background: inherit;
	border: none;
	border-bottom: 1px solid #28B199;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #28B199;
}
.form-footer {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.submit-button {
	border: none;
	background: inherit;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	width: 240px;
	height: 48px;
	gap: 4px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: uppercase;
	position: relative;

}
.social-icons .icon img {
  animation: pulse 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.85; }
}

.social-icons a {
	text-decoration: none;
}
.social-icons img {
	width: 48px;
}
footer {
	background: linear-gradient(to bottom, #e1e4e6, #ffffff);
}
.footer__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #ADADAD;
}
.footer__col {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 33%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-right: 1px solid #ADADAD;
	padding: 0px 32px 0px;
	height: 290px;
}
.footer__col:last-child {
	border-right: none;
}
.footer-logo {
	width: 173px;
	padding: 5px 0px;
}
.footer-title {
	font-family: Tinos;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
	text-transform: capitalize;
}
.footer-item {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
    color: #3A4350;
    text-decoration: none;
}
.footer-item img {
	width: 18px;
}
.footer-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-item a {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
	color: #3A4350;
	text-decoration: none;
}
.footer-copyright {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1%;
	text-align: left;
	color: #ADADAD;
	padding-top: 50px;
}
footer .container {
	padding-bottom: 20px;
}
.block-animate {
	background-image: url(../images/animate-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    margin-top: -100px;
}
.block-animate img {
	
	
}
.bl1 {
	position: absolute;
	z-index: 99;
	height: 300px;
	width: 100%;
}
.bl2 {
	position: absolute;
	width: 100%;
	left: 0;
	height: 500px;
	bottom: 0;
	width: 100%;
}
.line-11 {
	left: 20%;
}
.line-12 {
	left: 10%;
	bottom: 0;
}
.line-8 {
	opacity: 1;
    right: 5%;
    top: 0;
    z-index: 100;
    animation: oscillate 2s ease-in-out infinite 1.5s;
    width: 180px;
}
.line-9 {
	opacity: 1;
	width: 300px;
	right: 15%;
	top: 10%;
	z-index: 100;
	animation: oscillate 4s ease-in-out infinite 1.5s;
}
.line-10 {
	opacity: 1;
	right: 40%;
	top: 20%;
	z-index: 100;
	animation: oscillate 3s ease-in-out infinite 1.5s;
}
.social-icons {
	padding-top: 20px;
}
.commission-m, .header-block-m,
.brand__col-town-m {
	display: none;
}
/* Global Reset and Base Styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Hanken Grotesk", sans-serif;
	background: #E1E4E6;
	color: #3A4350;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}
header h1 {
	font-size: 1.75rem;
}
.menu-item a {
	font-size: 15px;
}
.hero__title-main {
	font-size: 46px;
}
.hero__title {
	font-size: 44px;
}
.hero__subtitle {
	font-size: 26px;
	line-height: 36px;
}
.hero__description {
	font-size: 18px;
}
.hero__btn a {
	font-size: 10px;
	line-height: 12px;
}
.header-block_txt {
	font-size: 10px;
}
.why-cg-partners__title {
	font-size: 26px;
}
.why-cg-partners p {
	font-size: 14px;
}
.why-cg-partners h3 {
	font-size: 1.25rem;
}
.benefit h4 {
	font-size: 1rem;
}
.benefit p {
	font-size: 12px;
}
.boosting__title {
	font-size: 26px;
}
.boosting__description {
	font-size: 14px;
}
.boosting-btn a {
	font-size: 10px;
	line-height: 12px;
}
.brands__description {
	font-size: 20px;
}
.commission__wrap {
	font-size: 28px;
	line-height: 36px;
}
.commission__title {
	font-size: 28px;
	line-height: 36px;
}
.testimonial-card blockquote {
	font-size: 20px;
}
.author-name {
	font-size: 20px;
}
.author-position {
	font-size: 12px;
}
.form-title {
	font-size: 46px;
	line-height: 56px;
}
.faq-question {
	font-size: 20px;
}
.faq-answer {
	font-size: 14px;
}
.form-group label {
	font-size: 12px;
}
.form-group input,
.form-group textarea {
	font-size: 14px;
}
.submit-button {
	font-size: 10px;
	line-height: 12px;
}
.footer-title {
	font-size: 20px;
}
.footer-item,
.footer-item a {
	font-size: 14px;
}
.footer-copyright {
	font-size: 12px;
}
.slide-progress {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
    }

    .square {
      width: 14px;
      height: 14px;
      background: #0a6051;
      border-radius: 3px;
    }

    .progress-bar {
      flex: 1;
      height: 3px;
      background-color: #ccc;
      overflow: hidden;
      border-radius: 3px;
    }

    .progress-fill {
      height: 100%;
      width: 0%;
      background-color: #0a6051;
      transition: none;
    }
.custom-next {
      display: block;
  }
  /* колонка справа */
.hero__column--right{
  position: relative;
  padding-left: 20px;
  isolation: isolate;           /* чтобы слои не протекали */
}

/* базовая картинка + второй слой через ::after */
.hero__img-link{
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 100%;  
}
.hero__img-link::after{
  content: "";
  position: absolute;
  inset: -6% -10% -8% -10%;
  background: center / contain no-repeat url("images/hero-vector-after.png");
  pointer-events: none;
  z-index: -1; 
                
}

.hero__image{
  display: block;
  max-width: 100%;
  height: auto;
}

.hero__logo{
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.10);
}
.hero__logo img{
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.hero__city{
  margin: 0;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 135%;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color: #fff;
}

.hero__dates{
font-weight: 400;
font-size: 18px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color: #fff;
}

/* кнопка — можно убрать, если у вас уже есть .hero__btn */
.hero__btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 48px;
  padding: 4px;
  gap: 4px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
	color: rgba(51, 98, 171, 1);
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.hero__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
}

@media (max-width: 640px){
  .hero__image{ width: min(380px, 82vw); }
  .hero__img-link::after{ inset: -8% -12% -10% -12%; }
  .hero__logo{ width: 60px; height: 60px; }
  .hero__logo img{ width: 36px; height: 36px; }
  .hero__btn{ width: 210px; height: 44px; }
}

.hero__info {
	height: 650px;
  position: relative;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  text-align: center;
  background: center / contain no-repeat url("../images/hero-vector.png");
}
.hero__info hr {
	height: 0.5px;
	background: #fff;
	width: 100px;
}
