/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

	.main-header{
		padding-bottom: 10px;
	}

	.main-nav {
		user-select: none;
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 70px;
		bottom: 0;
		z-index: 999;
		overflow-y: scroll;
		/*height: calc(100vh - 70px);*/
		background-color: #fff;
		max-width: 750px;
		margin: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.main-nav.active,
	.mobile-menu-button,
	.mobile-nav-header{
		display: block;
	}

	.head-contacts > * {
		display: none;
	}

	.head-contacts .head-phone {
		display: block;

	}

.main-nav .menu li {
	display: block;
}

.togle-sub-menu {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 41px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	transition: all .1s;
	cursor: pointer;
}

.togle-sub-menu.active{
	background: #f7f7f7;
}

.togle-sub-menu span{
	transition: all .1s;
	display: inline-block;
}

.togle-sub-menu.active span{
	transform: rotate(180deg);
}

	.main-nav .menu li {
		margin: 0;
		border-bottom: 0;
	}

	.main-nav .menu li a {
		padding: 8px 0;
	}

	.main-nav .menu {
		padding: 8px 0;
	}

	.main-nav .sub-menu.active {
		display: block;
	}

	.main-nav .sub-menu {
		position: static;
		width: 100%;
		padding: 8px 15px;
		border: 0;
		box-shadow: none;
		background: #333;
		background-color: #f7f7f7;
	}

	.main-nav ul.menu li:hover > a {
		color: rgba(0, 0, 0, 0.92);
	}


	.main-nav .sub-menu li a {
		font-size: 15px;
	}

	.mobile-nav-header .head-phone-mobile {
		font-weight: bold;
		color: rgba(0, 0, 0, 0.92);
		font-size: 17px;

	}

	.mobile-nav-header .email {
		margin: 5px 0 15px;
		font-size: 18px;
		font-weight: 500;
	}

	.mobile-nav-header .btn {
		margin-bottom: 30px;
	}

	.slide figcaption{
		font-size: 20px;
	}

	.iks-map-block .iks-price,
	.section-title-container .section-title{
		font-size: 22px;
	}

	.slick-arrow i {
		font-size: 12px;
		line-height: 24px;
	}

	.slick-arrow {
		width: 24px;
		height: 24px;
	}

	table{
		font-size: 14px;
	}

	.main-footer,
	.footer-contacts{
		text-align: center;
	}

	.main-footer .head-logo{
		display: inline-block;
	}

	.footer-contacts p{
		padding-left: 0;
	}

	.iks-img-card {
		max-width: 400px;
	}

	.pages-list {
		flex-direction: column;
		padding-bottom: 24px;
		margin-bottom: 22px;
		justify-content: flex-start;
	}

	.pages-list .pages-list-title {
		flex: 1 1;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.pages-list .pages-links {
		flex: 1 1 auto;
	}

	.pages-list:first-child {
		padding-top: 24px;
		margin-top: 0;
	}

	.reviews-list .reviews-item {
		width: 100%;
	}

	.footer-contacts .phone .toggle {
	text-align: center;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.main-header .address{
		display: none;
	}

	.head-contacts .head-phone{
		margin: 0;
	}

	.footer-copyright-container {
		flex-direction: column;
	}


	.slider-container {
		margin-top: -25px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.slide:after,
	.main-slider .slick-slide img{
		border-radius: 0;
	}

	.iks-map-block .map-wrapper{
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
	}

	.work-steps-container {
		flex-direction: column;
	}

	.work-steps-lits{
		padding: 0;
	}

	.work-title {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.work-title br {
		display: none;
	}

	.work-steps-lits .list-item:before {
		left: 0;
	}

	.work-steps-lits .list-item:after {
		display: none;
	}

	.work-steps-lits .list-item .list-item-title {
		padding-left: 60px;
		font-size: 18px;
	}


	.time-table-container {
		flex-direction: column;
	}

	.time-table-container .time-table:before {
		bottom: 0;
	}

	.time-table-container .time-table:last-child:before {
		top: 0;
		bottom: 35px;
	}

	.kama_breadcrumbs{
		display: none;
	}

	.card-post .main-slider .slick-slide img {
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.card-post .card-content {
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}




}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.col-xxs-12 {
		width: 100%;
	}


	.head-contacts .head-phone{
		font-size: 14px;
	}

	.head-logo{
		margin: 0;
	}

	.mobile-menu-button{
		margin: 0;
	}

	.head-logo img{
		height: 32px;
		margin: 0;
	}

	.slick-arrow{
		display: none;
		visibility: hidden;
	}

	.main-nav{
		top: 62px;
		/*height: calc(100vh - 62px);*/
	}

	.slide:after{
		top: 75%;
	}

	.slide figcaption {
		font-size: 16px;
		padding-right: 0;
		right: 70px;
		line-height: 1.2;
	}

	.reviews-list .reviews-item {
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
	}

	.reviews-list .reviews-item {
		flex-direction: column;
	}

	.reviews-list .reviews-item .reviews-item-img {
		width: 100%;
	}

	.reviews-list .reviews-item .reviews-item-content {
		flex-direction: column;
		margin: 20px 0 0;
		width: 100%;
	}

	.head-contacts .toggle-version{
		display: none;
	}


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.main-nav .menu li:hover > .sub-menu {
		display: block;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}