@charset "utf-8";
@import url("style_font_awesome.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');

html {font-family: 'Roboto', Tahoma;}
body {margin:0; padding:0; color: #6f6f6f; font-family: 'Roboto', Tahoma; background: #f6f6f6;}

h1, h2, h3, h4, h5, h6 {color: #008dd2;}
h1 {font-size: 2.5em; margin-top: 0; font-weight: 500; margin-bottom: 45px; }
h2 {margin-bottom: 45px; margin-top: 60px; text-align: center; font-size: 2.5em; text-transform: uppercase;}
h3 {font-weight: 700; font-size: 1.5em; margin-top: 40px; margin-bottom: 30px;}
h4 {font-size: 1em; margin-top: 0; font-weight: 600;}
.b500 {font-weight: 500;}

a {color: #b48d70;}
a:hover {color: #f9ba48; text-decoration: none;}

/* Меню */
/*nav .nav li {padding-left: 5px;padding-right: 5px;}*/
nav li {padding-bottom: 0 !important;}
.navbar-default {border: none; border-radius: 0; box-shadow: none; margin-bottom: 0; background: #1e3a68;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {background:none; box-shadow: none;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {background:none; box-shadow: none;}
.navbar-toggle {border-radius: 5px; transition: all 0.2s;}
.navbar-collapse {z-index: 1000000; padding-left: 0;}
.navbar-nav > li {float: none; }
.navbar-nav > li > a { transition: all 0.2s; padding-top: 30px; padding-bottom: 30px; color: #000;}
.navbar-nav > li > a:hover {color: #aa9;}
.nav > li { display: table-cell; text-align: center; vertical-align: middle; white-space: normal; font-weight: 500;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background: none;}
.navbar-default .navbar-toggle:hover .icon-bar {background-color: #00bff3;}

.dropdown:hover .dropdown-menu {
	pointer-events: auto;
	border-radius: 0;
	border: none;
	opacity: 1;
}
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:hover > a {
	color: #f0f0f0;
}

.sticky-nav {transition: all 0.3s; z-index: 10000; position: fixed; left:0; right:0; height: 85px; top:0; }
.sticky-nav.flying {box-shadow: 0 0 7px rgba(0,0,0,0.2); background: #fff; }
.sticky-nav.flying .navbar-nav > li > a {padding-top: 18px; padding-bottom: 18px;}
.sticky-nav.flying .top-icon {padding-top: 20px;}
.sticky-nav.flying .logo {margin-top: 15px;}

.form-control {color: #444; font-size: 13px; box-shadow: none;}
.input-lg {font-size: 14px; height: auto; padding: 20px 30px;}

/* flex */
.row-flex {
    display: flex;
    flex:1 1 auto;
	flex-wrap: wrap;
}

/* Блоки */

.photo {width: 100%; height: 60vw; background: url(../images/bg/bg.jpg) no-repeat; background-size: cover; position: relative;
	color: #fff; font-size: 3.5vw; text-transform: uppercase;}
.photo_bg {background: url(../images/bg/overlay.png); position: absolute; top:0; left: 0; right: 0; bottom:0; display: flex; 
align-items: center; vertical-align: center;}
.photo_bg span {display: inline-block; padding: 0 15vw;}

.top-phone {padding-top: 30px;}
.top-phone span {display: inline-block; margin: 0 15px;}
.top-btn {padding-top: 5px;}
.top-btn .btn {font-size: 12px; margin-top: 3px; margin-bottom: 3px; width: 145px;}

.services {margin-top: 90px; margin-bottom: 60px;}
.services img {margin-bottom: 30px;}

.about {background: url(../images/bg/bg2.jpg) center no-repeat; background-size: contain;}
.about_text {padding-bottom: 60px;}
.news {background: #fafafa !important; margin-top: 90px; padding-top: 90px; padding-bottom: 90px;}

header {font-size: 1.8rem; color: #008dd2;}
header a {color: #008dd2;}
header .top-icon {padding-top: 35px; padding-left: 0; padding-right: 0; text-align: center; transition: all 0.3s;}
.logo {margin-top: 22px; transition: all 0.3s; max-height: 65px;}

.panel-default {border-radius: 0; background: #fafafa; border: none; padding: 0 20px 20px;}
.panel-info {box-shadow: none; border: 0; }
.panel-info .panel-body {padding: 20px;}
.panel-body {padding-top: 0;}

.badge {font-size: 11px; font-weight: normal; padding: 3px 6px; }

.header {background: #f8f8f8; margin-top: 30px; position: relative; padding: 15px 0 15px 75px;}
.header:after {content: ''; top: 0; bottom:0; left:0; right:0; border: solid 1px #eee; position: absolute;}
.header h5 {font-weight: 700; color: #000; margin: 0;}
.header h5:before {display: block; z-index:1; position: absolute; left: 0; top:0; content: ''; background: url(../images/bg/bg_header.png) left no-repeat; width: 65px; height: 45px;}
.header .fa {position: absolute; z-index:2; margin-left: -55px; font-size: 18px; color: #fff;}

.page-pic h1 {color: #fff; text-shadow: 0 0 5px #000; margin-top: 30px;}

[class^=bg-] {padding: 15px; margin-top: 15px;}
[class^=bg-] i {color: #990000;}

.tooltip > .tooltip-inner hr {margin: 5px 0; border-color: #fff;}
.tooltip > .tooltip-inner { background: #333; color: #fff; border: solid 1px #333; padding: 5px 10px; font-size: 12px;}
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #333; }
.tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #333;}
.tooltip.left > .tooltip-arrow {
    border-left: 5px solid #333;}
.tooltip.right > .tooltip-arrow {
    border-right: 5px solid #333;}

/*.sticky { color: #000; font-weight: 700; position: fixed; bottom: 30px !important; right:10px; z-index: 9999; transform: rotate(-90deg) translateX(50%) translateY(50%);}*/
.sticky { color: #fff; font-weight: 700; background: #0890d3; line-height: 37px; text-align: center; width: 35px; height: 35px; position: fixed; bottom: 20px !important; right:20px; z-index: 9999;}
.sticky:hover { background: #000;}
.sticky .fa {font-size: 1.5em;}
.sticky a {color: #fff; text-decoration: none; border-radius: 4px;}

.extrabold {font-weight: 900;}

li {margin-bottom: 5px;}

footer { color: #fff; position: relative; padding: 0 0 80px;  background: url(../images/bg/bg_footer.png) center no-repeat #000; background-size: cover;}
footer h2 {color: #fff;}
footer a {color: #dbb797; transition: all 0.3s;}
footer a:hover {color: #fff;}
footer hr {border-color: #444; margin-bottom: 30px;}
footer .visible-xs .fa {margin-top: 0;}
footer ul {padding: 0 0 0 16px; color: #f9ba48;}
footer ul li {margin: 0;}
footer p {margin: 15px 0;}
footer p.small {color: #757575; line-height: 1.8em;}
footer .fa {font-size: 1.2em; line-height: 30px; text-align: center; width: 15px; margin-right: 10px; }
footer .fa:hover {color: #fff;}
footer a .fa {color: #fff; width: 30px; height: 30px; background: #0890d3; line-height: 32px; padding-left: 5px;margin-right: 0;}
footer input, footer textarea {background-color: rgba(255,255,255,.8) !important; }

/* Хлебные крошки */
.breadcrumbs {color: #929497; font-size: 13px; background: #f8f8f8; padding: 20px 30px; margin-bottom: 90px;}
.breadcrumbs a:hover {color: #000;}
.breadcrumbs span {background: url(../images/breadcrumbs.png) no-repeat; display: inline-block; margin: 0 5px; width: 6px; height: 9px;}

/* Меню */
h2.submenu {margin-top :0; margin-bottom: 15px; color: #fff; }
.sub-menu {list-style: none; padding: 0; margin-bottom: 0;}
.sub-menu > li {padding: 1px 0; margin: 0; }
.sub-menu a {color: #fff; width: 100%; display: block; text-decoration: none;}
.sub-menu .menu_sel a {color: #929b3c;}

hr { border: 0px; border-top: 1px solid #ccc; margin: 12px 0;}
.semibold {font-weight: 600;}

img[align=left] {margin-right: 15px;}

/* Статьи */
article {margin-bottom: 30px; min-height: 510px;}
article h1 {font-size: 2em; font-weight: 500; margin-top: 30px; margin-bottom: 0;}
article h3 {text-transform: none; font-size: 1.5em; font-weight: 500; margin-top: 0; margin-bottom: 20px;}
article h4 {line-height: 1.25em; }
article a {color: #000;}
article a:hover {text-decoration: none; color: #999;}
article img {margin-bottom: 15px;}
article img:not(:first-child) {margin-top: 25px;}
.article_date {color: #999; margin-bottom: 10px; line-height: 1em; font-size: 0.8em; display: block; }
.article_short {color: #aaa;}
.details {font-weight: bold; font-size: 0.85em;}

.index-small h4 {font-size: 15px; font-weight: 600; margin-top: 0;}
.article_date_detail {display: inline-block; font-size: 1.15rem; color: #aaa; padding: 15px 0 0; margin: 0 0 5px; background: transparent; }
.article_date_detail_inner {display: inline-block; font-size: 1.15rem; color: #aaa; padding: 15px 0 30px; margin: 0 0 5px; background: transparent; }


.article_photos {margin-top: 30px;}
.article_photos div[class^=col] {background: rgba(0,0,0,0.1); transition: all 0.2s; padding: 0 5px;}
/*.article_photos div[class^=col]:nth-child(3n-1) {margin-top: -40px;}*/
.article_photos div[class^=col]:hover {background: rgba(0,0,0,0.3);} 
.article_photos img {margin: 5px 0; cursor: pointer;}
.article_photo_info {background: rgba(0,0,0,0.6); position: absolute; bottom: 5px; left: 5px; right: 5px; text-align: center; color: #fff; }
.article_photo_info a {color: #fff;}
.article_photo_info p {line-height: 1.1em; margin: 5px 5px 10px; font-size: 13px;}
.article_photo_info .share-item {display: none; margin: 10px 0; font-size: 12px; width: 20px; padding-top: 2px; height: 20px; border: solid 1px;}
.article_photos div[class^=col]:hover .share-item {display: inline-block; }
img.article_full {padding: 5px; border: solid 1px #f0f0f0; margin-bottom: 15px;}

.article_nextprev a {color: #000;}
.article_nextprev a:hover {text-decoration: none;}

.videoWrapper {	position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* Статьи главной */
article.index {margin-bottom: 0;}
article.index .row {padding: 15px 30px; }

.social_buttons {margin-bottom: 30px; margin-top: 30px; clear: both;}

.text {padding-bottom: 90px;}
.text a {color: #000;}
.text table {margin-bottom: 15px; box-shadow: 1px 1px 2px #999; background: #fbfbfb;}
.text table caption {color: #000;}
.text table td {padding: 10px}
.text table th {background: #e9e9e9; padding-top: 10px; font-weight: normal; font-size: 17px;}

/* СТРАНИЦЫ */
div.pages {clear: both; padding: 20px 0; margin-top: 30px;}
div.pages a {margin: 0 2px; transition: all 0.3s; background: #ececec; color: #878787; display: inline-block; line-height: 35px; text-align:center; width: 35px; height: 35px;}
div.pages a:hover {background: #f9ba48; text-decoration: none; color: #fff;}
div.pages a.active {background: #000; color: #fff; }

/* Carousel */
.carousel { height: 570px; margin-bottom: 20px; box-shadow: none; }
.carousel-inner, .carousel-inner .item { height: 500px; }
.carousel-indicators { bottom: 0; text-align: center; left: 0; width: 100%; margin-left: 0;}
.carousel-indicators li{ border-radius: 50%; border: none; margin: 0 2px; width: 12px; height: 11px; background: #bbb; }
.carousel-indicators .active { width: 11px; height: 11px; background: #666; margin: 0 2px;}
.carousel-caption {color: #000; text-align: left; text-shadow: none; left: 180px; top: 0; right: 50%; }
.carousel-caption h2 {text-align: left; line-height:  1em; font-size: 4em; color: #000; }
.carousel-caption h2:after {content: ''; display: inline-block; position: absolute; margin-top: 90px; left: 5px; border-top: solid 3px #000; height: 1px; width: 120px; background: #000;}
.carousel-caption p {font-size: 18px; margin-bottom: 40px; color: #5c5b5b;}
.carousel-control {top: auto; bottom: 45%; width: 43px; height: 43px;}
.carousel-control.left {background: none; color: #000; font-size: 3em;}
.carousel-control.right {background: none; color: #000; font-size: 3em;}

input, button {outline:0 !important; outline:none !important;}
.btn .fa-arrow-right {margin-left: 5px;}
.hand {cursor: pointer;}
.nomargin {margin: 0;}
.img-responsive {display: inline-block;}

[data-fancybox=group] img {margin-bottom: 30px;}
.noreg {margin-top: 100px;}

.modal-dialog {margin-top:120px;}

.faq {padding: 20px; border: dashed 1px #999; border-radius: 10px; margin-top: 50px;}
.faq .question {padding: 20px 20px 7px; margin-bottom: 15px; margin-top: -50px; border-radius: 10px; background: #f0f0f0;}

@media (max-width: 992px) {
	.top-phone {padding-top: 15px;}
	.sticky-nav.flying .logo {margin-top: 25px;}
	.carousel { height: 500px; margin-bottom: 20px; box-shadow: none; }
	.carousel-inner, .carousel-inner .item { height: 430px; }
}

@media (max-width: 768px) {
	h1 {font-size: 32px; }
	h2 {font-size: 28px;}
	
	.about_text {padding-left: 15px;}
	.row-flex {
		display: block;
	}

	.faq {margin-bottom: 45px;}

	.bottom_info {margin-left: 0 !important; margin-right: 0 !important;}
	footer .fa {text-align: center; line-height: 25px; }
	
	iframe { width: 100% !important; height: auto;}
	
	.sticky-nav.flying .logo {margin-top: 14px;}
	
	.text {margin-top: 20px;}
	
	img {max-width: 100%;}
	
	.top_phone_fly {text-transform: none; position: absolute; z-index: 10; bottom: 10px; text-align: center; right:0; left:0; font-size: 3vw; color: #008dd2;}
	
	.carousel {
		height: 300px;
		margin-bottom: 0;
		box-shadow: none;
	}
	.carousel-inner, .carousel-inner .item {height: 240px; overflow: visible;}
	.carousel-control.right {}
	.carousel-control.left {}
	.carousel-control {bottom: 55%;}
}

@media (max-width: 490px) {
	header .btn {font-size: 2.5vw;}
	.sticky-nav.flying .logo {margin-top: 20px;}
	.top-btn .btn {font-size: 10px;}
}

.tooltip-inner { max-width: 350px; }
.btn-default {font-weight: 700; color: #fff !important; font-size: 0.9em; padding: 15px 35px;}
.btn-account:hover {color: #666;}
.btn:active {box-shadow: none;}
label {font-weight: normal;}

.username {font-size: 0.6em; font-weight: bold; margin-top: -3px;}

.nopadding {padding: 0;}

.fotorama__dot {width: 10px; height: 10px; border-radius: 50%; border: solid 1px #ccc; background: #fff;}
.fotorama__nav__frame.fotorama__active .fotorama__dot { width: 10px; height: 10px; background: #99ca3c; border: solid 1px #99ca3c;}
.fotorama__nav { margin-top: -30px; z-index: 20; }
.fotorama__dot { border-color: #eee; box-shadow: 0 1px 0 rgba(0, 0, 0, .5); }
.fotorama__active .fotorama__dot { background-color: #eee; box-shadow: 0 -1px 0 rgba(0, 0, 0, .5); }

.fancybox-caption {padding: 10px 0;}

.required {color: #9ccb3b;}

.share42init {position: absolute; transition: all 0.3s; opacity: 0; background: white; box-shadow: 1px 1px 2px #999; margin-left: 20px; white-space: nowrap; margin-top: -7px; padding: 10px 3px 3px 10px;}
.share42init:hover {opacity: 1; }

.w100 {width: 100%;}