/*
Theme Name: Pravodel
Description: Шаблон для сайта Праводел.
Author: Anton Shelestov
Author URI: https://verstaimvse.ru
Version: 0.0.1
Text Domain: simple-bootstrap
License: MIT
License URI: http://opensource.org/licenses/MIT
Tags: one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, custom-colors, custom-background, featured-images, translation-ready
.
Licensed under the MIT license.
.
*/



body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  color: #272727;
  background-color: #ffffff;
  font-weight: 400;
}
.trans {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a:focus {
	text-decoration: none;
	outline: none;
}

* {
	outline: none !important;
}
.grayscale {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}
.grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grayscale-inverse {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grayscale-inverse:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}
.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}


.block1 {
	min-height: 645px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	    position: relative;
    margin-bottom: 60px;
}
.sl-text {
	    color: #9d0417;
    font-size: 48px;
    font-family: helveticaneuecyrlight;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.btn-red {
	color: #fff;
    font-size: 18px;
    background: #9d0417;
    padding: 9px 40px;
    text-transform: uppercase;
	    margin-bottom: 125px;
    font-family: helveticaneuecyrbold;
}
.btn-red:hover {
	color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #9d0417;
}
.swiper-container-main {
	margin-top: 265px;
}
.logo-site img {
	max-width: 100%;
}
body .header {
	    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
	z-index: 10;
}
.header-row {
	    padding: 20px 0;
}
.phone-block {
	    font-size: 36px;
    color: #9d0417;
    text-align: right;
    font-family: helveticaneuecyrlight;

}
.navbar-default {
    background-color: transparent;
    border: 0;
    margin-top: 20px;
}
.navbar-default .nav li a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;
    color: #000;
}

.block1:after {
	content: '';
	    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
    background: url(images/gr.jpg);
}

.block-title {
	color: #9d0417;
    font-size: 60px;
    position: relative;
    margin-bottom: 70px;
    font-family: helveticaneuecyrthin;
}
.block-title:after {
	content: '';
	    background: #9d0417;
    height: 2px;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block-after {
    margin-bottom: 60px;
	padding: 70px 0;
	position: relative;
}
.block-after:after {
	content: '';
	    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
    background: url(images/gr.jpg);	
}
.bl2-pt {
	    margin: 10px 30px 20px 30px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 15px;

}
.bl2-img {
    border-right: 1px solid #e7e7e7;	
}
.bl2-text {
	font-size: 18px;
	line-height: 20px;
}
.bl2-text span {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
    font-family: helveticaneuecyrbold;
}
.bl3-pt {
    margin: 0 30px 30px;	
}
.bl3-pt-title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;	
}
.bl3-pt-title span {
    color: #9d0417;	
}
.bl3-pt-text {
	font-size: 18px;
    line-height: 20px;
}
.bl3-pt .bl2-pt {
	margin-left: 0;
	margin-right: 0;
}
.bl3-btn-block {
	margin-top: 70px;
	text-align: center;
}
.bl3-btn-block .btn {
	margin-bottom: 0;
}


.block4 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	    position: relative;
		padding: 30px 0;
}
.form-block {
	    padding: 20px 30px;
    background: url(images/gr.jpg) #fff;
	margin-bottom: 50px;
}
.form-title {
	    font-size: 20px;
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;
    margin-bottom: 13px;
}
.inp {
	    height: 42px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    font-size: 18px;
    width: 100%;
    padding: 0 15px;
    font-style: italic;
}
.inparea {
    height: 228px;
    border: 1px solid #e7e7e7;
    font-size: 18px;
    width: 100%;
    padding: 10px 15px;
    font-style: italic;
}
.btn-form {
	    color: #fff;
    font-size: 18px;
    background: #9d0417;
    padding: 9px 40px;
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;
    width: 100%;
}
.ajax-loader, .wpcf7-not-valid-tip {
	display:none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.garant {
	font-size: 18px;
    line-height: 20px;
    background: url(images/lock.png) no-repeat center left;
    padding-left: 40px;
}
.block5 {
	padding-top: 50px;
}
.bl5-block {
	    margin: 0 30px 50px;
}
.bl5-pt {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 0 5px 55px;
}
.bl5-addres {
    background: url(images/i1.png) no-repeat left center;	
}
.bl5-time {
    background: url(images/i2.png) no-repeat left center;	
}
.bl5-phone {
    background: url(images/i3.png) no-repeat left center;	
}
.bl5-email {
    background: url(images/i4.png) no-repeat left center;	
}
#inner-footer {
	    background: #272727;
    color: #fff;
    padding: 30px 0;
}
.copy-block, .foot-menu-block {
	    font-size: 20px;
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;
    margin-bottom: 5px;
}
.foot-bl {
	font-size: 18px;
    padding: 5px 0 5px 35px;
}
.addres-block {
    background: url(images/ii1.png) no-repeat left center;	
}
.time-block {
    background: url(images/ii2.png) no-repeat left center;	
}
.foot-phone-block {
    background: url(images/ii3.png) no-repeat left center;	
}
.email-block {
    background: url(images/ii4.png) no-repeat left center;	
}
footer .menu {
	    margin: 0;
    padding: 0;
    list-style: none;
}
footer .menu li {
    background: url(images/li.png) no-repeat left center;
    padding-left: 20px;	
}
footer .menu li a {
    font-size: 18px;
	line-height: 20px;
    color: #fff;	
}
footer .menu li a:hover {
    color: #fff;	
	text-decoration:none;
	
}
.bl2-text i {
	    color: #9d0417;
    display: block;
    font-style: normal;
    margin-top: 3px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #9d0417;
    background-color: transparent;
}
body:not(.home) {
	background: url(images/bg.jpg) no-repeat center top, url(images/gr.jpg);
	/*background-size: contain;*/
}
body:not(.home) .header {
	position: initial;
}
.content-area {
	    background: #fff;
    padding: 40px 30px 30px;
    border-radius: 3px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px 0px #c6c6c6;
}
.content-area .block-title {
    margin-bottom: 50px;
    margin-top: -15px;
	line-height: 60px;
}
.content-area .block-title:after {
    bottom: -15px;
}
.content-area .bl5-block {
	margin: 0;
}
.content-area .form-block {
	margin: 0;
}
.map {
	position:relative;
}
.map .map-shadow {
	height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 19;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;	
	margin-top: 0;
}
.post-content {
	line-height: 20px;
	font-size: 18px;    
	border: 1px solid #f0f0f0;
    padding: 15px;
}
.post-content h4 {
	font-size: 20px;
}	
.post-content p {
	margin-bottom: 25px;
}
.post-content a {
	color: #9d0417;
}
.post-content blockquote {
    background: #f7f7f7;
    border-left: 1px solid #9d0417;
    font-size: 20px;
    line-height: 22px;
padding: 15px 20px 15px 30px;

}
.breadcrumbs-block {
	    background: #f3f3f3;
    font-size: 18px;
    font-style: italic;
    padding: 8px 15px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    float: right;
    margin-top: -90px;
    margin-right: -30px;
    min-width: 470px;
}
.breadcrumbs-block  a:hover,
.breadcrumbs-block  a {
	color:#272727;
	text-decoration: none;
	    position: relative;
    z-index: 1;
}
.usl-item {
    height: 100px;
    border: 1px solid #dadada;
    border-radius: 3px;
    box-shadow: 0 0 5px #a1a1a1;
margin-bottom: 28px;
    background: url(images/gr.jpg);
    padding: 0 60px 0 45px;
    position: relative;	
}
.usl-item > a {
    position: absolute;
    background: url(images/arr.png) no-repeat center;
    width: 60px;
    right: 0;
    top: 0;
    height: 100%;	
}
.usl-tb {
display: table;
    width: 100%;
    height: 100%;	
}
.usl-cell {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;
    line-height: 22px;	
}
.usl-cell a {
	color: #272727;
}
.usl-cell a:hover {
	color: #272727;
	text-decoration: none;
}

.post-content ul {
	margin-bottom: 25px;
    list-style: none;
    padding-left: 50px;
}

.post-content ul li {
	    position: relative;
    margin: 10px 0;
}
.post-content ul li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #9d0417;
    left: -30px;
    top: 9px;
}
.post-content table {
	    width: 100%;
    border: 1px solid #9d0417;
}
.post-content table td {
	    border: 1px solid #9d0417;
    padding: 10px 5px;
}

.post-date, .post-cat {
	    font-size: 16px;
    text-transform: uppercase;
    color: #cccccc;
    margin-bottom: 10px;
}
.post-cat {
	text-align:right;
}
.post-title {
	    font-size: 20px;
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;
    margin-bottom: 10px;
}
.archive  .post-content {
	margin-bottom: 25px;
}
.post-excerpt p {
	margin-bottom: 5px;
}
.archive-content a:hover {
	text-decoration: none;
}
.paginate-block {
	text-align:center;
	font-style: italic;
}
.paginate-block .pagination {
	margin: 0;
}
.paginate-block .current {
	font-size: 18px;
    color: #9d0417;
    width: 30px;
    height: 30px;
    background: #f3f3f3;
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    margin: 0 3px;
}
.paginate-block .page-numbers {
	font-size: 18px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin: 0 3px;
	color: #272727;
}
.paginate-block .page-numbers:hover {
	text-decoration: none;
    background: #f3f3f3;
    border-radius: 3px;
}
.paginate-block .next,
.paginate-block .prev {
	width: auto;
}
.paginate-block .next:hover,
.paginate-block .prev:hover {
	width: auto;
    background: transparent;
}
.single .breadcrumbs-block {
	float: none;
	margin-top: 0;
	margin-bottom: 40px;
}
.pager .previous a,
.pager .next a {
	    font-size: 18px;
    font-style: italic;
    color: #272727;
    border: 0;
}
.pager .previous a:hover,
.pager .next a:hover {
    color: #272727;
	text-decoration: none;
	background: transparent;
}
.pager.pager-unspaced {
	margin-top: 40px;
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (max-width: 991px) {
	.bl2-img {
		border: 0;
		margin-bottom: 20px;
	}
	.breadcrumbs-block {		
		float: none;
		margin-top: 0px;
		min-width: 100px;
		/*width: 100%;*/
		margin-bottom: 30px;
		border-radius: 3px;
	}
	
}
@media (max-width: 767px) {
	.logo-site {
		text-align:center;
	}
	.phone-block {
		text-align:center;
		margin-top: 20px;
		font-size:30px;
	}
	.navbar-toggle {
		background: #fff;
	}
	.navbar-default {
		margin-top: 0px;
	}
	.navbar .navbar-collapse {
		background: #fff;
	}
	.sl-text {
		font-size: 45px;
	}
	.swiper-container-main {
		margin-top: 250px;
	}
	.block-title {
		font-size: 40px;		
	}
	.bl2-pt, .bl3-pt {
		margin-left: 0;
		margin-right: 0;
	}
	.foot-menu-block {
		margin-top: 30px;
	}
	.garant {
		font-size:16px;
	}
	.content-area {
		padding: 20px 10px 10px;
	}
	.post-content {
		padding: 10px;
	}
	.breadcrumbs-block {
		margin-right: -10px;
	}
	.usl-cell {
		font-size: 18px;
		line-height: 20px;
	}
	.usl-item {
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: none;
		text-align: center;
		margin: 0;
	}
	.nav>li>a {
		display: initial;
	}
	.navbar-nav>li {
		float: none;
		display: inline-block;
	}
	.navbar-nav>li:after {
		content: '/';
		    font-size: 20px;
    text-transform: uppercase;
    font-family: helveticaneuecyrbold;
    color: #000;
	}
	.navbar-nav>li:last-child:after {
		content: none;
	}
}

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('fonts/helveticaneuecyr-light-webfont.eot');
    src: url('fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticaneuecyrthin';
    src: url('fonts/helveticaneuecyr-thin-webfont.eot');
    src: url('fonts/helveticaneuecyr-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-thin-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-thin-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-thin-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticaneuecyrroman';
    src: url('helveticaneuecyr-roman-webfont.eot');
    src: url('fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

