@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Bold.woff2') format('woff2'),
	url('../fonts/Gilroy-Bold.woff') format('woff'),
	url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Medium.eot');
	src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Medium.woff2') format('woff2'),
	url('../fonts/Gilroy-Medium.woff') format('woff'),
	url('../fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Extrabold.eot');
	src: url('../fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
	url('../fonts/Gilroy-Extrabold.woff') format('woff'),
	url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Regular.woff2') format('woff2'),
	url('../fonts/Gilroy-Regular.woff') format('woff'),
	url('../fonts/Gilroy-Regular.ttf') format('truetype');
	src: url('../fonts/Gilroy-Regular.eot');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Semibold.eot');
	src: url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
	url('../fonts/Gilroy-Semibold.woff') format('woff'),
	url('../fonts/Gilroy-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Gilroy', sans-serif;
	font-weight: 400;
}

/* Cancel the bg white for dark mode */
body[data-theme-style="dark"].bg-white {
	background: var(--body-bg) !important;
}

.modal-header {
	padding: 1rem;
	border-bottom: 0;
}

.modal-subheader {
	padding: 0 1rem;
	border-bottom: 0;
	margin: 0;
}

.modal-content {
	padding: 1rem;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Forms */
.input-group-text {
	font-size: 0.9rem;
}

/* Footer */
.footer {
	padding: 62px 0 19px 0;
	margin: 6em 0 0 0;
	font-size: 0.95rem;
	background: #2D5FA7;
}

.footer {
	color: rgba(255, 255, 255, 0.65);
}

.footer a:not(.dropdown-item), .footer a:hover:not(.dropdown-item) {
	color: rgba(255, 255, 255, 0.65);
}

.footer a.icon {
	color: rgba(255, 255, 255, 0.65);
}

.icon-facebook:hover {
	transition: color 0.3s ease-in-out;
	color: #4267B2 !important;
}

.icon-twitter:hover {
	transition: color 0.3s ease-in-out;
	color: #1DA1F2 !important;
}

.icon-instagram:hover {
	transition: color 0.3s ease-in-out;
	color: #d84614 !important;
}

.icon-youtube:hover {
	transition: color 0.3s ease-in-out;
	color: #FF0000 !important;
}

.footer-logo {
	width: 75px;
	max-width: 75px;
	height: auto;
	filter: grayscale(100%);
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	/*margin-left: .5rem;*/
}

.custom-breadcrumbs > li.active {
}

/* Helper classes */
.list-style-none {
	list-style: none;
	padding: 0;
}

.clickable {
	cursor: pointer;
}

.no-underline, .no-underline:hover{
	text-decoration: none;
}

.icon-stripe {
	color: #6772E5;
}

.icon-paypal {
	color: #283B81;
}

/* Navbar custom menu */
.navbar .dropdown-item svg {
	color: var(--gray-700);
}

.navbar .dropdown-item:active svg {
	color: var(--white);
}

.navbar-main {
	min-height: 0 !important;
	z-index: 1;
	background: var(--white);
	border-bottom: 1px solid var(--gray-300);
}

[data-theme-style="dark"] .navbar-main {
	border-bottom: 1px solid var(--gray-100);
}

.navbar-index {
	background: transparent;
	border-bottom: none;
}

.navbar-absolute {
	position: absolute;
	width: 100%;
	margin: 0;
}

.navbar-main .navbar-nav > li > a {
	padding: 1rem !important;
}

.navbar-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

.navbar-logo-card {
	max-height: 3.5rem;
	height: 5.5rem;
}

.navbar-avatar {
	width: 20px;
	height: 20px;
	object-fit: cover;
	border-radius: 50%;
}

.navbar-custom-toggler {
	padding: 0.5rem .8rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-radius: .25rem;

	color: var(--gray-700);
	border-color: var(--gray-300);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.85);
}

.chart-container {
	position: relative;
	margin: auto;
	height: 250px;
	width: 100%;
}

/* Dropdown */
.dropdown-toggle-simple::after {
	display:none;
}

/* Nav pills custom */
.nav-custom .nav-link {
	border-bottom: 3px solid var(--gray-300);
	transition: all .3s ease-in-out;
	color: var(--gray-600);
}

.nav-custom .nav-link:hover {
	color: var(--primary-900);
	/*background: var(--primary-100);*/
	border-color: var(--primary-700);
}

.nav-custom .nav-link.active {
	color: var(--primary-900);
	/*background: var(--primary-100);*/
	border-color: var(--primary-900);
}

/* ApiIndex */
.index-container {
	width: 100%;
	padding: 14rem 0 14rem 0;
	color: white;

	background: url('../images/blob.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

[data-theme-style="dark"] .index-container {
	background: none;
}

@media (min-width: 576px) {
	.index-container::before {
		left: -20%;
		top: 48%;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	.index-container::after {
		height: 130px;
		width: 155px;
		right: 0;
		top: 12%;
	}

	.index-container::before {
		left: -12%;
		top: 48%;
	}

}

@keyframes index_container_blob {
	from {
		/*border-radius: 125%;*/
		transform: scale(0.4);
	}
	to {
		/*border-radius: 75% 50% 85% 50%;*/
		transform: scale(1);
	}
}

.index-image {
	height: auto;
	position: absolute;
	top: -5rem;
}

.index-header {
	font-size: 2.2rem;
	font-weight: bold;
}

.index-subheader {
	font-size: 1.35rem;
}

.index-button {
	padding: 1rem 1.7rem;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 0 0 .8rem 0 rgba(136, 152, 170, .15) !important;
	transition: all .3s ease-in-out;
}

/* Header container */
.header {
	padding: 4rem 0 3rem 0;
	margin-bottom: 1rem;
}

.user-avatar {
	border-radius: 50%;
	max-width: 80px;
	max-height: 80px;
}

/* Link Settings page */
.link-image-preview {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	border: .1rem dashed var(--gray-400);
	padding: .5rem;
}

.link-background-type-preset {
	width: 100%;
	height: 8rem;
	border-radius: .25rem;
	opacity: .75;
	transition: .3s opacity;
}

.link-background-type-preset:hover {
	cursor: pointer;
}

input[type="radio"]:checked ~ .link-background-type-preset {
	opacity: 1;
}

.link-background-type-image {
	border-radius: .25rem;
	margin-bottom: .5rem;
}

/* Biolink preview iframe */
.biolink-preview-container {

}

.biolink-preview {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: auto;
	display: inline-block;
	text-align: left;
	border-radius: 4rem;
	padding: .7rem;
	background: linear-gradient(45deg,#444,#111);
	box-shadow: 0 0px 30px rgba(0,0,0,0.20);
	border: .3rem solid #444546;
}

@media (min-width: 768px) {
	.biolink-preview {
		position: sticky;
		top: .5rem;
	}
}

.biolink-preview-iframe-container {
	overflow: hidden;
	width: 300px;
	height: 625px;
	border-radius: 3rem;
	position: relative;
}

@media (min-width: 768px) {
	.biolink-preview-iframe-container {
		width: 375px;
		height: 825px;
	}
}

.biolink-preview-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}


/* Others */
.trigger-type-select {
	max-width: 150px !important;
}

.container-disabled {
	pointer-events: none;
	opacity: .5;
}

.container-disabled-simple {
	pointer-events: none;
}

/* custom shadow cards */
.card-shadow {
	box-shadow: 0 0 .8rem 0 rgba(136, 152, 170, .15) !important;
	border: 1px solid rgba(0,0,0,.05);
}

/* Other animations */
@keyframes slowbounce {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	to {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

/* Animate dropdown menu */
.dropdown .dropdown-menu{
	animation-name: opacityIn;
	animation-duration: 0.3s;
}
@keyframes opacityIn {
	from {
		opacity: .3;
	}
	to {
		opacity: 1;
	}
}

/* Custom row */
.custom-row {
	border-radius: .25rem;
	padding: .75rem;
	position: relative;
	border: 2px solid var(--gray-200);
	background: var(--white);
}

[data-theme-style="dark"] .custom-row {
	border-color: var(--gray-100);
}

@media (min-width: 768px) {
	.custom-row {
		padding: 1.5rem;
	}
}

.custom-row-inactive {
	background: var(--gray-200);
}

.custom-row-side-controller {
	right: 100%;
	top: 25%;
	font-size: 1.2em;
	padding: .2em .2em;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	.custom-row-side-controller {
		position: absolute;
		padding: .4em .8em;
	}
}

.custom-row-side-controller-grab {
	cursor: grab;
}


/* Tables */
.table-custom-container {
	/*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;*/
	border-radius: .25rem;
	border: 2px solid var(--gray-200);
}

.table-custom {
	margin-bottom: 0;
}

.table-custom thead th {
	border-top: 0;
	border-bottom: 0;
	/*background: var(--black);*/
	/*color: var(--gray-200)*/
	background: var(--gray-100);
	color: var(--gray-900)
}

.table-custom th {
	padding: 1.25rem 1rem;
}

.table-custom td {
	padding: 1.75rem 1rem;
	background: var(--white);
	vertical-align: middle;
}

.table-custom tbody tr {
	transition: all .3s ease-in-out;
}

.table-custom tbody tr:hover td {
	background: var(--gray-100);
}

/* Custom PRE container */
.pre-custom {
	box-shadow: 0px 0px 20px #0000001a;
	background: white;
	padding: 2rem;
	font-size: 0.75rem;
}

/* Helpers */
.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select-custom-altum {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	padding: .375rem 1.75rem .375rem .75rem;
	background-color: var(--gray-200);
}

[data-theme-style="dark"] .select-custom-altum {
	background-color: var(--gray-100);
}

.zoomer {
	transition: transform .3s ease-in-out;
}
.zoomer:hover {
	transform: scale(1.02);
}

/* Headers */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1, .h1 {
	font-size: 2.25rem;
}

/* Highlight color pickers */
.pickr .pcr-button {
	border: 1px solid var(--gray-300)
}

/* Pricing */
.pricing-container {
	width: 80vw;
	position: relative;
	left: calc(-40vw + 50%);
}

@media (max-width:  400px){
	.pricing-container{
		width: 100%;
		left: unset;
	}
}

.pricing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing-plan {
	display: flex;
	flex-direction: column;
	flex: 0 1 408px;
	padding: 60px 50px 114px;
	margin: 0 1.5rem 1.5rem 1.5rem;
	overflow: hidden;
}

@media (max-width: 400px){
	.pricing-plan{
		margin: 0
	}
}

.pricing-header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

[data-theme-style="dark"] .pricing-header {
	border-color: var(--gray-100);
}

.pricing-name {
	background: var(--primary-200);
	padding: .15rem 1.25rem;
	color: var(--primary-600);
	font-size: .9rem;
	font-weight: bold;
	border-radius: 5rem;
}

.pricing-price-amount {
	font-size: 3.3rem;
	font-weight: bold;
}

@media (max-width:  400px){
	.pricing-price-amount{
		font-size: 1.9em
	}
}

.pricing-price-currency {
	font-size: .9rem;
	color: var(--gray);
}

.pricing-details {
	text-align: center;
	font-size: .85rem;
	color: var(--primary-800);
	margin-bottom: 1.5rem;
}

.pricing-body {
	
}

.pricing-features {
	margin: 0px 0 28px 0;
	list-style: none;
	padding: 0;
}

.pricing-features li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #737373 !important;
	line-height: 175%;
	letter-spacing: 0.2px;
	font-size: 16px;
	font-weight: 600;
}

.pricing-button {
	font-weight: bold;
	font-size: 1.1rem;
	border-radius: 50rem;
}

/* Custom Radio Boxes */
.custom-radio-box {
	cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
	font-size: 2.25rem;
}

.custom-radio-box .custom-radio-box-main-icon {
	font-size: 2.5rem;
}

.custom-radio-box input[type="radio"] + div {
	transition: all .3s ease-in-out;
	border: 2px solid var(--gray-200);
	background: var(--white);
}

.custom-radio-box input[type="radio"]:checked + div {
	/*background: var(--primary);*/
	/*color: white;*/
	border: 2px solid var(--primary);
}

/* Projects */
.project-avatar {
	width: 45px;
	height: 45px;
}

/* Round circles */
.round-circle-md {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.round-circle-lg {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

/* Gradients */
.bg-gradient-primary {
	background: linear-gradient(230deg, #759bff, #843cf6);
}

.bg-gradient-secondary {
	background: linear-gradient(to right, #e7ebf0, #868e96);
}

.bg-gradient-success {
	background: linear-gradient(45deg, #7bffce, #30c93e);
}

.bg-gradient-info {
	background: linear-gradient(190deg, #64ddf1, #3c98f6);
}

.bg-gradient-warning {
	background: linear-gradient(135deg, #ffc480, #ff763b);
}

.bg-gradient-danger {
	background: linear-gradient(316deg, #fc5286, #fbaaa2);
}

.bg-gradient-light {
	background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}

.bg-gradient-dark {
	background: linear-gradient(to right, #7d7979 0%, #000000 100%);
}

/* Badge colors */
.badge-primary {
	color: hsl(211, 100%, 35%);
	background-color: hsl(211, 100%, 85%);
}

[data-theme-style="dark"] .badge-primary {
	background-color: hsl(211, 100%, 35%);
	color: hsl(211, 100%, 85%);
}

.badge-secondary {
	color: hsl(208, 7%, 35%);
	background-color: hsl(208, 7%, 85%);
}

[data-theme-style="dark"] .badge-secondary {
	background-color: hsl(208, 7%, 35%);
	color: hsl(208, 7%, 85%);
}

.badge-success {
	color: hsla(134, 50%, 30%, 1);
	background-color: hsla(134, 50%, 85%, 1);
}

[data-theme-style="dark"] .badge-success {
	background-color: hsla(134, 50%, 30%, 1);
	color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
	color: hsla(354, 70%, 35%, 1);
	background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style="dark"] .badge-danger {
	background-color: hsla(354, 70%, 35%, 1);
	color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
	background-color: hsla(40, 80%, 30%, 1);
	color: hsla(45, 100%, 85%, 1);
}

[data-theme-style="dark"] .badge-warning {
	background-color: hsla(40, 80%, 30%, 1);
	color: hsla(45, 100%, 85%, 1);
}

.badge-info {
	color: hsla(188, 60%, 30%, 1);
	background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style="dark"] .badge-info {
	background-color: hsla(188, 60%, 30%, 1);
	color: hsla(188, 78%, 85%, 1);
}

.badge-light {
	color: hsla(210, 15%, 35%, 1);
	background-color: hsl(210, 17%, 95%);
}

[data-theme-style="dark"] .badge-light {
	background-color: hsla(210, 15%, 35%, 1);
	color: hsl(210, 17%, 95%);
}

.badge-dark {
	color: hsla(210, 10%, 90%, 1);
	background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style="dark"] .badge-dark {
	background-color: hsla(210, 10%, 90%, 1);
	color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
	border-top: 0 !important;
}

@media print {
	.invoice-logo {
		filter: grayscale(100%);
	}
}


#togglePassView{
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 40px;
    color: #4d4d4d;

}
#togglePassView.show .fa-eye-slash{
    display: none;
}

#togglePassView:not(.show) .fa-eye{
    display: none;
}




/*  AI start */
.gallery-ai {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.gallery-ai img {
	cursor: pointer;
	transition: transform 0.3s;
}

.gallery img:hover {
	transform: scale(1.1);
}

.modal-ai {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.9);
	user-select: none;
}

.modal-ai-crop-image {
	display: none;
	position: fixed;
	padding-top: 120px;
	z-index: 1;
	padding-top: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(47,47,47,0.9);
}

.modal-content-ai {
	margin: auto;
	display: block;
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
}

.close-ai {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

#loader-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#loader {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*
.selected-image-ai {
	position: relative;
	display: inline-block;
}

.selected-icon-ai {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
	width: 20%;
	height: 20%;
}

.selected-image-ai:hover .selected-icon-ai {
	display: block;
} */

.selected-image-ai {
	position: relative;
	display: inline-block;
}

.image-checkbox-ai {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
	height: 12px;
	width: 14px;
	display: none;
}
.show-checkbox-ai{
	display: block;
}
.image-checkbox-ai + label {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none; /* Приховуємо підпис чекбоксу */
}

.selected-image-ai:hover .image-checkbox-ai + label {
	display: block; /* При наведенні на зображення відображаємо підпис чекбоксу */
}

/* Стилі для зображення після вибору */
.image-checkbox-ai:checked + label::after {
	content: "\2713"; /* Unicode символ для галочки */
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #00cc00;
}


/*  AI end */


/*  Section Partners start */

/**/
/*
* {
	margin: 0;
	padding: 0; }

body {
	background: #fff;
	font-family: 'Gilroy';
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	overflow-x: hidden; }
@media (max-width: 991px) and (min-width: 768px) {
	body.hideOverflow {
		position: fixed !important;
		top: 0px;
		left: 0px;
		height: 100%;
		right: 0;
		bottom: 0; } }
*/

.wrapper {
	position: relative; }
@media (min-width: 992px) {
	.wrapper {
		overflow: hidden; } }

section {
	position: relative;
	z-index: 0; }
@media (max-width: 767.98px) {
	section.g-section {
		text-align: center; } }
section.g-section h1, section.g-section h2 {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 96%;
	margin-bottom: 14px; }
@media (max-width: 991.98px) {
	section.g-section h1, section.g-section h2 {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1; } }
section.g-section p {
	margin-bottom: 0;
	line-height: 1.4; }
section.g-section p:nth-last-child {
	margin-bottom: 0; }


/* .become-partner
----------------------------------------------------------*/
.become-partner {
/*	padding-top: 100px; */
	padding-bottom: 70px; }
@media (max-width: 991.98px) {
	.become-partner {
		/*padding-top: 60px; */
		padding-bottom: 40px; } }
.become-partner .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.become-partner .max-80 {
	max-width: 80%; }
@media (max-width: 767.98px) {
	.become-partner .max-80 {
		max-width: 100%; } }
.become-partner .img-box img {
	width: 100%;
	height: auto; }

/* how-work
----------------------------------------------------------*/
.how-work {
	padding-top: 81px;
	padding-bottom: 70px; }
@media (max-width: 991.98px) {
	.how-work {
		padding-top: 50px;
		padding-bottom: 40px; } }
.how-work h1, .how-work h2 {
	margin-bottom: 40px !important; }
.how-work .how-work-list .item {
	position: relative;
	padding-top: 9px;
	padding-bottom: 9px; }
.how-work .how-work-list .item:before {
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: calc(50% - 1.5px);
	background: #3860A2; }
.how-work .how-work-list .item .count {
	width: 46px;
	height: 46px;
	border: #3860A2;
	border-radius: 50%;
	border: 3px solid #3860A2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 800;
	position: absolute;
	top: 50%;
	left: calc(50% - 23px);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff; }
.how-work .how-work-list .item p {
	max-width: 280px; }
.how-work .how-work-list .item:last-of-type:before {
	display: none; }
.how-work .how-work-list .item:nth-child(odd) {
	padding-left: calc(50% + 46px); }
@media (max-width: 767.98px) {
	.how-work .how-work-list .item:nth-child(odd) {
		padding-left: calc(50% + 35px); }
	.how-work .how-work-list .item:nth-child(odd) p {
		text-align: left; } }
.how-work .how-work-list .item:nth-child(even) {
	padding-right: calc(50% + 46px);
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
@media (max-width: 767.98px) {
	.how-work .how-work-list .item:nth-child(even) {
		padding-right: calc(50% + 35px); } }

/* free-service
----------------------------------------------------------*/
.free-service {
	padding-top: 70px;
	padding-bottom: 80px; }
@media (max-width: 991.98px) {
	.free-service {
		padding-top: 40px;
		padding-bottom: 40px; } }
.free-service h2 {
	margin-bottom: 24px !important; }
.free-service .inner-content {
	padding-left: 47px; }
@media (max-width: 767.98px) {
	.free-service .inner-content {
		padding-left: 0; } }
@media (max-width: 767.98px) {
	.free-service .img-box {
		max-width: 60%;
		margin: 0 auto 20px; } }
.free-service .img-box img {
	width: 100%;
	max-width: 100%;
	height: auto; }

/* .become-partner-form
----------------------------------------------------------*/
.become-partner-form {
	padding-top: 90px; }
@media (max-width: 991.98px) {
	.become-partner-form {
		padding-top: 50px; } }
.become-partner-form form {
	border-radius: 20px;
	border: 5px solid #89CEBE;
	max-width: 1030px;
	margin: 0 auto 40px;
	overflow: hidden; }
.become-partner-form h5 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 300px; }
@media (max-width: 991.98px) {
	.become-partner-form h5 {
		font-size: 20px;
		font-size: 1.25rem; } }
@media (max-width: 767.98px) {
	.become-partner-form h5 {
		margin-bottom: 200px; } }
.become-partner-form .left-side {
	padding: 60px 30px 60px 103px;
	background: #F7F7F7 url(../images/partner/images/bg/talking-phone-office.jpg) no-repeat left bottom; }
@media (max-width: 991.98px) {
	.become-partner-form .left-side {
		padding: 20px 40px; } }
@media (max-width: 767.98px) {
	.become-partner-form .left-side {
		-webkit-background-size: contain;
		background-size: contain; } }
.become-partner-form .right-side {
	padding: 60px 70px 60px 67px; }
@media (max-width: 991.98px) {
	.become-partner-form .right-side {
		padding: 20px 40px; } }
.become-partner-form .right-side .form-group {
	margin-bottom: 30px; }
@media (max-width: 991.98px) {
	.become-partner-form .right-side .form-group {
		margin-bottom: 20px; } }
.become-partner-form .right-side label {
	font-weight: 600;
	display: block;
	margin-bottom: 6px; }
.become-partner-form .right-side input {
	border-radius: 8px;
	border: 1px solid #CBCBCB;
	width: 100%;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px; }
.become-partner-form .form-btn {
	border-radius: 8px;
	background: #5DB0AB;
	padding: 17px 30px;
	font-weight: 700;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 134.5%;
	border: 2px solid #5DB0AB;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: white;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
.become-partner-form .form-btn:hover {
	border-color: #5DB0AB;
	background: white;
	color: #5DB0AB; }

.our-partners {
	border-radius: 20px;
	background: #3860A2;
	padding: 16px 0 17px 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px; }
@media (max-width: 767.98px) {
	.our-partners {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.our-partners .title {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	color: white;
	line-height: 96%; }
@media (max-width: 991.98px) {
	.our-partners .title {
		font-size: 32px;
		font-size: 2rem; } }
@media (max-width: 767.98px) {
	.our-partners .title {
		margin-bottom: 30px; } }

.progress-bar-container {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;

	color: #fff;
	font-size: 22px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	line-height: 1.6;
	display: none;
	flex-direction: column;
	justify-content: center;
}

.counter{
	color: black;
	text-align: center;
	user-select: none;
}
.progressbar {
	position: relative;
	max-width: 500px;
	width: 10%;
	height: 21px;
	background: #63adad;
	overflow: hidden;
	border-radius: 10px;
}

span.progress {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #326666;
	transition: all .3s;
}

/*  Section Partners end */

.blocked-tab {
	background-color: #ccc; /* Сірий фон для заблокованої закладки */
	cursor: not-allowed; /* Заборона курсора */
	pointer-events: none; /* Вимкнення подій на елементі */
	display: block;
}

.unblocked-tab {
	background-color: #f2f2f2; /* Світлий фон для розблокованої закладки */
}

.pricing-button-ai {
	font-weight: bold;
	font-size: 12px;
	border-radius: 50rem;
	width: 120px !important;
	position: absolute;
	top: 5px;
	right: 5px;
}

.nav-item-ai{
	position: relative;
}

.label-ai{
	font-size: 16px;
}


.modal-content {
	background-color: #171717 !important;
	border-radius: 30px !important;
	color: #fff !important;
}


.modal-content > .modal-body > form > .form-group > input.form-control {
	height: 48px !important;
	border-radius: 9999px !important;
	background-color: #282828 !important;
	border: none !important;
	outline: none !important;
	color: #fff !important;
}

.modal-content > .modal-body > form > .form-group >.input:focus.form-control {
	box-shadow: 0 0 0 .2rem rgba(40, 40, 40, 0.25);
}

.modal-content > .modal-body > form > .text-center > button.btn {
	background-color: #000;
	height: 48px;
	border-radius: 9999px;
	border-color: #2196F3;
}

.modal-content > .modal-body > form > .a {
	color: #fff;
}