.btn.btn-fix {
	display: inline-block;
	float: right;
}
.btn-fix + h1 {
	display: inline-block;
}
.menu .menu__list {
	table-layout: fixed;
}
.subnav > div > a.is-active {
	background: #6f2636;
}
.subnav > div > ul li a, .subnav > div > a {
	color: #ffffff;
}
.timetable {
	float: right;
	margin-top: 2px;
}
.adress {
	float: none;
	overflow: hidden;
	text-align: center;
}
.head__title {
	font-size: 35px;
	padding-top: 14px;
}
@media screen and (max-width: 1279px) {
	.head__title {
		font-size: 27px;
	}
}
@media screen and (max-width: 1024px) {
	.head__title {
		font-size: 20px;
	}
	.timetable {
		margin-left: 5%;
	}
}
@media screen and (max-width: 850px) {
	.head__title {
		padding-top: 0;
	}
}
.accordeon .accordeon__content {
	display: none;
}
.accordeon .accordeon__topper {
	border-color: #883443;
}
.accordeon .accordeon__topper:hover {
	background-color: #883443;
	color: #fff;
}
.accordeon .accordeon__topper:hover::before {
	border-color: #fff transparent transparent transparent
}
.accordeon .accordeon__item.is-active .accordeon__topper {
	background-color: #6f2636;
}
.accordeon .accordeon__content, .price {
	border-color: #6f2636;
}
.menu .menu__list li:nth-child(5) a {
	padding-left: 15px;
	background-image: url('../img/apteka.svg.html');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 7% 50%;
}
.news .news__img img {
	min-width: auto;
	min-height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.license .license__item a {
	text-align: center;
}
.slider .slider__content {
	width: 35%;
}
.slider .slider__content .h1 {
	font-size: 34px;
}
.slider .slider__content > p {
	font-size: 19px;
}
@media only screen and (max-width: 767px) {
	.topper {
	    margin-top: 0px;
	}
	.slider .slider__content {
		width: auto;
	}
}
@media only screen and (max-width: 480px) {
	.slider .slider__content .h1 {
		font-size: 25px;
		margin-top: 175px;
	}
	.slider .slider__content > p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 375px) {
	.slider .slider__content .h1 {
		font-size: 30px;
	}
	.slider .slider__content > p {
		font-size: 16px;
	}
}
.quote {
	border-color: #883443;
	text-indent: 30px;
}
.article p, .content p {
	text-align: justify;
	text-indent: 30px;
}
.articletbl p, .contenttbl p {
	text-align: justify;
	
}
.route .route__col a.number.number_whatsapp {
	color: #65bc54;
}
.icon-whatsapp {
	background-image: url(../img/icons/whatsapp.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	margin-right: 5px;
}
.news .news__item a p {
	text-align: left;
	text-indent: 0;
}
.require .agreement_alert{

}
.checkbox{
	display: block;
	margin-bottom: 2px;
	font-size: 15px;
	color: #21310f;
}
.checkbox a{
    color: #883443;
}

.checkbox input{
    margin-top: 17px;
    margin-left: 20px;
}
.checkbox .help-block{
	display: block;
	color: red;
}
figure.testimonial .peopl h3 {
    opacity: 0.9;
    margin: 0;
    color: #863442;
}
figure.testimonial * {
    color: #863442;
}