div.news-detail {
    display: flex;
    word-wrap: break-word;
    justify-content: center;
    padding: 71px 135px 48px 124px;
}
div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}
div.news-detail div.news-detail-right img.detail_picture {
	float: none;
}
.news-date-time {
    color: #486DAA;
}
.detail_picture {
    height: auto;
    width: 294px;
    max-width: 100%;
}
.wrapper {
    margin: 0 29px 0 20px;
}
.news-detail h2 {
	font-weight: bold;
	font-size: 42px;
	line-height: 55px;

	color: #008FD5;
}

.news-detail h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;

	padding-left: 16px;
	border-left: 1px solid #008FD5;

	margin-top: 64px;
	margin-bottom: 33px;

	color: #000000;
}
.term {
	margin-top: 32px;
	padding: 16px 22px;
	background: #EFF7FF;
}
.term h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;

	margin-bottom: 32px;

	color: #008FD5;
}
.term span {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;

	color: #000000;
}
.news-detail-contacts {
	display: flex;
	justify-content: space-between;
}
.shedule {
	width: 285px;
	padding: 18px 16px 19px 16px;
	background: #008FD5;

	margin-bottom: 23px;
}
.shedule-row {
	display: flex;
	justify-content: space-between;
}
.shedule-row-days {
	font-size: 14px;
	line-height: 22px;

	color: #FFFFFF;
}
.shedule-row-time {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;

	color: #FFFFFF;
}
.contacts-phone {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;

	color: #000000;
}
.news-detail-contacts-left {
	display: flex;
	flex-direction: column;
	justify-content: center;

	height: 132px;
}
.news-detail-contacts .wrap-phone {
	margin-bottom: 37px;
}
.news-detail-contacts .wrap-address {
	display: flex;
    flex-direction: row;
    align-items: center;
}
.news-detail-contacts .wrap-address-icon,
.news-detail-contacts .wrap-phone-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: #008FD5;
}
.news-detail-contacts .wrap-address-link {
	width: 196px;

	font-size: 14px;
	line-height: 22px;

	color: #7C7C7C;
}
.price-list p {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;

	color: #000000;
}
.price-list-name,
.price-list-price {
	white-space: pre;
}
.price-list-sale {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;

	color: #008FD5;
}
.price-list-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;

	color: #000000;
}
.dots {
	width: 100%;
	border-bottom: 1px dashed #000000;
}

@media (max-width: 1290px) {
	.widget-sevices {
		display: none;
	}
}

@media (max-width: 1160px) {
	.news-detail {
		position: relative;
		flex-direction: column;
	}
	.news-detail h2 {
		position: absolute;
		top: 30px;
		left: 124px;
	}
	.detail_picture {
		width: 100%;
	}
	.news-detail-right {
		order: 1;
		margin-top: 70px;
	}
	.wrapper {
		order: 2;
	}
}
@media (max-width: 800px) {
	.news-detail {
	    padding: 71px 20px 48px 20px !important;
	}
	.news-detail h2 {
		left: 20px;
	}
}
@media (max-width: 600px) {
	.news-detail h2 {
	    font-size: 28px;
	    line-height: 30px;
	}
	.news-detail-contacts .wrap-address-link {
    	width: 100%;
    }
    .news-detail-contacts {
	    flex-direction: column;
	}
	.shedule {
    	width: 100%;
    	margin-top: 20px;
    }
	.news-detail h3 {
		margin-top: 44px;
	}
	.wrapper {
	    margin: 0 0px 0 10px;
	}
	.news-detail-right {
	    order: 1;
	    margin-top: 40px;
	}
}
@media (max-width: 410px) {
	.news-detail {
	    padding: 71px 10px 48px 10px !important;
	}
	.news-detail h2 {
		font-size: 22px;
    	line-height: 24px
    	left: 20px;
	}
	.news-detail h3 {
	    margin-top: 24px;
	}
	.news-detail-right {
	    margin-top: 30px;
	}
	.term {
	    margin-top: 12px;
	}
}