@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,300,400,700&subset=cyrillic-ext,latin);

:focus {
	outline:none !important;
}

body {
	font-family:'Roboto Condensed';
	height: 100vh;
}

a.dashed {
	border-bottom:none;
	text-decoration:none;
	border-bottom:1px dashed;
}

a {
	-webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	color:#0000cd;
	border-bottom:1px solid;
}
a:hover,
a:focus {
	border-bottom:none;
	text-decoration:none;
}
a.index {
	text-transform:uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:80%;
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed;
	font-size:15px;
}
a.index:hover {
	border-bottom:none;
}

header {
	background:url(/images-main/back-index-notext.jpg) #000 center;
	background-size:cover;
	color:#02aaf7;
	height:300px;
}

.top .menu span {
	display: inline-block;
	font-size:18px;
	margin: 0 10px;
	text-transform:uppercase;
	font-weight:300;
}
footer a,
header a {
	color:#fff;
	border-bottom:1px solid #fff;
}
footer a:hover,
footer a:focus,
header a:hover,
header a:focus {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}
.top .logo img {
	position:relative;
	right:8px;
}
.top .logo a {
	border-bottom:none;
}

@media (max-width:991px) {
	header {
		height:200px;
	}
	.top .logo {
		padding:30px 0 25px;
	}
	.catalog .col-lg-4 {
		/*display:inline-block;
		float:none;*/
		margin-bottom:25px;
	}
}
@media (min-width:992px) {
	.top .logo {
		padding:80px 0 75px;
	}
}
@media(max-width: 575px) {
	.top .menu span {
		font-size: 16px;
		margin: 0 10px 7px 10px;
	}
}

.navbar {
	text-transform:uppercase;
	margin-bottom:0;
}
.navbar-right {
	margin-right:0;
}

.breadcrumb {
	margin-bottom:0;
}

article {
	padding:10px 0 70px;
	font-size:16px;
}

h1 {
	margin:30px 0 25px;
	text-align:center;
}
h4 {
	line-height: 150%;
}

.gallery {
	margin-top:25px;
}
.gallery .col-lg-4 {
	margin-bottom:25px !important;
}
.catalog-parents {
	text-align:center;
}
.catalog-parents .img {
	height:250px;
	border-radius:4px;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	-webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	position:relative;
}
.catalog-parents h4 {
	margin:0;
	font-weight:bold;
	padding: 12px 0 5px;
	border-radius:0 0 4px 4px;
}
.catalog-parents p {
	margin-bottom:5px;
}
.catalog-parents a {
	font-size:13px;
	text-transform:uppercase;
}
.catalog-parents .clearfix {
	height:20px;
}
.kittens {
	text-align:center;
}
.kittens h4 {
	margin-bottom:20px;
}

.fancybox-title {
	text-align:center;
	font-size:18px;
}
.fancybox-close {
	border-bottom:none;
}

#form-comments input,#form-faq input {
	max-width:300px;
}
#form-comments textarea,#form-faq textarea {
	max-width:600px;
	height:150px;
}
blockquote.faq {
	font-size:15px;
}

footer {
	padding:30px 0;
	background:#000;
	background:url(/images-main/back-index-notext.jpg) #000 top center;
	color:#fff;
}
footer a {
	border-bottom:none;
}
footer a:hover,
footer a:focus {
	border-bottom:1px solid;
}

.modal h4 {
	line-height:24px;
}