@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,500italic,400italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);


@font-face {
	font-family: 'BravoRG';
	src: url('../fonts/BravoRG.eot');
	src: local('BravoRG'),
		url('../fonts/BravoRG.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BravoRG.woff') format('woff'),
		url('../fonts/BravoRG.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.header__logo{
    font-family: 'BravoRG';
    text-decoration: none;
    font-weight: bold;
}
.header__logo:hover{ text-decoration: none; }
.header__logo > div{ line-height: 1.2; }
.logo_phrase_top{ color: #8a4019; font-size: 53px; }
.logo_phrase_bottom{ color: #201612; font-size: 43px; }

body {
	font-family: 'Roboto', sans-serif;
	color: #111;
	background: url('../img/pattern_bg.png');
}
img{
	max-width: 100%;
}
a{
	color: #8a4019;
}
.header {
	padding:40px 0 30px;
}
.header-slider{
    min-height: 544px;
    padding: 0;
}
.header__contacts p {
	font-size: 	35px;
	margin-bottom: 	10px;
}
.header__contacts p.email,.header__contacts p.email a {
	font-size: 	19px;
	color:#8a4019;
}
.header__contacts p.email i {
	color:#8a4019;
	margin-right: 	12px;
	font-size: 24px
}
.header__contacts p.phone,.header__contacts p.phone a {    
	color:#8a4019;
	font-weight:600;
	text-decoration: underline;
}
.header__contacts p.phone i {
	color:#8a4019;
    font-size: 31px;
    margin-right: 9px;
}
.header__contacts p.mapm{
	font-size: 	19px;
	color:#8a4019;
}
.header__contacts p.mapm i{
	color: #8a4019;
	margin-left: 2px;
	margin-right: 15px;
	font-size: 31px;
}	
.header_nav {
	background: #6f4d3b;
}
.header_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: -24px;
}
.header_nav ul li {
	float: left;
}

/*-slider-*/
.top_slider{
    padding: 0;
    margin: 0;
}
.slider_data_text{
    position: absolute;
    top: 40%;
    left: 30%;
    max-width: 50%;
    color: white;    
    line-height: 1.0;
}
@media (min-width: 1200px) { .slider_data_text p{ font-size: 36px; } }
@media (min-width: 400px) and (max-width: 1199px) { .slider_data_text p{ font-size: 36px; } }
@media (max-width: 399px) { .slider_data_text p{ font-size: 24px; } }
@media (max-width: 992px) { .services_title {font-size: 36px;} .slider_data_text{ left: 15%; max-width: 80%; } }
@media (max-width: 576px) { .slider_data_text{ top: 25%; } }

.categories_shop{
	margin-bottom: 45px;
}
.header_nav ul li a {
	position: relative;
	font-size: 24px;
    /*font-weight: bold;*/
	color:#fff;
	text-transform: uppercase;
	display: block;
	padding:24px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.product_tpl{
	margin-bottom: 35px;
}
.product_img{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	        margin-bottom: 10px;
}
.product_img:hover{
	opacity: 0.7;
}
.product_title{
	margin-bottom: 10px;
}
.product_title a{
	color:#111111;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.product_title a:hover{
	color: #D00201;
}
.product_anons{
	margin-bottom: 10px;
}
.header_nav ul li a:after,.header_nav ul li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.header_nav ul li a:before {
	top: 40px;
	opacity:0;
}
.header_nav ul li a:after {
	bottom: 40px;
	opacity:0;
}

.header_nav ul li:hover a:before {
	top: 0;
	opacity:1;
}
.header_nav ul li:hover a:after {
	bottom: 0;
	opacity:1;
}
.header_nav ul li:hover a,.header_nav ul li a:active,.header_nav ul li a:focus,.header_nav ul li.active a {
	background: #94735f;
	text-decoration: none;
}
.slide {
	height: 544px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    background: rgba(0, 0, 0, 0.45);
}
.slide_table{
	width: 100%;
	height: 544px;
	display: table;
}
.slide_td{
	display: table-cell;
	vertical-align: middle;
}
.slide .big {
	font-size: 60px;
	color:#fff;
	text-transform: uppercase;
}
.slide .normal {
	font-size: 30px;
	text-transform: uppercase;
	color:#fff;
}
.fotorama__nav-wrap {
	margin-top: -30px;
}
.fotorama__dot {
	border:2px solid #fff;
}
.products{
	margin-top: 30px;
}
.shop_id .fotorama__nav-wrap{
	margin-top: 0;
}
.products_item {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	display: block;
	height: 270px;
	overflow: hidden;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	position: relative;
	margin-bottom:25px;
}
.products_item .products_bg {
	height: 90px;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #6f4d3b;
	color:#fff;
	text-align: center;
	padding: 0px 10px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.products_item:hover .products_bg:not(.disable_service) {
	height: 100%;
}
.products_table{
	display: table;
	width: 100%;
	height: 100%;
}
.all_services .products_td{ 
    cursor: default; 
}
.products_td{
	display: table-cell;
	vertical-align: middle;
}
.about_main{
    margin-bottom: 30px;
}
.about_main a{ margin-top: 20px;}
.h1_index{
   /*background: url('../img/pravoz.png')left top no-repeat;
   background-size: 100%;*/
   padding-top: 35px;
   padding-bottom: 2px;
    font-size: 30px;
}
@media (min-width: 768px) { 
    .home_text{
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;        
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;    
    } 
}

.home_text {
    font-size: 16px;
}
.services {
	/*background: url(../img/teplovoz.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;*/
	padding:140px 0;
	margin:20px 0 0 0;
}
.services_tpl{
	text-align: left;
}
.services_title {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;
}
@media (min-width: 1200px) { .services_title {font-size: 40px;} }
@media (min-width: 576px) and (max-width: 1199px) { .services_title {font-size: 36px;} }
@media (max-width: 575px) { .services_title {font-size: 28px;} }


.services_desc {
	color:#fff;
	font-size: 16px;
	margin-top: 20px;
}
.services .btn {
	margin-top: 35px;
	font-size: 20px;
	padding: 17px 35px;
}
.btn-orange {
	background:transparent;
	border:2px solid #D00201;
	color:#fff;
	text-transform: uppercase;
	border-radius: 0;
	overflow: hidden;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}
.btn-orange:after {
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #D00201;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-orange:hover,
.btn-orange:active {
	color: #fff;
}

.btn-orange:hover:after,.btn-orange:active:after {
	height: 100%;
	opacity: 1;
}
.all_services {
	padding:60px 0;
    padding-bottom: 55px;
    background-color: #fbf2e4;
}
.all_services h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.all_services_title {
	color:#000;
	font-size: 20px;
	text-transform: uppercase;
}
.all_services_desc {
	color:#000;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.services_tpl .btn.btn-default{
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid white;
    color: white;
    font-size: 17px;
    padding: 15px 20px;
}
.services_tpl .btn.btn-default:hover{
    background-color: white;
    color: #6f4d3b;
    border: #6f4d3b;
}
.btn.btn-default {
	background: transparent;
	border:1px solid #6f4d3b;
	border-radius: 0;
	color:#6f4d3b;
    font-weight: bold;
	border-radius: 0;
    text-transform: uppercase;
    font-size: 17px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.btn.btn-default:hover,.btn.btn-default:focus,.btn.btn-default:active {
	background: #6f4d3b;
	color:white;
}
.reviews {
	background: url(../img/reviews.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:40px 0 70px 0;
}
textarea {
	resize:none;
}
.reviews h2 {
	color:#fff;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 40px;
}
.reviews_title {
	margin-top: -5px;
	color:#D00201;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.reviews_desc {
	color:#fff;
	font-size: 16px;
}
.wrapper_page{
	margin-bottom: 25px;
}
.footer_contacts {
	padding-bottom: 50px;
	/*background: url(../img/pravoz2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;    
    border-top: 1px solid #dedede;*/
}
.footer_contacts h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 40px;
}
.footer_contacts p {
	color:#000;
	margin-bottom: 15px;
}
.footer_contacts p a{
	color:#000;
}
.footer_contacts p i {
	margin-right: 10px;
	color:#6f4d3b;
}
@media (min-width: 576px) { 
    .footer_contacts p { font-size: 19px; }
    .footer_contacts p.phone a{ font-size: 35px; }
}

@media (max-width: 575px) { 
    .footer_contacts p { font-size: 16px; }
    .footer_contacts p.phone a{ font-size: 28px; }
}


.footer_contacts p.phone a{	
	color: black;
	font-weight: 600;
}
.footer_contacts p.email i{ font-size: 22px; }
.footer_contacts p.mapm i{ font-size: 31px; }

.footer_contacts p.phone i{
	font-size: 29px;
	margin-right: 5px;
}
.footer_contacts #cms_map {
	height: 250px;
}
.footer {
	background: #94735f;
	color:#fff;
	padding:30px 0;
}
.footer p {
	margin: 0;
	font-size: 14px;
}
.header__logo img {
	max-width: 100%;
}

.rd-mobilemenu_ul a:hover, .rd-mobilemenu_ul .active a
{
	background: #94735f;
    color: white !important;
}
.reviews_page{
	background: #FFFFFF;
	border:2px solid #111111;
	position: relative;
	padding: 10px 15px;
	margin-bottom: 24px;
}
.reviews_page:after{
	content: '';
	border: 20px solid transparent;
	border-top: 20px solid #111111;
	left:15px;
	bottom: -40px;
	position: absolute;
}
.reviews_name{
	margin-bottom: 25px;
}
.reviews_form textarea{
	width: 100%;
}
.block_title_reviews_list{
	font-size: 25px;
	margin-bottom: 10px;
}
.social a{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	background: #222222;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #F0F0F0;
	font-size: 20px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.social a:hover{
	background: #D00201;
	color: #fff;
}
.social a i{
	line-height: 30px;
}
.service_tpl{
	margin-bottom: 25px;
}

@media (max-width: 399px) { 
    .logo_phrase_top{ font-size: 34px;}
    .logo_phrase_bottom{ font-size: 28px;}    
    .header__contacts p.email a, .header__contacts p.email,
    .header__contacts p.mapm{ font-size: 14px; }
    .header__contacts p.email i{ font-size: 18px; }
    .header__contacts p.mapm i{ font-size: 22px; }    
}
@media (max-width:1199px) and (min-width: 400px){
    .logo_phrase_top{ font-size: 43px;}
    .logo_phrase_bottom{ font-size: 36px;}    
    .header__contacts p.email a, .header__contacts p.email,
    .header__contacts p.mapm{ font-size: 16px; }
    .header__contacts p.email i{ font-size: 20px; }
    .header__contacts p.mapm i{ font-size: 24px; }    
}
@media (max-width:1199px) {
	.header_nav ul li a{
        padding: 20px 15px;
        font-size: 20px;
    }
}
@media (min-width: 576px) and (max-width:1170px) {.header__contacts p {font-size: 24px;}}
@media (max-width: 575px) {
    .header__contacts p {font-size: 20px;}
    .header__contacts p.phone i{ font-size: 26px;}
}

@media (max-width:992px) {
	.header {
		text-align: center;
	}
	.services .col-md-6 {
		margin-bottom: 40px;
	}
	.all_services .col-md-4 {
		margin-bottom: 40px;
	}
	.reviews .col-md-6 {
		margin-bottom: 40px;
	}
	.footer p {
		float: none !important;
		text-align: center;
	}
	.product_tpl{
		text-align: center;
	}
	.block_paginator{
		text-align: center;
	}
	.news_item img{
		margin-bottom: 10px;
	}
}
.breadcrumb {
	margin-top: 30px;
	background: #6f4d3b;
	color: white;
}
.block_header_categories{
	background: #fff;
    padding: 10px 15px;
    border: 2px solid #222222;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}
.news_cat_anons{
	margin-bottom: 25px;
}
.block_header_categories a{
	color: #222222;
}
.breadcrumb a {
	color:#F0F0F0;
	text-decoration: underline;
}
.all_services.category {
	padding: 0;
}
.all_services.category .col-md-4 {
	margin-bottom: 40px;
}
.pagination>li>a, .pagination>li>span{
    color: #F0F0F0;
    background: #222222;
   border-color: #5d5d5d;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background: #D00201;
    color: #fff;
    border-color: #D00201;
}
.news_title a {
	font-size: 18px;
	color:#000;
	margin-bottom: 10px;
}
.news_desc {
	margin-bottom: 20px;
}
.form-control {
	border-radius: 0;
}
.rang_logo{
    text-align: right;
}
a.legals{ color: white; text-decoration: underline; }
.feedback_agree{ margin-bottom: 10px; }

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border: 1px solid black;
}