html, body {padding: 0px; margin: 0px; font-family: Open Sans Regular, Arial, Tahoma; font-size: 14px;}
body {line-height: 24px;}
html {overflow-y: scroll;}
.header {
	padding: 15px 0px 140px;
}
.header .phone {
	font-family: Open Sans Bold;
	font-size: 17px;
	color: #333;
}
.header .langs {
	user-select: none;
}
.header .langs .lang1, .header .langs .lang2 {
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	background-image: url(/images/uk_ua.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 18px;
	height: 12px;
}
.header .langs .lang2 {
	background-image: url(/images/ru_ru.gif);
}
.header .logo {
	background: url(/images/logo.png) no-repeat;
	background-size: 100%;
	width: 335px;
	height: 90px;
	margin-top: 50px;
}
.header .contacts {
	margin-top: 30px;
	font-size: 20px;
	color: #333;
}
.header .contacts .contact_email {
	font-size: 14px;
}
.header .contacts a {
	color: #ccc;
	transition: color 400ms;
}
.header .contacts a:hover {
	color: #122f41;
}



.head {
	background: #122f41;
	height: 80px;
	width: 100%;
}
#top_nav {
	top: 263px;
   position: fixed;
   z-index: 1000;
}
.head #head_logo {
	display: none;
	background: url(/images/logo_white.png) no-repeat;
	background-size: 100%;
	width: 150px;
    height: 40px;
    margin: 20px 10px;
    float: left;
}
.head .head_menu {
	white-space: nowrap;
	float: left;
	vertical-align: top;
}
.head .head_menu .hm_but {
	display: inline-block;
	padding: 0px 10px;
	margin: 20px 0px;
	line-height: 40px;
	font-family: Open Sans SBold;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	transition: all 400ms;
	border-radius: 7px;
}
.head .head_menu .hm_but:hover {
	background: #f8cf27;
	color: #122f41;
}
.background_menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100000;
}
.background_menu_back {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(18, 47, 65, 0.9);
	cursor: pointer;
}
.background_menu_close {
	background: url(/images/pv_layer_controls.png) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 22px;
	margin: auto;
	margin-bottom: 15px;
	cursor: pointer;
}
.background_menu .center_menu {
	max-width: 250px;
	margin: 15px auto;
	position: relative;
}
.background_menu .background_menu_logo {
	background: url(/images/logo_white.png) no-repeat;
	background-size: 100%;
	width: 180px;
    height: 50px;
    margin: auto;
    margin-bottom: 30px;
}
.background_menu #menu_hide a {text-decoration: none;}
.background_menu #menu_hide .hm_but {
	padding: 10px;
	background-color: #f8cf27;
    color: #333;
    font-family: Open Sans Bold;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.background_menu #menu_hide .hm_but:hover {
	text-transform: uppercase;
}
.head_image {
	position: relative;
	width: 100%;
	height: 550px;
	background: url(/images/main.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	margin-top: -15px;
}
.head_image .head_image_text {
    font-size: 30px;
    color: #fff;
    font-family: Open Sans EBold;
    vertical-align: middle;
    display: inline-block;
    margin-top: 95px;
    text-align: left;
    line-height: 35px;
    opacity: 0.8;
}
.head_slogan, .head_slogan_h2 {
	padding: 20px 10px;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f8cf27;
	color: #333;
	user-select: none;
}
.head_slogan_h2 {
	font-size: 27px;
	line-height: 27px;
	font-family: Open Sans SBold;
	margin: 15px 0px;
}

.table_group {
	margin: auto;
	text-align: center;
}
.table_group .table_one {
	display: inline-block;
	width: calc(100% / 3 - 60px);
	padding: 15px;
	vertical-align: top;
}
.table_group .table_one .table_one_title {
	font-size: 20px;
	color: #122f41;
	text-transform: uppercase;
	font-family: Open Sans Bold;
}
.table_group .table_one .table_one_icon {
	color: #122f41;
	padding: 15px 0px;
}
.footer {
	background-color: #122f41;
	padding: 20px 0px;
	color: #fff;
	margin-top: 15px;
}
.gray_block {
	background-color: #ebeae8;
	padding: 50px 0px;
	margin-top: 15px;
}
.article_block {
	padding: 20px;
    width: calc(100% / 3 - 105px);
    margin: 0px 30px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}
.article_block img {
    width: calc(100% + 40px);
    margin: -20px -20px 20px;
}
.article_bottom_descr {
	padding: 20px 0px;
}
.footer a {color: #fff;}
.footer .fblock {
	width: calc(100% / 3 - 5px);
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.content {
	margin: auto;
	width: 1024px;
	padding: 0px 15px;
}
.content50 {width: calc(50% - 10px);}
.content_center {text-align: center;}
h2 {
	margin: 20px 0px;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	font-family: Open Sans SBold;
	color: #333;
}

table {
    border: 1px solid #ccc;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
}
table tr:nth-of-type(even) {
    background: #ebeae8;
}
table td {
    border: 1px solid #ccc;
    padding: 5px;
}
p {margin: 0px;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    border-radius: 1px;
    border: 1px solid rgba(111,121,122,0.3);
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 90%;
    margin-bottom: 10px;
    font-family: Open Sans Regular;
    font-size: 14px;
}
textarea {min-height: 70px;}
.form_btn {
	border: 0px;
    background: #f8cf27;
    padding: 16px 20px;
    font-family: Open Sans Bold;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}
a {
	color: #3b92bd;

}
.clear {
	clear: both;
}
.fl_l {float: left;}
.fl_r {float: right;}
b {font-family: Open Sans Bold;}
hr {
	margin: 0px;
    margin-top: 25px;
    border: 0;
    border-top: 1px solid #c1c1c1;
}
@font-face {
	font-family: Open Sans Regular;
	src: url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: Open Sans Bold;
	src: url(/fonts/OpenSans-Bold.ttf);
}
@font-face {
	font-family: Open Sans SBold;
	src: url(/fonts/OpenSans-Semibold.ttf);
}
@font-face {
	font-family: Open Sans EBold;
	src: url(/fonts/OpenSans-ExtraBold.ttf);
}
#go-top {
	position: fixed; 
	bottom: 25px; 
	left: 40px;
	cursor:pointer; 
	display:none;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: url(/images/icon_up.png) no-repeat;
	background-color: #fff;
	background-size: 100%;
	transition: all 0.3s;
}

#go-top:hover {
	background-color: #f5f5f5;
}
.mobile_test {display: none;}
.mobile_head {display: none;}