@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

.t-primary-bgcolor {
	background-color: #807F7F;
}

a {
	color: #051038;
}

body {
	background-color: #fff;
}

.container {
	width: 1200px;
}

.header {
	width: 100% !important;
	font-family: "Poppins", sans-serif;
}

.header__top {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1809px;
	max-width: 100%;
	margin: auto;
}

.header__logo img {
	max-height: 89px;
}

.header__top .planroom__link,
.header__phone {
	color: #fff;
	background-color: #1a1b1f;
	height: 45px;
	font-size: 16px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	padding: 0 45px;
	font-weight: 400;
	transition: 0.2s all;
}

.header__top .planroom__link:hover,
.header__phone:hover {
	text-decoration: none;
	background-color: #3c3c3c;
	color: #fff;
}

.header__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 125px;
	padding: 15px 40px;
}

.header__nav a {
	color: #fff;
	background-color: #1a1b1f;
	height: 45px;
	font-size: 16px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	width: 262px;
	margin: 0 12px;
	transition: 0.2s all;
}

.header__nav a:hover {
	text-decoration: none;
	background-color: #3c3c3c;
	color: #fff;
}


.header-wrapper::after {
	height: 100px;
	display: flex;
	content: "Planroom";
	background-color: #051038;
	color: #807f7f;
	font-size: 40px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	align-items: center;
	justify-content: center;
}

.main {
	padding: 3rem 15px;
}

.sidebar {
	margin-right: 3rem;
}