@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro.woff2') format('woff2'),
         url('../fonts/gothampro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro-medium.woff2') format('woff2'),
         url('../fonts/gothampro-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro-bold.woff2') format('woff2'),
         url('../fonts/gothampro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html {
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	font-family: 'GothamPro', 'Arial', sans-serif;
	overflow-x: hidden;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.row:before,
.row:after {
	content: '';
	display: table;
}

.row:after {
	clear: both;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 15px 25px;
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
	background: #4a99fe;
	background: linear-gradient(to right, #5b6fd6, #6277e3);
	border: none;
	cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
	background: #316ec2;
	background: linear-gradient(to right, #3170c3, #4690ef);
}

.btn.btn_small {
	font-size: 15px;
	padding: 10px 15px;
}

.header>.container {
	padding: 12px 20px 17px;
}

.header p {
	margin: 0;
}

.logo,
.header_right {
	text-align: center;
}

.header_mid {
	margin: 20px 0;
	font-size: 15px;
}


.content {
	position: relative;
}

.main_menu {
	position: absolute;
	z-index: 200;
    left: 0;
    right: 0;
    top: 12px;
}

.footer {
	flex: 0 0 auto;
	background: url(../img/bg-footer.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 30px 0;
}

.footer_mid {
	margin: 20px 0;
}

.page_name {
	display: none;
}



.forms {
	display: none;
}

.contacts_page {
	background: #f6faff;
}

.contacts_page>.container {
	padding: 30px 20px;
}

.contacts_map {
	padding: 30px 0;
}

.form {
	display: none;
}

.content_top .page_name p {
	display: none;
}

@media (min-width: 768px) {
	.header .row_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 900px) {
	
}

@media (min-width: 1024px) {
	.header_left {
		margin-right: auto;
	}

	.footer {
		padding: 75px 0;
	}

	.footer>.container {
		display: flex;
		justify-content: space-between;
	}

	.footer>.container>div {
		width: 33%;
		flex-grow: 1;
	}

	.footer_mid {
		margin: 0;
		padding: 0 20px;
	}
}

@media (min-width: 1140px) {

}

@media (min-width: 1200px) {
	.row_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header_mid,
	.footer_mid {
		margin: 0;
	}

	.logo,
	.header_right {
		text-align: left;
	}

	.btn.btn_big {
		padding: 20px 75px;
		font-weight: 500;
	}

	.contacts_page>.container {
		display: flex;
	}

	.content_left {
		float: left;
		width: 280px;
	}

	.content_right {
		float: right;
		width: 920px;
		padding-left: 30px;
	}

	.content_top {
		margin-bottom: 0;
	}

	.footer>.container>div {
		width: auto;
		flex-grow: 0;
	}

	.footer_mid {
		padding: 0;
	}
}

.no-border,
.no-border *{
	overflow: visible!important;
}
.no-border #cboxTopLeft,
.no-border #cboxTopRight,
.no-border #cboxBottomLeft,
.no-border #cboxBottomRight,
.no-border #cboxMiddleLeft,
.no-border #cboxMiddleRight,
.no-border #cboxTopCenter,
.no-border #cboxBottomCenter{display: none;}
.no-border #cboxContent{background:none; overflow:visible;}
.no-border #cboxLoadedContent{padding: 0; margin-top: 0;}

.no-border#colorbox, .no-border#cboxOverlay, .no-border #cboxWrapper{z-index: 9999;}
.no-border #cboxContent {border: none;}
.no-border #cboxTitle {display: none!important;}
.no-border#cboxOverlay{background: rgb(33, 33, 33); position: fixed; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.70!important; filter: alpha(opacity = 63);}
.no-border #cboxClose{position:absolute; top:10px; right:10px; cursor: pointer; background:url(../img/icon-close.png) no-repeat; width:22px; height:22px; text-indent:-9999px; border: none;}

.messages_list {
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	z-index: 99999;
}

.messages_list li {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.messages_list li:first-child {
	margin-top: 0;
}

.messages_list .type_success {
	color: #fff; 
	border: none;
	background: #00bbe8;
	box-shadow: 0 3px 51px rgba(0, 0, 0, 0.6);
	padding: 15px;
	text-align: center;
}

.messages_list .type_error {
	color: #fff; 
	border: none;
	background: #d41f1f;
	box-shadow: 0 3px 51px rgba(0, 0, 0, 0.6);
	padding: 15px;
	text-align: center;
}