*::-webkit-input-placeholder {
	color: #222;
	opacity: 1;
}
*::-moz-placeholder {
	color: #222;
	opacity: 1;
}
*::-moz-placeholder {
	color: #222;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #222;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}
br {
	line-height: 0px;
}
.br {
	display: none;
}
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

html {
	width: 100%;
	overflow-x: hidden;
	margin-right: 0px!important;
	overflow-y: auto!important;
}

.loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.loader .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.3;
	font-family: "PTR", sans-serif;
	overflow-x: hidden;
	background-color: #fff;
	overflow-y: hidden;
	color: #000000;
	padding-bottom: 80px;
	padding-top: 164px;
}
.hidden {
	display: none
}
a, a:hover, a:visited, a:focus, a:active, button, button:hover, button:visited, button:focus, button:active {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
img {
	width: 100%;
}



/*___________1. HEADER (Шапка сайта) __________*/


.header__head {
	background-color: #2A2A2A;
	border-top: 1px solid #DEE0E3;
    background-image: url('../img/header/link__bg_.jpg');
}
.header_fix {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	right: 0px;
	z-index: 10;
}
.nav__item {
	float: left;
	width: 16.666%;
}
.nav__link {
	height: 50px;
	display: block;
	text-align: center;
	color: #fff!important;
	font-family: "PB";
	font-size: 13px;
	text-transform: uppercase;
	background-image: url('../img/header/link__bg.jpg');
	background-size: 100% 100%;
	line-height: 60px;
}
.nav__link:hover {
	background-image: url('../img/header/link__bg_active.jpg');
	color: #232323!important;
}
.logo, .phones, .phone, .mail {
	display: inline-block;
	vertical-align: middle;
}
.logo {
	/*padding-right: 38px;*/
}
.logo__link {
	display: block;
	position: relative;
	padding-left: 100px;
}
.logo__desc {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	color: #222!important;
}
.logo__title {
	color: #fd2016;
	/*font-size: 49px;*/
	font-size: 25px;
	font-family: "PB";
	text-transform: uppercase;
	display: block;
	line-height: 50px;
}
.logo__img {
	width: 93px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -40px;
}
.header__body {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.btn {
	font-size: 12px;
	text-align: center;
	line-height: 39px;
	height: 40px;
	text-transform: uppercase;
	display: inline-block;
	border: none;
	outline: none;
	width: 165px;
	border-radius: 7px;
	font-family: "PBK";
    padding: 0px;
}
.btn_red_transparent {
	color: #fd2016!important;
	background-color: transparent;
	border: 2px solid #fd2016;
}
.btn_red_transparent:hover {
	color: #fff!important;
	background-color: #fd2016;
}
.phones {
	padding-left: 35px;
	position: relative;
}
.mail {
	padding-left: 45px;
	position: relative;
}
.phone__title, .mail__title {
	font-size: 13px;
	font-family: "PT";
	text-transform: uppercase;
}
.phone__number, .mail__text {
	font-size: 20px;
	font-family: "PBK";
}
.mail__text {
	text-transform: uppercase;
}
.phone {
	padding-right: 15px;
}
.phones {
	padding-right: 43px;
}
.phone:last-child {
	padding-right: 0px;
}
.phones:after {
	position: absolute;
	content: '';
	background-image: url('../img/icons.png');
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 24px;
}
.mail:after {
	position: absolute;
	content: '';
	background-image: url('../img/icons.png');
	background-position: -52px 0px;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 17px;
}
.header__slide {
	height: 180px;
	background-position: center center;
	background-size: cover;
}
.slick-arrow {
	border: none;
	outline: none;
	color: transparent;
	width: 50px;
	height: 50px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-image: url('../img/header/slider__arrows.png');
	z-index: 2;
}
.slick-arrow:hover {
	opacity: .8;
}
.slick-prev {
	left: 50%;
	background-position: 0px 0px;
	margin-left: -570px;
}
.slick-next {
	right: 50%;
	margin-right: -570px;
	background-position: -50px 0px;
}



/*___________2. ABOUT (О нас) __________*/


.sect_grey {
	background-color: #D8DDDF;
}
.sections {
	position: relative;
/*	padding-top: 60px;     */
	padding-bottom: 17px;
}
h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: "PBK";
	text-align: center;
	font-weight: normal;
	position: relative;
	line-height: 40px;
	padding: 15px 0;
}                  /*
h2:after {
	position: absolute;
	content: '';
	background-color: #C8C8C8;
	bottom: 5px;
	left: 50%;
	margin-left: -277px;
	width: 555px;
	height: 1px;
}
h2:before {
	position: absolute;
	content: '';
	background-color: #C8C8C8;
	bottom: 0px;
	left: 50%;
	margin-left: -180px;
	width: 360px;
	height: 1px;
}                */
.sect__content {
/*	padding-top: 75px; */
}
h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: "PBK";
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	padding: 10px 0 ;
}
h4 {
	font-size: 18px;
	font-family: "PBK";
	font-weight: normal;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	font-family: "PBK";
	font-weight: normal;
	text-transform: uppercase;
}
.text_center {
	text-align: center;
}
.sect__desc {
	font-size: 20px;
	text-align: center;
/*	padding-top: 30px; */
}
.about__btns {
	text-align: center;
	padding-top: 28px;
}
.about__btn {
	margin-right: 25px;
}
.about__btn:last-child {
	margin-right: 0px;
}
.prices__desc {
	text-align: center;
	font-size: 18px;
	font-family: "PTB";
/*	padding-top: 25px;  */
}
.about__list li:after {
	position: absolute;
	content: '';
	background-color: #222;
	top: 10px;
	left: 0px;
	width: 5px;
	border-radius: 50%;
	height: 5px;
}
.about__more {
	text-align: center;
	padding-top: 15px;
}


/*___________3. NEWS (Новости) __________*/


.date {
	font-size: 14px;
	color: #999999;
	position: relative;
	padding-left: 25px;
}
.date:after {
	position: absolute;
	content: '';
	background-image: url('../img/icons.png');
	background-position: -36px 0px;
	top: 50%;
	margin-top: -8px;
	left: 0px;
	width: 16px;
	height: 16px;
}
.news-item__img {
	border-radius: 7px;
	margin-bottom: 10px;
}
.news-item__text {
	padding-top: 10px;
}
.news__item h4 {
	padding-top: 7px;
    height: 60px;
}
.news__item .about-item__text{
  height: 105px;  overflow: hidden;
  text-align: justify;
}

.news__item {
	padding-bottom: 30px;
    min-height: 415px;
    overflow: hidden;
}
.more {
	position: relative;
	text-align: right;
	margin-top: 13px;
}
.more:after {
	position: absolute;
	content: '';
	background-color: #F82016;
	top: 50%;
	margin-top: 1px;
	left: 0px;
	width: 74%;
	height: 1px;
}
.more__link {
	color: #F82016!important;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "PB";
}
.more__link:hover {
	opacity: .8;
}



/*___________ STORAGE (Хранение) __________*/


.storage__item {
	height: 150px;
	border-radius: 5px;
	background-color: #D3D8DB;
	margin-bottom: 10px;
	position: relative;
}
.storage__text {
	font-size: 22px;
	font-family: "PTB";
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 30px;
	padding-right: 30px;
}
.about__list li {
	position: relative;
	padding-left: 35px;
	font-size: 20px;
	padding-bottom: 5px;
}



/*___________ SERVICE (Услуги) __________*/


.service__item {
	text-align: center;
	height: 250px;
}
.service__item.smal_serv {height: 170px;}
.service__icon {
	width: 100px;
	height: 70px;
	background-image: url('../img/services/services__icons.png');
	display: inline-block;
}
.service__icon-1 {
	background-position: 0px 0px;
}
.service__icon-2 {
	background-position: -100px 0px;
}
.service__icon-3 {
	background-position: -200px 0px;
}
.service__icon-4 {
	background-position: -300px 0px;
}
.service__icon-5 {
	background-position: -400px 0px;
}
.service__icon-6 {
	background-position: -500px 0px;
}
.service__icon-7 {
	background-position: -600px 0px;
}
.service__text {
	font-size: 18px;
	padding-top: 20px;
}


/*___________7. PRICES (Цены) __________*/


.prices__item {
	text-align: center;
	background-color: #fff;
	border-radius: 7px;
	height: 240px;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	border: 1px solid #C8C8C8;
	margin-bottom: 25px;
}
.prices__item h5 {
	padding-bottom: 30px;
}
.prices__item p {
	font-size: 13px;
	font-family: "PBK";
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 20px;
}
.prices__item p span {
	color: #fd2016;
	font-size: 30px;
	font-family: "PBK";
	line-height: 20px;
}
.prices__text {
	font-size: 18px;
	font-family: "PTB";
	text-align: center;
	padding-top: 20px;
}
.link_red_border {
	color: #fd2016!important;
	border-bottom: 1px solid #fd2016;
}
.link_red_border:hover {
	border-bottom: 1px solid transparent;
}


/*___________ MAP (КАРТА) __________*/


.map {
	position: relative;
}
.map__contacts {
	background-color: #fff;
	border: 1px solid #C8C8C8;
	border-radius: 7px;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 30px;
	padding-right: 26px;
	padding-left: 26px;
	position: absolute;
	bottom: -500px;
}
.map__phones, .map__mail, .map__coordinats {
	padding-left: 32px;
	position: relative;
	text-align: left;
}
.map__phone, .map__mail, .map__coordinats {
	font-size: 16px;
	font-family: "PBK";
}
.map__phones:after {
	position: absolute;
	content: '';
	background-image: url('../img/icons.png');
	background-position: 0px 0px;
	top: 2px;
	left: 0px;
	width: 16px;
	height: 24px;
}
.map__mail:after {
	position: absolute;
	content: '';
	background-image: url('../img/icons.png');
	background-position: -52px 0px;
	top: 2px;
	left: 0px;
	width: 24px;
	height: 17px;
}
.map__coordinats:after {
    position: absolute;
    content: '';
    background-image: url(../img/icons.png);
    background-position: -16px 0px;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 24px;
}
.download__link {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "PBK";
	color: #fd2016!important;
	margin-bottom: 15px;
	display: inline-block;
}
.download__link span {
	border-bottom: 1px solid #FEC7C5;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.download__link span:hover {
	border-bottom: 1px solid transparent;
}
.map__download {
	padding-top: 40px;
}

/*___________8. FOOTER (Футер) __________*/


.footer {
	background-color: #222;
	padding-top: 21px;
	padding-bottom: 19px;
	color: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	right: 0px;
	z-index: 10;
}
.counter, .copyright, .footer__adress, .footer__soc {
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
}
.counter {
	cursor: pointer;
}
.counter__img {
	width: 88px;
}
.copyright__text {
	text-transform: uppercase;
	font-size: 13px;
	font-family: "PT";
}
.copyright {
	padding-left: 20px;
	padding-right: 32px;
	float: left;
}
.footer__adress {
	position: relative;
	padding-left: 30px;
}
.footer__adress:after {
	position: absolute;
	content: '';
	background-image: url('../img/icons.png');
	background-position: -16px 0px;
	top: 4px;
	left: 0px;
	width: 20px;
	height: 24px;
}
.footer__adress p {
	font-size: 13px;
}
.soc__icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('../img/footer/soc__icons.png');
	margin-right: 6px;
}
.soc__icon:hover {
	opacity: .8;
}
.soc__vk {
	background-position: 0px 0px;
}
.soc__goo {
	background-position: -30px 0px;
}
.soc__you {
	background-position: -60px 0px;
}
.soc__fb {
	background-position: -90px 0px;
}
.soc__tw {
	background-position: -120px 0px;
}
.soc__in {
	background-position: -150px 0px;
}
.footer__soc {
	padding-left: 60px;
}
.footer__btns {
	display: flex;
	justify-content: center;
}
.footer__btn {
    background-color: #FFF;
   	color: #FD2016!important;
	margin-right: 25px;
}
.footer__btn:last-child {
	margin-right: 0px;
}
.mail a{
  color: #000000;
}
ul.nav{
  width: 100%;
}
.phone__number a{
  text-decoration: none;
  color: #000000;
}
a.nav__link{
  padding: 0px !important;
}

.t .t-left{
  width: 80% !important;
  float: left;
}
.t .t-right{
  width: 20% !important;
  float: left;
}
.r1x3 {  min-height: 40px;}
table.blog-table-header-left{
  width: 100%
}

.bx-filter-buttons input,.blog-buttons input{
  width: 40%; margin:  0 4%; float: left;
}
ul.left-menu{
  width: 100%;
}
#support-detail-main{
  margin-top: 10px;
}
.header__slide.line {
    border-right: 5px solid white;
}
.highlight {border-bottom: 2px solid rgb(255, 0, 0);}

#custom_search{
	width: 20%;
	margin-right: 20px;
}
