@font-face {
	font-family: 'PF DinText Pro Regular';
	src: url('../fonts/PFDinTextPro-Regular.eot');
	src: url('../fonts/PFDinTextPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/PFDinTextPro-Regular.woff') format('woff'),  url('../fonts/PFDinTextPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF DinText Pro Bold';
	src: url('../fonts/PFDinTextPro-Bold.eot');
	src: url('../fonts/PFDinTextPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/PFDinTextPro-Bold.woff') format('woff'),  url('../fonts/PFDinTextPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'PF DinText Pro Italic';
	src: url('../fonts/PFDinTextPro-Italic.eot');
	src: url('../fonts/PFDinTextPro-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/PFDinTextPro-Italic.woff') format('woff'),  url('../fonts/PFDinTextPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'PF DinText Pro Light';
	src: url('../fonts/PFDinTextPro-Light.eot');
	src: url('../fonts/PFDinTextPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/PFDinTextPro-Light.woff') format('woff'),  url('../fonts/PFDinTextPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'PF DinText Pro LightItalic';
	src: url('../fonts/PFDinTextPro-LightItalic.eot');
	src: url('../fonts/PFDinTextPro-LightItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/PFDinTextPro-LightItalic.woff') format('woff'),  url('../fonts/PFDinTextPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'PF DinText Pro Medium';
	src: url('../fonts/PFDinTextPro-Medium.eot');
	src: url('../fonts/PFDinTextPro-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/PFDinTextPro-Medium.woff') format('woff'),  url('../fonts/PFDinTextPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'PF DinText Pro Thin';
	src: url('../fonts/PFDinTextPro-Thin.eot');
	src: url('../fonts/PFDinTextPro-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/PFDinTextPro-Thin.woff') format('woff'),  url('../fonts/PFDinTextPro-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
/*=================================*/
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
body {
	font-size: 16px;
	font-family: 'PF DinText Pro Regular';
	color: #343434;
}
p {
	font-size: 16px;
	line-height: 1.8;
}
.red {
	outline: 1px solid red;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.img_cont img {
	max-width: 100%;
	//height: auto;
}
a {
	text-decoration: none;
	outline: none;
	color: #064087;
}
textarea:focus, input:focus, select:focus {
	outline: none
}
input[type="search"] {
	-webkit-appearance: none;
}
/*==========================*/
.align_center {
	text-align: center;
	display: block;
}
h2 {
	font-size: 30px;
	margin: 0;
	font-family: 'PF DinText Pro Regular';
}
.top_bg {
  /* background-image: url(...); */  /* ЗАКОММЕНТИРОВАЛИ */
  /* background-size: cover; */
  /* background-position: center; */
}
.top_block_wrapper {
	display: table;
	width: 100%;
}
.logo {
	width: 30%;
	display: table-cell;
	padding-top: 20px;
	vertical-align: top;
}
.logo a {
	display: block;
	text-decoration: none;
}
.logo a:hover {
	opacity: 0.9;
	text-decoration: none;
}
.logo a img {
	max-width: 100%;
	height: 44px;
}
.slogan {
	width: 40%;
	display: table-cell;
	vertical-align: top;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
}
.slogan p {
	margin: 0;
}
.phones {
	width: 30%;
	display: table-cell;
	padding-top: 28px;
	vertical-align: top;
}
.phones ul {
	padding-left: 60px;
	background: url(../img/home/phone.png) 0px 0px no-repeat;
	float: right;
}
.phones ul li {
	text-transform: uppercase;
}
.phones ul li a {
	text-decoration: none;
	color: #fff;
}
.phones ul li a:hover,.phones ul li a:focus {
	//text-decoration: underline;
	color: #fff;
}
.phones ul li:first-child {
	font-size: 14px;
	color: #21C9E2;
	font-family: 'PF DinText Pro Medium';
}
.phones ul li:nth-child(2n) {
	font-size: 24px;
	color: #fff;
	font-family: 'PF DinText Pro Thin';
}
/*---------------------------*/
.menu_search {
	padding-top: 20px;
}
.menu_search .container {
	position: relative;
}
.navbar-default {
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
	padding-top: 20px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
	border: 5px solid transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover {
	color: #63D9EB;
	background-color: transparent;
	border: 5px solid #63D9EB;
}
/*-------------------*/
.search_form {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 3;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	height: 30px;
}
.search_form .glyphicon {
	display: inline-block;
	width: 23px;
	height: 23px;
	font-size: 20px;
	text-align: center;
	line-height: 23px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 6px;
	z-index: -1;
	color: #fff;
}
.search_form input[type=search] {
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 35px;
	margin: 0px;
	height: 30px;
	text-indent: 300px;
	font-size: 12px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
	background-color: transparent;
	font-size: 16px;
	display: block;
	outline: none;
	overflow: hidden;
}
.search_form input[type=search]:focus {
	width: 200px;
	border-color: #21C9E2;
	background-color: #fff;
	text-indent: 0px;
	overflow: hidden;
}
.search_form input[type=search]:focus + span {
	display: none;
}
/*---------------------------*/
@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
	padding-top: 55px;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
/*===========================*/
.menu_button {
	height: 50px;
	width: 60px;
	left: 25px;
	top: -5px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 16%;
	left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	top: 57%;
	left: 23px;
}
.menu_button span {
	width: 60px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 68%;
	height: 6px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	-webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .1s ease .1s;
	transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menu_button span i:nth-child(1) {
	top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 32%;
}
.menu_button span i:nth-child(3) {
	top: 47%;
}
.navbar-header {
	position: relative;
}
/*--------------*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	box-shadow: none;
}
/*==========================*/
.first_block {
}
.first_block h1 {
	margin: 0;
	margin-bottom: auto;
	font-size: 48px;
	font-family: 'PF DinText Pro Bold';
	color: #fff;
	margin-bottom: 30px;
}
.first_block .inner {
	max-width: 750px;
	margin: 30px auto 30px;
}
.active_button_white {
	width: 300px;
	height: 50px;
	background: url(../img/home/white3d.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #fff;
	font-size: 16px;
	font-family: 'PF DinText Pro Bold';
	padding: 10px 45px 50px 45px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.active_button_white:hover, .active_button_white:focus {
	color: #fff;
	text-decoration: underline;
}
.first_block ul {
	margin-top: 30px;
	display: table;
	width: 100%;
}
.first_block ul li {
	display: table-cell;
	width: 25%;
	text-align: center;
}
.first_block ul li p {
	font-size: 40px;
	color: #009ED9;
	font-family: 'PF DinText Pro Bold';
	margin-bottom: 0;
}
.first_block ul li span {
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	color: #fff;
}
/*=============================*/
.second_block {
	margin-top: 60px;
	background-image: url(../img/home/ex.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	height: 720px;
	width: 100%;
}
.second_block .container, .second_block .row {
	position: relative;
	height: 100%;
}
.right_block {
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	display: table;
	height: 660px;
	line-height: 2;
}
.right_block>div {
	display: table-cell;
	height: 660px;
	vertical-align: top;
}
.right_block h2, .right_block p {
	margin-bottom: 50px;
}
/*==============================*/
.services {
	position: relative;
	top: -130px;
	z-index: 2;
	margin-bottom: -130px;
}
.servises_body {
	display: table;
	width: 100%;
	background: #263C7B;
	color: #fff;
	padding: 50px 20px;
}
.servises_col {
	display: table-cell;
	vertical-align: top;
	padding: 0 50px;
	text-align: center;
	width: 33.3333%;
}
.servises_col ul {
	display: inline-block;
	text-align: left;
}
.servises_col ul li a{
	color: white;
}
.servises_col_header {
	text-align: center;
	margin-bottom: 20px;
}
.servises_col_header a {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
	display: block;
}
.servises_col_header a:hover, .servises_col_header a:focus {
	text-decoration: none;
	color: #fff;
	opacity: 1;
}
.serv_title {
	font-size: 24px;
	border: 1px solid transparent;
	display: block;
	padding: 13px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-top: 15px;
	color: #fff;
}
.servises_col_header a:hover .serv_title, .servises_col_header a:focus .serv_title {
	border: 1px solid #fff;
}
.servises_col li {
	margin-bottom: 16px;
	padding-left: 35px;
	position: relative;
}
.servises_col li:before {
	content: '\2022';
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 0.8;
	font-size: 22px;
}
/*=========================*/
.orders_body {
	display: table;
	width: 100%;
}
.orders_body>div {
	display: table-cell;
	width: 50%;
}
.orders_toleft h3 {
	font-size: 30px;
	font-family: 'PF DinText Pro Regular';
	margin-top: 70px;
	margin-bottom: 50px;
}
.orders_toleft {
	padding-left: 150px;
}
.orders_toleft ul li {
	margin-bottom: 30px;
}
.orders_toleft ul li a {
	display: block;
	color: #009ED9;
	text-transform: uppercase;
	font-family: 'PF DinText Pro Medium';
}
/*====================*/
.orders_toright {
	text-align: center;
	padding-right: 150px;
}
.orders_toright h3 {
	font-size: 66px;
	text-transform: uppercase;
}
.orders_toright h3 span {
	font-size: 22.7px;
	text-transform: uppercase;
	display: block;
	font-family: 'PF DinText Pro Light';
	padding-top: 8px;
}
.active_button_blue {
	width: 415px;
	height: 87px;
	background: url(../img/home/blue3d.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #009ED9;
	font-size: 24px;
	font-family: 'PF DinText Pro Bold';
	padding: 15px 50px 50px 50px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.orders_toright .active_button_blue {
	margin: 5px auto 0;
}
.active_button_blue:hover {
	color: #009ED9;
	text-decoration: underline;
}
/*===========================*/
.project_slider {
	margin-top: 30px;
}
.project_slider h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
/*============================================================*/
#owl-demo .item {
	position: relative;
}
#owl-demo .item .inner {
	display: table;
	width: 100%;
}
#owl-demo .item .inner>div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#owl-demo .item .inner>div a{
	color: #343434;
}
#owl-demo .owl-prev {
	position: absolute;
	left: 0;
	top: 48%;
	background: url(../img/home/projecrs_slider/prev.png) center center no-repeat;
	width: 22px;
	height: 30px;
	margin-top: -24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo .owl-prev:hover {
	background: url(../img/home/projecrs_slider/prev.png) center center no-repeat;
}
#owl-demo .owl-next {
	position: absolute;
	right: 0;
	top: 48%;
	background: url(../img/home/projecrs_slider/next.png) center center no-repeat;
	width: 22px;
	height: 30px;
	margin-top: -24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo .owl-next:hover {
	background: url(../img/home/projecrs_slider/next.png) center center no-repeat;
}
#owl-demo .owl-controls {
	margin-top: 0px;
}
#owl-demo .owl-pagination {
	position: absolute;
	bottom: 5px;
	z-index: 1000;
	left: 0;
	width: 100%;
}
#owl-demo .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #00AEEF;
}
#owl-demo .owl-controls .owl-page.active span, #owl-demo .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00AEEF;
}
/*======================*/
.slider_content {
}
.slider_content h3 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 20px;
}
.blue_link {
	font-size: 18px;
	color: #0d0d0e;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	display: inline-block;
	border: 1px solid #6F7779;
	transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	background-color: transparent;
}
.blue_link:hover {
	background-color: #064087;
	color: #ffffff;
	text-decoration: none;
}
.project_slider #owl-demo {
	margin-bottom: 10px;
}
/*--------------------*/
.promo_body {
	background-color: #064087;
	color: #fff;
	display: table;
	width: 100%;
	padding: 30px 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.promo_body>div {
	display: table-cell;
	width: 33.3333%;
	vertical-align: middle;
}
.discaunt {
	line-height: 1.2;
}
.discaunt li:first-child {
	font-size: 42.42px;
	text-transform: uppercase;
}
.discaunt li:nth-child(2n) {
	font-size: 42.46px;
	text-transform: uppercase;
	font-family: 'PF DinText Pro Bold';
}
.discaunt li:nth-child(3n) {
	font-size: 23.39px;
	text-transform: uppercase;
	font-family: 'PF DinText Pro Light';
}
.get_discount a {
	display: block;
	padding: 25px;
	font-size: 30px;
	font-family: 'PF DinText Pro Bold';
	border: 5px solid #fff;
	width: 240px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-moz-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-o-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	background-color: #064087;
}
.get_discount a:hover {
	color: #064087;
	background-color: #fff;
	text-decoration: none;
}
/*==========================*/
.equipment {
	padding-bottom: 50px;
}
.equipment_body {
	display: table;
	width: 100%;
	padding: 0 50px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.equipment_body>div {
	display: table-cell;
	width: 33.3333%;
	padding: 0 50px;
}
.equipment_box h3 {
	font-size: 24px;
    margin: 0;
    height: 45px;
    overflow: hidden;
    padding: 0;
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 7px;
}
.equipment_box p {
	line-height: 1.8;
}
.equipment_box a {
	display: block;
	text-decoration: none;
}
.equipment_box a:hover, .equipment_box a:focus {
	opacity: 0.8;
	text-decoration: none;
}
/*============================================================*/
.examples {
	padding-top: 50px;
}
.slider_examles {
	padding: 0 90px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#owl-demo2 .item {
	position: relative;
	margin: 0 7px;
}
#owl-demo2 .owl-prev {
	position: absolute;
	left: -40px;
	top: 33%;
	background: url(../img/home/examples_slider/prev.png) center center no-repeat;
	width: 23px;
	height: 24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo2 .owl-prev:hover {
	background: url(../img/home/examples_slider/prev.png) center center no-repeat;
}
#owl-demo2 .owl-next {
	position: absolute;
	right: -40px;
	top: 33%;
	background: url(../img/home/examples_slider/next.png) center center no-repeat;
	width: 23px;
	height: 24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo2 .owl-next:hover {
	background: url(../img/home/examples_slider/next.png) center center no-repeat;
}
#owl-demo2 .owl-controls {
	margin-top: 0px;
}
#owl-demo2 .owl-pagination {
	position: absolute;
	bottom: 5px;
	z-index: 1000;
	left: 0;
	width: 100%;
}
#owl-demo2 .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #00AEEF;
}
#owl-demo2 .owl-controls .owl-page.active span, #owl-demo2 .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00AEEF;
}
/*======================*/
#owl-demo2 .item ul {
	font-size: 18px;
	font-family: 'PF DinText Pro Medium';
	margin-top: 25px;
}
#owl-demo2 .item ul li:first-child {
	color: #B4B4B4;
}
#owl-demo2 .item ul li:nth-child(2n) {
	text-transform: uppercase;
	color: #3A3A3A;
}
/*=========================*/
.typical {
	background-color: #F4F4F4;
}
.typical .container {
	background: url(../img/home/order.jpg) right top no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.typical_body {
	padding: 0 80px;
}
.typical_body .left_block {
	max-width: 400px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.typical_body .left_block p {
	margin-top: 40px;
	margin-bottom: 40px;
}
.typical .blue_link {
	background-color: transparent;
}
.typical .blue_link:hover, .typical .blue_link:focus {
	background-color: #064087;
	color: #fff;
}
/*=======================*/
.testemonials {
	padding-top: 60px;
	padding-bottom: 40px;
}
.testemonials h2 {
	margin-bottom: 0px;
}
.reviews_slider {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}
.partners {
}
.partners ul {
	display: table;
	width: 100%;
	margin-top: 40px;
}
.partners ul li {
	display: table-row;
}
.partners ul li>div {
	display: table-cell;
	padding: 20px;
}
.partners ul li>div>img {
	max-width: 100%;
	height: auto;
}
.review_box {
	padding: 0 65px 60px;
	background: #E9E9E9;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.review_box .img_cont {
	position: relative;
	z-index: 5;
	margin-bottom: -50px;
	top: -50px;
	min-height: 100px;
}
.review_box .img_cont img {
	width: 100px;
	height: 100px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border: 7px solid white;
	color: #292929;
}
.user_name {
	font-size: 18px;
	font-family: 'PF DinText Pro Thin';
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
}
.review_box p {
	font-size: 12px;
	font-family: 'PF DinText Pro Thin';
}
/*============================================================*/

#owl-demo3 .item {
	padding-top: 60px;
}
/*========================*/
#owl-demo3 .owl-prev {
	position: absolute;
	left: 15px;
	top: 54%;
	background: url(../img/home/examples_slider/prev.png) center center no-repeat;
	width: 23px;
	height: 24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo3 .owl-prev:hover {
	background: url(../img/home/examples_slider/prev.png) center center no-repeat;
}
#owl-demo3 .owl-next {
	position: absolute;
	right: 15px;
	top: 54%;
	background: url(../img/home/examples_slider/next.png) center center no-repeat;
	width: 23px;
	height: 24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo3 .owl-next:hover {
	background: url(../img/home/examples_slider/next.png) center center no-repeat;
}
#owl-demo3 .owl-controls {
	margin-top: 0px;
}
#owl-demo3 .owl-pagination {
	position: absolute;
	bottom: 5px;
	z-index: 1000;
	left: 0;
	width: 100%;
}
#owl-demo3 .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #00AEEF;
}
#owl-demo3 .owl-controls .owl-page.active span, #owl-demo3 .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00AEEF;
}
/*======================*/
footer {
	background-color: #064087;
	color: #fff;
}
footer a {
	color: #fff;
}
.footer_body {
	padding: 33px 0;
}
.footer_logo {
	width: 30%;
	float: left;
	padding-top: 20px;
}
.footer_menu {
	width: 45%;
	float: left;
}
.footer_menu ul {
	display: table;
	width: 100%;
}
.footer_menu ul li {
	display: table-row;
}
.footer_menu ul li>div {
	display: table-cell;
}
.footer_menu ul li>div a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.footer_menu ul li>div a:hover, .footer_menu ul li>div a:focus {
	color: #fff;
	text-decoration: underline;
}
/*------------*/
.footer_contact {
	width: 25%;
	float: right;
	padding-top: 15px;
}
.footer_contact ul {
	padding-left: 60px;
	background: url(../img/home/phone.png) 0px 0px no-repeat;
	float: right;
}
.footer_contact ul li {
}
.footer_contact li:first-child {
	font-size: 16px;
	font-family: 'PF DinText Pro Medium';
}
.footer_contact li:nth-child(2n) {
	font-size: 24px;
	color: #fff;
	font-family: 'PF DinText Pro Thin';
}
.footer_contact ul li a {
	color: #fff;
	text-decoration: underline;
	display: block;
}
.footer_contact li:nth-child(2n) a {
	color: #fff;
	text-decoration: none;
}
.footer_contact li:nth-child(2n) a:hover {
	color: #fff;
	//text-decoration: underline;
}
.footer_contact ul li a:hover, .footer_contact ul li a:focus {
	color: #fff;
	text-decoration: none;
}
.rogachiov {
	display: block;
	text-decoration: none;
	margin-top: 25px;
}
.rogachiov:hover, .rogachiov:focus {
	opacity: 0.8;
	text-decoration: none;
}
/*---------------------------*/
.top_bg.blue_color {
	background-color: #064087;
	background-image: none;
}
.blue_color .navbar-default {
	margin-bottom: 20px;
	border-top: 3px solid #38669F;
}
/*--------------------------*/
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	margin-top: 20px;
	padding-left: 0px;
}
.breadcrumb a {
	color: #064087;
}
.breadcrumb>li+li:before {
	padding: 0 10px;
	color: inherit;
	content: "\003E";
	color: #343434;
}
/*==================*/
.page_header h1 {
	font-size: 36px;
	color: #064087;
	font-family: 'PF DinText Pro Medium';
	margin: 0;
	margin-bottom: 40px;
	margin-left: 0px;
}
.boxes {
	//padding-top: 50px;
	//padding-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxes_box {
	margin-bottom: 20px;
}
.boxes_box h3 {
	font-size: 21px;
	height: 50px;
	overflow: hidden;
	margin: 0;
}
.boxes_box h3 a {
	display: block;
	color: #343434;
}
.boxes_box h3 a:hover, .boxes_box h3 a:focus {
	display: block;
	color: #343434;
}
.boxes_box .img_cont a {
	text-decoration: none;
	opacity: 1;
	display: block;
}
.boxes_box .img_cont a:hover, .boxes_box .img_cont a:focus {
	text-decoration: none;
	opacity: 0.8;
}
/*===================*/
.item_description {
	padding-bottom: 0px;
	//padding-top: 50px;
}
.item_description .img_cont {
	margin-bottom: 40px;
}
.item_description h2 {
	font-size: 24px;
	font-family: 'PF DinText Pro Medium';
	margin: 0;
	margin-bottom: 20px;
}
}
.item_description h3 {
	font-size: 24px;
	font-family: 'PF DinText Pro Medium';
	margin: 0;
	margin-bottom: 30px;
}
.item_description p {
	/*max-width: 70%;*/
	margin-bottom: 40px;
}
/*-----------------------*/
.item_description ul {
	width: 100%;
	display: table;
	margin: 0 -15px;
}
.item_description ul li {
	display: table-row;
}
.item_description ul li>div {
	display: table-cell;
	width: 33.333%;
	padding: 0 15px;
	vertical-align: top;
}
.item_description h4 {
	font-size: 18px;
	margin: 40px 0 0px 0;
}
/*=====================*/
.vacancy_box {
	background-color: #F1F1F1;
	padding: 30px;
	margin-bottom: 20px;
}
.vacancy_box:nth-of-type(2n) {
	background-color: #F9F9F9;
}
.vacancy_header {
	width: 100%;
	display: table;
}
.vacancy_header>div {
	display: table-cell;
	vertical-align: top;
	width: 40%;
}
.vacancy_header>div>ul li {
	font-size: 30px;
}
/*.vacancy_header>div>ul li:first-child >div {
	display: table-cell;
}*/
.vacancy_header>div>ul li:nth-child(2n) {
	font-size: 24px;
	font-family: 'PF DinText Pro Medium';
	color: #000000;
}
.vacancy_header .blue_link {
	text-transform: none;
}
.vacancy_body {
	margin-top: 30px;
	width: 100%;
	display: table;
}
.vacancy_col {
	width: 33.3333%;
	display: table-cell;
	padding-right: 40px;
}
.vacancy_body h4 {
	font-size: 21px;
	margin: 0;
	margin-bottom: 20px;
}
.vacancy_body p {
	margin-bottom: 20px;
}
.vacancy_col ul {
	display: table;
	margin-bottom: 40px;
	width: 100%;
}
.vacancy_col ul li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	font-size: 16px;
}
.vacancy_col ul li>div {
	display: table;
	width: 100%;
	line-height: 1.2;
}
.vacancy_col ul li>div>span {
	display: table-cell;
	vertical-align: middle;
}
.vacancy_col ul li img {
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
}
/*====================*/
.more_vacancies_button {
	text-transform: uppercase;
	color: #064087;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}
.more_vacancies_button span {
	font-size: 16px;
	display: inline-block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
}
.more_vacancies_button p {
	margin: 0;
}
.more_vacancies {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*===========================*/
.boxes_table {
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxes_table_wrapper {
}
.boxes_table_wrapper ul {
	width: auto;
	display: table;
}
.boxes_table_wrapper ul li {
	display: table-row;
	margin-left: -30px;
	margin-right: -30px;
}
.boxes_table_wrapper ul li>div {
	display: table-cell;
	padding-left: 30px;
	padding-right: 30px;
	width: 33.3333%;
	padding-bottom: 40px;
}
.boxes_table_wrapper h3 {
	font-size: 24px;
	font-family: 'PF DinText Pro Medium';
	margin: 0;
	height: 50px;
	line-height: 1;
	overflow: hidden;
	color: #064087;
	margin-top: 30px;
	margin-bottom: 5px;
}
.boxes_table_wrapper h3 a {
	display: block;
	text-decoration: underline;
	color: #064087;
}
.boxes_table_wrapper h3 a:hover, .boxes_table_wrapper h3 a:focus, .ext_link:hover, .ext_link:focus {
	text-decoration: none;
	color: #064087;
}
.boxes_table_wrapper ul li>div p {
	margin-bottom: 30px;
}
.ext_link {
	display: block;
	text-decoration: underline;
	color: #064087;
	font-size: 16px;
	padding: 5px 0;
}
.boxes_table_wrapper .img_cont a {
	display: block;
	text-decoration: underline;
}
.boxes_table_wrapper .img_cont img {
	width: 100%;
	height: auto;
}
.boxes_table_wrapper .img_cont a:hover, .boxes_table_wrapper .img_cont a:focus {
	opacity: 0.8;
	text-decoration: underline;
}
/*==============================*/
.order_form {
	background: #F8F8F8;
	padding: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.order_form_header {
	text-align: center;
	margin-bottom: 40px;
}
.order_form_header h4 {
	font-size: 30px;
	color: #064087;
	font-family: 'PF DinText Pro Medium';
	margin: 0;
	margin-bottom: 15px;
}
input[type=text], input[type=email], input[type=tel] {
	background: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #D7D7D7;
	height: 37px;
	width: 100%;
	text-indent: 10px;
}
textarea {
	background: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #D7D7D7;
	width: 100%;
	text-indent: 10px;
}
.input_group {
	width: 100%;
	display: table;
}
.input_group>div {
	width: 50%;
	display: table-cell;
}
.input_group>div:first-child {
	padding-right: 50px;
}
.input_group>div:nth-child(2n) {
	padding-left: 50px;
}
.order_form_body p {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.order_form_body p>span {
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 1;
}
.order_form_body p>span:first-child {
	width: 100px;
}
label {
	font-size: 16px;
	font-weight: normal;
}
.order_form_body label {
	width: 100px;
}
/*=====================*/

.my {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.order_form_footer {
	display: table;
	width: 100%;
	padding-left: 130px;
}
.order_form_footer span {
	display: table-cell;
	vertical-align: middle;
}
.order_form_footer .label {
	text-align: center;
	cursor: pointer;
	display: block;
	padding-left: 75px;
	padding-right: 100px;
	font-size: 16px;
	color: #3a3a3a;
	height: 60px;
	line-height: 57px;
	background: url(../img/projects/add.png) 0px center no-repeat;
}
.label:hover {
	text-decoration: underline;
}
.order_form input[type=submit] {
	border: 0;
	outline: 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #064087;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'PF DinText Pro Medium';
	width: 100%;
	height: 50px;
	transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-moz-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-o-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
}
.order_form input[type=submit]:hover {
	background-color: #fff;
	color: #064087;
}
/*=========================*/
.project_info {
	padding-top: 20px;
}
.project_info ul {
	display: table;
	width: 100%;
	margin: 0 -25px;
}
.project_info ul li {
	display: table-row;
}
.project_info ul li>div {
	display: table-cell;
	padding: 15px 25px;
	vertical-align: top;
}
.project_info ul li>div strong {
	font-family: 'PF DinText Pro Bold';
}
.project h3 {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.gallery_wrapper {
	padding-bottom: 10px;
}
.gallery_wrapper ul {
	margin: 0 -3px;
}
.gallery_wrapper ul li {
	width: 25%;
	float: left;
}
.gallery_wrapper ul li a {
	padding: 3px;
}
/*============================================================*/
#owl-demo4 .item {
	position: relative;
	padding: 0 30px;
	padding-bottom: 60px;
}
#owl-demo4 .item h4 {
	font-size: 24px;
	font-family: 'PF DinText Pro Bold';
	margin: 20px 0;
}
#owl-demo4 .item h4 a {
	display: block;
	text-decoration: underline;
	color: #3a3a3a;
}
#owl-demo4 .item h4 a:hover, #owl-demo4 .item h4 a:focus {
	color: #3a3a3a;
	text-decoration: none;
}
#owl-demo4 .owl-prev {
	position: absolute;
	left: -15px;
	top: 27%;
	background: url(../img/home/examples_slider/prev.png) center center no-repeat;
	width: 23px;
	height: 24px;
	margin-top: -24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo4 .owl-prev:hover {
	background: url(../img/home/examples_slider/prev.png) center center no-repeat;
}
#owl-demo4 .owl-next {
	position: absolute;
	right: -15px;
	top: 27%;
	background: url(../img/home/examples_slider/next.png) center center no-repeat;
	width: 23px;
	height: 24px;
	margin-top: -24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo4 .owl-next:hover {
	background: url(../img/home/examples_slider/next.png) center center no-repeat;
}
#owl-demo4 .owl-controls {
	margin-top: 0px;
}
#owl-demo4 .owl-pagination {
	position: absolute;
	bottom: 5px;
	z-index: 1000;
	left: 0;
	width: 100%;
}
#owl-demo4 .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #00AEEF;
}
#owl-demo4 .owl-controls .owl-page.active span, #owl-demo4 .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00AEEF;
}
/*======================*/
#owl-demo4 .item p {
	margin-bottom: 20px;
}
#owl-demo4 .all_projects {
	color: #3BC5DA;
	display: block;
	margin: 20px 0;
	text-decoration: underline;
	font-size: 16px;
	font-family: 'PF DinText Pro Medium';
}
#owl-demo4 .all_projects:hover, #owl-demo4 .all_projects:focus {
	color: #3BC5DA;
	text-decoration: none;
}
/*=======================*/
.examples_all {
	padding-top: 30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
}
.examples_all_header {
	background: #E5F5FB;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 30px 50px;
}
.examples_all_header ul {
	width: 100%;
	display: table;
	text-align: center;
}
.examples_all_header ul li {
	display: table-cell;
}
.examples_all_header ul li a {
	display: block;
	color: #009ED9;
	font-size: 18px;
	padding: 5px;
}
.examples_all_header ul li a:focus, .examples_all_header ul li a:hover {
	text-decoration: underline;
}
.ex_order_link {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #064087;
	color: #fff;
	font-size: 18px;
	width: 220px;
	border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	text-transform: uppercase;
	border: 1px solid #064087;
	transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-moz-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-o-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
}
.ex_order_link:hover, .ex_order_link:focus {
	background: #fff;
	color: #064087;
	text-decoration: none;
}
.examples_all_box {
	text-align: center;
	margin-bottom: 40px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
}
.examples_all_box {
	border: 1px solid #ffffff;
}
.examples_all_box.active {
	border: 1px solid #cecece;
}
examples_all_box a {
	color: black;
}
.examples_all_box h3 {
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	margin-top: 15px;
}
.examples_all_box h3 a {
	color: #343434;
}
.examples_all_box h3 a:hover,
.examples_all_box h3 a:focus {
	color: #343434;
	text-decoration: underline;
}
.examples_all_box p {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.links_box {
	margin-top: 15px;
}
.links_box ul {
}
.links_box ul li {
	display: inline-block;
	margin: 3px 5px;
}
.links_box ul li a {
	display: block;
	text-decoration: none;
	color: #064087;
	padding: 10px 15px;
	border: 1px solid #064087;
	font-size: 12px;
}
/*-----------------------*/
.feedback_wrapper {
/*background: url(../img/home/man.png) 0px bottom no-repeat;*/
}
.feedback_form {
	max-width: 400px;
}
input[type=submit] {
	border: 0;
	outline: 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #064087;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'PF DinText Pro Medium';
	width: 100%;
	height: 50px;
	transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-moz-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-o-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
}
input[type=submit]:hover {
	background-color: #fff;
	color: #064087;
}
.feedback_form input[type=text] {
	height: 45px;
	margin-bottom: 20px;
}
.feedback_form textarea {
	padding-top: 10px;
	margin-bottom: 20px;
}
.feedback_form {
	padding-top: 100px;
}
.man {
	text-align: right;
}
/*===================*/
.request_price {
}
.request_price h4 {
	font-size: 24px;
	color: #064087;
	margin: 30px 0;
	font-family: 'PF DinText Pro Medium';
}
.request_price .order_form {
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
/*==============*/
.input_group_3 >div {
	width: 33.333%;
	padding-right: 20px;
}
.input_group_3 >div:nth-child(3n) {
	padding-right: 0px;
}
.input_group_3>div:nth-child(2n) {
	padding-left: 0px;
}
/*================================*/
select {
	background: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #D7D7D7;
	height: 37px;
	line-height: 37px;
	width: 100%;
	text-indent: 10px;
}
.form_ul {
	display: table;
}
.form_ul li {
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
}
.request_price .order_form_body p>span {
	padding-left: 0px;
	padding-right: 15px;
}
/*interview======================*/
.iterview .vote {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.iterview .vote label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 55px;
	margin-right: 15px;
	font-size: 18px;
	width: auto;
}
.iterview .vote input[type=checkbox] {
	display: none;
}
.iterview .vote label:before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 0px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -17px;
	background: url(../img/home/checbox.png) center center no-repeat;
}
.iterview input[type=checkbox]:checked + label:before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 0px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -17px;
	background: url(../img/home/checbox_cheked.png) center center no-repeat;
}
.request_price .order_form_footer {
	padding-left: 170px;
}
.textarea_wraper span:nth-child(2n) {
	padding-left: 50px !important;
}
/*=======================*/
.good_continer .img_cont {
	padding-right: 60px;
}
.good_descr {
	padding-top: 150px;
}
.good_descr ul {
	font-size: 24px;
	margin-bottom: 30px;
	color: #646464;
}
.good_descr ul li {
	position: relative;
	padding-left: 40px;
}
.good_descr ul li:after {
	content: '\2014';
	position: absolute;
	top: 0;
	left: 0;
}
.good_descr .blue_link {
	margin-left: 40px;
}
.gotovyi_proect {
}
.gotovyi_proect #owl-demo4 .all_projects {
	color: #064087;
	display: block;
	margin: 20px 0;
	text-decoration: underline;
	font-size: 16px;
	font-family: 'PF DinText Pro Medium';
}
.gotovyi_proect #owl-demo4 .all_projects:hover, .gotovyi_proect #owl-demo4 .all_projects:focus {
	color: #064087;
	text-decoration: none;
}
.gotovyi_proect #owl-demo4 .item h4 a {
	display: block;
	text-decoration: underline;
	color: #064087;
}
.gotovyi_proect #owl-demo4 .item h4 a:hover, .gotovyi_proect #owl-demo4 .item h4 a:focus {
	color: #064087;
	text-decoration: none;
}
.no_full_widht {
	max-width: 700px;
	margin-bottom: 30px;
}
.service_wrapper h2 {
	font-size: 30px;
	font-family: 'PF DinText Pro Regular';
	margin: 0;
	margin-bottom: 30px;
	margin-top: 30px;
}
.simple_marker {
	margin-top: 30px;
	font-size: 16px;
	margin-bottom: 50px;
	padding-left: 30px;
}
.simple_marker li {
	padding-left: 20px;
	background: url(../img/home/simple_marker.png) 0px 10px no-repeat;
	margin-bottom: 20px;
}
.service_wrapper .table {
	margin-top: 20px;
	font-size: 18px;
}
/*---------------------*/
.contact_wrapper {
	display: table;
	width: 100%;
}
.contact_wrapper>div {
	display: table-cell;
	width: 50%;
}
.contact_wrapper .adress {
	padding-right: 40px;
}
.contact_wrapper .map_wrapper {
	padding-left: 40px;
	position: relative;
	overflow: hidden;
}
.contact_header h3 {
	margin: 40px 0;
	font-size: 30px;
}
.adress ul {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.adress ul b {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'PF DinText Pro Bold';
}
.map {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 520px;
}
.contact_wrapper {
	margin-bottom: 80px;
}
/*============================*/
.contact_teh_info {
	display: table;
	width: 100%;
	margin-bottom: 60px;
}
.contact_teh_info>div {
	display: table-cell;
}
.contact_teh_info>div.block_email {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
}
.block_email ul {
	display: table;
	width: 100%;
	text-transform: uppercase;
}
.block_email ul li {
	display: table-row;
}
.block_email ul li>div {
	display: table-cell;
	padding-right: 20px;
	padding-bottom: 30px;
}
.block_email ul li>div b {
	font-family: 'PF DinText Pro Bold';
	display: block;
}
.rekvizit a {
	display: block;
	color: #064087;
	text-transform: uppercase;
	font-size: 24px;
	background: url(../img/home/dr.png) 0px center no-repeat;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1;
}
/*======================*/
.about_us .breadcrumb, .about_us .breadcrumb a {
	color: #fff;
}
.about_us .breadcrumb>.active {
	color: #FFF;
}
.about_us .breadcrumb>li+li:before {
	color: #fff;
}
.about_us {
	background: url(../img/home/about/top.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.about_us .page_header h1 {
	color: #fff;
}
.about_d {
	color: #fff;
	font-size: 18px;
	margin-bottom: 130px;
}
.about_d p {
	margin-bottom: 40px;
}
/*====================*/
.quality {
}
.right_text {
	max-width: 470px;
	float: right;
}
.right_text h3 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 30px;
}
.right_text p {
	margin: 0;
	margin-bottom: 30px;
}
.container_custom {
	max-width: 1920px;
	background: url(../img/home/about/main4.jpg) left 90px no-repeat;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
}
.container_custom .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.container_custom .container {
	position: relative;
	z-index: 1;
}
.abus h2 {
	font-family: 'PF DinText Pro Regular';
}
/*================*/
.in_panel {
	padding-top: 30px;
	padding-bottom: 50px;
}
.in_panel ul {
	display: table;
	margin: 0 auto;
	max-width: 800px;
}
.in_panel ul li {
	display: table-cell;
	vertical-align: top;
	font-family: 'PF DinText Pro Medium';
	text-transform: uppercase;
	padding: 0 40px;
	border-right: 1px solid #E3E9F1;
}
.in_panel ul li:last-child {
	border-right: 1px solid transparent;
}
.in_panel ul li p {
	font-size: 24px;
	color: #484848;
	margin-top: 20px;
}
.in_panel ul li a {
	font-size: 14px;
	color: #064087;
	text-decoration: underline;
	margin-top: 30px;
}
/*========================*/
.equipment_slider .container {
	position: relative;
}
.equ_panel {
	position: absolute;
	width: 100%;
	left: 0;
	top: 60px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 25px;
	z-index: 999;
}
.equ_panel ul {
	display: table;
	width: 100%;
}
.equ_panel ul li {
	display: table-cell;
	border-bottom: 3px solid transparent;
}
.equ_panel ul li>div {
	margin: 0 20px;
	padding: 0;
	cursor: pointer;
}
.equ_panel ul li>div>span {
	display: block;
	height: 58px;
	overflow: hidden;
	word-break: break-all;
}
.equ_panel ul li>div.active {
	border-bottom: 3px solid #63D9EB;
}
#owl-demo5 .item p {
	max-width: 450px;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 30px;
}
#owl-demo5 .item h2 {
	margin: 0;
	font-size: 36px;
	font-family: 'PF DinText Pro Medium';
	margin-bottom: 180px;
}
#owl-demo5 .owl-prev {
	position: absolute;
	left: 0px;
	top: 54%;
	background: url(../img/home/equipment_slider/prev.png) center center no-repeat;
	width: 25px;
	height: 40px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo5 .owl-prev:hover {
	background: url(../img/home/equipment_slider/prev_hover.png) center center no-repeat;
}
#owl-demo5 .owl-next {
	position: absolute;
	right: 0px;
	top: 54%;
	background: url(../img/home/equipment_slider/next.png) center center no-repeat;
	width: 25px;
	height: 40px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo5 .owl-next:hover {
	background: url(../img/home/equipment_slider/next_hover.png) center center no-repeat;
}
#owl-demo5 .owl-controls {
	margin-top: 0px;
}
#owl-demo5 .owl-pagination {
	position: absolute;
	bottom: 5px;
	z-index: 1000;
	left: 0;
	width: 100%;
}
#owl-demo5 .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #00AEEF;
}
#owl-demo5 .owl-controls .owl-page.active span, #owl-demo5 .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00AEEF;
}
/*======================*/
.d_list {
	color: #63D9EB;
	display: block;
	padding: 20px 0;
	background: url(../img/home/d_list.png) 0 center no-repeat;
	padding-left: 50px;
	text-transform: uppercase;
}
.d_list:hover, .d_list:focus {
	color: #63D9EB;
	text-decoration: underline;
}
/*========================*/
.posts_header {
	margin-bottom: 40px;
}
.post_box {
	display: table;
	width: 100%;
}
.post_box>div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.post_box>div .img_cont img {
	width: 100%;
	height: auto;
}
.post_box>div .img_cont a {
	display: block;
	text-decoration: none;
}
.post_box>div .img_cont a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.post_box>div h2 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'PF DinText Pro Regular';
}
.post_box>div:first-child {
	padding-right: 20px;
}
.post_box>div:nth-child(2n) {
	padding-left: 20px;
}
.post_box>div ul li {
	margin-bottom: 20px;
}
.post_box>div ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.post_box>div ul li a {
	display: block;
	text-decoration: none;
	border: 1px solid #555555;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-moz-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	-o-transition: background-color 0.5s linear, color 0.5s 0.5s ease-in-out;
	color: #555555;
	background-color: #fff;
	font-family: 'PF DinText Pro Light';
	padding: 3px 15px;
}
.post_box>div ul li a:hover, .post_box>div ul li a:focus {
	background-color: #555555;
	color: #fff;
}
.post_box>div p {
	margin-bottom: 20px;
	max-width: 340px;
	line-height: 2;
}
a.read_more {
	font-size: 18px;
	color: #064087;
	display: block;
	text-decoration: none;
	font-family: 'PF DinText Pro Light';
}
a.read_more:hover, a.read_more:focus {
	text-decoration: underline;
	color: #064087;
}
.anonce {
	padding-top: 30px;
	padding-bottom: 30px;
}
/*==========================*/
.subtitle {
}
.subtitle h3 {
	font-size: 24px;
	font-family: 'PF DinText Pro Medium';
	margin: 0;
	margin-bottom: 15px;
}
.subtitle p {
	font-size: 18px;
	line-height: 2.2;
	margin: 0;
	margin-bottom: 15px;
}
.sevice {
	background: url(../img/service/main6.jpg) center top no-repeat;
	height: 621px;
}
.services_body {
	padding-top: 60px;
}
.services_box {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.services_box ul {
	margin-bottom: 40px;
	font-size: 16px;
}
.services_box ul li {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.services_box ul li:after {
	content: '\2014';
	position: absolute;
	left: 0;
	top: 0;
}
.services_box>div {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}
.services_box>div .img_cont img {
	width: 100%;
}
.services_box>div> p {
	margin-bottom: 20px;
}
.w55 {
	width: 55%;
}
.w45 {
	width: 45%;
}
.calculation {
	background: #515151;
	padding: 30px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	max-width: 450px;
	margin: 0 auto;
	float: right;
}
.calculation p {
	background: url(../img/home/zakaz.svg) 0 center no-repeat;
	padding: 20px 0;
	padding-left: 140px;
	color: #fff;
	font-size: 30px !important;
	font-family: 'PF DinText Pro regular';
}
.calculation .blue_link {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
	display: block;
	margin-top: 40px;
	background-color: #fff;
}
.calculation .blue_link:hover {
	color: #fff;
	background-color: #064087;
}
.services_box>div h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'PF DinText Pro Regular';
}
.services_footer {
	padding-bottom: 50px;
}
.services_footer h3 {
	text-align: center;
}
.services_footer p {
	
}
.services_footer .no_full_widht {
	margin: 0 auto 50px;
}
/*------------*/
.ser_f {
	display: table;
	width: 100%;
}
.ser_f>div {
	display: table-cell;
	vertical-align: middle;
}
.ser_f>div:first-child p {
	font-size: 30px;
}
.project_slider2 {
	padding-bottom: 30px;
}
.sevice_page .examples, .sevice_page .project_slider2 {
	padding-bottom: 50px;
}
/*============================================================*/
#owl-demo6 .item {
	position: relative;
	padding: 0 30px;
	padding-bottom: 60px;
}
#owl-demo6 .owl-prev {
	position: absolute;
	left: 0px;
	top: 27%;
	background: url(../img/home/projecrs_slider/prev.png) center center no-repeat;
	width: 22px;
	height: 30px;
	margin-top: -24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo6 .owl-prev:hover {
	background: url(../img/home/projecrs_slider/prev.png) center center no-repeat;
}
#owl-demo6 .owl-next {
	position: absolute;
	right: 0px;
	top: 27%;
	background: url(../img/home/projecrs_slider/next.png) center center no-repeat;
	width: 22px;
	height: 30px;
	margin-top: -24px;
	opacity: 1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#owl-demo6 .owl-next:hover {
	background: url(../img/home/projecrs_slider/next.png) center center no-repeat;
}
#owl-demo6 .owl-controls {
	margin-top: 0px;
}
#owl-demo6 .owl-pagination {
	position: absolute;
	bottom: 5px;
	z-index: 1000;
	left: 0;
	width: 100%;
}
#owl-demo6 .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #00AEEF;
}
#owl-demo6 .owl-controls .owl-page.active span, #owl-demo6 .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00AEEF;
}
/*======================*/
.alphabeth {
	margin-bottom: 50px;
}
.alphabeth_box {
	padding: 0;
	margin-bottom: 20px;
}
.alphabeth_box .inner {
	margin: 3px;
	display: block;
	text-decoration: none;
}
.alphabeth_box .inner:hover, .alphabeth_box .inner:focus {
	opacity: 0.8;
	text-decoration: none;
}
.alphabeth_box .litera {
	padding: 3px;
	font-size: 36px;
	font-family: 'PF DinText Pro Thin';
	text-transform: uppercase;
	height: 40px;
	margin-bottom: 10px;
	color: #3a3a3a;
}
.alphabeth_box h3 {
	font-size: 21px;
	margin: 0;
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #3a3a3a;
}
/*==================*/
.seo_text {
	padding-bottom: 40px;
	font-size: 16px;
}
.seo_text h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 24px;
}
.seo_text p {
	margin-bottom: 40px;
}
/*===================================================*/

/*==========================================*/
#dark {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
}
.popup {
	background-color: #FFF;
	width: 680px;
	height: auto;
	padding: 30px 60px;
	box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.2);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: -230px auto 0;
	z-index: 10000;
	display: none;
}
.close_popup {
	position: absolute;
	top: 30px;
	right: 45px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(../img/home/close_button.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.popup_wrapper >p {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
	font-family: 'PF DinText Pro Medium';
}
.popup .alphabeth h3 {
	font-size: 14px;
	height: 31px;
}
.popup .alphabeth {
	margin-bottom: 15px;
}
/*=========================*/
.popup_footer {
	display: table;
	width: 100%;
}
.popup_footer>div {
	display: table-cell;
	vertical-align: middle;
}
/*-----------------*/
.popup_footer>div:first-child {
	font-size: 18px;
	font-family: 'PF DinText Pro Medium';
	text-transform: uppercase;
}
.popup_footer .blue_link {
	float: right;
}
/*=================*/
.popup_form {
	padding-top: 88px;
}
.popup_form p {
	margin: 0;
	display: table;
	width: 100%;
}
.popup_form p span {
	display: table-cell;
	vertical-align: middle;
}
.popup_form label {
	font-size: 18px;
	font-family: 'PF DinText Pro Light';
}
.popup_form p span:first-child {
	display: table-cell !important;
	width: 100px !important;
	padding-right: 10px !important;
}
.popup_form input[type=text], .popup_form input[type=tel] {
	height: 47px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 10px;
}
.popup_form textarea {
	height: 110px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 30px;
}
/*---------------------*/
.vote_radio {
	padding-top: 40px;
	padding-bottom: 100px;
}
.vote_radio p {
	width: 100%;
}
.vote_radio p span:first-child {
	width: 50%;
	padding-right: 10px;
}
.vote_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 55px;
	margin-right: 15px;
	font-size: 18px;
	width: auto;
}
.vote_radio input[type=radio] {
	display: none;
}
.vote_radio label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 0px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -13px;
	border: 1px solid #B7B7B7;
	background: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.vote_radio input[type=radio]:checked + label:before {
	content: "\2022";
	display: inline-block;
	text-align: center;
	line-height: 18px;
	position: absolute;
	left: 0px;
	color: #064087;
	font-size: 50px;
}
/*----------------------*/
.back_step {
	text-align: right;
	text-transform: uppercase;
	color: #064087;
	padding-right: 44px;
	cursor: pointer;
}
.back_step:hover {
	color: #000;
}
.popup_footer>div:nth-child(3n) {
	width: 200px;
}
/*-----------------*/
.succes_message {
	display: block;
	font-family: 'PF DinText Pro Medium';
}
.popup_footer input[type=submit] {
	background-color: #fff;
	color: #064087;
	border: 1px solid #064087;
}
.popup_footer input[type=submit]:hover {
	background-color: #064087;
	color: #fff;
}
#step_3 .popup_form {
	padding-top: 33px;
}
/*-----------------------*/
.step {
	display: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
}
/*================*/
.feedback_popup {
  background-color: #FFF;
  width: 474px;
  max-width: 474px;
  height: auto;
  padding: 35px 30px;
  box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.2);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: -230px auto 0;
  z-index: 990;
  display: none;
}
.feedback_popup .close_popup {
  top: 17px;
  right: 17px;
}
.feedback_popup .popup_wrapper p {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.feedback_popup .popup_wrapper input {
   margin-bottom: 15px;
}
/*========================================*/
.oborudovanie {
	position: relative;
	padding-top: 0px;
}
.breadcrumb_wrapp {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   z-index: 20;
}
.breadcrumb_wrapp .breadcrumb a,.breadcrumb_wrapp .breadcrumb>.active {
    color: #fff;
}
.breadcrumb_wrapp .breadcrumb>li+li:before {
   color: #fff;
}
.equipment_slider {
     padding-top: 0px; 
}
/*----------------*/
#owl-demo5 .item {
	color: #fff;
	padding-bottom: 0px;
	height: 800px;
}
#owl-demo5 .item.bg_11 {
	background: url(../img/oborudovanie/1.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#owl-demo5 .item.bg_12 {
	background: url(../img/oborudovanie/2.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#owl-demo5 .item h2 {
    margin-top: 100px;
}
.equ_panel {
    top: 170px;
}
.cont_buttons {
	position: absolute !important;
	top: 50%;
     left: 0;
     right: 0;
}

.feedback_form textarea {
	height: 170px;
}

/*====================================================*/
.radio_container label {
  display: block;
  cursor: pointer;
  position: relative;
  outline: 3px solid transparent;
  margin: 0;
  padding: 0;
}
.radio_container  input[type=radio] {
  display: none;
}
.radio_container  input[type=radio]:checked +label {
    outline: 3px solid #064087;
}
/*====================================================*/

.owl-pagination {
    overflow: hidden;
    white-space: nowrap;
}

#sitemap_html_page a, .contact_wrapper a{
	color: black;
}
.slogan-text {
	font-size: 14px;
}
@media only screen and (max-width : 1200px) {
.slogan p {
    font-size: 14px !important;
}
.slogan-text {
	font-size: 12px !important;
}
}
@media only screen and (max-width : 992px) {
.slogan p {
    font-size: 10px !important;
    padding-top: 5px;
}
.slogan-text {
	font-size: 10px !important;
}
}
@media only screen and (max-width : 768px) {
.slogan p {
    font-size: 9px !important;
}
.slogan-text {
	font-size: 9px !important;
}
}
.more_title {
	margin: 0 0 20px 40px;
    font-size: 24px;
    font-family: 'PF DinText Pro Medium';
}
/*===============================*/
.slogan {
	width: auto;
	text-align: left;
}
.logo {
	width: auto;
}
.phones {
    width: auto;
}
.logo a {
    width: 220px;
}
/*=====================*/
.simple_select_wrapper  {
    font-family: inherit !important;
    /*margin-top: 20px;*/
    width: 170px;
   

}
.simple_select {
    font-size: 16px;
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
   
}
.simple_select_wrapper .select2-container .select2-selection--single {
    height: 37px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
     padding-left: 0px; 
}
.simple_select_wrapper .select2-selection__arrow {
    height: 100% !important;
}
.simple_select_wrapper 
.select2-container--default 
.select2-selection--single 
.select2-selection__rendered {
    color: #fff;
    line-height: 1.2;
    font-size: 16px;

}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: #fff;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.top_block_wrapper {
   padding-top: 20px;
}
.top_block_wrapper>div {
   vertical-align: middle;
   display: table-cell;
}
.top_block_wrapper>div p {
   margin-bottom: 0;
}
.logo {
     padding-top: 0px; 
   
}
.phones {
      padding-top: 0px; 
}
.top_bg {
    background-attachment: fixed;
}
.logo a img {
    height: auto;
}
/*==================================*/
.towns_list_wrapper h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
}
.towns_list ul li {
   padding-left: 20px;
   position: relative;
   margin-bottom: 5px;
   font-size: 30px;
}
.towns_list ul li:before {
     content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #064087;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.towns_list ul li a {
   color: #064087;
}
.towns_list ul li a:hover {
   color: #0f0f0f;
   text-decoration: none;
}
.map_wrapper {
	position: relative;
	height: 375px;
	overflow: hidden;
	background-color: #ccc;
}
.map {
    width: 100%; 
    height: 100%; 
}
.block {
	padding-top: 60px;
	padding-bottom: 5px;
}
/*==================*/

.right_block h2, .right_block p {
	margin-bottom: 15px;
	line-height: 1.2;
}

.article_content ul {
	margin-bottom: 10px;
}
.article_content ul li{
	list-style-type: disc;
	margin-left: 15px;
}

@media only screen and (min-width : 600px) {
 .item_description ul {
     margin: 0 0px; 
     padding-left: 30px;
}
.services_box ul li:after {
    top: 40px;
    margin-left: -10px;
} 
}

.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	border: 1px solid transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover {
	border: 1px solid #63D9EB;
}

.note_drk_fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -160px;
    padding: 15px 0 5px;
    /*
    background-color: rgba(0,0,0,.5);
    */
      transition: all 1s;
    -webkit-transition: all  1s;
    -o-transition:  all 1s;
    -moz-transition: all  1s;
    z-index: 1000;
}
.narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
 }
.white_color {
  color: white;
}
.note_drk {
    box-shadow: 0px 7px 65px rgb(0 0 0 / 7%);
    border-radius: 8px;
}
.dark_bg {
    background-color: rgba(38, 60, 123, 0.8);
}
.note_drk span > a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.note_drk span > a:hover {
	text-decoration: none;
}

.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem!important;
}
.pt-1, .py-1 {
    padding-top: 0.25rem!important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}

.d-none {
    display: none!important;
}

@media (min-width: 768px) {
.d-md-block {
    display: block!important;
}
}
@media (min-width: 768px) {
.d-md-none {
    display: none!important;
}
}
.rose_button {
    display: inline-block;
    background-color: #6c7693;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #F66E0A;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 10px;
}

.vote label {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    padding-left: 40px;
    font-size: 14px;
    color: #000;
    padding-top: 0px;
    text-align: left;
    font-weight: normal;
}
[name=vote_check] {
	float: left;
}
.vote a {
	color: #000;
	text-decoration: underline;
}
.vote a:hover {
	text-decoration: none;
}

.dm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.dm-overlay:target {
  display: block;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
}

.dm-table {
  display: table;
  width: 100%;
  height: 100%;
}

.dm-cell {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
}

.dm-modal {
  display: inline-block;
}





.whatsapp-button { 
    position: fixed;
    right: 13px;
    bottom: 30px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 61px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
    font-awesome: 
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
   
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}

.whatsapp-button1 { 
    position: fixed;
    right: 13px;
    bottom: 110px;
    transform: translate(-50%, -50%);
    background: #4c70c5; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 61px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
    font-awesome: 
}
.whatsapp-button1 a {
    color: #fff;
}
.whatsapp-button1:before,
.whatsapp-button1:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4c70c5; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button1:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Видео фон для шапки */
.top_bg {
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.top_bg > header,
.top_bg > .first_block {
  position: relative;
  z-index: 1;
}

