@font-face {
  font-family: 'pfdintextcomppro';
  src: url(../fonts/pfdintextcomppro-regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: 'pfdintextcomppro bold';
  src: url(../fonts/pfdintextcomppro-bold.ttf);
  font-weight: normal;
}
@font-face {
  font-family: 'pfdintextcomppro light';
  src: url(../fonts/pfdintextcomppro-light.ttf);
  font-weight: normal;
}
@font-face {
	font-family: 'pfdintextcomppro medium';
	src: url(../fonts/pfdintextcomppro-medium.ttf);
	font-weight: normal;
}

@font-face {
	font-family: 'pfdintextcomppro regular';
	src: url(../fonts/pfdintextcomppro-regular.ttf);
	font-weight: normal;
}





@font-face {
  font-family: 'calibri';
  src: url(../fonts/calibri.ttf);
  font-weight: normal;
}
@font-face {
  font-family: 'calibri bold';
  src: url(../fonts/calibrib.ttf);
  font-weight: normal;
}

body {
	font-family: 'pfdintextcomppro';
	font-size:16px;
}
a {
	text-decoration:none;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}
* {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}
:focus {
	outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.site-branding {
	background:#64a225;
	color:white;
	font-size:17px;
	line-height:40px;
	text-transform:uppercase;
}
.site-branding .email {
	float:left;
	padding-left: 20px;
	position:relative;
}
/*.site-branding .email:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:white;
	content: "\f0e0";
	position: absolute;
	left:0;
	top: 12px;
}*/
.site-branding .graf {
	margin-right:35px;
	float:left;
}
.site-branding .phones {
	margin-right:30px;
	float:right;
	padding-left: 20px;
	position:relative;
}
.site-branding .phones span {
	margin-left:20px;
}
.site-branding .phones:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#c4dae8;
	content: "\f095";
	position: absolute;
	left:0;
	top: 12px;
	color:white;
}


.phones.hide_md:before {
	display: none;
}




.site-branding .email a, .site-branding .graf span {
	color:white;
}
.site-branding .phones a {
	color: white;
}
#qtranslate-2 {
	float:right;
	margin:0;
}
.qtranxs_widget ul {
	padding:0;
}
.qtranxs_widget ul li {
	margin:0 !important;
	padding:0 10px !important;
	border-right:1px solid #7fbf3d;
	display: block !important;
    float: left;
}
.qtranxs_widget ul li:first-child {
	border-left:1px solid #7fbf3d;
}
.custom-logo-link {
	width: 20%;
    float: left;
	height:80px;
	line-height: 80px;
}
.custom-logo-link img {
	vertical-align:middle;
}

.no-margin {
	margin:0;
}
.main-navigation {
	-webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.12);
	background: white;
}
.main-navigation ul li:last-child:after {
	display:none;
}
.main-navigation ul li a {
	color:#3b3b3b;
	font-size:20px;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
	transition: 0.3s;
	text-transform:uppercase;
	position: relative;
    display: inline-block;
}

#masthead {
	z-index:20;
	position:relative;
	min-height:120px;
}
.content {
	z-index:1;
}
.arrows .prev, .arrows .next {
	font-size:0;
	display:block;
	width:33px;
	height:62px;
	background-image:url(../img/arrow_left.png);
}
.arrows .next {
	background-image:url(../img/arrow_right.png);
}
.arrows .prev:hover, .arrows .next:hover {
	background-position: 0 62px;
}
.x-slider ul li .x-slider__info h2 {
	font-family: 'pfdintextcomppro';
	font-size:60px;
	text-transform:uppercase;
	font-weight: normal;
	margin-top:160px;
	line-height: normal;
}
.description_slide p:first-child {
	font-family: 'pfdintextcomppro medium';
	text-transform:uppercase;
}
.description_slide p {
	margin:0;
	font-size:22px;
	color:white !important;
	line-height: 26px;
}
.x-slider ul li .x-slider__info a.btn, .blocks a.btn {
	font-size:18px;
	font-family: 'pfdintextcomppro medium';
	height:44px;
	line-height:40px;
	border:2px solid white;
	border-radius:20px;
	padding:0 40px;
	text-shadow:none;
	font-weight:normal;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
	transition: 0.3s;
	margin-top:40px;
	background:rgba(255,255,255,0.1);
}
.x-slider ul li .x-slider__info a.btn:hover, .blocks a.btn:hover {
	background: #13508b;
}
#colophon {
	background:#64a225;
	border-top: 9px solid #ffc001;
	padding-top:40px;
}
.site-info {
	line-height:54px;
	border-top:1px solid #9fc479;
	clear:both;
	background:#4b7c19;
}
.site-info span {
	font-size:14px;
	color:white;
	text-transform:uppercase;
}
.our-contact {
	font-family: 'pfdintextcomppro medium';
	font-size:17px;
	text-transform: uppercase;
	color:whie;
	margin-bottom: 0px;
}
.creat {
	float:right;
	color:white;
	font-size:14px;
	text-transform:uppercase;
}
.creat a {
	color:white;
	font-size:14px;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
	transition: 0.3s;
}
.creat a:hover {
	color: white;
}
#colophon .phones {
	font-size:21px;
	font-family: 'pfdintextcomppro medium';
	color: white;
	width:200px;
	float:right;
	text-align:right;
}
#colophon .phones a {
	color:white;
}
#colophon .phones span {
	position:relative;
	padding-left:20px;
}
#colophon .phones span:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    position: absolute;
    left: 0;
    top: 4px;
    color: white;
}
#colophon .phones .email a {
	color:white;
	font-size:18px;
	font-family: 'pfdintextcomppro';
	text-transform:uppercase;
	padding-left: 20px;
    position: relative;
}
#colophon .phones .email a:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    content: "\f0e0";
    position: absolute;
    left: 0;
    top: 2px;
}
.main-navigation .current_page_item a:before {
	background: #ffc001;
    position: absolute;
    bottom: -2px;
    height: 4px;
    content: "";
    width: 100%;
    left: 0;
}
.owl-theme .owl-dots .owl-dot span {
	background:#d8d8d8;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#64a225;
}
#category-posts-2-internal {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #ececec;
}
#category-posts-2-internal li {
	width: 23.7%;
	float: left;
	border: none !important;
	margin-right: 1.7% !important;
}
#category-posts-2-internal li p:not(.post-date) {
	margin-top: 10px;
	height: 74px;
	overflow: hidden;
	margin-bottom: 30px;
	line-height: normal
}
#category-posts-2-internal li .desc_link {
	font-size:15px;
	color:#5b5b5b;
	font-family: 'calibri';
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
	transition: 0.3s;
}
#category-posts-2-internal li p:not(.post-date):hover a {
	text-decoration:underline;
}
#category-posts-2-internal li:nth-child(4n) {
	margin-right: 0 !important;
}
#category-posts-2-internal li:nth-child(4n+1) {
	clear:both;
}
#category-posts-2-internal li:nth-child(9) {
	margin-left: 25.4%;
}
#category-posts-2-internal a.cat-post-thumbnail.cat-post-none {
	position: relative;
	overflow: hidden;
	height: auto;
	margin: 0
}
#category-posts-2 {
	margin-bottom:0;
}
#category-posts-2-internal .post-date {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	line-height:29px;
	height: 29px;
	padding:0 15px;
	color:white;
	font-family: 'pfdintextcomppro bold';
	text-align:center;
	font-size:16px;
	background:rgba(51,97,148,0.8);
}
#category-posts-2-internal .cat-post-item img {
	width:100%;
	height:auto;
	float: left;
}
#category-posts-2-internal .cat-post-item {
	margin-bottom:10px !important;
}
#category-posts-2-internal .cat-post-title {
	padding-top: 20px;
	display: block;
	clear: both;
	font-size: 16px !important;
	color: #535353;
	font-family: 'pfdintextcomppro bold';
	font-weight:normal;
	max-height:75px;
	overflow:hidden;
	line-height: normal;
	text-transform:uppercase;
	text-align:center;
}
.widget-title {
	color:#3b3b3b;
	font-size:24px;
	font-family: 'pfdintextcomppro';
	text-transform:uppercase;
	font-weight:normal;
	margin-top:50px;
}
.all_news {
	position:absolute;
	right:0;
	top: 40px;
	font-size:16px;
	color: #3b3b3b !important;
	line-height: 40px;
	height: 42px;
	padding:0 38px;
	border:2px solid #a7a7a7;
	border-radius:21px;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
	transition: 0.3s;
	text-transform:uppercase;
}
.all_news:hover {
	background:#a7a7a7;
	color:white !important;
}
img.lgx-logo-img {
	margin:0 auto;
}
.qtranxs-available-languages-message {
	display:none;
}
.footer_logo {
	padding:0 25px 25px 0;
	/*background:#2868a6;*/
	height:100px;
	/*border-bottom:1px solid #145593;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(41,108,175,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(41,108,175,1);
	box-shadow: 0px 2px 0px 0px rgba(41,108,175,1);*/
	float: left;
	margin-bottom:90px;
}
#footer-menu {
	list-style: none;
    width: 59%;
    padding: 0 0 0 9%;
    margin: 0;
	float:left;
	margin-top:-6px;
}
#footer-menu li {
	float: left;
    width: 45.3%;
    line-height: 45px;
	position:relative;
}
#footer-menu li a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../img/markers_footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-rendering: auto;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	position: relative;
	left: -10px;
	margin-top: 14px;
}
#footer-menu li a:hover:before {
	/*background-position: 0px  -8px;*/
}
#footer-menu li:after {
	content: "";
	color:white;
    position: absolute;
    left: -10px;
	bottom:0;
	height:1px;
	background:#6ab123;
	width:212px;
}
#footer-menu li a {
	font-size: 18px;
    color: white;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#footer-menu li a:hover {
	text-decoration:underline;
}
.email a {
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
	transition: 0.3s;
}
.email a:hover {
	color:white !important;
}
.blocks {
	width:33.3%;
	float:left;
	height:100%;
	padding-top:27px;
	padding-left:11%;
	position:relative;
}
.blue {
	margin-top:3px;
	background:#5186bd;
	height:142px;
	width:100%;
}
.blue .blocks:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:50px;
	top:45px;
	height:56px;
	width:42px;
}
.blue .first:before {
	background: url(../img/icon1-main.png);
    background-repeat: no-repeat;
}
.blue .second:before {
	background: url(../img/icon1-main.png);
    background-repeat: no-repeat;
}
.qtranxs_widget ul li {
	opacity:1 !important;
}
.qtranxs_widget ul li {
	position:relative;
}
.qtranxs_widget ul li.active:before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:#ffc001;
}
.blue .third:before {
	background: url(../img/icon2-main.png);
    background-repeat: no-repeat;
}
.blue .blocks {
	border-left:1px solid white;
}
.blue .fw-container {
	height:100%;
}
.blue .third {
	border-right:1px solid white;
}
.blocks span {
	color:white;
	font-family: 'pfdintextcomppro medium';
	font-size:22px;
	text-transform:uppercase;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.46);
	display:block;
}
.blocks a.btn {
	color:white;
	text-transform:uppercase;
	display:inline-block;
	margin-top:12px;
}
.blue .first {
	background-image: url(../img/block1.jpg);
}
.blue .second {
	background-image: url(../img/block2.jpg);
}
.blue .third {
	background-image: url(../img/block3.jpg);
}
.main-about {
	padding: 50px 0;
}
.main-about img {
	float:left;
	padding-right:30px;
	padding-bottom:25px;
}
.main-about h3 {
	color: #5c5c5c;
    font-size: 22px;
    font-family: 'calibri bold';
    display: inline;
    margin: -10px 0 0 0;
	font-weight:normal;
	line-height:normal;
}
.main-about p {
	color:#5c5c5c;
	font-size:17px;
	font-family: 'calibri';
	text-align:justify;
	margin: 10px 0;
    line-height: normal;
}
.main-about p:first-child {
	margin-top:0;
}
.lgx-logo-slider-wp .lgx-logo-wrapper {
	padding: 0 !important;
}
#bread_crumb {
	background:#f1f1f1;
	width:100%;
	height:30px;
}
.bread_crumb {
	margin:0;
	list-style:none;
	padding: 4px 0 0 0;
}
.bread_crumb li {
	display:inline-block;
	color: #4a4a4a;
	font-size:10px;
	text-transform:uppercase;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.sub-menu .current-menu-item {
	background: #296daf;
}
.sub-menu .current-menu-item a {
	color: white;
}
.bread_crumb a {
	color: #4a4a4a;
}
h1 {
	font-size:24px;
	color:#4a4a4a;
	margin:25px 0 20px 0;
	text-transform:uppercase;
	font-family: 'pfdintextcomppro';
}
h2 {
	font-size:22px;
	color:#4a4a4a;
	font-family: 'pfdintextcomppro';
}
.menu-item-has-children a {
	cursor:pointer;
}
.bread_crumb li:after {
	content: '';
    margin-left: 10px;
    margin-right: 6px;
    background-image: url(../img/marker.png);
    width: 3px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.bread_crumb li:last-child:after {
    display:none;
}
.entry-content {
	margin:0;
}
.partners-text .type-page p {
	margin:0;
	font-size:18px;
	color:#4a4a4a;
	font-family: 'calibri';
	padding-bottom:35px;
	border-bottom: 1px solid #dbdbdb;
}
.partners-text .entry-content {
	clear:both;
}
.partners-text .wrap-img {
	width: 22%;
	text-align:left;
	float:left;
}
.partners-text .wrap-img img {
	max-width:100%;
}
.partners-text .wrap-text {
	width: 78%;
	padding-left:35px;
	float:right;
}
.partners-text .wrap-text h2 {
	margin:0;
}
.partners-text .wrap-text p {
	margin:5px 0;
}
.partners-text .wrap-text a {
	color: #13508b;
	font-size: 18px;
	font-family: 'pfdintextcomppro';
	text-transform:0.3s;
	display:block;
}
.partners-text .wrap-text a:hover {
	text-decoration:underline;
}
.partners-text .category-partners {
	margin-bottom: 1.5em;
	padding-bottom:25px;
	border-bottom: 1px solid #dbdbdb;
}
.partners-text .category-partners:last-child {
	margin-bottom:55px;
}
.left-sidebar {
	/*width:21%;*/
	width:20.9%;
	float:left;
	overflow-x: hidden;
}
.right-section {
	width:79.1%;
	float:right;
	padding-left:25px;
}
#sidebar-menu, #products-menu, .list-cat {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar-menu li, .list-cat li, #products-menu li {
	line-height:44px;
	background: #ffc001;
	margin-bottom:3px;
	transition:0.3s;
}
#sidebar-menu li a, .list-cat li a, #products-menu li a {
	color: #4a4a4a;
	font-size: 17px;
	font-family: 'pfdintextcomppro';
	text-transform: uppercase;
	display: block;
	padding-left:25px;
}
#sidebar-menu li:hover, #products-menu li:hover, #products-menu .current-menu-item, #sidebar-menu .current-menu-item, .list-cat li:hover, .list-cat .current-menu-item {
	background: #64a225;
}
#sidebar-menu li:hover a, #products-menu li:hover a, .list-cat li:hover a, #sidebar-menu .current-menu-item a, .list-cat .current-menu-item a, #products-menu .current-menu-item a {
	color: white;
}
.about-us-page {
	font-family: 'calibri';
	font-size:18px;
	color: #4a4a4a;
	line-height:normal;
	text-align:justify;
}
.about-us-page a {
	color: #7e9ab5;
	font-family: 'calibri bold';
	text-decoration: underline;
}
.about-us-page img {
	margin-bottom:20px;
}
.all-news .wrap-img {
	width: 100%;
	float: left;
	position:relative;
	overflow: hidden;
}
.all-news .wrap-img img {
	width:100%;
	float:left;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	transition-delay: initial;
	transition-property: all;
}
.all-news .uslugi:hover .wrap-img img {
	transform: scale(1.3);
}
.all-news .wrap-img .date {
	position:absolute;
	bottom:0;
	left:0;
	color: white;
	line-height: 29px;
	height: 29px;
	padding: 2px 20px 0 20px;
	font-size:16px;
	font-family: 'pfdintextcomppro bold';
	background: rgba(51,97,148, 0.8);
}

.all-news h2 {
	display: inline;
	margin:0;
	font-size:22px;
	color: #272727;
	font-family: 'pfdintextcomppro';
	line-height: normal;
}
.all-news p {
	font-family: 'calibri';
	font-size:18px;
	color: #4a4a4a;
	line-height:normal;
	text-align:justify;
}
.all-news article {
	margin-bottom: 30px;
	padding-bottom:30px;
	border-bottom: 1px solid #ececec;
}
.more_novosti {
	font-size:16px;
	font-family: 'pfdintextcomppro bold';
	color: #575757;
	line-height: 38px;
    height: 42px;
    padding: 0 38px;
    border: 2px solid #a7a7a7;
    border-radius: 21px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
	display:inline-block;
}
.more_novosti:hover {
	background:#a7a7a7;
	color:white;
}
.one-news .date {
	color: #13508b;
	font-size: 16px;
	font-family: 'pfdintextcomppro bold';
	margin-top:-4px;
}
.one-news h2 {
	color: #272727;
	font-size: 24px;
	font-family: 'pfdintextcomppro';
	margin: 10px 0 15px 0;
}
.one-news p {
	color: #4a4a4a;
	font-size: 17px;
	font-family: 'calibri';
	text-align: justify;
	line-height: normal;
}
.one-news img {
	width: 43%;
	float: left;
	padding: 0 20px 20px 0;
}
.one-news p a {
	color: #7e9ab5;
	font-family: 'calibri bold';
	text-decoration: underline;
}
.text-novosti p {
	margin-top:10px;
}
.text-novosti {
	height: 97px;
    margin-bottom: 23px;
	overflow: hidden;
}
.left-contacts {
	width: 332px;
	float:left;
	color: #4a4a4a;
	font-size: 18px;
	font-family: 'calibri';
	line-height: normal;
}
.left-contacts .about-title {
	color: #828282;
	font-size: 18px;
	font-family: 'calibri';
	line-height: normal;
	display: block;
}
.right-contacts {
	width: calc(100% - 332px);
	float:right;
	padding-left: 50px;
	color: #4a4a4a;
	font-size: 18px;
	font-family: 'calibri';
	line-height: normal;
}
.left-contacts .title {
	color: #4a4a4a;
	font-size: 19px;
	font-family: 'pfdintextcomppro bold';
	display: block;
	text-transform: uppercase;
}
.left-contacts .blue-span {
	color: #4b7c19;
	font-size: 18px;
	font-family: 'calibri';
	display: block;
	margin-bottom: 20px;
}
.left-contacts .border {
	height:2px;
	width:100%;
	display: block;
	background: #eaeaea;
	margin-bottom: 20px;
}
.right-contacts h2 {
	font-size: 24px;
    color: #4a4a4a;
    margin: 25px 0 20px 0;
    text-transform: uppercase;
    font-family: 'pfdintextcomppro';
}
.right-contacts iframe {
	width:100%;
	height:340px;
	margin-top:20px;
}
.right-contacts form {
	background: #f9f9f9;
	padding: 5px 23px;
	margin-bottom:90px;
	height:auto;
	overflow:hidden;
	padding-bottom:5px;
}
.right-contacts form label {
	color: #4a4a4a;
	font-family: 'calibri';
	font-size:15px;
	text-transform:uppercase;
	width: calc((100% - 50px)/3);
	float:left;
	margin-right:25px;
}
.right-contacts form label:nth-child(3) {
	margin-right: 0;
}
.right-contacts form label:last-child {
	width:100%;
	float:none;
	margin-right:0;
}
.right-contacts form input, .right-contacts form textarea {
	border-radius: 2px;
	border-color: #cbcbcb;
	margin-top:5px;
}
.right-contacts form input {
	width:100%;
	margin-bottom:15px;
}
.right-contacts form input[type="submit"] {
	height: 44px;
	color: #686868;
	font-size: 18px;
	font-family: 'pfdintextcomppro medium';
	text-transform: uppercase;
	border: 2px solid #8f8f8f;
	border-radius: 20px;
	padding: 0 65px;
	line-height:40px;
	float:right;
	width:auto;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	background: white;
	margin-top: 35px;
}
.right-contacts form input[type="submit"]:hover {
	color: white;
	background: #8f8f8f;
}
.right-contacts form .g-recaptcha {
	float:left;
}
.right-contacts form .g-recaptcha iframe {
	height:auto;
	margin-top:0;
}
div.wpcf7-response-output {
	clear: both;
	margin: 0;
}
.topWindow #site-navigation {
    position: fixed;
    top: 0;
    z-index:9999; /* ����� ����������� ������� ������������ ��� ����� ���������� ���������� �������� */
}
div.popmake-1.pum-trigger {
	display:none;
}
.pum ul li, .pum ul li:first-child {
	float: none;
	border:none !important;
	line-height: 40px;
}
.pum ul li a {
	font-size: 24px;
	color: #3b3b3b;
	padding-left: 30px !important;
	background-position: left center;
}
.pum ul li.active:before {
	display: none;
}
.pum ul .active a {
	text-decoration: underline;
	color: #64a225;
}
.main-navigation ul ul li:before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(../img/markers_h_b.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    position: absolute;
    left: 12px;
    top: 18px;
}
.main-navigation ul ul li:hover:before {
	background: url(../img/markers_h_w.png);
}
.title_list {
	font-size: 18px;
	color: #55595d;
	text-transform: uppercase;
	font-family: 'pfdintextcomppro medium';
	margin: 30px 0 10px 0;
}
.all-products {
	margin-bottom:100px;
}
.all-products img {
	border: 2px solid #e5e5e5;
	float: left;
	margin:0 25px 25px 0;
}
.wrap-cat {
	font-family: 'calibri';
	color: #4a4a4a;
	font-size: 18px;
	text-align: justify;
	line-height: normal;
}
.wrap-cat p {
	margin-bottom: 1em;
}
.wrap-cat p:first-child {
	margin-top: -1px;
	color: #272727;
	font-size: 24px;
	font-family: 'pfdintextcomppro';
}
.single-product .left-sidebar {
	width:30.7%;
	clear: both;
}
.single-product .left-sidebar img {
	border:2px solid #e6e6e6;
	margin-bottom:19px;
	width:100%;
}
.single-product .right-section {
	width:69.3%;
}
.single-product .right-section h1 {
	margin-top: -1px;
}
.btn-back {
	font-family: 'pfdintextcomppro';
    font-size: 17px;
    color: #969595;
    line-height: 26px;
    height: 30px;
    padding: 0 10px 0 10px;
    border: 2px solid #969595;
    display: inline-block;
    float: left;
	margin:25px 0 13px 0;
	transition:0.3s;
}
.btn-back:hover {
	color:white;
	border-color:#296daf !important;
	background: #296daf !important;
}
.main-product {
	font-family: 'pfdintextcomppro';
	color: #5a7691;
	font-size: 24px;
	margin-bottom:20px;
}
.single-product .right-section .entry-content p {
	font-family: 'calibri';
	color: #535353;
	font-size: 16px;
	line-height: 22px;
}
.title-files {
	line-height:54px;
	height:54px;
	border-left: 55px solid #296daf;
	background: #1d598f;
	font-family: 'pfdintextcomppro';
	color: white;
	font-size: 20px;
	padding-left:20px;
	position:relative;
}
.title-files:before {
	content:'';
	position:absolute;
	left: -35px;
	width:16px;
	height:16px;
	top: 21px;
	display: block;
	background-image:url(../img/files.png);
}
.files {
	list-style:none;
	padding: 0;
    margin: 2px 0 70px 0;
}
.files li {
	line-height:53px;
	padding-left:53px;
	border: 1px solid #e6e6e6;
	border-bottom:none;
}
.files li {
	background-image: url(../img/docs-icon.jpg);
	background-position: 18px center;
	background-repeat: no-repeat;
}
.files li:last-child {
	border: 1px solid #e6e6e6;
}

.files li a {
	font-family: 'pfdintextcomppro';
	font-size: 16px;
	color: #201f1f;
	text-decoration: underline;
	text-transform: uppercase;
	transition:0.3s;
}
.files li a:hover {
	color: #1f588f;
}
.single-product .about-title {
	height: 53px;
	line-height:53px;
	background:#f9f9f9;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	text-align: center;
	font-family: 'pfdintextcomppro';
	font-size: 20px;
	color: #55595d;
	display:inline-block;
	padding:0 50px;
	margin-top:32px;
}
.about-text {
	font-size: 18px;
	color: #4a4a4a;
	font-family: 'calibri';
	padding: 30px 25px 30px 55px;
	text-align: justify;
	border: 1px solid #e6e6e6;
}
.about-text p:first-child {
	margin-top:0;
}
.about-text p:last-child {
	margin-bottom:0;
}
.btn-back:before {
	content: "\f177";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:10px;
}
.error-404 {
	text-align:center;
}
.error-404 h1 span {
	color:#4a4a4a;
	font-size:120px;
	padding-top:150px;
	display:block;
	line-height:100px;
}
.error-404 h1 {
	font-size:24px;
	color:#5a7691;
	text-transform:none;
	line-height:12px;
}
.error-404 p {
	color:#4a4a4a;
	font-size:51px;
	text-transform:uppercase;
	margin: 0;
	margin-top: 30px;
}
.error-404 a {
	color:#13508b;
	font-size:21px;
	text-decoration:underline;
	text-transform:uppercase;
	margin-bottom:130px;
	display: inline-block;
	margin-top: 10px
}
.dealers .title {
	color: #272727;
	font-size:24px;
	font-family: 'pfdintextcomppro';
}
.dealers .about-us-page p {
	margin-bottom: 30px;
	color: #4a4a4a;
	font-size:18px;
	line-height:normal;
}
.dealers .right-section h3 {
	color: #5082b2;
	font-size:16px;
	font-family: 'pfdintextcomppro bold';
	border-top:1px solid #e9e9e9;
	margin-top:0;
	padding-top:15px;
	margin-bottom: 10px;
}
.dealers .right-section h4 {
	color: black;
	font-size:19px;
	font-family: 'calibri';
	margin-top:0;
	margin-bottom:10px;
}
.our-dealers {
	color:#050505;
	font-size:22px;
	font-family: 'pfdintextcomppro';
	text-transform:uppercase;
	padding-bottom:14px;
}
.dealers .right-section .phone {
	color: #3a3a3a;
	font-size:16px;
	font-family: 'calibri bold';
	margin-bottom: 5px;
}
.dealers .right-section .address {
	color: #184f84;
	font-size:16px;
	font-family: 'calibri';
}
.dealers .right-section article {
	margin-bottom: 20px;
}
.dealers .right-section article:last-child {
	border-bottom:1px solid #e9e9e9;
	padding-bottom:20px;
	margin-bottom:110px;
}
.dealers .left-sidebar #sidebar-menu li {
	padding-left: 40px;
	background-image:url(../img/dealers-icon.jpg);
	background-position: 12px center;
	background-repeat:no-repeat;
}
.dealers .left-sidebar #sidebar-menu li:first-child {
	background:#13508b !important;
	color: white;
	padding-left: 15px;
	font-size: 20px;
	background-image: none;
}
.dealers .left-sidebar #sidebar-menu li:hover {
	background-color: #f1f1f1;
}
.dealers .left-sidebar #sidebar-menu li a {
	padding-left:0;
}
.dealers .left-sidebar #sidebar-menu li:hover a {
	color: #585858;
	text-decoration: underline;
}
input#awpqsf_id_key {
	border: 2px solid #78a7c8;
	height:44px;
	padding:0 40px 0 17px;
	font-size:16px;
	font-family: 'calibri';
	margin:0;
	width: 100%;
	border-radius:0;
}
#ajax_wpqsffrom_291 {
	position:relative;
}
.awpqsf_submit .searchbtn {
	position:absolute;
	top: 6px;
	right: 6px;
	width: 32px;
	height: 32px;
	background:#c4dae8;
	border:none;
	border-radius:0;
	font-size:0;
	background-image:url(../img/search.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
#results h2 {
	margin-top:0;
	font-size: 24px;
	color:#272727;
	margin-bottom:15px;
}
#results .doc a {
	font-size: 16px;
	text-decoration: underline;
	font-family: 'pfdintextcomppro bold';
	color: #7e7e7e;
	text-transform:uppercase;
	transition:0.3s;
}
#results .doc a:hover {
	color: #1f588f;
}
#results .doc {
	height:68px;
	border: 1px solid #cacaca;
	width: calc(50% - 6px);
	margin-right:12px;
	padding-left:54px;
	line-height:66px;
	margin-bottom:11px;
	background-image: url(../img/docs-icon.jpg);
    background-position: 20px center;
    background-repeat: no-repeat;
	float:left;

}
#results .doc:nth-child(2n) {
	margin-right: 0;
}
ul.category {
	margin: 0;
	padding: 0;
	list-style: none	;
	margin-bottom: 30px;
}
.main-cat ul {
	margin: 0;
	padding: 0;
	list-style: none	;
}
.main-cat button {
	padding: 0;
	padding-left: 20px;
	border: none;
	font-size: 17px;
	color: #585858;
	font-family: 'pfdintextcomppro';
	margin: 0;
	margin-bottom: 2px;
	display: block;
	width: 100%;
	text-align: left;
	background: #f1f1f1;
	height: 44px;
	border-radius: 0;
	position: relative;
	transition:0.4s;
	text-transform: uppercase;
}
.category_is {
	background:#c4dae8;
	font-size: 17px;
	color: black;
	font-family: 'pfdintextcomppro';
	height:44px;
	line-height:44px;
	padding-left: 45px;
	text-transform:uppercase;
	margin-bottom:1px;
	transition:0.3s;
	cursor:pointer;
	overflow: hidden;
}
.main-cat button:hover, .main-cat button.active, .category_is:hover, .active-cat {
	color: white;
	background:#13508b;
}
.main-cat button:after {
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform 0.2s;
	font: normal normal normal 20px/1 FontAwesome;
	color: #090909;
}
#results {
	margin-bottom:50px;
	padding-left:50px;
}
.uppercase {
	text-transform: uppercase;
}
.main-cat ul {
	transition: max-height 0.4s ease-in-out, visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
	max-height: 0;
    overflow: hidden;
    visibility: hidden;
    border: 0;
}
.main-cat ul.show {
	max-height: 1000px;
    visibility: visible;
}
.main-cat button:hover:after {
	color: white;
}
.main-cat button.show {
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.22);
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.22);
}
.main-cat button.show:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.under-logo {
	width: 260px;
	position: absolute;
	top: 70px;
	padding-left: 5px;
	color: white;
	font-size: 15px;
	line-height: normal;
}
.page-template-page-documents-php .left-sidebar {
	min-height: 600px;
}
.border-b {
	border-bottom: 1px solid #cacaca;
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-146 {
	margin-bottom: 0;
}
.border-b:last-child {
	border-bottom:none;
}
#post-2 .widget-title {
	text-align:center;
	font-size:30px;
	margin-bottom: 15px;
	line-height: normal
}
.d-title {
	font-size: 20px;
	color: #3b3b3b;
	font-family: 'pfdintextcomppro';
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.uslugi {
	width:31%;
	margin-right:3.5%;
	float:left;
	margin-bottom:10px;
}
.uslugi:nth-child(3n) {
	margin-right:0;
}
.uslugi:nth-child(3n+1) {
	clear: both;
}
.uslugi .title-a {
	color: #535353;
	font-family: 'pfdintextcomppro bold';
	font-size: 16px;
	text-align:center;
	text-transform:uppercase;
	padding:20px 0;
	width: 100%;
	clear: both;
	display: block
}
.right-section .single-usluga {
	margin-bottom:30px;
}
.right-section .single-usluga p strong {
	font-weight:normal;
	font-family: 'calibri bold';
}
.right-section .single-usluga h2 {
	color: #4a4a4a;
	font-size:24px;
	font-family: 'calibri bold';
}
.right-section .single-usluga  p {
	font-size:18px;
}
.right-section .single-usluga p:first-child {
	margin-top:0;
}
.right-section .single-usluga img {
	width:100%;
	padding-right: 0
}
.wrap-calc {
	background-color: #f0f0f0;
	padding: 0 30px;
	margin-bottom: 50px;
}
.owl-carousel .owl-item img {
	padding:0;
	float: none !important;
}


/**  section  car home  ***/



.car_home {
	background: #f8f8f8;
	padding-bottom: 50px;
}

.car_post li {
	width: 23.7%;
	float: left;
	border: none !important;
	margin-right: 1.7% !important;
	font-family: 'pfdintextcomppro bold';
	color: #535353;;
}


.car_post li:nth-child(4n) {
	margin-right: 0 !important;
}




.car_post  {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.box_car{
	width: 100%;
}



.box_button{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 29px;
}


.box_button a {
	padding: 10px 41px;
	border: 1px solid #000;
	border-radius: 50px;
	background: #fff;
	color: #000;
	transition: .5s ease;
	text-transform: uppercase;
}




.box_button a:hover {
	background: #000;
	color: #fff;
}


.car_home ul li {
	list-style: none;
}


.car_home ul {
	padding-left: 0;
	margin-left: 0;
}


.hover_image{
	position: relative;
	display: block;
	height: 170px;
}

.hover_image{
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.overlay_image {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(0, 0, 0, 0.50);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.overlay_image i {

	color: #fff;
}


.hover_image:hover .overlay_image {
	opacity: 1;

}



.box_money{
	display: inline-block;
	margin-top: 13px;
}

.box_money ul {
	padding-left: 0;
	margin-left: 0;
}

.box_money ul li span {
color: #64a225;
font-family: 'pfdintextcomppro regular';
}




.box_money ul li  {
display: flex;
align-items: center;
width: 100%;
text-transform: uppercase;
}


.box_money ul li img  {
	margin-right: 15px;
	width: 19px;
}

.car_post  a img {
	max-height: 158px ;
}




.fancybox-title-over {
	display: none!important;
}



#fancybox-close {
	position: absolute;
	top: -26px!important;
	right: -31px!important;
	width: 20px!important;
	height: 21px!important;
	background: url(../img/close.png) -40px 0!important;
	cursor: pointer;
	z-index: 111103;
	display: none;
}

.fancybox-close {
	background-image: url(../img/close.png)!important;
	position: absolute;
	top: -26px!important;
	right: -31px!important;
	width: 20px!important;
	height: 21px!important;
	cursor: pointer;
	z-index: 111103;
	background-repeat: no-repeat;

}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	/* background: url(fancybox_overlay.png); */
	background: rgba(0, 0, 0, 0.5)!important;
}


#load-posts {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}


#load-posts .disabled {
	display: none;
}




#load-posts a {
	padding: 10px 45px;
	border: 1px solid #000;
	border-radius: 80px;
	-webkit-border-radius:80px;
	background: #fff;
	color: #000;
	transition: .5s ease;
	text-transform: uppercase
	-webkit-filter: grayscale(100%);

}



#load-posts a:hover {
	background: #000;
	color: #fff;
}

.car_arhive{
	padding-bottom: 50px;
}


.car_arhive .car_post li {
	margin-bottom: 10px;
}

.box_money li {

	margin-bottom: 10px;

}


.car_arhive  .box_money li {
	margin-bottom: 0px!important;
}


.car_arhive .car_post li {
	margin-bottom: 20px;
}


.car_home .box_money li {
	margin-bottom: 1px;
}

.phones.hide_md {
	margin-left: -10px;
	padding-left: 0;
}
.soc-icons svg {
	height: 17px;
	margin-left: 10px;
	color: white;
	padding: 0 5px;
  top: 2px;
  position: relative;
}

.soc-icons-mob {
  fill: #000;
  stroke: #000;
  color: #000 !important;
  opacity: 1;
  height: 40px !important;
  position: relative !important;
  top: 21px !important;
  margin-left: 6px !important;
  /* stroke-width: 10px; */
  stroke-linecap: butt;
  stroke-linejoin: round;
  fill-rule: evenodd;
}

@media screen and (min-width:767px){
  .soc-icons-mob-hide {
    display:none !important;
  }
}

.pad-l {
	padding-left: 2px;
}
