.btn.btnZakaz {
	font-size: 15px;
}

.q_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 5px;

	box-shadow: 0px 0px 2px #000;
	padding: 7px 12px;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
        -ms-user-select: none;
	user-select: none;
}
.q_editor {
	border:0;
	display: flex;
	align-items: center;
	box-shadow: 0 0 2px #000;
	border-radius: 5px;
	padding: 6px 14px;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	margin: 0 2px 2px 0;
}
.q_editor div {
	padding: 0 0 0 5px;
}
.q_editor:hover {
	color: #000 !important;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: inset 0 0 4px #000;
	background: #FFF;
}
.breadcrumbs span {
	margin: 0;
}



.news-detail { }

/*region POST FORMATS */
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.news-detail-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: url(images/bx-video.png) no-repeat center;
	opacity: 0.7;
	transition: opacity .3s ease;
}

.news-detail-video:hover {
	opacity: 1;
}

/*region POST FORMATS /// SLIDER */
.news-detail-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-detail-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.news-detail-slider-slide {
	z-index: 100;
	float: left;
}

.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left {
	left: 0;
}

.news-detail-slider-arrow-container-right {
	right: 0;
}

.news-detail-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
	left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
	right: 20px;
}

.news-detail-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-detail-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
	background: #fff;
	opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* endregion */

.news-detail-body {}

.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-content {
	margin-bottom: 5px;
	font-size: 14px;
}
div.forWinZakaz.active{
	display: block !important
}

.q_items_list .q_item_name {
    width: 100%;
    color: #000;
    text-decoration: none;
    padding: 6px 16px;
    justify-content: left;
}
.q_item_box:nth-child(odd) > * {
    background: #f2f6f9;
}
.q_item_box:hover .q_item_name {
    border-color: #da0e4e;
}
.q_item_box > * {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e6eb;
    font-size: 14px;
    padding: 4px;
}
a {
    color: #105fdb;
    outline: 0;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #4082e8;
}

.services__block {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.services__block .services__top {
	margin: 30px 0 6px 0;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.services__block .services__top div {
	font-size: 22px;
  	line-height: 1;
  	font-weight: 400;
}
.services__block .services__top .link_title {
	padding: 7px 10px 7px 10px;
	box-sizing: border-box;
	border: 2px solid #fff;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	line-height: 1;
	border: 1px solid #d9d9d9;
	text-decoration: none;
	display: flex;
	gap: 8px;
}
.services__block .services__top .link_title:hover {
	border: 1px solid rgb(248 93 90);
}
.services__block .services__top .link_title & svg {
	margin: 0 0 0 4px;
	position: relative;
	top: 3px;
}
.uslugi_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}	
.uslugi_item {
	border-radius: 5px;
    	margin-bottom: 0;
    	/* height: 300px; */
    	padding: 0;
    	position: relative;
    	border: 1px solid #e6e8ec;
    	transition: ease-in-out.2s;
	box-shadow: 0px 0px 2px 0 rgb(159 185 213 / 40%);
	text-align: center;
	padding: 8px;
    	text-decoration: unset;
	overflow: hidden;
}
.uslugi_item:hover {
	box-shadow: 0px 0px 14px 0 rgb(159 185 213 / 55%);
}
.uslugi_image {
	width: 150px;
	height: auto;
	border-radius: 3px;
	margin-bottom: 10px;
	transition: transform .2s ease;
	display: block;
}
.uslugi_name {
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	display: inline-flex;
    	align-items: center;
    	justify-content: center;
	color: #000;
}
.uslugi_item:hover .uslugi_name {
	color: #db5910;
}

@media (max-width:1480px) {
	.uslugi_list {
		grid-template-columns: repeat(3, 1fr);
	}
	.uslugi_image {
		max-width: 350px;
		max-height: 350px;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 1199px) {
	.uslugi_list {
		grid-template-columns: repeat(3, 1fr);
	}
	.services__block .services__top .link_title {
		padding: 6px 6px 5px 10px;
		display: flex;
		gap: 6px;
	}
}
@media (max-width: 991px) {
}
@media (max-width: 760px) {
	.uslugi_list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 380px) {
	.uslugi_list {
		grid-template-columns: repeat(1, 1fr);
	}
	
}