@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Thin.woff2) format("woff2")
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Light.woff2) format("woff2")
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2")
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2")
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2")
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/Roboto/Roboto-Black.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-light.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-regular.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-medium.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-bold.woff2) format("woff2")
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/Rubik/rubik-black.woff2) format("woff2")
}

.container {
	max-width: 1280px !important;
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.container-slim {
		max-width: 900px !important;
		padding-left: 30px;
		padding-right: 30px;
	}
}

:root {
	--blue: #4E82FE;
	--alfa-blue: #F0F8FF;
	--color-555: #555;
	--color-464646: #464646;
	--color-eeeeee: #eeeeee;
	--color-b9b7dc: #b9b7dc;
	--color-333333: #333333;
	--color-d2c8f9: #d2c8f9;
	--color-676767: #676767;
	--color-999999: #999999;
	--color-f9f9f9: #F9F9F9;
	--color-292929: #292929;
	--alfa-black: rgba(0, 0, 0, 0.6);
	--ff-tubik: Rubik, sans-serif;
	--fs-12: 12px;
	--fs-13: 13px;
	--fs-14: 14px;
	--fs-15: 15px;
	--fs-16: 16px;
	--fs-17: 17px;
	--fs-18: 18px;
	--fs-20: 20px;
	--fs-21: 21px;
	--fs-22: 22px;
	--fs-23: 23px;
	--fs-24: 24px;
	--fs-26: 26px;
	--fs-28: 28px;
	--fs-30: 30px;
	--fs-32: 32px;
	--fs-36: 36px;
	--fs-38: 38px;
	--fs-46: 46px;
}

#credential_picker_container{
	/*display: none !important;
	visibility: hidden !important;*/
	opacity: 0 !important;
	z-index: 10001 !important;
	transition: opacity .3s;
	right: 5px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Rubik, sans-serif;
}

.ff-rubik {
	font-family: Rubik, sans-serif !important;
}

.text-blue {
	color: var(--blue) !important;
}

.text-alpha-black {
	color: var(--alfa-black) !important;
}

.text-55 {
	color: var(--color-555);
}

.text-46 {
	color: var(--color-464646);
}

.text-ee {
	color: var(--color-eeeeee);
}

.text-b9 {
	color: var(--color-b9b7dc);
}

.text-33 {
	color: var(--color-333333);
}

.text-d2 {
	color: var(--color-d2c8f9);
}

.text-67 {
	color: var(--color-676767);
}

.text-99 {
	color: var(--color-999999) !important;
}

.text-29 {
	color: var(--color-292929);
}

.text-justify {
	text-align: justify;
}

@media (max-width: 768px) {
	.w-md-100 {
		width: 100%
	}
}

.cursor-pointer {
	cursor: pointer;
}

.bg-blue {
	background-color: var(--blue);
}

.bg-alpha-blue {
	background-color: var(--alfa-blue) !important;
}

.bg-fafafa {
	background-color: #fafafa;
}

.bg-f2f2f2 {
	background-color: #f2f2f2;
}

.bg-f9 {
	background-color: var(--color-f9f9f9) !important;
}

.ib-fs-12 {
	font-size: var(--fs-12);
}

.ib-fs-13 {
	font-size: var(--fs-13);
}

.ib-fs-14 {
	font-size: var(--fs-14);
}

.ib-fs-15 {
	font-size: var(--fs-15);
}

.ib-fs-16 {
	font-size: var(--fs-16);
}

.ib-fs-17 {
	font-size: var(--fs-17);
}

.ib-fs-18 {
	font-size: var(--fs-18);
}

.ib-fs-20 {
	font-size: var(--fs-20);
}

.ib-fs-21 {
	font-size: var(--fs-21) !important;
}

.ib-fs-22 {
	font-size: var(--fs-22) !important;
}

.ib-fs-23 {
	font-size: var(--fs-23);
}

.ib-fs-24 {
	font-size: var(--fs-24) !important;
}

.ib-fs-26 {
	font-size: var(--fs-26);
}

.ib-fs-28 {
	font-size: var(--fs-28);
}

.ib-fs-30 {
	font-size: var(--fs-30);
}
.ib-fs-32 {
	font-size: var(--fs-32);
}

.ib-fs-36 {
	font-size: var(--fs-36);
}

.ib-fs-46 {
	font-size: var(--fs-46) !important;
}

.old-blue-btn {
	color: white;
	background-color: var(--blue);;
	border-color: var(--blue);
}

.old-blue-btn:hover {
	color: white !important;
	background-color: #3570FC !important;
	border-color: #3570FC !important;
}

.old-blue-btn.home:hover {
	background-color: #3c69d6 !important;
	border-color: #3c69d6 !important;
}

.old-white-btn {
	color: var(--blue);
	border-color: var(--blue);
}

.old-white-btn:hover,
.old-white-btn.active {
	color: white;
	background-color: var(--blue);
	border-color: var(--blue);
}

.bg-hover-blue:hover {
	background-color: #3570FC !important;
}

a {
	text-decoration: none !important;
}

body {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	color: #000000;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

header {
	z-index: 10001 !important;
}

header .navbar {
	padding-top: 12px;
	padding-bottom: 12px;
}

header .navbar-brand {
	font-weight: 700;
	font-size: var(--fs-24)
}

header .navbar-brand span {
	color: #272831;
}

header .navbar-brand:focus,
header .navbar-brand:hover {
	color: white;
}

header .nav-link {
	color: rgba(255, 255, 255, .4);
}

header .nav-link:hover,
header .nav-link:focus,
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
	color: white;
}

header .nav-link:focus-visible {
	box-shadow: none;
}

header .navbar .dropdown-menu.show {
	margin-top: 0;
}

@media (min-width: 992px) {
	header .navbar .dropdown:hover .dropdown-menu {
		display: block;
	}
}

header .navbar .dropdown-menu .dropdown-item {
	color: rgba(0, 0, 0, .6);
	font-family: Roboto, sans-serif;
	font-size: 15px;
	white-space: nowrap;
	margin-left: -10px;
}

header .navbar .dropdown-menu .dropdown-item:focus,
header .navbar .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
	color: #6596FF;
}

header .navbar .dropdown-menu .multi-column-dropdown .dropdown-item {
	white-space: normal;
}

header .navbar .dropdown-menu li::marker {
	color: rgba(0, 0, 0, .6);
}

header .navbar .dropdown-menu .multi-column-dropdown {
	padding-left: 0;
}

header .navbar .header__btns .nav-link:nth-child(1) {
	padding: 5px 25px;
	border: 2px solid rgba(255, 255, 255, .2);
}

@media (max-width: 1200px) {
	header .navbar .header__btns .nav-link:nth-child(1) {
		padding: 5px 10px;
	}
}

header .navbar .header__btns .nav-link:nth-child(1):hover {
	color: white;
	background-color: transparent;
	border-color: rgba(255, 255, 255, .8);
}

header .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header .mob-menu .nav-link {
	color: #999;
	font-size: 22px;
}

header .mob-menu .nav-link.active {
	color: var(--blue);
}

header .mob-menu .go-to-platform .nav-link {
	font-size: 15px;
	width: max-content;
}

header .mob-menu .offcanvas {
	max-width: 300px;
}

header .mob-menu .offcanvas-header .btn-close {
	background: var(--blue) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAABUElEQVR4nO2aQVIDIRBF2eqx1FMl7lI1m5zCmCuYg+RAPgvDIlZpgJkmI/R/69R8/ofuzAAhCCGEEEIIIYQQVQCPwCtwAt6B59AY4CVpRc0t8NBa85b5Mz/5BHahEfHZSeOa8yohcJn5v5ga6E039LbWelnSEuQeIWTMR05WWsWkOsyxN1r2Od6W6lQTG94v9Wi6EgpmnjSGp7AGlM3OrBAKzdOy6VqHsF/zmU3BcMDdmbcceLfmLQx0b36JkWHMz+jgU81vQ09QPqvjzHyjEPo0bxRC3+YXhjCG+ZkhjGU+eA8AzyWA5yaI579BPL8IUfFuP+J3wK7W0DAh4PlzGM8bInjeEsPzpiiet8W5nNL6PRgBjv/oaOxg46oCHY7yfTnBfNnPLIeNtV6WeCnB9QWJqxDiSviIdXiPZpROpQ9Jc7OaeSGEEEIIIYQQoV++AK+JIVq/iweNAAAAAElFTkSuQmCC') center/30px auto no-repeat;
	opacity: 1;
}

header .mob-menu .offcanvas-header .btn-close:focus-visible {
	outline: none;
}

header .navbar .lang-switcher-pc {
	right: -20px;
}

@media (max-width: 1300px) {
	header .navbar .lang-switcher-pc {
		right: 0;
	}
}

header .navbar .lang-switcher-pc .btn {
	border: none;
	opacity: .4;
	padding-left: 0;
}

header .navbar .lang-switcher-pc .btn:after {
	content: none;
}

header .navbar .lang-switcher-pc .btn.show,
header .navbar .lang-switcher-pc .btn:active {
	border: none;
}

header .navbar .lang-switcher-pc .btn span {
	margin-right: 8px;
}

header .navbar .lang-switcher-pc .btn img {
	width: 12px;
}

header .navbar .lang-switcher-pc:hover .btn {
	opacity: 1;
}

header .navbar .lang-switcher-pc .dropdown-menu {
	width: max-content;
	min-width: max-content;
	border: none;
}

header .navbar .lang-switcher-pc .dropdown-menu .dropdown-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
}

header .navbar .lang-switcher-mobile .btn {
	padding-left: 0;
	padding-bottom: 0;
	font-weight: 500;
	font-size: var(--fs-22);
	text-transform: uppercase;
	border: none;
}

header .navbar .lang-switcher-mobile .btn:after {
	content: none;
}

header .navbar .lang-switcher-mobile .btn.show,
header .navbar .lang-switcher-mobile .btn:active {
	border: none;
}

header .navbar .lang-switcher-mobile .btn span {
	margin-right: 20px;
}

header .navbar .lang-switcher-mobile .btn img {
	width: 15px;
	filter: grayscale(1);
	transform: scale(1, -1);
}

header .navbar .lang-switcher-mobile .dropdown-menu {
	border: none;
	text-transform: uppercase;
	padding-top: 0;
}

header .navbar .lang-switcher-mobile .dropdown-menu .dropdown-item {
	padding-left: 0;
	margin-left: 0;
}

footer .address,
footer .nav .nav-item .nav-link {
	color: rgba(0, 0, 0, .6);
}

footer .address .partner{
	background-color: #E1E1E1;
}

footer .nav .nav-item .nav-link:hover {
	color: #6596FF;
}

footer .social a svg path {
	fill: #E1E1E1;
}

footer .social a:hover svg path {
	transition: .3s;
	fill: #6596FF;
}

.page__main .page__title {
	padding-left: 25px;
}

.cookie__block {
	max-width: 512px;
}

.cookie__block .cookie__desc {
	color: #666;
	font-family: Roboto, sans-serif;
	font-size: 15px;
}

.cookie__block .cookies__btns .btn {
	font-size: 13px;
}

@media (max-width: 576px) {
	.cookie__block .cookies__btns #accept-essential-cookies {
		margin-bottom: 10px;
	}
}

.cookie_block_header p {
	font-size: 13px;
	color: rgba(255, 255, 255, .4);
}

.cookie_block_header p a {
	color: var(--blue);
}

#accept-essential-cookies .btn {
	background-color: white;
}

#accept-essential-cookies .btn:hover {
	background-color: #e1e1e1;
}

.cookie_block_header .btn {
	font-size: 13px;
}

.search {
	background-color: #272831;
	padding-top: 15px;
	padding-bottom: 15px;
}

#fs_product:focus,
#fs_product:focus-visible,
#fs_region:focus,
#fs_region:focus-visible {
	border: 1px solid white;
	outline: none;
	box-shadow: none;
}

#fs_product.active,
#fs_region.active {
	border-radius: 5px 5px 0 0 !important;
	border: 1px solid white !important;;
}

.search .products__list,
.search .regions__list {
	display: none;
	left: 0;
	border-right: 1px solid rgba(78, 130, 254, 0.24);
	border-bottom: 1px solid rgba(78, 130, 254, 0.24);
	border-left: 1px solid rgba(78, 130, 254, 0.24);
	border-radius: 0 0 5px 5px;;
}

.search .products__list.show,
.search .regions__list.show {
	display: block;
}

.search .products__list .products__list__inner,
.search .regions__list .regions__list__inner {
	scroll-behavior: smooth;
	background: white;
	padding: 10px;
	overflow: hidden scroll;
	height: 300px;
}

.search .products__list .products__list__inner::-webkit-scrollbar,
.search .regions__list .regions__list__inner::-webkit-scrollbar {
	width: 5px;
	background-color: #f9f9fd;
	border-radius: 5px;
}

.search .products__list .products__list__inner::-webkit-scrollbar-thumb,
.search .regions__list .regions__list__inner::-webkit-scrollbar-thumb {
	background-color: #3570FC;
	border-radius: 5px;
}

.search .products__list .products__list__inner ul .products__list__item:hover,
.search .regions__list .regions__list__inner ul .regions__list__item:hover {
	color: var(--blue);
	cursor: pointer;
}

.search .load-regions {
	display: none;
}

#fs_region:disabled + .load-regions {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 6px;
}

#fs_submit {
	padding: 5px 40px;
}

#blog-list .blog-item:hover {
	box-shadow: 2px 2px 8px 2px rgba(163, 188, 211, 0.5);
	transition: 0.3s;
}

#blog-list .card .defected {
	position: absolute;
	display: block;
	background-color: blue;
	border-radius: 5%;
	width: max-content;
	height: 25px;
	padding: 0 5px;
	top: 5px;
	right: 5px;
	z-index: 1;
	color: white;
}

#blog-list .card.defected .card-title {
	color: #cc00ff !important;
}

#blog-list .card.non-active .card-title {
	color: red !important;
}

#blog-list .card .card-img-top {
	height: 180px;
}

#blog-list .card .card-text {
	height: 80px;
	line-height: 1.33333;
}

#blog-list .blog_show_more:focus,
#blog-list .blog_show_more:active,
#blog-list .blog_show_more:focus-visible,
#blog-list .blog_show_more:hover {
	background-color: transparent;
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid var(--blue);
	color: var(--blue);
}

.border-my-price-color {
	border-color: #EDF6FF !important;
}

.report_date {
	width: max-content;
	color: var(--alfa-black);
}

.single_report .text-secondary.small,
.single_report_subs .text-secondary.small {
	font-size: 12px;
}

.single_report .btn,
.single_report_subs .btn {
	width: max-content;
}

#choose-country .modal-body p {
	color: rgba(0, 0, 0, 0.55);
}

#buy-report h5 {
	font-size: var(--fs-24)
}

#buy-report h5 span {
	color: #6596FF;
}

#buy-report p {
	color: #666;
}

#buy-report .form-check-label {
	display: grid;
	grid-template-columns: auto 60px;
}

#buy-report .form-check-label .form-check-label-title {
	font-size: 16px;
	grid-column: 1/2;
}

#buy-report .form-check-label .form-check-label-desc {
	color: #666;
	grid-column: 1/2;
}

#buy-report .form-check-label .form-check-label-price {
	color: #6596FF;
	font-size: 19px;
	grid-row: 1/2;
	grid-column: 2/3;
}

.preloader_back {
	background: rgba(255, 255, 255, 0.4);
}

.preloader_block, .preloader_back {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 10001;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#cube-loader {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1100;
}

#cube-loader .caption {
	margin: 0 auto;
}

#cube-loader .cube-loader {
	width: 73px;
	height: 73px;
	margin: 49px auto 0;
	position: relative;
	transform: rotateZ(45deg);
}

#cube-loader .cube-loader .cube {
	position: relative;
	width: 50%;
	height: 50%;
	float: left;
	transform: scale(1.1);
}

#cube-loader .cube-loader .cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--blue);
	animation: cube-loader 2.76s infinite linear both;
	transform-origin: 100% 100%;
}

#cube-loader .cube-loader .loader-2 {
	transform: scale(1.1) rotateZ(90deg);
}

#cube-loader .cube-loader .loader-3 {
	transform: scale(1.1) rotateZ(180deg);
}

#cube-loader .cube-loader .loader-4 {
	transform: scale(1.1) rotateZ(270deg);
}

#cube-loader .cube-loader .loader-2:before {
	animation-delay: 0.35s;
}

#cube-loader .cube-loader .loader-3:before {
	animation-delay: 0.69s;
}

#cube-loader .cube-loader .loader-4:before {
	animation-delay: 1.04s;
}

@keyframes cube-loader {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

.tab-pane:focus-visible {
	outline: none;
}

#blog__tabs.nav-underline .nav-link.active,
#blog__tabs.nav-underline .show > .nav-link {
	color: black !important;
	border-bottom-color: var(--blue);
}

#abstr-tab-pane h1 {
	color: black;
	margin-top: 20px;
}

#abstr-tab-pane h2 {
	color: black;
	font-size: var(--fs-36);
	margin-top: 45px;
}

@media (max-width: 768px) {
	#abstr-tab-pane h2 {
		font-size: var(--fs-30);
		margin-top: 25px;
	}
}

#abstr-tab-pane h3 {
	color: black;
	font-size: 30px;
	font-weight: 500;
	margin-top: 40px;
}

#search_result #abstr-tab-pane h3 {
	font-size: 22px;
}

#abstr-tab-pane p {
	color: black;
	font-size: 21px;
	margin-top: 25px;
}

#abstr-tab-pane ol,
#abstr-tab-pane ul {
	margin-top: 20px;
	font-size: 21px;
}

#abstr-tab-pane picture img {
	max-width: 100%;
}

#abstr-tab-pane .table-scroll-outer {
	overflow-x: auto;
	margin-bottom: 30px;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}

#abstr-tab-pane table.bordered,
#abstr-tab-pane table.unbordered {
	margin: 30px 0 0;
	width: 100%;
}

#abstr-tab-pane table.unbordered th:first-child,
#abstr-tab-pane table.unbordered td:first-child {
	text-align: center;
}

#abstr-tab-pane table.unbordered th,
#abstr-tab-pane table.unbordered td {
	padding: 5px 15px;
	border: none;
}

#toc-tab-pane ol > li {
	counter-increment: section;
}

#toc-tab-pane ol > li > ol > li {
	counter-increment: item;
}

#toc-tab-pane ol ol:not(.list-of-tables):not(.list-of-figures) li:before {
	content: counter(section) "." counter(item) " ";
	color: var(--alfa-black);
}

#toc-tab-pane .list-style-type-disc {
	list-style-type: disc;
}

#toc-tab-pane ol li ol.list-of-tables {
	counter-reset: t_section;
}

#toc-tab-pane ol li ol.list-of-tables li {
	counter-increment: t_section;
}

#toc-tab-pane ol li ol.list-of-tables li:before {
	content: var(--table) " " counter(t_section) ": ";
}

#toc-tab-pane ol li ol.list-of-figures {
	counter-reset: f_section;
}

#toc-tab-pane ol li ol.list-of-figures li {
	counter-increment: f_section;
}

#toc-tab-pane ol li ol.list-of-figures li:before {
	content: var(--figure) " " counter(f_section) ": ";
}

#toc-tab-pane ol li ol.list-of-tables li:before,
#toc-tab-pane ol li ol.list-of-figures li:before {
	color: var(--alfa-black);
}

#toc-tab-pane .pro-btn {
	display: inline-block;
	color: var(--blue);
	background-color: rgba(78, 130, 254, 0.1);
	min-width: 50px;
	text-align: center;
	padding: 2px 0;
}

.recommended__posts__item:hover {
	box-shadow: 2px 2px 8px 2px rgba(163, 188, 211, 0.5);
	transition: 0.3s;
}

.bottom-tags .tags a {
	color: var(--alfa-black);
}

.bottom-tags .tags a:hover {
	color: var(--blue);
}

.result_get_started {
	background-color: #FAFAFA;
}

.result_get_started .slider .slick-slide {
	margin-right: 10px;
}

@media (min-width: 575px) {
	.result_get_started .slider .slick-slide {
		margin-right: 30px;
	}
}

.result_get_started .slider .slick-track {
	padding-bottom: 30px;
}

.result_get_started .slider .slick-slide:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	background: rgba(78, 130, 254, .08);
	transition: all .25s ease-out;
	border-radius: 6px;
}

.result_get_started .slider .slick-slide .slide-title {
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
}

#modal-start {
	transition: all .5s ease-out;
}

#modal-start .close__modal__start {
	font-size: 21px;
	color: var(--alfa-black);
	right: 15px;
	top: 10px;
	cursor: pointer;
	transition: color 0.4s;
}

@media (max-width: 768px) {
	#modal-start .close__modal__start {
		font-size: 16px;
		right: 10px;
	}
}

#modal-start .close__modal__start:hover {
	color: var(--blue);
}

#modal-start.modal-start-seo {
	box-shadow: rgba(0, 0, 0, 0.15) 0 -2px 31px;
}

#modal-start.modal-start-seo .close__modal__start {
	display: none;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

#modal-start.modal-start-seo + .overlay {
	display: none;
}

#modal-start.fade-down {
	bottom: -100%;
}

.table-scroll-outer {
	overflow-x: auto;
	margin-bottom: 30px;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.table-scroll-outer::-webkit-scrollbar {
	height: 3px;
	background: #ccc;
}

.table-scroll-outer::-webkit-scrollbar-thumb:horizontal {
	background: var(--blue);
}

table.bordered {
	border: 1px solid #bbb;
	border-collapse: separate;
	border-spacing: 0;
	margin: 35px 0;
	border-radius: 3px;
}

table.bordered th, table.bordered td {
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding: 7px 15px;
}

table.bordered th {
	border-top: none;
}

table.bordered th:first-child, table.bordered td:first-child {
	border-left: none;
}

table.bordered tr:first-child th:nth-child(2),
table.bordered tr:nth-child(2) th,
table.bordered tr th:first-child {
	text-align: center;
}

.store_item {
	background-color: #fafafa;
	transition: box-shadow 0.3s;
}

.store_item:hover {
	box-shadow: 2px 2px 8px 2px rgba(163, 188, 211, 0.5);
}

.event_page h1 {
	font-size: 46px;
}

@media (max-width: 768px) {
	.event_page h1 {
		font-size: 36px;
	}
}

.event_page h2 {
	font-size: 36px;
}

@media (max-width: 768px) {
	.event_page h2 {
		font-size: 30px;
	}
}

.event_page + .result .responsive-font-size {
	font-size: var(--fs-46);
}

@media (max-width: 368px) {
	.event_page + .result .responsive-font-size {
		font-size: var(--fs-38);
	}
}

.accordion-button.global:after {
	content: none;
}

#accordionMain .accordion-button::after,
#accordionMain .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjMxNCA1LjY1N0w5Ljg5OSA0LjI0MyA1LjY1NyA4LjQ4NSAxLjQxNCA0LjI0MyAwIDUuNjU3bDQuMjQzIDQuMjQyIDEuNDE0IDEuNDE1TDcuMDcgOS44OTlsNC4yNDMtNC4yNDJ6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDAuNDApIi8+PC9zdmc+");
	width: 12px;
	height: 12px;
	background-size: cover;
}

#filters-btn {
	background: #FFFFFF url(/landing/img/icon/params-icon.svg) 50% 50%/24px auto no-repeat;
	bottom: 20px;
	right: 100px;
	width: 65px;
	height: 65px;
}

#filters-btn._status:after {
	content: "";
	position: absolute;
	right: 2px;
	top: 2px;
	width: 12px;
	height: 12px;
	background-color: #FF7F7C;
	border-radius: 50%;
}

.modal {
	z-index: 10003;
}

.modal-backdrop {
	z-index: 10002;
}

.prices {
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0 0.5em;
}

.prices .price__second {
	grid-column: 2/-1;
}

.sample {
	height: 60px;
	background-color: var(--blue);
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: 0;
	transition: background-color .4s;
	position: relative;
	z-index: 1;
	line-height: 60px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.sample:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 100%;
	top: 0;
	box-shadow: 0 10px 10px rgba(78, 130, 254, .4);
	border-radius: 30px;
	z-index: -1;
}

#accordionFaq .accordion-button {
	font-size: 18px;
}

#accordionFaq .accordion-body {
	font-size: 21px;
}

#accordionFaq .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	transform: scale(.7) !important;
}

#accordionFaq .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

#accordionFaq .accordion-button:not(.collapsed) {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#accordionFaq .accordion-item:not(:first-of-type) {
	border-top: var(--bs-accordion-border-width) solid rgba(var(--bs-light-rgb), var(--bs-border-opacity));
}

.store .store__category_desc h2 {
	font-size: var(--fs-23);
	color: #333;
}

#store_tabs_content .table-store {
	width: max-content;
}

#store_tabs_content .table-store th,
#store_tabs_content .table-store td {
	padding: 7px 15px;
}

#choose-country,
#buy-report,
#purchase,
#event_signup {
	z-index: 10002;
}

#choose-country.show ~ .modal-backdrop,
#buy-report.show ~ .modal-backdrop,
#purchase.show ~ .modal-backdrop,
#event_signup.show ~ .modal-backdrop {
	z-index: 10001;
}

#purchase .modal-title {
	font-size: var(--fs-24)
}

#purchase .modal-body .form-control::placeholder {
	color: var(--alfa-black);
}

.events-item:hover {
	transition: all .3s;
	box-shadow: 2px 2px 8px 2px rgba(163, 188, 211, .5);
}

.events-item .events-item-speakers-item img {
	width: 75px;
	height: 75px;
}

.events-item .events-item-speakers-item p {
	font-size: 11px;
}

.event_page .youtube-iframe {
	padding-bottom: 56.25%;
}

.event_page .about-team .about-team__img-box img {
	width: 160px;
	height: 160px;
}

.event_page .about-team .about-team__img-box .about-team__status {
	font-size: 12px;
}

.event_page .about-team .about-team__link-box .btn-outline-primary {
	width: max-content;
	border-color: rgba(13, 110, 253, 0.5);
}

.event_page .about-team .about-team__link-box .btn-outline-primary:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-hover-border-color);
}

.event_page .about-team .about-team__link-box .btn-outline-primary img {
	width: 12px;
	height: 12px;
}

.event_page .about-team .about-team__link-box .btn-outline-primary span {
	font-size: 13px;
}

#event_signup_form .form-control {
	font-size: 13px;
}

.search-links:hover {
	color: var(--blue) !important;
}

.search_page_button {
	background: #FF7F7C;
	color: white;
}

.search_page_button:hover {
	background: #ED7370;
	color: white;
}

.fast-tags li {
	border-color: rgba(255, 255, 255, 0.2);
	padding: 5px 25px;
	margin: 3px;
}

.cat-item:hover a {
	color: var(--blue) !important;
}

.chevron {
	width: 18px;
	height: 18px;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="%234e82fe" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
}

.search__types_item.btn-primary {
	color: white;
	background-color: #3570FC;
	border-color: #3570FC;
}

.search__types_item.btn-primary:hover {
	color: white;
	background-color: #3570FC;
	border-color: #3570FC;
}

.search__types_item.btn-outline-primary {
	border-color: rgba(78, 130, 254, 0.3);
	color: var(--blue);
	background-color: transparent;
}

.search__types_item.btn-outline-primary:hover {
	color: var(--blue);
	background-color: transparent;
	border-color: var(--bs-btn-hover-border-color);
}

.all-show-more:hover,
.all-show-more:active,
.all-show-more:focus-visible {
	color: var(--blue) !important;
	background-color: white !important;
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .2);
}

.abstr_hide {
	display: none;
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
}

.google-chart[data-type=combochart] {
	position: relative;
}

.button-unlock-platform-wrapper {
	display: block;
	width: 100%;
	align-items: center;
	z-index: 999;
	position: absolute;
	top: 50%;
}

.button-unlock-platform {
	display: block;
	margin: 0 auto;
	height: 45px;
	width: fit-content;
	background-color: #ff7f7c;
	border-radius: 45px;
	padding: 5px 30px;
	transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
	font-weight: 500;
	color: #fff;
	animation: pulse 2s infinite;
}

.button-unlock-platform span {
	line-height: 35px;
}

.lock-img-white {
	display: inline;
	width: 20px;
	position: relative;
	left: 5px;
}
.seo-results ol{
	font-size: var(--fs-21);
}
.seo-results .google-chart {
	overflow: hidden;
}

.seo-results .google-chart[data-type="pie"],
.seo-results .google-chart[data-type="pie-percent"] {
	display: block;
	vertical-align: middle;
}

.seo-results .google-chart[data-type="combochart"] {
	position: relative;
}

.to_app_link_btn {
	min-width: 290px;
	bottom: 40px;
	padding: 12px 0;
	-webkit-box-shadow: 0 10px 10px rgba(78, 130, 254, .6);
	box-shadow: 0 10px 10px rgba(78, 130, 254, .6);
	transition: .3s;
}

@media (min-width: 768px) {
	.to_app_link_btn {
		min-width: 490px;
	}
}

@media (max-width: 460px) {
	.to_app_link_btn {
		bottom: 100px;
	}
}

.sign_btn {
	min-width: 250px;
	background-color: #fff;
}

.sign_btn:hover {
	background-color: #f6f6f6;
}

.advantages-slider,
#result_get_started .slider,
#modal-start .slider {
	max-width: 1280px;
	margin: 30px auto 0;
}

@media (max-width: 768px) {
	.advantages-slider {
		margin: 40px 20px 0;
	}
}

.result_get_started .responsive-font-size {
	font-size: 46px;
}

@media (max-width: 768px) {
	.result_get_started .responsive-font-size {
		font-size: 26px;
	}
}

.page_h1 {
	font-size: 60px;
}

@media (max-width: 992px) {
	.page_h1 {
		font-size: 46px;
	}
}

@media (max-width: 576px) {
	.page_h1 {
		font-size: 36px;
	}
}

.about_h2 {
	font-size: 36px;
}

#buy_report .responsive-font-size {
	color: black;
	font-size: 36px;
}

@media (max-width: 992px) {
	#buy_report .responsive-font-size {
		font-size: 30px;
	}
}

#buy_report .report_img {
	max-width: 400px;
}

@media (min-width: 925px) {
	#buy_report .report_img {
		width: 265px;
	}
}

@media (max-width: 925px) {
	#buy_report .report_img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#buy_report .report_img {
		width: calc(100% - 130px);
	}
}

@media (max-width: 576px) {
	#buy_report .report_img {
		width: calc(100% - 120px);
	}
}

@media (max-width: 414px) {
	#buy_report .report_img {
		width: calc(100% - 80px);
	}
}

@media (max-width: 890px) {
	#buy_report .price__first,
	#buy_report .price {
		font-size: var(--fs-18);
	}
}

#buy_report .old-white-btn {
	padding: 15px 25px;
}

@media (max-width: 576px) {
	#buy_report .old-white-btn {
		padding: 15px 20px;
	}
}

#search_result h1,
#abstr-tab-pane h1 {
	font-size: 46px;
}
@media (max-width: 768px) {
	#search_result h1,
	#abstr-tab-pane h1 {
		font-size: 36px;
	}
}

.search_default_h2 {
	font-size: 26px;
}

.search_default_cart_title {
	font-size: 22px;
}

.ib_purchase_modal_width {
	max-width: 400px;
}

.about_contact_btn {
	padding: 16px 67px;
}

@media (max-width: 992px) {
	.about_contact_btn {
		padding: 16px 50px;
	}
}

@media (max-width: 822px) {
	.about_contact_btn {
		padding: 16px 40px;
	}
}

@media (max-width: 576px) {
	.about_contact_btn {
		padding: 16px 32px;
	}
}

.pricing-table-licenses thead tr th:nth-child(1) {
	width: 35%;
}

.pricing-table-licenses thead tr th:nth-child(2),
.pricing-table-licenses thead tr th:nth-child(3) {
	width: 21.6666%;
}

.search-cross{
	width: 25px;
	height: 25px;
	right: 10px;
}

.search-cross:hover path,
.search-cross:hover line{
	stroke: #5B83F6;
}

.modal input:focus::placeholder, .modal textarea:focus::placeholder {
	opacity: 0.5;
}

.seo-results .tab-pane a[href^="#"] strong {
	font-weight: normal !important;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*++++++ DOTS FOR SLIDE EVENT AND G2 BADGES ++++++*/
.my-events-dots,
.my-badges-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	padding: 0;
	margin: 0;
	left: 50%;
	transform: translate(-50%, 0);
	list-style: none;
}

.my-badges-dots {
	bottom: -18px;
}

.my-events-dots li,
.my-badges-dots li {
	margin: 5px;
}

.my-events-dots li button,
.my-badges-dots li button {
	position: relative;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border-radius: 50%;
	font-size: 0;
	border: 1px solid transparent;
	color: var(--blue);
}

.my-events-dots li button::after,
.my-badges-dots li button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	border: 2px solid var(--blue);
	background-color: var(--blue);
	border-radius: 50%;
	opacity: .5;
}

.my-events-dots li.slick-active button,
.my-badges-dots li.slick-active button {
	border: 1px solid var(--blue);
	background-color: white;
}

.my-events-dots li.slick-active button::after,
.my-badges-dots li.slick-active button::after {
	opacity: 1;
}

.my-events-dots li::marker,
.my-badges-dots li::marker {
	content: none;
}
/*------ DOTS FOR SLIDE EVENT AND G2 BADGES ------*/

/*++++++ g2-badges ++++++*/
.review_item .bg{
	background: linear-gradient(190.32deg, #CC688D -14.85%, var(--blue) 109.24%);
}
.review_item .date-line::before {
	position: absolute;
	content: "";
	transform: translate(-5px, 3px);
	width: 1px;
	height: 80%;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .5);
}
.review_item .quotation{
	height: 40px;
}

.review_item .star {
	width: 25px;
	height: 25px;
	background-size: cover;
	margin-right: 5px;
}
.review_item .star.full {
	background-image: url(/landing/img/reviews/star-full.svg);
}
.review_item .star.half {
	background-image: url(/landing/img/reviews/star-half.svg);
}
.review_item .star.empty {
	background-image: url(/landing/img/reviews/star-empty.svg);
}

.review_item .author .image{
	flex: 1 0 60px;
}
.review_item .author .author-name {
	flex: 1 0 calc(100% - 60px);
}

.review-slider-wrapper{
	margin-bottom: 50px;
}

@media (max-width: 769px) {
	.review-slider-wrapper{
		margin-bottom: 80px;
	}
}
.review-slider-wrapper .arrow-left,
.review-slider-wrapper .arrow-right{
	width: 45px;
	height: 45px;
	border: 1px solid var(--blue);
	background-color: white;
	transition: all 0.4s;
	border-radius: 50%;
	cursor: pointer;
	bottom: -25px;
}
@media (max-width: 769px) {
	.review-slider-wrapper .arrow-left,
	.review-slider-wrapper .arrow-right{
		bottom: -55px;
	}
}

.review-slider-wrapper .arrow-left:hover,
.review-slider-wrapper .arrow-right:hover{
	background-color: var(--blue);
}

.review-slider-wrapper .arrow-left svg #path2,
.review-slider-wrapper .arrow-right svg #path4 {
	fill: #4e82fe;
}
.review-slider-wrapper .arrow-left:hover svg #path2,
.review-slider-wrapper .arrow-right:hover svg #path4{
	fill: white;
}

.review-slider-wrapper .arrow-left{
	right: 80px;
}
@media (max-width: 769px) {
	.review-slider-wrapper .arrow-left{
		right: auto;
		left: 40%;
	}
}
@media (max-width: 576px) {
	.review-slider-wrapper .arrow-left{
		right: auto;
		left: 35%;
	}
}
@media (max-width: 414px) {
	.review-slider-wrapper .arrow-left{
		right: auto;
		left: 30%;
	}
}
.review-slider-wrapper .arrow-right{
	right: 30px;
}
@media (max-width: 769px) {
	.review-slider-wrapper .arrow-right{
		right: 40%;
	}
}
@media (max-width: 576px) {
	.review-slider-wrapper .arrow-right{
		right: 35%;
	}
}
@media (max-width: 414px) {
	.review-slider-wrapper .arrow-right{
		right: 30%;
	}
}
/*++++++ g2-badges ++++++*/

.video-block{
	cursor: pointer;
}
.video-block .video-banner{
	width: 100%;
}
.video-block .play-btn{
	width: 100px;
	transition: 0.4s;
}

@media (max-width: 768px) {
	.video-block .play-btn{
		width: 60px;
	}
}

.video-block video{
	width: 100%;
}

.signin{
	min-width: 50px;
	opacity: 1;
	transition: all .3s;
}

.sign {
	background: linear-gradient(190.32deg, #CC688D -14.85%, #4E82FE 109.24%);
}

.user-bg,
.user-photo{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	font-weight: 700;
	color: #fff;
	font-size: 10px;
	width: 30px;
	height: 30px;
}
.premium-border {
	background: linear-gradient(190.32deg, #cc688d -14.85%, #4e82fe 109.24%);
	border-radius: 50%;
	padding: 5px;
	width: 40px;
	height: 40px;
}