/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */


#mobileheader .logo {
	max-width: 60px;
}
div.cmm-wrapper{
 display: none;
}

.old-button-cover{
	width:100%;
	display:block;
	margin-bottom:20px;
	margin-top:10px;
	}
.old-button {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background: #BCD2EE;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 16px;
    cursor: pointer;
    letter-spacing: .2px;
    text-decoration: none;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #b5b5b5;
    line-height: 18px;
}
textarea.form-control {
    height: 100px;
}

form .form-group.animated-labels.pay-description label:not(.error)
{
	-ms-transform: translateY(-24px);
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
	z-index: 6;
	font-size: 0.8em;	
}
.float-right {
    float: right;
}
@media (max-width: 991px) {
	.float-right {
		float: none;
	}
}
ul.visits{
	list-style: none;
    margin-left: -20px;
	}
ul.visits li:before{
	content:"";
	}
.visits-info{
	
	}
.visits{
	margin-left:20px;
	position: relative;
	float: left; 
	width : calc(100% - 260px);	
	}	
.btn.btn-default.visit-btn-confirm:hover {
	background-color:#25d366 !important;
	border-color:#25d366 !important;
}
.btn.btn-default.visit-btn-cancel:hover, .btn.btn-default.visit-btn-cancel-popup:hover {
	background-color:#ff0000 !important;
	border-color:#ff0000 !important;
}
.visit-btn-cancel, .price-btn-doctor{
	margin: 20px;
	min-width: 170px;
	}
.price-btn-doctor:hover {
	background-color:#25d366 !important;
	border-color:#25d366 !important;
}
.logo-text{
	vertical-align: middle;
	position: relative;
	margin: 6% 0;
}
.price-page .hidden-block2 {
    display: none;
}
.price-page .sections.item-views .item {
    padding: 40px 0;
}
.price-page span.rolldown.sect-padding.twosmallfont {
    margin-left: 40px;
    display: block;
    position: relative;
}
.price-page .title.sect-padding {
    padding: 0 40px;
}

@media screen and (max-width: 640px) { 
	.visits{
		width : auto
	}
	.mobile-mb-15{
		margin-bottom:15px;
	}

}

@media (max-width: 650px){ 
	.banners-big .slides .img {
		/* display: none; */
		position: fixed;
		display: block;
	}
}


#slot-form {
	width: 100%;
}

#slot-form,
.sms-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}
 #slot-form {
		display: auto;
	}
#slot-form .record-field--input{
	width:100%;
}

#slot-form .form-control {
	max-width: 300px;
	margin-bottom: 15px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	font-size: 16px;
}

.record {
	width: 100%;
	display: flex;
}

.record-field {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.record-field--step {
	color: gray;
	width: 100px;
}

.record-field--title {
	width: 300px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}

.record-field--input {
	width: 280px;
	margin-left: 20px;
}

.record-field--input select {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.record-field--input select::-ms-expand {
	display: none;
}

.record-field--input select:hover {
	border-color: #888;
}

.record-field--input select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.record-field--input select option {
	font-weight: normal;
}

.record-field--doctors {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 100px;
	margin-top: 20px;
	width: 100%;
}

.record-field-doctor {
	display: flex;
	width: calc(50% - 10px);
	margin-bottom: 30px;
	padding: 5px;
	border-radius: 8px;
	cursor: pointer;
}

.record-field-doctor:hover {
	background: #f5f5f5;
}

.record-field-doctor__active,
.record-field-doctor__active:hover {
	background: #f5f5f5;
}

.record-field-doctor--left {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.record-field-doctor--right {
	margin-left: 30px;
	width: 100%;
}

.record-field-doctor--img {
	width: 100px;
	border-radius: 60px;
	height: 100px;
	object-fit: cover;
	object-position: 0 0px;
}

.record-field-doctor--name {
	font-weight: bold;
	margin-bottom: 5px;
}

.record-field-doctor--category {
	color: gray;
}

.record-field-doctor--exp {
	color: gray;
}

.record-field-doctor--choose {
	margin-top: 15px;
	color: #fff;
	background: #6fb517;
	border-radius: 4px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 100%;
	max-width: 140px;
	cursor: pointer;
}

.record-field-doctor--choose:hover {
	background: #49760f;
}

.record-field__slots .record-field--input {
	width: calc(100% - 100px);
	margin-left: 100px;
	margin-top: 20px;
}

#slot-form .slot-record-submit {
	margin-bottom: 40px;
}

@media (max-width: 500px) {
	.record-field__slots .record-field--input {
		width: 100%;
		margin-left: 0;
	}

	.record-field--doctors {
		margin-left: 0;
	}

	.record-field-doctor {
		width: 100%;
	}

	.record-field--input {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

.record-field-doctor__all-width {
	width: 100%;
}

.slot-modal {
	background: #d9d9d9;
	margin-bottom: 20px;
}

.slot-modal--info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 40px;
}

.slot-modal--name {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

.slot-modal--clinic,
.slot-modal--time {
	font-size: 16px;
}

.slot-modal .row {
	display: flex
}

#slot-record-form,
.sms-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#slot-record-form .form-control {
	max-width: 300px;
	margin-bottom: 15px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	font-size: 16px;
}

#slot-record-form .modal-footer {
	font-size: 11px;
	line-height: 14px;
	opacity: 0.8;
}

.slot-record-submit {
	margin-top: 10px;
	background: #e41e18;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
}

.slot-record-submit:hover {
	background: #ff0020;
}

@media (max-width: 500px) {
	.slot-modal--info {
		padding: 15px 30px;
	}

	.slot-modal--name {
		font-size: 17px;
		line-height: 19px;
	}

	.slot-modal--clinic,
	.slot-modal--time {
		font-size: 14px;
	}
}

body.modal-open .fixed-footer {
	display: none;
}

.slots--clinic {
	font-size: 21px;
	margin-bottom: 20px;
}

.choose-time--day {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 10px 12px;
}

.choose-time--slot {
	padding: 4px 0;
	background: #0295c3;
	border-radius: 8px;
	color: #fff;
	margin: 8px 6px;
	width: 55px;
	cursor: grab;
	text-align: center;
}

.choose-time--slot:hover,
.choose-time--slot.active {
	background: #01526f;
	box-shadow: 0 0 0 3px #4bdb49;
}

.slots-calendar {
	position: relative;
	margin-bottom: 20px;
}

.slots-calendar--days {
	display: flex;
	position: relative;
}

.slots-calendar--day {
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 16px;
	padding: 13px 13px 16px;
	position: relative;
	text-align: center;
	user-select: none;
	width: 57px;
}

.slots-calendar--day.disabled {
	color: #c7d3d9;
	cursor: not-allowed;
}

.slots-calendar--active-day:before {
	background: #fff;
	border-top: 1px solid #e2e2e2;
	bottom: 4px;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	transform: translateZ(-1px);
	width: 25px;
	z-index: -1;
	border-radius: 0 5px 0 0;
	border-right: 1px solid #e2e2e2;
	right: -1px;
}

.slots-calendar--active-day:after {
	background: #fff;
	border-top: 1px solid #e2e2e2;
	bottom: 4px;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	transform: translateZ(-1px);
	width: 25px;
	z-index: -1;
	border-left: 1px solid #e2e2e2;
	border-radius: 5px 0 0 0;
	left: -1px;
}

.slots-calendar--active-day {
	background: #fff;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #e2e2e2;
	left: 1px;
	position: absolute;
	top: 0;
	transition: .3s cubic-bezier(.77, 0, .175, 1);
	width: 57px;
	height: 93px;
}

.slots-calendar--days {
	overflow: hidden;
	width: calc(100% - 50px);
	height: 88px;
}

.slots-calendar--days-wrapper {
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	height: 110px;
}

.slots-calendar--arrow {
	display: flex;
	align-items: center;
	width: 50px;
	position: absolute;
	right: 0;
	justify-content: center;
	height: 88px;
	cursor: pointer;
}

.slots-calendar--arrow i {
	color: #0295c3;
	font-size: 20px;
	transition: all 0.6s;
}

.slots-calendar--arrow.flip i {
	transform: rotateZ(-180deg);
}

.no-slots {
	text-align: center;
	background: #eeeeee;
	border-radius: 4px;
}

.slot-modal {
	background: #d9d9d9;
	margin-bottom: 20px;
}

.slot-modal--info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 40px;
}

.slot-modal--name {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

.slot-modal--clinic,
.slot-modal--time {
	font-size: 16px;
}

.slot-modal .row {
	display: flex
}

#slot-record-form,
.sms-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#slot-record-form .form-control {
	max-width: 300px;
	margin-bottom: 15px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	font-size: 16px;
}

#slot-record-form .modal-footer {
	font-size: 11px;
	line-height: 14px;
	opacity: 0.8;
}

.slot-record-submit {
	margin-top: 10px;
	background: #e41e18;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
}

.slot-record-submit:hover {
	background: #ff0020;
}

@media (max-width: 500px) {
	.slot-modal--info {
		padding: 15px 30px;
	}

	.slot-modal--name {
		font-size: 17px;
		line-height: 19px;
	}

	.slot-modal--clinic,
	.slot-modal--time {
		font-size: 14px;
	}
}

body.modal-open .fixed-footer {
	display: none;
}

.slots--clinic {
	font-size: 21px;
	margin-bottom: 20px;
}

.choose-time--day {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 10px 12px;
}

.choose-time--slot {
	padding: 4px 0;
	background: #0295c3;
	border-radius: 8px;
	color: #fff;
	margin: 8px 6px;
	width: 55px;
	cursor: grab;
	text-align: center;
}

.choose-time--slot:hover,
.choose-time--slot.active {
	background: #01526f;
	box-shadow: 0 0 0 3px #4bdb49;
}

.slots-calendar {
	position: relative;
	margin-bottom: 20px;
}

.slots-calendar--days {
	display: flex;
	position: relative;
}

.slots-calendar--day {
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 16px;
	padding: 13px 13px 16px;
	position: relative;
	text-align: center;
	user-select: none;
	width: 57px;
}

.slots-calendar--day.disabled {
	color: #c7d3d9;
	cursor: not-allowed;
}

.slots-calendar--active-day:before {
	background: #fff;
	border-top: 1px solid #e2e2e2;
	bottom: 4px;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	transform: translateZ(-1px);
	width: 25px;
	z-index: -1;
	border-radius: 0 5px 0 0;
	border-right: 1px solid #e2e2e2;
	right: -1px;
}

.slots-calendar--active-day:after {
	background: #fff;
	border-top: 1px solid #e2e2e2;
	bottom: 4px;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	transform: translateZ(-1px);
	width: 25px;
	z-index: -1;
	border-left: 1px solid #e2e2e2;
	border-radius: 5px 0 0 0;
	left: -1px;
}

.slots-calendar--active-day {
	background: #fff;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #e2e2e2;
	left: 1px;
	position: absolute;
	top: 0;
	transition: .3s cubic-bezier(.77, 0, .175, 1);
	width: 57px;
	height: 93px;
}

.slots-calendar--days {
	overflow: hidden;
	width: calc(100% - 50px);
	height: 88px;
}

.slots-calendar--days-wrapper {
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	height: 110px;
}

.slots-calendar--arrow {
	display: flex;
	align-items: center;
	width: 50px;
	position: absolute;
	right: 0;
	justify-content: center;
	height: 88px;
	cursor: pointer;
}

.slots-calendar--arrow i {
	color: #0295c3;
	font-size: 20px;
	transition: all 0.6s;
}

.slots-calendar--arrow.flip i {
	transform: rotateZ(-180deg);
}

.no-slots {
	text-align: center;
	background: #eeeeee;
	border-radius: 4px;
}
.form-control{
padding: 6px 12px ;
}


/* portfolio */
.portfolio-markup{
	margin: 0 -50px 20px;
}
.portfolio-markup .accordion-head {
	cursor: default;
}
.portfolio-markup .accordion-type-1 .item{
	border-top: 1px solid #ecf2f4;
	border-bottom: 1px solid #ecf2f4;
	margin: 0 0 -1px;
}
body .portfolio-markup .btn-default{
	background-color: transparent;
	border-color: #e65100;
	color: #e65100;
	width: 140px;
}
.portfolio-markup .accordion-head:hover .btn.white {
	color: #fff !important;
}
.markup-price-2 {
	font-size: 0.8em;
	color: #333;
	font: 15px/25px "PT Sans Caption", Arial, sans-serif;
}
.markup-btn-2 {
	margin-left: 15px;
	font-size: .81em;
	width: 128px !important;
	margin-top: -4px;
}

.markup-price {
	vertical-align: middle;
	color: #666666;
	margin: 5px 0;
	display: block;
	line-height: 33px;
}
/* doc's page */
.doc-markup.accordion-type-1 .item{
	border: 1px solid #ecf2f4;
}
.markup-link{
	display: block;
}
.markup-head {
	cursor: pointer;
	padding: 27px 30px 28px 35px;
	position: relative;
	font-size: 1.0667em;
	line-height: 1.5625em;
	font-weight: bold;
	z-index: 1;
	color: #333;
	overflow: hidden;
	margin-bottom: 0 !important;
}
.markup-head .title{
	font-size: 16px !important;
	line-height: 25px !important;
}
.sections.item-views.list.prices-elements .item.opened .title:before{
	background: transparent !important;
}
@media (min-width: 768px){
	.markup-price {
		display: inline-block;
		margin: 0 20px;
	}
	.portfolio-markup .accordion-head {
		text-align: right;
	}
	.portfolio-markup .accordion-head .title {
		display: inline-block;
		float: left;
	}
	.portfolio-markup .btn-default{
		float: right;
	}
}
/* main page makeup */
/*.accordion-head.accordion-open .title:before{
	display:none;
	}*/
.faquall{
	margin-left:50px;
	}

.record-field--misservices {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 100px;
	margin-top: 20px;
	width: 100%;
}
.record-field__misservices{
	width: 100%;
	}
.record-field-misservice {
	display: flex;
	width: calc(50% - 30px);
	margin-bottom: 30px;
	padding: 5px;
	border-radius: 8px;
	cursor: pointer;
	float: left;
}

.record-field-misservice:hover {
	background: #f5f5f5;
}

.record-field-misservice__active,
.record-field-misservice__active:hover {
	background: #f5f5f5;
}
.record-field-misservice.record-field-misservice__type__active {
	float:none
}
.record-field-misservice--left {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.record-field-misservice--right {
	margin-left: 30px;
	width: 100%;
}


.record-field-misservice--name {
	font-weight: bold;
	margin-bottom: 5px;
}

.record-field-misservice--category {
	color: gray;
}

.record-field-misservice--exp {
	color: gray;
}

.record-field-misservice--choose {
	margin-top: 15px;
	color: #fff;
	background: #6fb517;
	border-radius: 4px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 100%;
	max-width: 140px;
	cursor: pointer;
}
.record-field-misservice--choose {
	margin-top: 15px;
	color: #fff;
	background: #6fb517;
	border-radius: 4px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 100%;
	max-width: 140px;
	cursor: pointer;
}

.record-field-misservice--choose:hover {
	background: #49760f;
}

@media (max-width: 500px) {
	.record-field--misservices {
		margin-left: 0;
	}

	.record-field-misservice {
		width: 100%;
	}
}

.record-field-misservice__all-width {
	width: 100%;
}


/* new changes */
footer .info .phone-block .callback-block {
	border: 1px solid #333;
	padding: 10px 25px;
	margin: 10px 0 0;
}
footer .info .phone-block .callback-block:hover {
	background: #333;
	color: #fff;
}
.top-block-timework {
	color: #000;
	text-align: right;
	font-size: 13px;
    margin-top: 2px;
}
.top-block-timework span {
	color: #666666;
	margin-right: 5px;
}
.top-block .address.blocks {
	font-size: 13px;
	text-align: right;
	color: #000;
	position: relative;
}
.top-block .address.blocks:before {
	content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    left: -2px;
    width: 12px;
    height: 15px;
    background: url(/local/templates/aspro-medc22/images/svg/Addres_footer.svg) 0 0 no-repeat;
}
.header-v4 .top-block .personal-link {
	margin: -10px 0;
}
#headerfixed.fixed .inner-table-block .mega-menu .table-menu {
	margin-top: 8px;
}
.service .service--img img {
	min-height: 150px;
	object-fit: cover;
}
.greyline .item-views > .container {
	text-align: center;
	position: relative;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}
.greyline .item-views > .container b {
	color: #000;
	font-size: 16px;
}
.greyline .item-views > .container .whatsapp_button {
	position: relative;
	z-index: 2;
	top: 20px;
	padding: 8px 17px;
	background-color: #0f0f0f;
	color: #fff;
	border-radius: 19px;
	font-weight: 600;
}
.item-views.table-type-block .col-md-3 .item .image img {
    object-fit: cover;
    height: 280px;
}
.front.contacts.table-type-block.blocks {
	position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
	width: 33.33333333333333%;
	float: left;
	margin-top: 100px;
}
.front.contacts.table-type-block.blocks .slides.items {
	width: 100% !important;
}
.front.contacts.table-type-block.blocks .slides.items > li {
	width: 100% !important;
}
.front.contacts.table-type-block.blocks .slides.items .item .wrap {
	height: auto !important;
}
.front.contacts.table-type-block.blocks.image {
	position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
	width: 66.66666666666666%;
	float: left;
	margin-top: 0;
}
.front.contacts.table-type-block.blocks.image > img {
	width: 100%;
	max-height: 480px;
	object-fit: cover;
}
.front.contacts.table-type-block.blocks.map_wrap {
	width: 100%;
	margin-top: 0;
}
.contacts_wrap .marschrut {
	display: none;
}


@media (max-width: 767px){
	.banners-big .slides .righttext .col-md-6.text {
		padding: 0;
	}
	.banners-big .slides .righttext .text .inner {
		padding-left: 0;
		padding-right: 0;
	}
	.banners-big .slides .shown .text .inner {
		padding: 0 16px 50px;
	}
	.banners-big .slides .righttext .col-md-6 .title a {
		font-size: 14px;
		line-height: 1.2;
		display: block;
		max-width: 270px;
		text-align: left;
	}
	.banners-big .slides .righttext .col-md-6 .text-block b {
		color: #0f0f0f;
		text-align: left;
		display: block;
		max-width: 270px;
		font-weight: bold;
	}
	.banners-big .slides .righttext .col-md-6 .text-block b br {
		display: none;
	}
	.banners-big .buttons a {
		background: #fff;
		color: #0f0f0f;
	}
	.company-block .item-views.blocks.front {
		padding: 30px 0;
	}
	.company-block .item-views.front .props .item-wrap {
		padding: 0;
	}
	.company-block .item-views.front .props .item {
		height: auto !important;
	}
	.sections.item-views.front {
		padding: 40px 0 60px;
	}
	.services .service--img.service--img_icon {
		width: 100px;
	}
	.services .service--img.service--img_icon > img {
		max-width: 100px;
		max-height: 150px;
	}
	.service .service--text p {
		text-align: justify;
	}
	.table-type-block.item-views.staff-items.table-type-block:not(.staff-type-3) .items .item .button {
		display: none;
	}
	.item-views.table-type-block.staff-items.staff-type-2 .item .top-block-wrapper {
		height: auto !important;
	}
	.item-views.table-type-block.staff-items.staff-type-2 {
		padding: 40px 0 60px;
	}
	.item-views.table-type-block.staff-items.staff-type-2 .flexslider.flexslider-init .flex-viewport {
		height: auto !important;
	}
	.item-views.blocks.front.normal {
		padding: 90px 0 60px;
	}
	.item-views.blocks.reviews > div {
		width: 100% !important;
	}
	.front.contacts.table-type-block.blocks.image,
	.front.contacts.table-type-block.blocks {
		width: 60%;
		margin-top: 0;
		padding-bottom: 20px;
		padding-top: 20px;
		background: #fff;
		box-shadow: 0 0 0 1px #ecf2f4;
	}
	.front.contacts.table-type-block.blocks.image {
		width: 40%;
		padding: 20px 16px 20px 0;
	}
	.front.contacts.table-type-block.blocks.image img {
		height: 203px;
	}
	.item-views.contacts .flexslider .flex-viewport::before,
	.item-views.contacts .flexslider .flex-viewport::after {
		background: #fff;
	}
	.item-views.front.contacts .item .title {
		padding-right: 0;
		height: auto !important;
	}
	.item-views.blocks.reviews {
		padding: 60px 0;
	}
	.partners.front .item .image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.partners.front .item .image {
		max-width: 200px;
		height: 160px;
	}
	.contacts_wrap .marschrut {
		display: inline-flex;
		justify-content: center;
		margin: auto;
		border: 1px solid #333;
		border-radius: 19px;
		padding: 8px 10px;
		font-size: 13px;
        font-weight: 600;
		margin: 30px 0;
	}
	.contacts_wrap>.maxwidth-theme>div {
		text-align: center;
	}
	.contacts_wrap>.maxwidth-theme>div>.title {
		margin: 50px 0 20px;
		text-align: left;
	}
	.front.contacts.table-type-block.blocks .slides.items .item .wrap {
		padding: 0;
	}
	.item-views.contacts .flexslider.flexslider-init .flex-viewport {
		padding: 0;
		margin: 0;
	}
	#mobileheader .wrap_icon .btn-default {
		background: #fff;
		color: #000;
		padding: 8px 15px 8px;
		font-weight: 700;
	}
	#mobileheader .mobileheader-v1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#mobileheader .mobileheader-v1 > div:nth-child(1) {
		order: 3;
	}
	#mobileheader .mobileheader-v1 > div:nth-child(2) {
		order: 2;
	}
	#mobileheader .mobileheader-v1 > div:nth-child(3) {
		order: 1;
	}
	#mobileheader .mobileheader-v1 > div:nth-child(2) .pull-right:last-child {
		margin-left: 40px;
	}
	#mobileheader {
		z-index: 10;
	}
	#mobileheader .wrap_icon {
		padding-left: 0;
	}
}



@media (max-width: 480px) {
	.front.contacts.table-type-block.blocks.image img {
		height: 227px;
	}
	.form .refresh {
		position: unset;
	}
}


@media (max-width: 428px) {
	.front.contacts.table-type-block.blocks.image img {
		height: 250px;
	}
}

@media (max-width: 394px) {
	.front.contacts.table-type-block.blocks.image img {
		height: 273px;
	}
}

.form .licence_block1 {
    padding: 0 0 38px;
    margin: -17px 0 3px;
    position: relative;
    display: block!important;
    box-shadow: none;
    top: 0
}

.form .licence_block1 input[type=checkbox] {
    display: block;
    visibility: hidden;
    width: 0;
    line-height: 0;
    margin: 0
}

.form .licence_block1 label:not(.error) {
    margin: 5px 0 0;
    padding-top: 3px;
    text-align: left;
    line-height: 1.3846em
}

.form .licence_block1 label.error {
    margin-top: 3px
}

.form .licence_block1 label:after,.form .licence_block1 label:before {
    top: 1px
}

#registraion-page-form .licence_block1 {
    padding-bottom: 0
}



/* end */

/* Стили врачей */


/* end */
body .social-icons li.vk a{
    background: url('../images/svg/social/vk-circle.svg');
    background-position: initial;
    background-repeat: no-repeat;
}
body .social-icons li.telegram a{
    background: url('../images/svg/social/t-circle.svg')!important;
    background-position: initial!important;
    background-repeat: no-repeat;
}
.social-icons {
    margin-bottom: 15px;
}
.main-page-h1 {
    text-align: center;
    padding: 30px 16px 0;
    margin: 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .main-page-h1 {
        font-size: 1.3em;
        padding: 20px 16px 0;
    }
}