@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&amp;subset=latin,cyrillic-ext,cyrillic);
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	background: #f7f7f7;
}


#overlay {
	display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #faa10d;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.close1 {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(220, 55, 17, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}
.close1:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


header {
	background: #057108;
	padding: 0 !important;
}
header .logo {
	cursor: pointer;
	background: url(../../../../images/logo/logo.png) no-repeat;
	background-size: contain;
	height: 100px;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	display: inline-block;
	line-height: 50px;
	padding: 0 10px;
}
header nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
header nav ul li a:hover {
	color: #fff;
	
}
header .search {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
header .slider {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	height: 400px;
	background-position: 50%;
	position: relative;
}
header .slider .info {
	width: 400px;
	margin-left: -200px;
	background: rgba(0,0,0,.7);
	text-align: center;
	padding: 20px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 30%;
}
header .slider .info h1 {
	text-transform: uppercase;
	font-size: 30px;
	text-shadow: 1px 1px 1px #000;
	margin: 0 0 10px;
}
header .slider .info p {
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
}
header .dopmenu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
header .dopmenu a{
	color: rgba(255,255,255,.7);
	font-size: 30px;
	transition: .2s;
}
header .dopmenu a:hover{
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-size: 30px;
	transition: .2s;
}
header .dopmenu a img {
	width: 64px;
}
header .dopmenu a i {
	border: 1px solid #fff;
	padding: 20px;
	border-radius: 100px;
}
header .dopmenu a span {
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
.akcii {
	background: url('../images/new_year.jpg') no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 350px;
	margin-bottom: 20px;
}
.akcii h2 {
	color: #fff;
	background: #222;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
	font-weight: 300;
	font-size: 40px;
}
.service-tc {
	background: url('../images/photo_gallery.jpg') no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 350px;
	margin-bottom: 20px;
	position: relative;
}
.service-tc1 {
	background: url('../images/photo_gallery1.jpg') no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 350px;
	margin-bottom: 20px;
	position: relative;
}
.service-tc1 h2 {
	color: #000;
	background: #fbeb00;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
	font-weight: 300;
	font-size: 40px;
}
.service-tc h2 {
	color: #000;
	background: #fbeb00;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
	font-weight: 300;
	font-size: 40px;
}
.service-tc > div {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}
.service-tc1 > div {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}
.service-tc > div > h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 400;
	margin-bottom: 10px;
}
.service-tc1 > div > h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 400;
	margin-bottom: 10px;
}
.service-tc > div > a {
	color: #fff;
	padding: 10px;
	border: 2px solid #fff;
}
.service-tc1> div > a {
	color: #fff;
	padding: 10px;
	border: 2px solid #fff;
}
#fillers {
  display: none;
}
#grid,
#grid_b,
#grid-fixed {
  position: relative;
  width: 100%;
}
#grid .block,
#grid .mason_filler,
#grid_b .block,
#grid_b .mason_filler,
#grid-fixed .block,
#grid-fixed .mason_filler {
  position: relative;
  float: left;
  color: #fff;
}
#grid .mason_filler,
#grid_b .mason_filler,
#grid-fixed .mason_filler {
  background-color: #4fc3f7;
}
#grid-fixed {
  width: 800px;
  margin: auto;
}
#grid  {
	background: linear-gradient(to top, #f00, #000);
}
#grid img{
	max-width: 100px;
	height: 100px;
	object-fit: contain;
	margin: 10px;
	padding: 5px;
	background: #fff;
}
#grid a {
	color: #fff;
	background: rgba(0,0,0,.8);
	margin: 10px;
	padding: 10px;
	font-size: 30px;
	
}
#grid .filler {
	padding-top: 20px;
}
#grid .filler a {
	color: #000;
	background: rgba(255,255,255,1);
	box-shadow: 2px 2xp 2px #777;
	font-size: 20px;
}
.catalog-section {
	margin-top: 20px;
}
.catalog-section .section-element .element{
	background: #fff;
	border: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	position: relative;
	transition: .5s;
	
}
.catalog-section .section-element .img {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.catalog-section .section-element .img img {
	max-width: 100%;
	height: 200px;
	object-fit: contain;
	-webkit-filter: brightness(1.3) grayscale(1);
	transition: .5s;
}
.catalog-section .section-element .element .name {
	color: #000;
	font-size: 20px;
	margin-bottom: 50px;
}
.catalog-section .section-element .element .name a {
	display: block;
	color: #777;
	font-size: 15px;
}
.catalog-section .section-element .element .name a:hover {
	display: block;
	color: #777;
	text-decoration: none;
}
.catalog-section .section-element .element .floor {
	color: #bbb;
    text-align: center;
    background: #eee;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 00px;
}
.catalog-section .section-element .element:hover {
	background: #eee;
	transition: .5s;
}
.catalog-section .section-element .element:hover .img img {
	-webkit-filter: brightness(1) grayscale(0);
	transition: .5s;
}
#detail-element {
	margin-top: 20px;
}
#detail-element  > a {
	padding: 5px 0 15px;
	display: block;
	margin: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	text-transform: uppercase;
	color: #777;
}
#detail-element .img {
	text-align: center;
}
#detail-element .img img {
	width: 100%;
	height: 300px;
	object-fit: contain;
	background: #fff;
	border: 1px solid #ddd;
}
#detail-element h1 {
	margin: 10px 0; 
	color: #333;
}
#detail-element .floor {
	color: #777;
	font-size: 20px;
}
#detail-element .time {
	font-size: 20px;
	color: #f00;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#detail-element .phone {
	font-size: 20px;
	padding-bottom: 10px;
}
#detail-element .category {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	color: #949494
}
#detail-element .category span {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	color: #777;
}
#detail-element .category a {
	color: #949494
}
footer {
	background: #057108;
	color: #fff;
	text-align: left;
	margin-top: 20px;
	padding: 20px 0;
}
footer nav ul {
	list-style: none;
}
footer nav ul li {
	display: block;
	line-height: 30px;
	padding: 0 10px;
}
footer nav ul li a {
	color: #fff;
	font-size: 15px;
}
footer nav ul li a:hover {
	color: #fff;
	
}
footer > div > div {
	border-left: 1px solid #fff; 
	line-height: 50px;
}