
button, .btn, [type=submit] {
	outline: none !important;
	box-shadow: none !important;
}

.card-inner .card {
	width: 280px;
}
.card .head {
	overflow: hidden;
}
.card .head > a {
	float: left;
	margin: 5px 0 0 10px;
}
.card .text h2.title-article a:hover {
	color: #FF671B;
}
.btnGroup .joinUs.open {
	opacity: 1;
	top: 0;
	box-shadow: none;
}
.btnGroup .joinUs ._inner {
	background: #fff;
}
.btnGroup .joinUs.open:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	background: rgba(45,45,45,.15);
	width: auto;
	height: auto;
	z-index: -1;
}

.btnGroup .list .tags-menu li.l-mrg {
	margin-bottom: 20px;
}

.card .head .up {
	background: rgba(45, 45, 45, 0.3);
	height: 30px;
	line-height: 30px;
	/*overflow: hidden;*/
	border: none;
}
.card .head .up:before {
	content: '';
	display: block;
	border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid rgba(45, 45, 45, 0.3);
	margin-left: -10px;
	margin-bottom: -30px;  
    width: 0;
}

.contentBlock .clientCard .foto .img {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 0;
    -webkit-mask-image: url(../img/avatar_ellip.svg);
    -ms-mask-image: url(../img/avatar_ellip.svg);
    mask-image: url(../img/avatar_ellip.svg);
    -webkit-mask-size: 100% 100%;
    -ms-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: rgba(51, 51, 51, .05);
}
body.unknown .contentBlock .clientCard .foto .img,
body.ie .contentBlock .clientCard .foto .img {
	border-radius: 30px;
}
.contentBlock .clientCard .foto .img.no-photo {
	-webkit-background-size: 48px;
	background-size: 48px;
}
body {
	background: #F2F2F2;
}
#middle {
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.footerSlider {
	height: auto;
}

.footerSlider .slick-track {
	 display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.footerSlider .slick-initialized .slick-slide {
	float: none;
	height: 100%;
	outline: none !important;
}
.footerSlider .slick-dots {
	position: static;
	display: block;
}
.footerSlider .slick-dots li {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 7px;
	padding: 0;
	outline: none !important;
}
.footerSlider .slick-dots li button {
	padding: 0;
	margin: 0;
	height: 10px;
	width: 10px;
	border: 1px solid #FF671B;
	background: transparent;
	overflow: hidden;
	text-indent: -900px;
	border-radius: 50%;
	outline: none !important;
}
.footerSlider .slick-dots li button:before {
	display: none;
}
.footerSlider .slick-dots li:hover button, .slick-dots li.slick-active button {
	background: #FF671B;
}

.adresBlock .toggleBtn {
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-o-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	outline: none !important;
}

.site-footer {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	bottom: 0;
	/*height: 0;*/
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);

	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}
.footer-show {
	-webkit-transform: translate(0, 0%);
-ms-transform: translate(0, 0%);
-o-transform: translate(0, 0%);
transform: translate(0, 0%);
}

.footerJoinUs .widget_wysija {
	border: none;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footerJoinUs .widget_wysija p input[type="text"] {
	border: 1px solid #FF671B;
	font-size: 18px;
	padding: 0 30px;
	height: 40px;
	border-right: none;
}
.footerJoinUs .widget_wysija .wysija-submit {
	height: 40px;
	margin: 0;
	border: 2px solid #FF671B;
	outline: none !important;
}
.adres-inner {
	position: relative;
}
.adresBlock .info {
	position: relative;
}
.fooLogo img {
	 margin: 6px auto;
}

.single-tags {
	margin-bottom: 25px;
	padding-top: 30px;
}
.single-tags a {
	color: #808080;
}
.single-tags a:hover {
	color: #FF671B;
}
.single-tags a:before {
	content: '#';
}
.post-main-content ol {
	counter-reset: list;
	padding-left: 35px;
	margin-bottom: 20px;
}
.post-main-content ul li,
.post-main-content ol li {
	padding-left: 15px;
	list-style: none;
}
.post-main-content ol li {
	padding-left: 0;
	margin-left: 20px;
	position: relative;
}
.post-main-content ul li:before {
	margin-left: -15px;
	padding: 0;
	display: inline-block;
    width: 14px;
}

.more-link {
	padding: 10px;
}
.more-link a {
	font-size: 14px;
    color: #FF671B;
    text-decoration: none;
}
.card .text .p2 {
	padding-bottom: 0;
}
.more-link a:hover {
	color: #1A1A1A;
}

.preloader-flag {
	text-align: center;
	padding: 10px;
	visibility: hidden;
}
.loading .preloader-flag {
	visibility: visible;
}

.header-wrapper .navbar {
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
}