nav ul li:hover {
	color: var(--apple);
	transition: all 0.1s ease-in-out;
}

button,
a {
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: inherit;
}

.container {
	padding-right: 5px;
}

@media (max-width: 768px) {
	.hide-mobile {
		display: none !important;
	}
	.mobile-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.hide-desktop {
		display: none !important;
	}
}
/* heading */

.block-heading {
	color: var(--white);
	font-size: var(--font-size-h2);
	font-family: var(--font-family-montserrat);
	font-weight: 600;
	line-height: 54px;
}

@media (max-width: 768px) {
	.block-heading {
		font-size: var(--font-size-l);
		line-height: 24px;
	}
}

/* buttons */
.btn-tech {
	min-width: 150px;
	width: auto;
	min-height: 50px;
	height: 50px;
	border-radius: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-family-futura_pt-medium);
	font-size: var(--font-size-m);
	transition: all 0.2s ease-in-out;
}

.btn-tech:hover {
	opacity: 0.8;
}

.btn-big {
	font-family: var(--font-family-montserrat);
	font-size: 14px;
	max-width: 280px;
	min-height: 65px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 20px;
}

.btn-middle {
	font-family: var(--font-family-futura_pt-book);
	border-radius: 10px;
	font-weight: 450;
	font-size: var(--font-size-m);
}

.btn-green {
	background: radial-gradient(circle at 100% 150%, var(--yellow) 0%, var(--apple-2) 100%);
	color: var(--white);
}

.btn-green:hover {
	background: radial-gradient(49.87% 50% at 49.87% -13.08%, #a8f5a7 0%, #82eb80 100%);
	color: var(--white);
	opacity: 1;
}

.btn-outline {
	font-family: var(--font-family-futura_pt-book);
	font-weight: 450;
	font-size: var(--font-size-s);
	border-radius: 10px !important;
	background-color: transparent;
	outline: 1px solid var(--white);
	color: var(--white);
}

.btn-non-outline {
	outline: none;
	border: none;
	font-family: var(--font-family-futura_pt-book);
	font-weight: 450;
	font-size: var(--font-size-m);
}

@media (max-width: 768px) {
	.btn-big {
		font-size: var(--font-size-xs);
	}
	.btn-middle {
		font-size: var(--font-size-xs);
		font-weight: 450;
	}
	.btn-non-outline {
		font-size: var(--font-size-xs);
	}
}
/* --- */

/* main-display */
.main-display {
	width: 100%;
	height: 710px;
	background: url("../Images/main-image.png");
}

.main-display-content {
	padding-top: 250px;
}

.main-display-content .main-title {
	font-family: var(--font-family-montserrat);
	font-weight: 600;
	font-size: var(--font-size-h1);
	color: var(--white);
}
.main-display-content .main-description {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-m);
	color: var(--white);
	max-width: 500px;
	line-height: 23px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.main-display-content .desktop-img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.main-display-content .mobile-img {
	margin-top: 40px;
	height: auto;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 992px) {
	.menu-wrapper {
		padding: 0;
	}
}

.row {
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1160px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 20px;
	}
	.main-display {
		min-height: 600px;
		height: auto;
	}

	.main-display-content {
		text-align: center;
		margin-top: 2.5em;
	}

	.main-display-content .main-title {
		font-size: var(--font-size-xl);
	}

	.main-display-content .main-description {
		font-size: var(--font-size-m);
		text-align: center;
	}

	.main-display-content .btn-big {
		width: 100%;
		max-width: 100%;
	}

	.main-display-content .desktop-img {
		display: none;
	}

	.menu-wrapper {
		padding: 20px;
		width: 100%;
		justify-content: space-between;
	}
}
/* header */
.header {
	display: flex;
	color: var(--white);
	background: var(--bg-color);
	min-height: 80px;
	height: auto;
	width: 1140px;
	position: fixed;
	top: 10px;
	z-index: 999;
	backdrop-filter: blur(20px);
	align-items: center;
	padding: 10px;
	border-radius: 15px;
}

.menu-wrapper {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.logo-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.logo-wrapper .logo {
	width: 52px;
	height: 52px;
}

.logo-wrapper .company-name {
	font-size: var(--font-size-l);
	font-family: var(--font-family-futura_pt-heavy);
}

.header-menu {
	display: flex;
	gap: 40%;
	align-items: center;
}

.header-menu a {
	text-decoration: none;
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-s);
}

.header .profile-wrapper {
	display: flex;
	min-height: 65px;
	height: auto;
}

.header .notification {
	width: 47px;
	height: 48px;
	flex-shrink: 0;
	position: relative;
}

.header .notification::before {
	content: attr(data-count);
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: var(--red);
	position: absolute;
	top: 0;
	left: 50%;
	display: grid;
	place-items: center;
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-xs);
}

.header .notification.no-content::before {
	content: none;
}

.profile-wrapper .notification img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-info {
	display: flex;
	gap: 10px;
	position: relative;
	top: 5px;
}

.profile-info::after {
	content: "";
	background: url("../Images/Vector.png") no-repeat center center;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 30%;
}

.profile-info .profile-avatar {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	flex-shrink: 0;
	position: relative;
}

.profile-info .profile-avatar img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.profile-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.profile-info .profile-dropdown-menu {
	background: var(--bg-color);
	border-radius: 7px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.75);
	left: 42px !important;
	top: -20px !important;
	width: 210px;
	backdrop-filter: blur(20px);
}

.profile-dropdown-menu li {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-s);
	color: var(--white);
	padding: 15px 15px 15px 35px;
	position: relative;
}

.auth-block.show .profile-info .profile-content .company {
	opacity: 0;
}

.profile-dropdown-menu .company {
	color: var(--apple-2);
	padding: 5px 20px 10px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 4%);
}

.profile-dropdown-menu .dropdown-menu-icon::before {
	content: "";
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(-50%, -50%);
}

.profile-dropdown-menu .dropdown-menu-icon.icon-admin::before {
	background: url("../icons/admin.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-personal-area::before {
	background: url("../icons/personal_area.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-customer-area::before {
	background: url("../icons/customer_area.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-document-approval::before {
	background: url("../icons/document_approval.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-contracts::before {
	background: url("../icons/contracts.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-auctions::before {
	background: url("../icons/auctions.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-contractor-area::before {
	background: url("../icons/contractor_area.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-logout::before {
	background: url("../icons/logout.svg") no-repeat center center;
}

.profile-dropdown-menu button {
	background: none;
    border: 0;
    margin: 0;
    padding: 0;
    color: inherit;
}

.profile-dropdown-menu button:hover {
	color: var(--apple);
}

.profile-content .name {
	font-family: var(--font-family-futura_pt-medium);
	font-size: var(--font-size-m);
}

.profile-content .email,
.profile-content .company {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-s);
	opacity: 0.5;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.profile-wrapper .button-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
	justify-content: flex-end;
	width: 100%;
}

.profile-wrapper .auth-block {
	display: flex;
	gap: 25px;
	justify-content: flex-end;
	width: 100%;
}

.auth-block.close {
	display: none;
}

.no-auth-block.close {
	display: none;
}

.header-mobile {
	position: relative;
	max-width: 100% !important;
}

@media (max-width: 768px) {
	.header {
		width: 720px;
		padding: 0 10px;
	}
}

@media (min-width: 992px) {
	.header {
		width: 960px;
	}
}
@media (max-width: 992px) {
	.header {
		flex-direction: column;
		gap: 20px;
		position: relative;
	}
}

@media (min-width: 1200px) {
	.header {
		width: 1140px;
	}
}
/* --- */

/* burger-menu */
.burger-menu-dropdown {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--black);
	color: var(--white);
	z-index: 9;
	width: 100%;
	min-height: 390px;
	height: auto;
	padding: 35px 20px;
}

.burger-menu-dropdown.close {
	display: none;
}

.burger-menu-dropdown-profile {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
}

.burger-menu-dropdown-profile .burger-menu-wrapper {
	display: flex;
	justify-content: space-between;
}

.burger-menu-dropdown-profile .profile-info-mobile::after {
	background: unset !important;
}

.nav-dropdown-mobile {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 50%;
	margin: 40px 0;
}

#open-burger-menu,
#close-burger-menu {
	cursor: pointer;
}

.burger-menu-dropdown .close-burger-menu-wrapper {
	display: flex;
	justify-content: flex-end;
	margin: 0 10px;
}

.button-wrapper-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.no-auth-mobile-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nav-dropdown-mobile li {
	font-family: var(--font-family-futura_pt-book);
	font-size: 16px;
}
/* --- */

/* Advavntages */
.advantages-wrapper {
	background: #131313;
	padding-top: 85px;
	box-shadow: 0 -15px 50px 20px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}

.advantages-wrapper .description {
	color: var(--white);
	font-size: var(--font-size-m);
	font-family: var(--font-family-futura_pt-book);
	line-height: 20px;
	margin: 25px 0;
}

.advantages-container {
	border: 1px solid #ffffff33;
	border-radius: 40px;
	padding: 30px 10px 30px 30px;
	display: flex;
	flex-direction: column;
}

.advantages-container .title {
	font-family: var(--font-family-montserrat);
	font-size: var(--font-size-xl);
	color: var(--white);
	margin: 15px;
}

.advantages-container .advantages-list li {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-s);
	color: var(--white);
	padding: 10px 0;
}

.advantages-container .advantages-list {
	list-style: none;
	counter-reset: advantages-counter;
	padding-left: 10px;
	padding-right: 0;
}

.advantages-container .advantages-list > li {
	counter-increment: advantages-counter;
	margin: 0.25rem;
	margin-bottom: 10px;
}

.advantages-container .advantages-list > li > * {
	display: inline;
}

.advantages-container .advantages-list > li::before {
	content: counter(advantages-counter);
	background: transparent;
	width: 25px;
	height: 20px;
	border: 1px solid var(--apple);
	display: inline-block;
	text-align: center;
	margin-right: 0.5rem;
	border-radius: 4px;
	font-family: var(--font-family-montserrat);
	font-weight: 500;
	font-size: var(--font-size-xs);
	color: var(--apple);
	top: -2px;
	position: relative;
	padding-top: 0.1em;
}

.advantages {
	margin: 60px 0;
}

.adv-upper-row {
	display: flex;
}

.adv-outer-container {
	font-family: var(--font-family-futura_pt-book);
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 6px;
	width: 290px;
}

.adv-inner-container {
	background-color: var(--white);
	border-radius: 12px;
	display: flex;
	gap: 14px;
	padding: 6px;
}

.adv-year-container {
	background-color: var(--apple-2);
	font-size: 24px;
	font-weight: 700;
	color: var(--white);
	border-radius: 6px;
	width: 71px;
	height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.adv-value-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.adv-upper-value {
	font-weight: bold;
	font-size: var(--font-size-s);
	line-height: 19.89px;
}

.adv-lower-value {
	font-weight: 400;
	font-size: var(--font-size-s);
	line-height: 19.89px;
}

.adv-horizontal-link {
	flex-grow: 1;
	display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 21px;
}

.adv-horizontal-link__line {
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
}

.adv-horizontal-link__line::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 8px;
	background-color: #575757;
}

.adv-horizontal-link__line::after {
	position: absolute;
	right: 0;
	content: "";
	height: 2px;
	width: 8px;
	background-color: #575757;
}

.adv-vertical-link {
	flex-grow: 1;
	display: flex;
    justify-content: center;
    gap: 21px;
	height: 145px;
}

.adv-vertical-link__line {
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
}

.adv-vertical-link__line::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 2px;
	background-color: #575757;
}

.adv-vertical-link__line::after {
	position: absolute;
	bottom: 0;
	content: "";
	height: 8px;
	width: 2px;
	background-color: #575757;
}

@media (max-width: 768px) {
	.adv-upper-row {
		flex-direction: column;
		align-items: center;
	}

	.adv-vertical-link {
		height: 31px;
	}
}

@media (max-width: 768px) {
	.advantages-wrapper {
		padding-top: var(--block-padding-mobile);
	}

	.advantages-wrapper .description {
		font-size: var(--font-size-s);
	}

	.advantages-container {
		padding: 30px 0;
	}

	.advantages-container .title {
		text-align: center;
	}

	.advantages-container .advantages-list li {
		padding: 20px;
		text-align: center;
		width: 100%;
	}

	.advantages-container .advantages-list li::before {
		display: flex;
		justify-content: center;
		top: 0px;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.advantages-container .advantages-list {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.button-wrapper-mobile {
		gap: 10px;
	}
}
/* --- */

/* Portal */
.portal-wrapper {
	margin: var(--block-padding) 0;
	justify-content: space-between;
}

.portal-heading .block-heading {
	color: var(--black);
}

.portal-heading .description {
	font-family: var(--font-family-montserrat);
	font-weight: 500;
	font-size: var(--font-size-xl);
	padding: 40px 0;
}

.portal-list {
	list-style: none;
	counter-reset: portal-counter;
	padding-right: 0;
}

.portal-list .portal-list-item {
	counter-increment: portal-counter;
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-m);
	line-height: 110%;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 50px 30px 80px;
	margin-top: 30px;
	position: relative;
}

.portal-list .portal-list-item:last-child {
	border-bottom: none;
}

.portal-list-item b {
	font-weight: bold;
}

.portal-list .portal-list-item::before {
	content: counter(portal-counter);
	display: grid;
	place-items: center;
	width: 30px;
	font-family: var(--font-family-montserrat);
	font-weight: 600;
	font-size: var(--font-size-h2);
	color: var(--apple);
	left: 35px;
	top: 10px;
	position: absolute;
	text-align: center;
}

.slider-wrapper {
	width: 100%;
	height: 100%;
	background-color: var(--apple);
	border-radius: 40px;
	padding: 40px;
}

.slider-wrapper .slider-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 60px;
	height: auto;
}

.slider-wrapper .slider-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: calc(100% - 60px);
}

.slider-header .description {
	font-family: var(--font-family-futura_pt-medium);
	font-size: var(--font-size-l);
	color: var(--white);
}

.slider-header .slider-button-container {
	display: flex;
	gap: 20px;
}

.slider-button {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: var(--white);
	display: grid;
	place-items: center;
	outline: none;
	border: none;
}

.slider-button:hover {
	background-color: aquamarine;
	transition: all 0.2s ease-in-out;
}

.slider-button:focus:not(:focus-visible) {
	outline: 0px transparent !important;
}

.slider-button-container .disable {
	pointer-events: none;
	background-color: #ffffff;
	opacity: 0.6;
}

.slider-button:active {
	background-color: #66cdaa;
	transition: all 0.1s ease-in-out;
}

.slider-item .slider-description {
	font-family: var(--font-family-futura_pt-medium);
	font-size: var(--font-size-l);
	color: var(--white);
}

.slider-content .slider-item {
	width: 50%;
	display: flex;
	text-align: center;
	flex-direction: column;
	height: 200px;
}

.slider-content .slider-item * {
	transition: all 0.4s ease-in-out;
}

.slider-item img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.slider-item .slider-description {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-l);
	color: var(--white);
	padding: 10px;
}

@media (max-width: 768px) {
	.portal-wrapper {
		margin: var(--block-padding-mobile) 0;
	}

	.portal-heading .description {
		font-size: var(--font-size-m);
		padding: 20px 0 0;
	}

	.portal-list {
		margin-bottom: 40px;
	}

	.portal-list .portal-list-item {
		font-size: var(--font-size-s);
		padding: 0 0px 30px 50px;
		text-align: justify;
	}

	.portal-list .portal-list-item::before {
		left: 0;
	}

	.slider-wrapper {
		padding: 10px;
		height: 500px;
	}

	.slider-wrapper .slider-header {
		padding: 20px;
	}

	.slider-header .description {
		font-size: var(--font-size-l);
		width: 50%;
	}

	.slider-item .slider-description {
		font-size: var(--font-size-s);
		padding: 0;
	}
}

@media (max-width: 350px) {
	.slider-header .description {
		width: 100%;
	}

	.slider-wrapper .slider-header {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
}
/* --- */

/* News Slider */
.news-slider-content {
	max-height: 250px;
	overflow: auto;
}

.news-slider-item {
	color: var(--white);
	font-family: var(--font-family-futura_pt-medium);
}

.news-title {
	font-size: var(--font-size-xl);
	margin-bottom: 8px;
}

.news-content {
	white-space: pre-wrap;
	line-height: 20px;
}

.news-content > a {
	text-decoration: underline;
}

.news-slider-wrapper {
	width: 100%;
	height: 100%;
	background-color: var(--apple);
	border-radius: 40px;
	padding: 40px;
}

.news-slider-wrapper .slider-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 60px;
	height: auto;
}

.news-slider-wrapper .slider-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: calc(100% - 60px);
}

.news-files {
	margin-top: 16px;
}

@media (max-width: 768px) {
	.news-slider-wrapper {
		padding: 10px 10px 32px 10px;
	}

	.news-slider-wrapper .slider-header {
		padding: 20px;
	}
}

@media (max-width: 350px) {
	.news-slider-wrapper .slider-header {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
}
/* --- */

/* Achievements */

.achievements-wrapper {
	padding: var(--block-padding) 0;
	background-color: #131313;
	text-align: center;
}

.achievements-wrapper .card-container {
	width: 100%;
	display: flex;
	gap: 60px;
	justify-content: center;
	margin: 40px 0;
	flex-wrap: wrap;
}

.card-container .card {
	background: var(--apple-2);
	border-radius: 20px;
	height: 160px;
	cursor: default;
	padding: 0;
	max-width: 225px;
}

.card-container .card .description {
	font-family: var(--font-family-montserrat);
	font-size: var(--font-size-xxl);
	font-weight: 700;
	color: var(--white);
	margin-top: 20px;
}

.card-container .card .front-side img {
	width: 100%;
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	height: 100%;
}

.card-container .card .back-side.is-visible {
	background-color: #131313;
	border: 1px solid var(--white);
	border-radius: 20px;

	@starting-style {
		opacity: 0;
	}
}

.card .back-side .description {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-s);
	font-weight: 300;
	color: var(--white);
	text-align: center;
	padding: 0 20px;
	margin-top: 10px;
}

.card .front-side.is-visible {
	display: block;
	opacity: 1;

	@starting-style {
		opacity: 0;
	}
}

.card .back-side,
.front-side {
	display: none;
	opacity: 0;
	transition-duration: 1s;
}

.card .back-side.is-visible {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.card .back-side.is-visible img {
	width: 20px;
	height: 20px;
}

/* Map */
.achievements-wrapper .map {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 80px 0 40px;
}

.map-card-container {
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-top: 30px;
}

.map-card-container .map-card {
	border: 1px solid var(--white);
	color: var(--white);
	border-radius: 18px;
	min-height: 110px;
	padding: 25px;
}

.map-card-header {
	display: flex;
	justify-content: space-between;
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-m);
}

.map-card-header img {
	width: 20px;
	height: 20px;
}

.map-card .map-card-content {
	text-align: left;
	margin-top: 15px;
	font-family: var(--font-family-futura_pt-book);
	font-weight: 700;
	font-size: var(--font-size-xl);
}

.map-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.map-marker {
	position: absolute;
}

.map-marker-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.map-marker-top,
.map-marker-bottom {
	font-family: var(--font-family-futura_pt-book);
	text-align: center;
}

.map-marker-top {
	font-weight: 700;
	font-size: var(--font-size-m);
}

.map-marker-bottom {
	font-weight: 450;
	font-size: var(--font-size-s);
}

/* End map */

.custom-switch {
	color: var(--white);
	position: absolute;
	right: 0;
	top: 50px;
}

.custom-switch .custom-control-label::before {
	bottom: 10px;
	top: 0 !important;
	background: #9b9b9b !important;
	border-color: #9b9b9b !important;
}

.custom-switch .custom-control-label {
	opacity: 0.5;
}

.custom-switch .label-before {
	opacity: 1;
}
.custom-switch .label-before,
.label-after {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-m);
}

.custom-switch .custom-control-input:checked ~ .label-before {
	opacity: 0.5;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label {
	opacity: 1;
}

.custom-switch .custom-control-label::after {
	top: -6px;
	left: -42px;
	border: 8px solid #00000080 !important;
	border-radius: 100%;
	box-sizing: content-box;
	opacity: 0.6;
}

.custom-switch .label-before {
	left: -40px;
	position: relative;
}

.custom-switch .custom-control-input {
	color: gray;
}

@media (max-width: 768px) {
	.achievements-wrapper {
		padding: var(--block-padding-mobile) 0;
	}
	.card-container .card:first-child {
		position: relative;
	}

	.card-container .card:first-child:after {
		position: absolute;
		content: "";
		background: url(../Images/achievments/lottie-cursor.gif) center center no-repeat;
		width: 60px;
		height: 60px;
		display: block;
		top: 0px;
		right: 0px;
	}
}

@media (max-width: 576px) {
	.card-container .card {
		width: 260px;
	}
}

/* --- */

/* price */
.price-wrapper {
	margin: var(--block-padding) 0;
	height: auto;
	border-radius: 40px 0 40px 40px;
}

.price-wrapper .tab-content {
	background: radial-gradient(circle at 100% 150%, #51c231 0%, #44ab27 100%);
	width: 100%;
	min-height: 460px;
	border-radius: 40px 0 40px 40px;
	padding-bottom: 20px;
}

.price-tabs {
	justify-content: flex-end;
	background-color: var(--white);
	position: relative;
	border-bottom: none;
}

.price-tabs .nav-link {
	border: none;
	position: relative;
	padding: 0;
	width: 180px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: -14px;
	filter: drop-shadow(3px 0px 7px rgba(0, 0, 0, 0.3));
}

.price-tabs .nav-link::before {
	content: "";
	background: url(../Images/price/Rectangle-no-active.png) no-repeat center center / cover;
	width: 180px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.price-tabs .nav-link.active::before {
	content: "";
	background: url(../Images/price/Rectangle-active.png) no-repeat center center / cover;
}

.price-tabs .nav-link span {
	font-family: var(--font-family-montserrat);
	font-weight: 500;
	font-size: var(--font-size-m);
	z-index: 2;
	position: relative;
}

.price-tabs .nav-link.active span {
	color: var(--white);
}

.price-tabs .nav-link.active {
	background-color: unset !important;
}

.price-tabs .nav-link .rectangle {
	width: 170px;
	max-width: 80px;
}

.tab-content .tab-pane {
	padding: 20px 10px;
	height: 100%;
	position: relative;
}

.tab-content > .active {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.tab-content .tab-pane .content-header {
	color: var(--white);
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 70px;
}

.tab-content .tab-pane .content-header h2 {
	font-family: var(--font-family-montserrat);
	font-size: var(--font-size-h2);
	font-weight: 400;
}

.tab-content .tab-pane .content-header p {
	font-family: var(--font-family-montserrat);
	font-size: var(--font-size-xxl);
	font-weight: 700;
}

.tab-content .tab-pane .content-body {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-l);
	font-weight: 400;
	color: var(--white);
	text-align: center;
	display: flex;
	padding: 0 100px;
}

.tab-content .tab-pane .content-body .section {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	gap: 20px;
	text-align: left;
}

.tab-content .tab-pane .content-body .section img {
	width: 100%;
	max-width: 60px;
	height: auto;
}

.tab-pane .offer-limit-img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50px;
}

.tab-pane .offer-limit-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}

.tab-pane .offer-limit-text p {
	text-align: center;
	width: auto;
	border: 1px solid #399c3d;
	font-family: var(--font-family-montserrat);
	font-weight: 400;
	font-size: var(--font-size-s);
	padding: 10px;
	border-radius: 9px;
	color: #035002;
}

.price-wrapper .upload-doc {
	margin: 0 auto;
	min-width: 280px;
}

.popover-content {
	display: flex;
}

.popover {
	width: auto;
	max-width: 800px;
	border-radius: 10px;
	padding: 0 10px;
	top: 5px !important;
}

.popover-content .popover-item:not(:last-child)::after {
	content: "";
	height: 50%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #f1f1f1;
}

.popover-content .popover-item .popover-title {
	font-family: var(--font-family-montserrat);
	font-weight: bold;
	font-size: var(--font-size-l);
	margin-bottom: 5px;
	padding: 0 10px;
}

.popover-content .popover-item .popover-text {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-m);
	padding: 0 10px;
}

@media (max-width: 1200px) {
	.price-wrapper .tab-content {
		min-height: 500px;
	}
}

@media (max-width: 992px) {
	.price-wrapper .tab-content {
		min-height: 590px;
	}

	.tab-pane .offer-limit-text {
		margin-top: 0;
	}

	.tab-content .tab-pane .content-body {
		gap: 30px;
	}

	.tab-content .tab-pane .content-body .section {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.popover {
		max-width: 90vw;
		left: 10px;
	}

	.price-wrapper {
		margin: var(--block-padding-mobile) 0;
	}

	.price-wrapper .tab-content {
		border-radius: 40px;
	}

	.tab-content .tab-pane .content-header h2 {
		font-size: var(--font-size-m);
	}

	.tab-content .tab-pane .content-header p {
		font-size: var(--font-size-l);
	}

	.tab-content .tab-pane .content-body {
		font-size: var(--font-size-s);
		padding: 0 20px;
		gap: 50px;
	}

	.tab-content .tab-pane .content-body .section {
		flex-direction: column;
	}

	.tab-content .tab-pane .content-header {
		margin-top: 20px;
	}

	.tab-pane .offer-limit-img {
		display: none;
	}

	.price-tabs {
		justify-content: space-between;
		height: auto;
		padding: 0 20px;
		margin-bottom: 20px;
		gap: 10px;
	}

	.price-tabs .nav-link {
		flex-shrink: 0;
		margin-right: 5px;
		width: auto;
		display: block;
		position: unset;
		height: 20px;
		filter: unset;
	}

	.price-tabs .nav-link::before {
		content: "";
		background: unset;
		width: 180px;
		height: 80px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}

	.price-tabs .nav-link.active::before {
		content: "";
		background: unset;
	}

	.price-tabs .nav-link span {
		color: var(--black);
		opacity: 0.5;
		font-size: var(--font-size-s);
		font-weight: 300;
	}

	.price-tabs .nav-link.active span {
		color: var(--black);
		opacity: 1;
		border-bottom: 1px solid #51c231;
	}
}

@media (max-width: 430px) {
	.price-tabs {
		justify-content: center;
	}
}
/* --- */

/* clients */

.clients-wrapper h2 {
	color: var(--black);
	text-align: center;
}

.clients-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 50px;
	margin: 50px 0 100px 0;
}

.clients-container .client-card {
	width: 80px;
	height: 80px;
	display: grid;
	place-items: center;
}

.client-card img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 768px) {
	.clients-container {
		column-gap: 40px;
		row-gap: 25px;
		margin: 30px 0 0 0;
	}

	.clients-container .client-card {
		width: 60px;
		height: 60px;
	}
}

/* --- */

/* address */

.address-wrapper {
	background: url(../Images/address/mapBg.png) no-repeat center top / contain;
	background-size: cover;
	min-height: 855px;
	height: auto;
	position: relative;
	margin-bottom: var(--block-padding);
}

.address-wrapper h2 {
	color: var(--black);
	text-align: center;
	padding-top: 100px;
}

.map-container {
	background: url(../Images/address/map-info.png) no-repeat center center / contain;
	width: 100%;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	padding: 20px;
	transform: translate(-50%, -50%);
	max-width: 360px;
}

.map-container .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.map-container .info .city {
	font-family: var(--font-family-futura_pt-light);
	font-size: var(--font-size-xl);
}

.map-container .info .street {
	font-family: var(--font-family-futura_pt-light);
	font-size: var(--font-size-l);
	color: #999999;
	line-height: 110%;
}

.subtitle {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-s);
	color: #14151480;
}

.number {
	font-family: var(--font-family-futura_pt-medium);
	font-size: 24px;
}

.map-container .info .call {
	font-family: var(--font-family-montserrat);
	font-weight: 300;
	font-size: var(--font-size-xs);
	color: #1476d1;
	border-bottom: 1px dashed #1476d1;
	text-transform: uppercase;
}

.map-container .info .time {
	font-family: var(--font-family-futura_pt-medium);
	font-size: var(--font-size-l);
}

.map-container .info .days {
	font-family: var(--font-family-futura_pt-light);
	font-size: var(--font-size-l);
	color: #999999;
}

@media (max-width: 768px) {
	.map-container .info {
		transform: scale(0.8);
	}

	.address-wrapper {
		min-height: 730px;
		margin-bottom: var(--block-padding-mobile);
	}
}
@media (max-width: 310px) {
	.map-container .info {
		gap: 10px;
	}
}
/* --- */

/* footer */

.footer-wrapper {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 1px solid #e5e5e5;
}

.footer-wrapper .logo-wrapper {
	bottom: 18px;
	position: relative;
}

.footer-wrapper .logo-wrapper .company-name {
	font-size: var(--font-size-m);
}

.footer-wrapper .site-type {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-m);
}

.footer-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	text-align: center;
	justify-content: center;
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-s);
	color: #141514;
}

.footer-phones {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0;
	text-align: right;
}

.footer-phones .number {
	display: block;
	margin-top: 10px;
	font-weight: 450;
}

.footer-wrapper .socials {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 40px 0;
}

.footer-wrapper .socials img {
	max-width: 100%;
	height: auto;
}

.footer-wrapper .copyrights {
	font-family: var(--font-family-futura_pt-book);
	font-size: var(--font-size-s);
	color: #14151480;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
}

@media (max-width: 768px) {
	.footer-wrapper {
		padding: 40px 30px;
	}

	.footer-wrapper .site-type {
		color: #14151480;
		font-size: var(--font-size-s);
	}

	.footer-menu {
		padding-left: 0;
		flex-direction: column;
		gap: 20px;
		font-size: var(--font-size-s);
		margin-top: 20px;
		text-align: left;
	}

	.footer-wrapper .socials {
		justify-content: flex-start;
	}

	.footer-wrapper .copyrights {
		font-size: var(--font-size-xs);
	}

	.footer-wrapper .footer-phones {
		flex-direction: row;
		flex-wrap: wrap;
		text-align: left;
	}

	.footer-wrapper .footer-phones .subtitle {
		font-size: var(--font-size-s);
	}

	.footer-wrapper .footer-phones .number {
		font-size: var(--font-size-l);
	}
}
/* --- */


.top-0 {
	top: 0px;
}

.left-0 {
	left: 0px;
}

@media (min-width: 992px) {
	.pl-lg-14 {
		padding-left: 3.5rem;
	}
}

.mt-40 {
	margin-top: 10rem;
}

.link {
	font-family: var(--font-family-montserrat);
	cursor: pointer;
	text-decoration: underline;
}

.object-contain {
	object-fit: contain;
}

.underline {
	text-decoration-line: underline;
}