html {
	scroll-behavior: smooth;
}

.main-page {
	background: #f5f6f7;
	font-family: var(--font-family-inter);
	background-repeat: no-repeat;
	background-image: url("../BrandBook/Images/main-image.png");
	background-position: top center;
	overflow-x: hidden;

	@media (min-width: 1200px) {
		background-size: 100% 1750px;
	}

	@media (min-width: 1920px) {
		background-size: 1500px 1700px;
	}
}

.main-page h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;

	@media (min-width: 768px) {
		font-size: var(--font-size-h2);
	}
}

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;
}

@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-black {
	background: var(--dark);
	color: var(--white);
}

.btn-black:hover {
	color: var(--white);
}

.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 gray;
	color: var(--dark);
	padding: 16px;
	min-width: unset;
}

.btn-non-outline {
	outline: none;
	border: none;
	font-family: var(--font-family-futura_pt-book);
	font-weight: 450;
	font-size: var(--font-size-m);
}

.logout-button {
	color: var(--white);
}

@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%;
}

.main-display-content {
	padding: 250px 20px;
}

.main-display-content .main-text {
	color: #555c66;
	font-size: var(----font-size-s);
	margin-bottom: 20px;
}

.main-display-content .main-title {
	font-family: var(--font-family-montserrat);
	font-weight: 600;
	font-size: var(--font-size-h1);
	color: var(--dark);
	margin-bottom: 40px;
}

.main-display-content .main-title span {
	color: var(--apple);
}

.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 .row {
	justify-content: flex-end;
}

.main-display-content .btn-tech {
	max-width: max-content;
	padding: 14px 20px;
	justify-self: center;

	@media (min-width: 768px) {
		justify-self: unset;
	}
}

.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%;
}

.row {
	width: 100%;
	margin: 0 auto;
}

.main-page .container {
	max-width: 100%;

	@media (min-width: 1200px) {
		max-width: 1440px;
	}
}

@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 .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: #191c1e;
	background: #ffffff;
	min-height: 80px;
	height: auto;
	position: fixed;
	top: 10px;
	z-index: 999;
	align-items: center;
	padding: 10px;
	border-radius: 15px;
	margin: 0 20px;
	gap: 5px;
	box-shadow: 0px 1px 5px 0px #2a36541f;

	@media (min-width: 768px) {
		width: calc(100% - 20px);
		padding: 0 20px;
		margin: 0;
	}

	@media (min-width: 800px) {
		width: calc(100% - 30px);
	}

	@media (min-width: 1480px) {
		width: 1410px;
	}
}

.menu-wrapper {
	display: flex;
	align-items: center;
	gap: 1rem;

	@media (min-width: 800px) {
		gap: 2rem;
	}
}

.logo-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.logo-wrapper .logo {
	width: 52px;
	height: 52px;
}

.logo-wrapper .company-name {
	font-size: 18px;
	font-family: var(--font-family-futura_pt-heavy);
	text-transform: uppercase;
	font-weight: 700;

	@media (min-width: 768px) {
		font-size: var(--font-size-l);
	}
}

.header-menu {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: flex-end;
	font-weight: 400;
	font-size: 14px;

	@media (min-width: 800px) {
		gap: 2rem;
	}
}

.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("../BrandBook/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("../BrandBook/icons/admin.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-personal-area::before {
	background: url("../BrandBook/icons/personal_area.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-customer-area::before {
	background: url("../BrandBook/icons/customer_area.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-document-approval::before {
	background: url("../BrandBook/icons/document_approval.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-contracts::before {
	background: url("../BrandBook/icons/contracts.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-auctions::before {
	background: url("../BrandBook/icons/auctions.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-contractor-area::before {
	background: url("../BrandBook/icons/contractor_area.svg") no-repeat center center;
}

.profile-dropdown-menu .dropdown-menu-icon.icon-logout::before {
	background: url("../BrandBook/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;
}

/* --- */

/* 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 {
	width: 35px;
	height: 35px;
}

#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;
}
/* --- */

/* Services */
.services-wrapper {
	background-color: var(--white);
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 20px 20px;
	grid-template-areas:
		"card_big_1"
		"card1"
		"card2"
		"card3"
		"card4"
		"card_big_2";

	@media (min-width: 768px) {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-template-areas:
			"card_big_1 card_big_1"
			"card1 card2"
			"card3 card4"
			"card_big_2 card_big_2";
	}

	@media (min-width: 1200px) {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 20px 20px;
		grid-template-areas:
			"card_big_1 card_big_1 card1 card2"
			"card3 card4 card_big_2 card_big_2";
	}
}

.services-wrapper .card.card_big_1 {
	grid-area: card_big_1;
	background-image: url("../BrandBook/Images/advantages/card_big_1_background.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.services-wrapper .card.card_big_2 {
	grid-area: card_big_2;
	background-image: url("../BrandBook/Images/advantages/card_big_2_background.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.services-wrapper .card.card_big .btn_card {
	outline: 1px solid var(--white);
	color: var(--white);
	margin-top: auto;
	max-width: max-content;
	padding: 14px 20px;
	text-align: center;
}

.services-wrapper .card1 {
	grid-area: card1;
}
.services-wrapper .card2 {
	grid-area: card2;
}
.services-wrapper .card3 {
	grid-area: card3;
}
.services-wrapper .card4 {
	grid-area: card4;
}

.services-wrapper .card {
	border-radius: 12px;
	padding: 20px;
	background: var(--dark);
	color: var(--white);
	font-weight: 400;
	height: 410px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.services-wrapper .card > *:not(.card-overlay) {
	position: relative;
	z-index: 2;
}

.services-wrapper .card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	border-radius: 12px;
}

.services-wrapper .card img {
	width: 150px;
	height: 160px;
}

.services-wrapper .card .title {
	font-size: 24px;
	line-height: 120%;
}

.services-wrapper .card_big .title {
	font-size: 32px;
	line-height: 100%;
}

.services-wrapper .card.card_big .description {
	font-size: 16px;
	line-height: 100%;
	color: var(--white);
}

.services-wrapper .card .description {
	font-size: 16px;
	line-height: 100%;
	color: #acb0b6;
}

/* Advantages */

.advantages-wrapper {
	scroll-margin-top: 100px;
	margin-top: 75px;
	display: flex;
	flex-direction: column;
	gap: 70px;
	overflow: auto;

	@media (min-width: 768px) {
		margin-top: 200px;
	}
}

.advantages-wrapper-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
}

.advantages-wrapper-content-item {
	width: 100%;
	border-radius: 12px;
	padding: 20px;
	background: var(--white);
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	@media (min-width: 380px) {
		flex-direction: row;
		justify-content: space-between;
	}

	@media (min-width: 768px) {
		width: calc(50% - 10px);
	}
}

.advantages-wrapper-content-item img {
	width: 56px;
	height: 56px;
}

.advantages-wrapper-content-item-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.advantages-wrapper-content-item-title {
	font-weight: 400;
	font-size: 28px;
}

.advantages-wrapper-content-item-description {
	font-weight: 400;
	font-size: 16px;
	color: #555c66;
}

.advantages-wrapper-list {
	padding: 50px 30px;
	border-radius: 15px 15px 0 0;
	background-color: var(--white);
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.advantages-wrapper-list-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;

	@media (min-width: 1200px) {
		width: calc(33.33% - 20px);
	}
}

.advantages-wrapper-list-item-title {
	font-weight: 400;
	font-size: 28px;
}

.advantages-wrapper-list-item-description {
	font-weight: 400;
	font-size: 16px;
	color: #7a8089;
}

.advantages-wrapper-image {
	border-radius: 0 0 15px 15px;
	background-image: url("../BrandBook/Images/advantages/city.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 255px;
	width: 100%;
}

/* Tariff */

.tariff-wrapper {
	scroll-margin-top: 100px;
	background-color: var(--white);
	margin-top: 75px;
	padding: 20px;

	@media (min-width: 768px) {
		padding: 40px;
	}
}

.tariff-wrapper-content {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 60px;
}

.tariff-wrapper-content-item {
	width: 100%;
	border-radius: 12px;
	padding: 30px;
	background-color: var(--dark);
	color: var(--white);
	display: flex;
	flex-direction: column;
	gap: 30px;

	@media (min-width: 1200px) {
		width: calc(33.33% - 20px);
	}
}

.tariff-wrapper-content-item-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;

	@media (min-width: 768px) {
		font-size: 44px;
	}
}

.tariff-wrapper-content-item-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;

	@media (min-width: 768px) {
		font-size: 20px;
	}
}

.tariff-wrapper-content-item-btn {
	margin-top: auto;
	background-color: var(--white);
	color: var(--dark);
	border-radius: 12px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.tariff-wrapper-content-item-btn:hover {
	color: var(--dark);
}

.tariff-wrapper-content-item-subdescription {
	color: #acb0b6;
	font-weight: 400;
	font-style: Italic;
	line-height: 100%;
}

.tariff-customer-wrapper {
	margin-top: 75px;
	@media (min-width: 768px) {
		margin-top: 115px;
	}
}

.tariff-customer-wrapper-content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
}

.tariff-customer-wrapper-content-item {
	border-radius: 12px;
	padding: 30px;
	background-color: #f5f6f7;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	min-height: 390px;
	width: 100%;

	@media (min-width: 991px) {
		width: calc(50% - 20px);
	}
}

.tariff-customer-wrapper-content-item-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;

	@media (min-width: 768px) {
		font-size: 44px;
	}
}

.tariff-customer-wrapper-content-item-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;

	@media (min-width: 768px) {
		font-size: 20px;
	}
}

.tariff-customer-wrapper-content-item-subdescription {
	color: #acb0b6;
	font-weight: 400;
	font-style: Italic;
	line-height: 100%;
}

.tariff-customer-wrapper-content-item-btn {
	background: var(--white);
	margin-top: auto;
	border: 1px solid #c0c6cd;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 14px 20px;
	border-radius: 12px;
}

/* Contacts */
.contacts-wrapper {
	scroll-margin-top: 70px;
	padding: 40px 0;
	margin-bottom: 40px;
	background-color: var(--white);

	@media (min-width: 768px) {
		padding: 80px 0;
	}
}

.contacts-wrapper-inner {
	border-radius: 12px;
	background-image: url("../BrandBook/Images/advantages/city.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 538px;
	padding: 10px;
	margin: auto 20px;

	@media (min-width: 768px) {
		padding: 30px;
		margin: auto 40px;
	}
}

.contacts-wrapper-content {
	background-color: var(--dark);
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	border-radius: 12px;
	width: 100%;
	color: var(--white);

	@media (min-width: 768px) {
		width: 560px;
	}
}

.contacts-wrapper-content-address {
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #acb0b6;
}

.contacts-wrapper-content-phones-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #acb0b6;
}

.contacts-wrapper-content-phones-phone {
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
}

.contacts-wrapper-content-btn {
	width: 100%;
	padding: 14px 20px;
	text-align: center;
	color: var(--white);

	@media (min-width: 768px) {
		width: 50%;
	}
}

/* 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;
	}
}
/* --- */

.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;
}

.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;
}

/* 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);
	text-transform: uppercase;
	font-weight: 700;
}

.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;
}

.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;
}

@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;
}
