html {
  position: relative;
  min-height: 100%;
}
body {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	/*background-color: #eee;*/
	/*margin-bottom: 120px;*/
}

.container h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	padding: 24px 0 24px 0;
	margin: 0;
	position: relative;
}
.header {
	background-color: #242225;
	background-image: url('images/bg-header-1.jpg');
	background-position: center top;
	background-size: cover;
	color: #fff;
	position: relative;
}
.header-bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(9,12,20,0.76);
}
.header-logo {
	margin: 40px 0 50px 0;
}
.header-logo img {
	width: 131px;
	height: 131px;
}
.header-body {
	color: #fff;
}
.header-body h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 24px 0;
	padding: 0;
}
.header-body h1 span {
	display: inline-block;
	border-bottom: 5px solid #0f78d2;
	padding: 0 0 20px 0;
}
.header-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-body ul li {
	padding-left: 34px;
	background: url('images/tick-inside-circle.svg') left 0 no-repeat;
	margin-bottom: 15px;
	background-size: 24px;

	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}

.header-phone {
	margin: 40px 0 55px 0;
	padding: 0;
}
.header-phone a {
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
	color: #0f78d2;

}
.form-header {
	padding: 10px 32px 24px 32px;
	background-color: #0e1f30;
	border-radius: 4px;
	margin-bottom: 50px;
}
.feedback-form h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin: 10px 0;
	padding: 0;
}
.feedback-form .col-form-label {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: #c4c4c4;
	margin: 10px 0;
	padding: 0;
}
.feedback-form .form-notice {
	font-size: 10px;
	line-height: 12px;
	font-weight: 500;
	color: #6c707b;
	margin: 30px 0 15px 0;
	padding: 0;
}
.feedback-form input[type="text"] {
	background-color: transparent;
	color: #fff;
	padding: .275rem .75rem;
	border-color: #5b6e7e;
}
.feedback-form .btn {
	border-radius: 30px;
	padding: 8px 30px 10px;
}
.block-content-1 {
	background-image: url('images/bg-line.png');
	background-position: center top;
	background-size: cover;
}
.block-content-1-body {
	background-color: #fff;
}
.block-content-1-bg {
	background-image: url('images/man.png');
	background-color: #a1937b;
	background-position: left top;
	background-size: cover;
}

.block-content-benefits {
	background-color: #1f2c47;
	background-image: url('images/bg-benefits-1.jpg');
	background-position: center top;
	background-size: cover;
	color: #fff;
	margin: 0;
	position:relative;
	/*padding: 0 0;*/
}
.benefits-bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5,15,49,0.87);
}

.block-content-benefits-ico {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 0 10px 0;
	background-size: 64px
	background-repeat: no-repeat;
	background-position: center;
}
.block-content-benefits-ico.ico-trophy {
	background-image: url('images/ico-trophy.svg');
	background-size: 64px
}
.block-content-benefits-ico.ico-handshake {
	background-image: url('images/ico-handshake.svg');
	background-size: 64px
}
.block-content-benefits-ico.ico-chat {
	background-image: url('images/ico-chat.svg');
	background-size: 64px
}

.block-content-benefits h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #fae6c3;
	margin: 0 0 12px 0;
	padding: 0;
}

.block-content-price h2 {
	color: #b49259;
}

.block-content-contacts {
	background-color: #e9e8e7;
}
.block-content-contacts .contacts-map {
	min-height: 400px;
}
.feedback-form.form-footer .form-notice,
.feedback-form.form-footer .col-form-label
{
	color: #646464;
}
.feedback-form.form-footer input[type="text"] {
	background: #fff;
	color: #000;
	border: none;
}





/*
.tn-logo-text a {
	color: #fff;
}
.tb-right a {
	color: #eee;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
	transition: 0.3s all;
}
.tb-right a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nav-link {
	font-size: 14px;
}
.cd-tabs .nav-wrapper {
	position: sticky;
	top: 0;
	z-index: 99;
}

.users-list-item a {
	display: inline-block;
	max-width: 130px;
	width: 100%;
	text-decoration: none;
	transition: 0.3s all;
	border-bottom: 1px solid transparent;
}
.users-list-item a:hover {
}
.users-list-item.partner-item a {
	max-width: 150px;
}
.users-list-item a:hover span {
	transform: scale(1.05);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.users-list-item span {
	display: inline-block;
	border-radius: 1000px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 0;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	box-sizing: content-box;
	transition: 0.3s all;
}
.users-list-item.back-link span {
	background-image: url('images/back.svg');
	background-size: 50px;
	background-position: center;
}

.users-list-item.partner-item span {
	background-position: center center;
}
.users-list-item b {
	display: block;
	color: #2a5885;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	font-weight: 700;
}
.users-list-item.partner-item b {
	font-size: 16px;
}

.footer {
	background: #303030;
	color: #fff;
	margin: 20px 0 0 0;
	padding: 20px 0;
	font-size: 16px;
	line-height: 23px;

	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
}

.footer-links {
	font-weight: 400;
}
.footer-links p {
	font-weight: 300;
	margin-bottom: 10px;
}
.footer-links a {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.container-block {
}
.content-wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper p {
	max-width: 960px;
	font-size: 18px;
	line-height: 26px;
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper h1 {
	margin-bottom: 30px;
	font-weight: 300;
}
.content-wrapper h1:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 44px;
	margin: 0 10px 0 0;
	background: url('/images/arrow-green.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
}
.content-wrapper a {
	color: #333;
}

.content-wrapper img {
	max-width: 100%;
}


.nav-pills.register-tabs .nav-link.active, .nav-pills.register-tabs .show>.nav-link {
	color: #444;
	background-color: #fff;
	box-shadow: inset 0 2px 0 #f05451;
	border-radius: 0;
}
.nav-pills.register-tabs .nav-link {
	color: #999;
	background-color: #f8f7ee;
	border-radius: 0;
}
.register-form {
	padding: 24px 30px 38px;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.12);
	border-radius: 3px;
}

.content-wrapper .news-list-item img {
	max-width: 100%;
	margin: 0 0 15px 0;
	border-radius: 4px;
}
date {
	display: block;
	margin: 5px 0 0 0;
	font-size: 13px;
	color: #888;
}
.content-wrapper .news-list-item-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #000 !important;
	margin: 0 0 10px 0;
	transition: 0.3s all;
}
.content-wrapper .news-list-item-title a:hover {
	color: #2a5885;
	text-decoration: none;
}
.content-wrapper .news-list-item-descr {
	font-size: 15px;
	line-height: 22px;
}
.content-wrapper .news-view-body {
	max-width: 990px;
	margin: 30px auto 10px auto;
}
.news-view img {
	border-radius: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.projects-list-item {
	background-color: #fff;
	height: 100%;
	transition: 0.3s all;
	border-radius: 3px;
	overflow: hidden;
}
.projects-list-item:hover {
	background-color: rgba(255,255,255,0.6);
}
.projects-list-item img {
}
.projects-list-item b {
	display: block;
	padding: 12px 20px 15px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
.projects-list-item a:hover {
	color: #2a5885;
	text-decoration: none;
	transition: 0.3s all;
}
*/

@media (max-width: 1200px) {
	.container {
		font-size: 14px;
		line-height: 22px;		
	}
	.container h2 {
		font-size: 20px;
		line-height: 24px;
	}

}
@media (max-width: 992px) {
	.block-content-1 {
		background: none;
	}

}
@media (max-width: 768px) {
	.header-bg-overlay {
		background-color: rgba(9,12,20,0.9);
	}	
	.benefits-bg-overlay {
		background-color: rgba(3,14,43,0.92);
	}	
	.header-body h1 {
		text-align: center;
	}	
}

/* cookie accept */

.cookie-accept {
	background-color:#fff;
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 567px;
	border-radius: 8px;
	box-shadow: rgba(42, 51, 62, 0.15) 0px 2px 11px 0px;
	z-index: 50;
}
.cookie-accept__wrapper {
	margin: 0 auto;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: nowrap;
}
.cookie-accept__msg {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #555;
	flex: 1 0 0%;
	width: 100%;
    max-width: 100%;
}
.cookie-accept__btn button {
	padding: 12px 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
	color: #575757;
    background: #e9e9e9;
	outline: none;
    border-radius: 3px;
	text-align: center;
	border: none;
	transition: 0.2s background-color;
	cursor: pointer;
}
.cookie-accept__btn button:hover {
    background: #e9e9e9;
}

@media (max-width: 600px)  {
	.cookie-accept {
		width: 100%;
		left: 0;
		bottom: 0;
		box-shadow: rgba(42, 51, 62, 0.15) 0 0 20px 0;
	}
	.cookie-accept__wrapper {
		flex-direction: column;
	}
	.cookie-accept__btn  {
		width: 100%;
	}
	.cookie-accept__btn  button {
		width: 100%;
	}
}
