body,
html {
    width: 100%;
    height: 100%;
}

body {font-family: arial;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;	
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 11%;
    text-align: center;
    color: #f8f8f8;
    background: url(../dev/img/intro-bg.jpg) no-repeat bottom center;
    background-size: contain;
    visibility: inherit;	
	width: 100%;
	display: flex;
	justify-content:center;
	align-items:center;
}

@media (min-width: 1280px) {
	.intro-header {
		background-size: cover;
	}
}

@media (max-width: 992px) {
	.intro-header {
		padding-top: 19%;
	}
}

@media (max-width: 767px) {
	.intro-header {
		
	}
}

@media (max-width: 580px) {
	.intro-header {
		padding-top: 12%;
	}
}

.bg {
	background-size: cover;
}



.about-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 10px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.bazilik-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 10px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bazilik-bg.jpg) no-repeat center center;
    background-size: cover;
}

header.lined {text-align: center; padding: 10px 0; font-size: 18px; overflow: hidden;}
header.lined .title {position: relative; color:#FFFFFF; display: inline-block; font-size: 36px; text-transform: uppercase;}
header.lined .title:before {content: " "; position: absolute; top:50%; left:-160px; width:140px; border-top: 3px solid #FFFFFF;}
header.lined .title:after {content: " "; position: absolute; top:50%; right:-160px; width:140px; border-top: 3px solid #FFFFFF;}

.content-services {
	padding: 10px 0 40px 0;
	background-color: #ffffff;
	color:#000000;
}

.content-title {
	padding: 10px 0 10px 0;
	background-color: #0800ce;
	color:#FFFFFF;
	text-align: center;
}

.catalog-header {
    padding-top: 10%; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	
    padding-bottom: 32%;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: contain;
    visibility: inherit;	
	width: 100%;
    min-height: 267px;
   
}

.catalog-header.contact-header {
	padding-top: 10%;
	background-size: cover;
}

@media (min-width: 1280px) {
	.catalog-header {
		background-size: cover;
	}
}

@media (max-width: 992px) {
	.catalog-header.contact-header {
		padding-top: 19%;
	}
}

@media (max-width: 767px) {
	.catalog-header.contact-header {
		padding-top: 10%;
	}
}

.catalog-header.contact-header .logo {
	padding-bottom: 0;
}

.catalog-header.contact-header .intro-message {
	padding-bottom: 5%;
	padding-top: 1%;
}

.content-directions {
	padding: 40px 0;
	background-color: #f8f8f8;
}
.content-directions .tit {color:#000000; font-size: 18px; text-transform: uppercase; line-height: 1.4em; display: block; padding: 15px 0 20px 0;}
.content-directions .tit .dir {font-size: 36px; font-family: 'Exo 2', sans-serif; font-weight: bold; display: block;}

.round {
    border-radius: 250 px; /* Радиус скругления */
	border: 3px solid green; /* Параметры рамки */
   }

.intro-message {
    position: relative;
    padding-top: 9%;
    padding-bottom: 10%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-message > hr {
    background:url(public/images/hr_bg.png) no-repeat top center;
	height:30px;
	width: 390px;
    border:none !important;
}

.intro-divider {
    width: 390px;
    background:url(public/images/hr_bg_s.png) no-repeat top center;
	height:30px;
	border:none !important;
}
	
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}



@media(max-width:767px) {
    .intro-message {
		padding-top: 5%;
        padding-bottom: 4%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

@media(max-width:475px) {
	.intro-message {
		padding-top: 3%;
        padding-bottom: 1%;
    }
	
	.intro-message > h1 {
        font-size: 2em;
    }
	
	.intro-divider {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

#contact {padding:30px 0; background: #030303 url(../dev/img/train-gray.jpg) no-repeat 0 0; background-size:cover; color:#ffffff;}
#contact header .phone {font-size: 24px;}
#contact header .email {font-size: 14px;}
#contact .form-control {padding:12px 15px; height: auto; background: transparent; border:2px solid #FFFFFF; color:#FFFFFF; font-size: 24px; font-family: arial;}
#contact .form-control::-webkit-input-placeholder {color:#FFFFFF;}
#contact .form-control::-moz-placeholder          {color:#FFFFFF;}/* Firefox 19+ */
#contact .form-control:-moz-placeholder           {color:#FFFFFF;}/* Firefox 18- */
#contact .form-control:-ms-input-placeholder      {color:#FFFFFF;}
#contact .btn-yellow {background-color: #FFEC22; color:#282828; font-size: 24px; padding:14px 60px;}
#contact .form-control option,
#contact .form-control optgroup {color:#000000;}

.banner {
    padding: 50px 0;
    color: #f8f8f8;
    background: url(../dev/img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.logo {
	float: center;	
	margin-top: 0px;
	padding-bottom: 5%;
}

.pdf {
	float: center;	
	margin-top: 5px;
	padding-bottom: 0px;
	text-align: right;
}

.products {
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}

.img-circle{
	border-radius:50%;
	border: 3px solid white;
	text-align: center;
}

.center {
  text-align: center;
}

.img-thumbnail {
  border: 0;
}

.products .item {
  width: 222px;
  text-align: center;
  padding-top: 17px;  
  position: inherit;
  margin-bottom: 25px;
  float: left;
}

.products .item .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  width: 180px;
  display: inline-block;
  min-height: 60px;
  margin-top: 7px;
}

.products .item .title a {
  color: #3366ff;
}

.products .item .price {
  color: #cc3333;
  font-weight: bold;
  font-size: 18px;
}

.products .item .mark {
  position: absolute;
  left: 15px;
  top: 0;
}
.navbar-toggle
{
position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:1000px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:1000px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px
}
hr {
 background:url(public/images/hr_bg.png) no-repeat top center;
 height:30px;
 border:none !important;
}

