/*Forms_errors*/
form  input.error, form  textarea.error{
	border: 1px solid red  !important;
	background-color: rgb(252, 178, 178)  !important;
	transition: .25s linear;
}

/*form_load_block*/
.progress2{
	display: none;
	margin-top: 30px;
}
.progress2 .bar2{
	width: 100%;
	height: 10px;
	background-color: rgb(33, 117, 191);	
}

.dispn{
	display: none !important;
}

.header-top__nav-el.active a {
	border-bottom-color: #ec6703;
}

.header-bottom__nav-link.active a:after {
	background-color: #ec6703;
}

.product-card__description strong {
	font-family: RobotoBold, serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.expo-more .about-page h3 {
	font-weight: 700;
	font-size: 140%;
	margin-bottom: 10px;
}

.expo-more .about-page ul {
	list-style: disc;
	margin-left: 20px;
}

.product-card__table-wrap tr:first-of-type th {
	border-right: 1px solid #ccc;
}
.product-card__table-wrap tr:last-of-type td {
	border-right: 1px solid #ccc;
}
.product-card__table-wrap tr:first-of-type {
	border-bottom: 1px solid #ccc;
}
.product-card__table-wrap tr:last-of-type td:last-of-type {
	border-right: 0;
}

.product-card__table-wrap td {
	padding-bottom: 14px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}

.product-card__table-wrap td:last-of-type {
	border-right: none;
}

.product-card__table-wrap th, .product-card__table-wrap td {
	text-align: center;
}

.product-card__table-wrap tr:first-of-type td {
	border-top: none;
}

.product-card__table-wrap tr td {
	border-top: 1px solid #ccc;
}

.product-card__table-wrap td {
	padding-top: 7px;
	padding-bottom: 7px;
}

.search_ajax_result {
	display: none;
	background-color: white;
	padding: 10px 20px;
	border: 1px solid gray;
	border-radius: 20px;
	width: 735px;
	margin-left: -22px;
}

.search_ajax_result li {
	padding: 5px 0;
}

.search_ajax_result li > a{
	color: black;
	text-decoration: underline;
}

.table--search {
	margin-top: 20px;
}

.table--search p > a{
    font-weight: normal;
    line-height: 21px;
    font-size: 14px;
    color: #262626;
}

.table--search p{
    margin-bottom: 10px;
}

#tab-photo{
	position: relative;
}


/*Слайдер "Дилеры"*/
.diller .diller__title{
	font-family: RobotoSlabBold, serif;
	font-size: 1.75rem;
	text-transform: uppercase;
	color: #000;
	line-height: 40px;
	border-left: 3px solid #ec6703;
	padding-left: 16px;
	margin-bottom: 40px;
	display: inline-block;
}

.wrap-slider-diller{

}

.wrap-slider-diller .slick-list {
	width: 97%;
	margin: 0 auto;
}

.slider-diller .slider-diller__item{
	height: 110px;
	padding-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.slider-diller .slider-diller__item img{
	width: 110%;
	max-width: auto !important;
	height: auto;
	margin: 0 auto;
	display: block;
}

.slider-diller .slider-prev:after{
	content: "";
	background: url("../images/slider-arrow.svg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 14px;
	height: 27px;
	display: block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-diller .slider-next, .slider-diller .slider-prev{
	top: 16px;
}

.slider-diller .slider-next:after{
	content: "";
	display: block;
	background: url("../images/slider-arrow.svg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 14px;
	height: 27px;
	display: block;
	margin-left: auto;
}

@media all and (max-width: 992px) {
	.wrap-slider-diller .slick-list {
		width: 95%;
		margin: 0 auto;
	}

	.slider-diller .slider-diller__item img{
		width: 82%;
	}

	.slider-diller .slider-next, .slider-diller .slider-prev{
		top: 22px;
	}

	.slider-diller .slider-prev:after, .slider-diller .slider-next:after{
		width: 8px;
		height: 20px;
	}
}

@media all and (max-width: 768px) {
	.diller .diller__title{
		margin-bottom: 20px;
	}

	.wrap-slider-diller .slick-list {
		width: 92%;
		margin: 0 auto;
	}

	.slider-diller .slider-diller__item img{
		width: 95%;
	}

	.slider-diller .slider-next, .slider-diller .slider-prev{
		top: 16px;
	}

	.slider-diller .slider-prev:after, .slider-diller .slider-next:after{
		width: 14px;
		height: 27px;
	}
}

@media all and (max-width: 768px) {
	.diller .diller__title{
		font-size: 1.25rem;
		padding-left: 11px;
		line-height: 31px;
		margin-bottom: 15px;
	}

	.slider-diller .slider-diller__item img{
		width: 100%;
	}
}
/*Слайдер "Дилеры" ----- КОНЕЦ*/


/*Страница "Вакансии"*/
.wrap-content-jobs{
	width: 79%;
	padding-top: 30px;
	padding-bottom: 55px;
	border-top: 1px solid #E6E6E6;
}

.wrap-content-jobs > p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

.wrap-content-jobs b{
	font-weight: bold;
}

.wrap-content-jobs .wrap-accordions{
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	overflow: hidden;
}

.wrap-content-jobs .accordion .accordion__title{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 20px;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #000;
	display: block;
	margin-bottom: -1px;
	position: relative;
}

.wrap-content-jobs .accordion .accordion__title .wrap-icon{
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.wrap-content-jobs .accordion .accordion__title .wrap-icon svg path{
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.wrap-content-jobs .accordion:first-child .accordion__title{
	margin-top: -1px;
}



.wrap-content-jobs .accordion .accordion__title:hover{
	color: #EC6703;
}

.wrap-content-jobs .accordion-current .accordion__title .wrap-icon{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 43%;
}

.wrap-content-jobs .accordion-current .accordion__title .wrap-icon svg path{
	stroke: #EC6703;
}


.wrap-content-jobs .accordion .accordion-content{
	display: none;
	margin-top: 20px;
	padding: 0 20px;
}

.wrap-content-jobs .accordion-content > p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
}

.wrap-content-jobs .accordion-content ul{
	margin-bottom: 20px;
}

.wrap-content-jobs .accordion-content ul li{
	position: relative;
	font-size: 14px;
	line-height: 26px;
	padding-left: 15px;
}

.wrap-content-jobs .accordion-content ul li:after{
	content: "•";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #EC6703;
}

.wrap-content-jobs .accordion-content .wrap-btn{
	margin-top: 10px;
	padding-bottom: 40px;
}

.wrap-content-jobs .accordion-content .wrap-btn .btn{
	border: 2px solid #EC6703;
	padding: 12px 30px;
	display: block;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #EC6703;
	background-color: transparent;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
}

.wrap-content-jobs .accordion-content .wrap-btn .btn:hover{
	background-color: #EC6703;
	color: #fff;
}


@media all and (max-width: 992px) {
	.wrap-content-jobs{
		width: 100%;
	}
}

@media all and (max-width: 576px) {
	.wrap-content-jobs{
		width: 100%;
		border: none;
		padding-top: 3px;
		font-size: 16px;
		line-height: 20px;
	}

	.wrap-content-jobs .accordion-content > p{
		font-size: 15px;
	}

	.wrap-content-jobs .accordion .accordion__title{
		padding: 15px;
		font-size: 15px;
	}

	.wrap-content-jobs .accordion .accordion-content{
		padding: 0 15px;
	}

	.wrap-content-jobs .accordion-content ul li{
		line-height: 17px;
		margin-bottom: 12px;
	}

	.wrap-content-jobs .accordion-content .wrap-btn{
		padding-bottom: 30px;
		width: 100%;
	}

	.wrap-content-jobs .accordion-content .wrap-btn .btn{
		width: 100%;
	}

}



/*Popap*/
.popup-jobs{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: rgba(0,0,0,.4);
	display: none;
}

.popup-jobs .wrap-form{
	background-color: #fff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	text-align: center;
	padding: 26px;
	width: 330px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup-jobs .wrap-icon-close{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: -45px;
	cursor: pointer;
}

.popup-jobs .wrap-icon-close img{
	width: 100%;
	height: auto;
}

.popup-jobs .form-title{
	color: #444444;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.popup-jobs .popup-form input, .popup-jobs .popup-form label{
	display: block;
	width: 100%;
	height: 40px;
}

.popup-jobs .popup-form input, .popup-jobs .popup-form .wrap-field-file span{
	color: #000;
	line-height: 18px;
	padding: 8px 15px;
	font-family: RobotoSlabRegular, serif;
	font-size: 0.875rem;
}

.popup-jobs input::-webkit-input-placeholder {
 	color: #000;
	font-size: 0.875rem;
	line-height: 20px;
	font-family: RobotoSlabRegular, serif;
}
.popup-jobs input::-moz-placeholder {
	color: #000;
	font-size: 0.875rem;
	line-height: 20px;
	font-family: RobotoSlabRegular, serif;
}
.popup-jobs input:-ms-input-placeholder {
	color: #000;
	font-size: 0.875rem;
	line-height: 20px;
	font-family: RobotoSlabRegular, serif;
}
.popup-jobs input:-moz-placeholder {
	color: #000;
	font-size: 0.875rem;
	line-height: 20px;
	font-family: RobotoSlabRegular, serif;
}

.popup-jobs .popup-form label{
	margin-bottom: 14px;
}

.popup-jobs .popup-form label input{
	border: 1px solid #D9D9D9;
	border-radius: 5px;
}

.popup-jobs .popup-form .wrap-field-file{
	position: relative;
}

.popup-jobs .popup-form .wrap-field-file .field-file{
	text-align: left;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	cursor: pointer;
	height: 38px;
	margin-bottom: 13px;
}

.popup-jobs .popup-form .field-zero .placeholder, .popup-jobs .popup-form .field-zero .icon-file{
	z-index: 2;
	opacity: 1;
}


.popup-jobs .popup-form .field-zero .file-name, .popup-jobs .popup-form .field-zero .icon-clear{
	z-index: 0;
	opacity: 0;
}

.popup-jobs .popup-form .field-upload .placeholder, .popup-jobs .popup-form .field-upload .icon-file{
	z-index: 0;
	opacity: 0;
}

.popup-jobs .popup-form .field-upload .file-name, .popup-jobs .popup-form .field-upload .icon-clear{
	z-index: 3;
	opacity: 1;
}

.popup-jobs .popup-form .field-upload .field-file{
	cursor: default;
}

.popup-jobs .popup-form .wrap-field-file span{
	position: absolute;
	top: 58%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
}

.popup-jobs .popup-form .field-file input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	cursor: pointer;
}

.popup-jobs .popup-form .icon-file, .popup-jobs .popup-form .icon-clear{
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	opacity: 0;
	z-index: -1;
}

.popup-jobs .btn{
	border: 2px solid #EC6703;
	padding: 10px 30px;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #EC6703;
	background-color: transparent;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
	width: 100%;
}

.popup-jobs .btn:hover{
	background-color: #EC6703;
	color: #fff;
}

/*Валидация*/
.popup-jobs .popup-form label .field-error, 
.popup-jobs .popup-form .wrap-field-file .field-error{ /*на label у поля file*/
	background-color: rgba(255, 0, 0, 0.3);
	border-color: #FF0000;
}

@media all and (max-width: 576px) {
	.popup-jobs .wrap-form {
		width: 290px;
	}

	.popup-jobs .wrap-icon-close{
		width: 24px;
		height: 24px;
		position: absolute;
		top: auto;
		bottom: calc(100% + 20px);
		right: 0px;
		cursor: pointer;
	}

	.popup-jobs .popup-form label{
		margin-bottom: 13px;
	}

	.popup-jobs .popup-form input::-webkit-input-placeholder {
	  font-size: 0.795rem;
	}
	.popup-jobs .popup-form input::-moz-placeholder {
	  font-size: 0.795rem;
	}
	.popup-jobs .popup-form input:-ms-input-placeholder {
	  font-size: 0.795rem;
	}
	.popup-jobs .popup-form input:-moz-placeholder {
	  font-size: 0.795rem;
	}

	.popup-jobs .popup-form input, .popup-jobs .popup-form .wrap-field-file span{
		font-size: 0.795rem;
	}
}

.appeal__form{
	background-color: #fafafa;
    padding: 15px 25px 5px;
    border: 1px solid #ebebeb;
    margin-bottom: 50px;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.appeal__form label{
	font-size: 14px;
    color: #585f69;
	display: block;
    margin-bottom: 5px;
    padding-left: 0px;
    font-weight: 100;
    cursor: pointer;
	margin: 15px 0;
}

#add-file{
	display: block;
	text-decoration: underline;
}

#file-input{
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.appeal__form input[type='text'], .appeal__form input[type='email'], .appeal__form textarea{
	display: block;
    height: 35px;
    width: 100%!important;
    border: 1px solid #ebebeb;
    padding: 9px 15px;
	color: #555555;
    font-family: 'Liberation Sans';
}

.appeal__form b{
	color: #c90d0d;
}

.appeal__form__btn{
	margin-top: 30px;
	padding-top: 50px;
	    border-top: 1px solid #ebebeb;
	text-align: right;
}

.appeal__note{
	margin-top: 20px;
}

.appeal__form__btn input{
	height: 40px;
    width: 100%;
    background-color: rgb(221, 221, 221);
    max-width: 160px;
    font: 18px/18px Roboto;
    color: rgb(88, 95, 105);
	border-radius: 5px;
	cursor: pointer;
}

.appeal__form__submit{
	color: #fff!important;
    background-color: #006396!important;
	margin-left: 50px;
}

/*Страница "Вакансии" ----- КОНЕЦ*/

@media screen and (max-width: 1041px) {
	.news-page img {
		width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
	}
	.social-buttons__el img{
		width: auto;
		margin-left: 9px;
		display: inline-block;
	}
}

.header-bottom__search{
	width: 30%;
	float: left;
}

.header-bottom__nav-link{
	margin-right: 28px;
	font-size: 15px;
}

.header-bottom__search.focus{
	width: 64%;
	float: right;
}

.header-bottom__search.focus .header-bottom__search-el{
	width: 80%;
}
header .social_vk{
	margin-left: 3px;
}


.social_vk .hover_vk{
	display:none;
}
.social_vk:hover .custom_vk{
	display:none;
}
.social_vk:hover .hover_vk{
	display:block;
}

.social-top{
	margin-right:0;	
}


.post_link{
	display: flex;
    flex-direction: column;
    gap: 6px;
  position: relative;
 float: right;
  z-index: 2;
  margin-top: 4.910526%;
}

.post_link__el{
  display: flex;
  gap: 12px;
}

.post_link__tel{
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.post_link__tel span span{
  font-weight: 700;
}

.post_link__mail{
  font-weight: 300;
  font-size: 13px;
  color: #d5d5d5;
}

.header-bottom__search {
    width: 23.7%;
}

.header-bottom__search-el{
	width:86%;
}

.post_link__el:hover{
  color: #fff;
}

@media (max-width: 1080px) {
  .post_link{
    display: none;
  }
}

.footer-bottom__standard{
  max-width: 110px;
}

.footer-bottom__standard img{
  display: block;
  width: 100%;
}

.header-bottom__search.focus {
    padding-right: 12px;
    transform: translateX(0);
    margin-left: 30px;
	width: 45%;
    float: left;
}


