@import "jquery.bxslider.css";
@import "media-fonts.css";

html {
  height: 100%;
}

body {
	font-family: "Arial", sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

a, span {
	display: inline-block;
}

h1, h2, h3, h4, h5, h6, legend {
    color: #111111;
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.section-content {
   flex: 1;
   padding-bottom: 30px;
   background-color: #fff; 
}

.inline > * {
	display: inline-block;
}

.respons-img {
	max-width: 100%;
}

.upper {
	text-transform: uppercase;
}

.red {
	color: #ce2027;
}

.respons-img {
	min-width: 100%;
	max-height: 342px;
}

.title {
	margin: 100px 0 80px;
}

.title-hr {
    background-color: #888888;
    display: inline-block;
    margin: 10px 0;
	height: 1px;
    width: 40px;
}

.push-bot-20 {
	margin-bottom: 20px;
}

/* header */

.navbar-info {
	padding: 20px 0 10px;
}

.header .navbar-default {
    background-color: #fff;
    border: none;
	margin-bottom: 0; 
}

.navbar-background {
	background-color: #02347b;
	-webkit-box-shadow: 0 0 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 12px -5px rgba(0, 0, 0, 0.75);	
}

.navbar-background .navbar-nav li a {
	text-transform: uppercase;
	color: #fff;
}

.logo {
	background: rgba(0, 0, 0, 0) url("../img/viba.jpg") no-repeat scroll 0 0;
	height: 80px;
	width: 130px;
}

.header .glyphicon-earphone {
	font-size: 12px;
	padding: 0 5px;
}

.header .h4 {
	margin-top: 0;
}

.navbar-background .navbar-nav > li > a:hover,
.navbar-background .navbar-nav > .open > a,
.navbar-background .navbar-nav > .open > a:focus,
.navbar-background .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #1560bd;
}

.navbar-background .dropdown-menu {
	background-color: #1560bd;
}

.navbar-background  .dropdown-menu > li > a:focus,
.navbar-background  .dropdown-menu > li > a:hover {
	background-color: #02347b;
}

.header .navbar-default .navbar-toggle {
	border-color: #fff;
}

.header .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
	background-color: #004d23;
}

.header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #111111;
}

.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.header .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}

.header .navbar-brand.logo-site,
.header .navbar-background .navbar-nav li a.logo-site  {
	background-color: #71b0ff;
	color: #fff;
	margin-left: 15px;
    font-weight: 800;	
}


.header .navbar-background .navbar-nav li a.logo-site  {
	margin: 0 80px 0 0;
	font-size: 24px;
}

/* price */

.block-price {
	border-right: 1px solid #7e7e7e;
	padding: 20px 10px 20px 20px;
	margin-left: -30px;
}

.block-price p {
	min-height: 100px;
}

.border-bottom .block-price {
	border-top: 1px solid #7e7e7e;
	margin-top: -2px;
}

.block-price.no-border {
	border-right: none;
}

/* advant */

.advant-block {
	margin-bottom: 80px;
}


.title.text-center p {
	font-size: 18px;
    margin: 20px 0;
	color: #045edb;
}

.advant-block .glyphicon {
	display: inline-block;
	border: 2px solid #007133;
	color: #ff4444;
	font-size: 16px;
    padding: 8px;
	border-radius: 100%;
	margin-bottom: 20px;
}

/* bg-gray */

.bg-gray {
    background-color: #eceded;
	padding-top: 30px;
	padding-bottom: 30px;
    margin-top: 20px;
}

.bg-gray h3 {
	font-weight: normal;
	margin: 0 0 10px;	
}

.link-btn {
    background-color: #ff4444;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
	line-height: 40px;
	padding: 0 25px;
    text-transform: uppercase;
	border-radius: 2px;
}

.link-btn .glyphicon {
    font-size: 18px;
	margin-right: 10px;
    vertical-align: middle;
}

.link-btn:hover {
    background-color: #007133;
    color: #fff;
	text-decoration: none;
}

/* section-flag and map */

.section-flag {
	font-size: 16px;
	color: #333333;
	padding: 15% 0 0;
}

.section-map .title {
	margin: 40px 0 20px;
}

.title .h4 {
	border-left: 3px solid #6e3377;
	color: #111111;
	padding-left: 15px;
}

.map-img  {
	padding-top: 15%;
}

.push-left-20 {
	margin-left: 20px;
}

.link-btn.btn-price {
	line-height: 1;
	padding: 10px 5px;
	margin-top: 0;
}

/*  block-above */

.block-above {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	max-height: 300px;
}

.block-above .block-above-text {
	position: absolute;
	left: 8%;
	width: 85%;
	padding-right: 5%;
	bottom: 10%;
	z-index: 300;
	font-size: 16px;
}

.block-above .block-above-text,
.block-above .block-above-text h3 {
	color: #fff;
}

.block-above .title {
	margin: 20px 0;
}

/* section-news */

.height-img {
	min-height: 200px;
	min-height: 200px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.news-block {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.news-block .news-wrap {
	padding: 0 10px;
	overflow: hidden;
	min-height: 180px;
	max-height: 180px;
}

.news-wrap h6 {
	min-height: 30px;
	max-height: 30px;
	overflow: hidden;
	line-height: 1.3;
	margin: 20px 0 15px;
}

.news-wrap h6 a {
	color: #007133;
}

/* guarantee */

.guarantee {
	font-size: 16px;
}

.guarantee p,
.guarantee ol {
	margin-bottom: 30px;
}

.block-above-ec {
	max-height: 400px;
}

/* footer */

.footer {
	background-color: #202020;
	padding: 40px 0 20px;
}

.footer p {
	color: #fff;
}

/* hover - shadow */

.step-services:hover {
	background-color: #52ac62;
	color: #fff;
	cursor: pointer;
}

.block-above::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 200;
	background-color: rgba(4, 94, 219, 0.7);
}

.title-hr-white {
	background-color: #fff;
	margin: 20px 0 25px;
	height: 1px;
	width: 40px;
}

.block-above-ec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 200;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.77) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.77) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0, 50, 255, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6303030',GradientType=0 );
}

/* media */


@media (max-width:992px){
	.height-img {
		border: none;
	}
}

@media (max-width:991px){
	.block-price {
		border: none;
		border-top: 1px solid #7e7e7e;
		padding: 20px 10px;
		margin-left: 0;		
	}
	.block-price.no-bot-border {
		border-top: none;
	}
	.section-map {
		margin-top: 15%;
	}
	.section-map .title .h4 {
		border: none;
	}
	.section-map .title {
		text-align: center;
	}
}

@media (max-width:768px){
	.no-xs-right .text-right {
		text-align: center;
		margin-top: 20px;
	}
	.section-main-slider .h1 {
		font-size: 24px;
	}
	.title.text-center p {
		font-size: 16px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3,
	h4, .h4 {
		font-size: 18px;
	}
	.height-img {
		border-bottom: 1px solid #eee;
	}
	.footer {
		text-align: center;
	}
}

@media (max-width:360px){
	.block-above-ec h3 {
		font-size: 16px;
	}
	
	.block-above-ec .block-above-text {
		bottom: 3%;
	}
	
	.block-above-ec .block-above-text p {
		margin-bottom: 5px;
	}
}