.section-header{
	display: none;
}

.page-template-survey .container{
	max-width: 1380px;
}


#main {
	padding-top: 0 !important;
}

.hero-survey{
	background: linear-gradient(90deg, #FFFFFF 50%, #F1F4FF 50%);
	padding: 100px 0 70px;
}

.hero-wrap{
	display: flex;
}

.hero-survey .left-part{
	width: 50%;
	padding-right: 10%;
}

.hero-survey .right-part{
	width: 50%;
	padding-left: 7%;
}

.hero-survey .owl-stage{
	display: flex;
	align-items: center;
}

.hero-survey h1{
	font-size: 52px;
	font-weight: 600;
	font-family: Fira Sans;
	margin-top: 0;
	margin-bottom: 20px;
}

.hero-survey h1 span{
	color: #2916FC;
}

.hero-pre-title{
	margin-top: 90px;
	font-size: 18px;
	color: #0F0F37;
	display: flex;
	align-items: center	;
	font-family: Fira Mono;
	margin-bottom: 10px;
}

.hero-desc{
	margin-bottom: 30px;
}

.blue-button{
	padding: 15px 40px;
	background-color: #2916FC;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #2916FC;
}

.blue-button:hover{
	background-color: transparent;
	color: #2916FC;
}

.white-button{
	padding: 15px 40px;
	background-color: transparent;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #fff;
}

.white-button:hover{
	border: 1px solid #2916FC;
	color: #2916FC;
}

.hero-pre-title svg{
	margin-right: 5px;
}

.carousel-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.main-carousel .item {
	padding: 30px;
}

.report-card {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
	border-radius: 8px;
	position: relative;
}

.report-card:hover {
	transform: scale(1.02);
}

.report-card img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.thumbnails {
	margin-top: 30px;
	width: 80% !important;
	margin: 0 auto;
}

.thumbnails .owl-stage{
	align-items: stretch;
}

.thumb-item {
	cursor: pointer;
	border: 1px solid #BDCFF5;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	padding: 6px;
	opacity: 0.8;
}

.thumb-item.active-thumb{
	background-color: #FFFFFF;
	border-color: #4169e1;
	opacity: 1;
}

.thumb-item img {
	width: 100%;
	border-radius: 8px;
	height: auto;
}

/* Стилі для останнього слайда з заблюреним елементом */
.blur-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	z-index: 10;
	backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
	box-shadow: 22px 19px 46.1px 0px #2916FC26;
	border: 6px solid #FFFFFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
}

.blur-overlay h2 {
	margin-bottom: 25px;
	text-align: center;
	font-family: Fira Sans;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
}

.carousel-container .main-carousel{
	position: unset;
}

/* .main-carousel .owl-nav {
	position: absolute;
	bottom: 0;
	right: -50px;
	width: 35px;
	height: 15px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	transition: all 0.3s ease;
	gap: 18px;
}

.main-carousel .nav-arrow {
	transition: all 0.3s ease;
}

.main-carousel .owl-prev .nav-arrow {
	transform: rotate(180deg);
}

.main-carousel .owl-nav button .nav-arrow {
	fill: #12123E;
}

.main-carousel .owl-nav .owl-prev:focus, .main-carousel .owl-nav .owl-next:focus{
	outline: none;
}

.main-carousel .owl-nav .owl-prev.disabled .nav-arrow path, .main-carousel .owl-nav .owl-next.disabled .nav-arrow path {
	fill: #BDCFF5;
} */


.percentage-section {
	background-color: #12123E;
	color: white;
	padding: 120px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.section-title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px;
	font-weight: bold;
}

.percentage-bars {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 80px;
	min-height: 430px;
	margin-bottom: 40px;
}

.bar-container:hover{
	cursor: pointer;
}

.bar-container:hover .bar{
	background-color: #2916FC;
}

.bar-container:hover .bar-label{
	background-color: #2916FC;
	color: #fff;
	transform: scale(1.2);
}

.bar-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 130px;
}

.percentage-value {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}

.bar {
	width: 100%;
	border-radius: 30px;
	background-color: #2916FC;
	position: relative;
	transition: height 1s ease-out, background-color 0.3s ease;
	height: 0;
	transform: translateY(100%);
	opacity: 0;
	max-width: 100px;
}

.bar::after {
	content: "";
	height: 50px;
	width: 0;
	border-right: 1px dashed white;
	position: absolute;
	bottom: -50px;
	z-index: -1;
	left: 50%;
	transform: translate(-50%, 0);
}

.percentage-double .bar::after{
	display: none;
}

.bar.animated {
	transform: translateY(0);
	opacity: 1;
}

.bar-label {
	margin-top: 40px;
	background-color: white;
	color: #0F0A2A;
	padding: 8px 10px;
	border-radius: 30px;
	font-family: Fira Mono;
	font-size: 14px;
	max-width: 100%;
	text-align: center;
	line-height: 1.1;
	transition: all 0.3s ease;
}

.percentage-under{
	display: flex;
	width: 100%;
	padding-top: 40px;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #464676;
}

.percentage-under p{
	max-width: 900px;
	margin-bottom: 0;
	letter-spacing: normal;
}

.section-top{
	text-align: center;
}

.section-title{
 font-size: 18px;
 font-family: Fira Mono;
 font-weight: 400;
 display: inline-block;
 margin: 0 auto;
 margin-bottom: 30px;
}

.section-subtitle{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}

.section-title span{
	color:  #0F0F37;
	background-color: #16FCB7;
 }


.percentage-section.double .percentage-bars{
	position: relative;
}
.percentage-section.double .bar-container{
	width: 200px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}

 .percentage-double{
	width: 50%;
}

.percentage-section.double .percentage-double.second .bar{
	border-top-left-radius: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 0;
	background-color: #FF339C;
}

.percentage-section.double .percentage-double.first .bar{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 30px;
	background-color: #282860;
}

.bar-container:first-child .percentage-double.first .bar, .bar-container:nth-child(2) .percentage-double.first .bar{
	border-top-left-radius: 30px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 30px;
}

.bar-container:first-child .percentage-double.second .bar, .bar-container:nth-child(2) .percentage-double.second .bar{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 0;
}

.percentage-section.double .bar-container:hover .bar-label{
	background-color: #FF339C;
}

.percentage-legend{
	position: absolute;
	right: 0;
	top: 0;
}

.percentage-legend-item{
	display: flex;
	gap: 20px;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.percentage-legend-item .color{
	width: 34px;
	height: 17px;
	border-radius: 8.5px;
	background-color: #1B1B4B;
}

.percentage-legend-item:first-child .color{
	background-color: #FF0E89;
}

.experts{
	padding: 36px 0;
	background-color: #F1F4FF;
	background-image: url(../img/get_bg.svg);
	background-position: bottom 0 right 45px;
	background-repeat: no-repeat;
}

.experts-wrap{
	display: flex;
	align-items: center;
}

.experts-text{
	width: 40%;
}

.experts-text .title{
	font-family: Fira Mono;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.experts-text .subtitle{
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: -3px;
}

.expert-person{
	display: flex;
	align-items: center;
	position: absolute;
}

.expert-button{
	text-align: right;
}

.expert-person:first-child{
	top: 35px;
	left: 0;
}

.expert-person:nth-child(2){
	bottom: 0;
	left: 35%;
}

.expert-person:last-child{
	top: 0;
	right: 0;
}

.expert-person img{
	width: 100px;
	z-index: 2;
}

.expert-person .person-text{
	max-width: 156px;
	background-color: #fff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 12px 20px ;
	margin-left: -10px;
}

.expert-person .person-text span{
	display: block;
	line-height: 1.1;
}

.expert-person .person-text .name{
	font-size: 14px;
	font-weight: 600;
}

.expert-person .person-text .position{
	font-size: 12px;
}

.expert-person-wrap{
	width: 40%;
	position: relative;
	min-height: 230px;
}

.expert-button{
	width: 20%;
}

/* POPUP */
.form_popup_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: rgba(0, 13, 51, 0.9);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.6s ease, opacity 0.6s ease;
	z-index: 9999;
	padding: 25px;
}

.form_popup_wrapper .button_popup_content{
	text-align: left;
	width: 82%;
}


.form_popup_wrapper h2{
	font-size: 60px;
	font-weight: 700;
	line-height: 61px;
	font-family: Fira Sans;
	color: #fff;
	margin-bottom: 60px;
}

.form_popup_wrapper h2 span{
	font-weight: 400;
}

.form_popup_wrapper img{
	width: 500px;
}

.form_popup_wrapper .bg_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.form_popup_wrapper.showButton {
	display: flex;
	opacity: 1;
	visibility: visible;
	transition: visibility 0.6s ease, opacity 0.6s ease;
}

.button_popup_content .hbspt-form{
	max-width: 400px;
	margin: 0 auto;
}

.button_popup_content .hbspt-form .hs-submit{
	margin-top: 20px;
}

.button_popup_content .hbspt-form fieldset.form-columns-2 .hs-form-field{
	float: unset;
	width: unset;
}

.button_popup_content .hbspt-form .hs-input{
	background-color: #3c3c69;
	color: #fff;
	border: 1px solid transparent;
}

.button_popup_content .hbspt-form .hs-input::placeholder{
  color: #fff;
}

.button_popup_content .hbspt-form .hs_email > label{
	display: none;
}

.button_popup_content .hbspt-form .form-columns-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  column-gap: 16px;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin:0 0 20px 0;
  padding: 0;
}
.button_popup_content .hbspt-form .form-columns-2 .hs-form-field{
  width: 100%;
  float: none;
}
.hbspt-form .form-columns-2 .hs-form-field > label{
  display: none;
}

.button_popup_content .hs-form-field{
	margin-bottom: 0;
}

.hbspt-form fieldset{
  width: 100%;
  max-width: 100%;
}

.button_popup_content .hbspt-form .form-columns-1:has(.hs_email){
	width: 100%;
	display: block;
}

.button_popup_content .hbspt-form .hs-submit .actions [type="submit"]{
  margin: 0 auto;
  display: block;
  padding: 16px 35px;
	width: 100%;
	padding-left: 55px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: var(--font-family-primary);
  color: var(--color-v2-darkblue3);
  background: #16FCB7;
  border-radius: 8px;
  transition: .3s linear;
	border: unset;
}

.hbspt-form input[type="email"], .hbspt-form textarea, .hbspt-form input[type="text"]{
	font-size: 14px;
	padding: 16px 18px;
	background-color: #fff;
	border: none;
	border-radius: 8px;
}

.hbspt-form input[type="email"]::placeholder, .hbspt-form input[type="text"]::placeholder{
	font-size: 14px;
	color: #A6BAE2;
}

.button_popup_content .hs-richtext, .button_popup_content .hs_recaptcha{
	display: none;
}

.hbspt-form .input:not(:has(ul[role="checkbox"])) .hs-input{
	width: 100% !important;
}

.hbspt-form .hs-error-msgs{
	color: red;
	font-size: 10px;
	padding-left: 15px;
}

.button_popup_content .hbspt-form .hs-input.error{
  border-color: #FF0E89;
  color: #FF0E89;
}

.button_popup_content .hbspt-form .submitted-message{
	border-color: #FF0E89;
	color: #FF0E89;
}
.button_popup_content .hbspt-form .submitted-message{
	display: none;
}


.form_popup_wrapper .inner_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100vh;
	max-height: 600px;
	max-width: 1100px;
	background: #12123E;
	padding: 100px 65px;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.form_popup_wrapper .inner_wrapper .close_popup {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 99;
}
.form_popup_wrapper .inner_wrapper .close_popup img {
	width: 14px;
	height: 14px;
}

@media (max-width: 1200px) {
	.experts-wrap{
		flex-wrap: wrap;
	}

	.experts-text{
		width: 100%;
	}

	.expert-person-wrap{
		width: 100%;
		margin: 40px 0;
	}

	.expert-button{
		width: 100%;
		text-align: left;
	}

	.percentage-under p {
		max-width: 600px;
	}
	.hero-wrap{
		align-items: center;
	}

}

@media (max-width: 992px) {

	.expert-person .person-text{
		text-align: left;
	}

	.expert-person:first-child{
		padding-left: 20px;
	}

	.expert-person:nth-child(2){
		padding-left: 80px;
	}

	.experts{
		padding: 60px 0;
		background-position: bottom 0 left 45px;
	}

	.experts-text .title{
		font-size: 14px;
	}
	.percentage-section .percentage-bars{
		position: relative;
	}
	.percentage-legend{
		left: 0;
		top: 30px;
	}
	.hero-desc{
		margin-bottom: 0;
	}
	.form_popup_wrapper h2{
		font-size: 38px;
		line-height: 42px;
		margin-bottom: 26px;
	}

	.form_popup_wrapper h2 span{
		display: block;
		margin-top: 10px;
		font-size: 22px;
	}

	.hs_submit .actions{
		text-align: center;
	}

	.hbspt-form .form-columns-1:has(.hs_email){
		width: 100%;
	}

	form .hs_email{
		width: 100%;
	}
	
	form .hs_submit{
		width: 100%;
	} 

	.form_popup_wrapper .button_popup_content{
		width: 100%;
	}

	.form_popup_wrapper .inner_wrapper{
		padding: 100px 40px;
	}

	
	.hero-wrap{
		flex-wrap: wrap;
	}

	.hero-survey .left-part{
		width: 100%;
		padding-right: 0;
	}
	.hero-survey .right-part{
		width: 100%;
		padding-left: 0;
		margin-top: 0px;
	}

	.hero-survey{
		background: #fff;
		padding: 40px 0 70px;
	}

	.hero-pre-title{
		margin-top: 45px;
		font-size: 16px;
	}

	.percentage-section{
		padding: 70px 0;
	}

	.section-subtitle{
		font-size: 32px;
	}

	.section-subtitle br{
		display: none;
	}

	.main-carousel .owl-nav{
		display: none !important;
	}

	.carousel-container{
		margin-bottom: 40px;
	}

	.thumbnails{
		width: 95% !important;
	}

	.section-top{
		text-align: left;
	}

	.section-title span{
		font-size: 16px;
		margin-bottom: 20px;
	}

	.percentage-under{
		flex-wrap: wrap;
		padding-top: 30px;
	}

	.percentage-under p{
		width: 100%;
		max-width: unset;
		margin-bottom: 20px;
	}

	.percentage-under p br{
		display: none;
	}

	.hero-survey h1{
		font-size: 40px;
	}

	.percentage-section.double{
		display: none;
	}

	.percentage-section.double .percentage-bars{
		padding-top: 80px;
		margin-top: 20px;
	}

	.percentage-bars{
		padding-top: 20px;
		gap: 7%;
		justify-content: space-around;
		min-height: 250px;
		padding-bottom: 60px;
	}

	.bar-container{
		width: 36px;
		padding-bottom: 0;
	}

	.percentage-value{
		font-size: 16px;
		margin-bottom: 0px;
	}

	.bar-container:nth-child(2n) .bar-label{
		bottom: -63px;
	}

	.bar-container:nth-child(2n - 1) .bar-label{
		bottom: -32px;
	}

	.bar-container:nth-child(2n - 1) .bar::after{
		height: 27px;
		bottom: -27px;
	}

	.bar-container:nth-child(2n - 1) .bar::after{
		height: 27px;
		bottom: -27px;
	}

	.percentage-section.first .bar-container:nth-child(3) .bar-label, .percentage-section.second .bar-container:nth-child(1) .bar-label{
		bottom: -43px;
	}



	.bar-label{
		position: absolute;
		width: 170%;
		margin-top: 0;
		max-width: unset;
		font-size: 10px;
		padding: 2px 6px;
	}

	.bar{
		border-radius: 8px;
	}

	.experts-text .subtitle{
		font-size: 40px;
	}
	.expert-person{
		position: unset;
		margin-bottom: 20px;
	}

	.expert-person:last-child{
		margin-bottom: 0;
	}

	.expert-person-wrap{
		text-align: center;
		padding-left: 20px;
	}
}