/*SM*/
@media (min-width: 576px) {

}
/*MD*/
@media (min-width: 768px){

	/*HEADERS*/
	h1, .h1 {
		font-size: 40px;
	}
	h2, .h2{
		font-size: 30px;
	}
	h3, .h3 {
		font-size: 26px;
	}
	/*END HEADERS*/

	.header-menu{
		display: inline-block;
	}
	.header-menu li{
		display: inline-block;
	}
	.header-menu li a{
		padding: 7px 15px;
		border-bottom-width: 4px;
	}
	.contacts{
		text-align: right;
	}

	/*banner*/
	#banner.main-banner-items>li{
		background-image:  none !important;
	}
	.banner-content{
		position: absolute;
		z-index: 1000;
		left: 0;
		top: 0;
	}
	.main-banner .bx-pager{
		top: -42px;
	}
	.banner-controls{
		top: 50%;
		margin-top: -25px;
		bottom: auto;
		background: transparent;
	}
	.main-banner .bx-prev,
	.main-banner .bx-next{
		width: 25px;
		height: 50px;
	}

	.main-banner .bx-prev{
		left: 20px;
	}
	.main-banner .bx-next{
		right: 20px;
	}

	.main-banner .bx-prev:before,
	.main-banner .bx-next:before{
		top: 0;
		left: 50%;
	}
	.main-banner .bx-prev:after,
	.main-banner .bx-next:after{
		top: 20px;
		left: 50%;
	}
	.main-banner .bx-prev:before,
	.main-banner .bx-prev:after,
	.main-banner .bx-next:before,
	.main-banner .bx-next:after{
		width: 2px;
		height: 30px;
		background: #fff;
	}
	.main-banner .bx-pager-link{
		background: #fff;
	}
	/*end banner*/


	/*Price table*/
	.price-table tbody tr:first-child td{
		padding-top: 30px;
	}
	.price-table th,
	.price-table td{
		width: auto;
		display: table-cell;
	}
	.price-table th:nth-child(1),
	.price-table td:nth-child(1){
		width: 80%;
	}

	.price-table td:after{
		left: 0;
		right: 0;
	}
	.price-table td:first-child:after{
		left: 30px;
	}
	.price-table td:last-child:after{
		right: 30px;
	}
	/*End Price table*/

	.slider .bx-wrapper{
		display: block;
	}
	.content img[style*="float: right"]{
		margin: 0 0 20px 30px;
		float: right !important;
	}
	.content img[style*="float: left;"],
	.img-left{
		margin: 0 30px 20px 0;
		float: left !important;
	}

	.activities-title{
		font: 16px/18px 'latobold';
	}
}

/*LG*/
@media (min-width: 992px) {
	.top-panel div[class^='col']{
		line-height: 60px;
	}
	.header-menu li:first-child a {
		padding: 7px 30px 7px 5px;
	}
	.header-menu li:last-child a {
		padding: 7px 5px 7px 30px;
	}
	.footer .h4{
		margin: 0 0 20px;
	}

	/*banner*/
	.banner-mask{
		background: rgba(70,70,70,.45);
	}
	/*end banner*/

	.footer-menu{
		display: inline-block;
	}
	.footer-menu li{
		display: block;
		margin: 0 0 8px 0;
	}

	/*scroll top*/
	.scroll-top{
		width: 70px;
		height: 70px;
	}
	.scroll-top:before{
		margin-top: -45px;
		margin-left: -45px;
		width: 90px;
		height: 90px;
	}
	.scroll-top:after{
		margin-top: -52px;
		margin-left: -52px;
		width: 104px;
		height: 104px;
	}
	.scroll-top>span:before,
	.scroll-top>span:after{
		margin-top: 24px;
	}
	/*end scroll top*/

    .text-col-lg-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-gap: 30px;
    }
}

/*XL*/
@media (min-width: 1200px) {
	.container{
		max-width: 1200px;
	}
	.header-menu li a{
		padding: 7px 20px;
		border-bottom-width: 4px;
	}
	.header-contacts-spacer{
		margin-right: 123px;
	}

	/*banner*/
	.banner-caption a{
		font: 60px/65px 'latobold', Arial, sans-serif;
	}
	/*end banner*/

	.gallery-big-img{
		line-height: 500px;
	}
	.list-doctor-name{
		min-height: 38px;
	}

	.activities-item-link{
		display: block;
		line-height: 210px;
	}
	.activities-item-pict{
		vertical-align: middle;
	}

}

@media (min-width: 1920px) {
	.banner-img{
		width: 100%;
	}
}