/* Responsive styles
-----------------------------------------------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 768px) {
	.header.affix {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 200;
		-webkit-box-shadow: 1px 0 3px #fff;
		box-shadow: 1px 0 3px #fff;
	}

	.affix .header-row>.col.col-h-navbar {
		display: none;
	}
	.header-row>.col.col-h-buttons {
		display: none;
	}
	.affix .header-row>.col.col-h-buttons {
		display: table-cell;
	}
	.affix .header-row>.col.col-h-hmenu-btn {
		display: table-cell;
	}
	.affix .header-row>.col.col-h-hmenu-btn.active {
		width: 59px;
	}
	.affix .whenhover {
		display: table-cell!important;
		padding: 0 !important;
	}
	.affix .whenhover .navbar-nav {
		margin-left: 0;
	}
	.affix .tall-header .nav>li>a {
		height: 102px;
		line-height: 102px;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.nav>li>a {
		display: block;
		padding: 0 7px;
	}

	.prt-title {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.prt-desc {
		margin-bottom: 5px;
	}
	.prt-info {
		padding: 12px 10px;
	}
}

@media only screen and (max-width : 1059px) {
	.col-h-logo {
		width: auto;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header.affix {
		position: static;
	}
	.header {
		position: static;
	}
	.content {
		padding-top: 0;
	}

	.col-h-logo {
		width: 180px;
	}

	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 5px 10px;
		height: 80px;
		line-height: 80px;
		margin: 0 auto;
	}
	.navbar {
		min-height: 0;
	}
	.navbar-collapse {
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 20;
		border-top: 0;
		text-align: center;
		display: block;
		width: 100%;
		border-top: 1px solid rgba(0,0,0,0.9);
		min-height: 0;
	}
	.navbar-collapse li {
		display: block;
		background: none;
		border-bottom: 1px solid rgba(0,0,0,0.9);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 0;
		background: none;
		display: block;
		width: auto;
	}
	.navbar-nav > li {
		float: none;
		display: block;
	}
	.navbar-nav > li > a {
		padding: 15px 0 12px !important;
	}
	.collapse.in {
		display: block !important;
	}

	.nav {
		max-width: 100%;
		padding: 0;
	}
	.submenu {
		display: none !important;
	}
	.nav>li.parent a {
		background-image: none;
	}
	.navbar {
		position: static;
	}
	.header {
		position: relative;
	}
	.navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #fff;
		z-index: 50;
	}
	.nav>li>a {
		height: auto;
		line-height: normal;
	}

	.col-h-navbar {
		padding-right: 58px;
	}
	.h-phone {
		padding-top: 0;
	}

	.trf-request {
		font-size: 21px;
		background-position: 19px 50%;
	}
	.trf-request span {
		font-size: 15px;
	}

	.offers-wrapper {
		display: block;
	}
	.offer-item {
		display: block;
		width: 50%;
		float: left;
	}
	.offer-item:nth-child(2n+1) {
		clear: left;
	}
	.offer-item:after {
		content: '';
		display: block;
		width: calc(100% - 60px);
		height: 1px;
		position: absolute;
		bottom: 0px;
		left: 30px;
		background-color: #ededed;
	}

	.c-reasons .row>div:nth-child(2n+1) {
		clear: left;
	}

	.prt-desc {
		display: none;
	}

	.form-checks label {
		width: 100%;
	}

	.row.footer-top>div {
		margin-bottom: 25px;
	}
	.f-menu {
		margin: 5px 0;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		-o-column-count: 3;
		column-count: 3;
	}
	.f-menu li {
		margin: 0;
		margin-bottom: 10px;
		padding-right: 5px;
	}
	.f-menu li a {
		display: inline-block;
		vertical-align: top;
	}
	.f-menu + h4 {
		margin-top: 30px;
	}
	.col-f-phones {
		text-align: center;
		margin-top: 20px;
	}
	.f-phone {
		text-align: center;
	}
	

	.pi-logo-col {
		width: 250px;
	}
	.pi-desc-col {
		padding-left: 15px;
	}
	.pi-desc {
		padding: 14px 15px 10px;
	}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}

	.content{
		margin: 0 15px;;
	}

	.c-slogan-text {
		font-size: 28px;
	}

	.c-promo-intro {
		max-width: 100%;
	}

	.table-responsive {
		border: 0;
	}

	.offer-item {
		width: 100%;
		float: none;
	}

	.news-item {
		width: 100%;
		float: none;
		display: block;
		min-height: 210px;
	}


	.prt-items-wrapper {
		font-size: 0;
		text-align: center;
	}
	.prt-item {
		float: none;
		display: inline-block;
		width: 50%;
		max-width: 286px;
		text-align: left;
	}

	.c-workinfo .row {
		display: block;
	}
	.c-workinfo .row>div[class^="col"] {
		display: block;
	}
	.c-workinfo .row>div[class^="col"] + div[class^="col"] {
		border-left: 0;
		border-top: 1px solid #fff;
	}

	.form-button {
		text-align: left;
	}

	.f-menu {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
	}

	.project-info {
		display: block;
	}
	.pi-logo-col, .pi-desc-col {
		display: block;
		width: 100%;
		margin: 15px 0;
	}
	.pi-desc-col {
		padding-left: 0;
	}

	.a-types>.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	.a-stages-item {
		width: 100%;
	}
	.a-stages-item:before, .a-stages-item:after {
		display: none!important;
	}

	.page-articles-title{
		font-size: 16px;
	}

	.page-title{
		font-size: 36px;
	}
	.service-category{
	    right: 0;	
	    top: 45px;
	    left: 0;
	    margin-left: 35px;
	}
	.service-category a:nth-child(1) {
   		margin-right: 0;
	}
	.service-category a {
	    font-size: 24px;
	    padding-bottom: 3px;
	    display: inline-block;
	    margin-bottom: 8px;
	}

	.page-news-item{
		min-height: 100px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page-articles-item{
		min-height: 110px;
		padding: 20px 0;
	}


	/*contacts*/
	.contacts {
    	height: 150vh;
	}
	.contactsblock {
	    height: auto;
    	padding: 0;
    	padding-bottom: 30px;
    	width: 100%;
	}
	.contactsblock .address{
		font-size: 24px;
    	text-align: center;
    	padding: 15px;
	}

	.contactsblock .phone{
		font-size: 32px;
	}
	.contactsblock .phone span{
		font-weight: 700;	
	}

	.contactsblock .email{
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/*home*/
	.offers-wrapper {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.offer-item {
		margin-bottom: 20px;
	}

	.dev-promo-intro{
		font-size: 20px;
	}

	.h-phone-number {
	    font-size: 26px;
	    line-height: 30px;
	}
	.h-address{
		font-size: 20px;
	}

	.btn-competition{
		width: 100%;
		margin: 5px auto;
    	padding: 15px 0;
	}

	.btn-result{
		white-space: normal;
		font-size: 18px;
		
	}

	.page-competition-item{
		margin: 15px 0;
		padding: 15px 0;
	}
	.navbar .sub-menu{
		top: 48px;
		width: 100%;
		z-index: 1;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {

	.col-h-navbar {
		padding-right: 0px;
	}

	.resp-col {
		width: 33.3%;
	}
	.resp-col:nth-child(5n+1) {
		clear: none;
	}
	.resp-col:nth-child(3n+1) {
		clear: left;
	}

	.services > .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-bottom {
		display: block;
	}
	.footer-bottom>.col {
		text-align: center;
		display: block;
		width: auto;
		max-width: 100%;
		margin: 15px 0;
	}
	.copyright {
		max-width: 100%;
	}
}
@media only screen and (max-width : 540px) {
	.header-row {
		display: block;
		text-align: center;
		height: auto;
	}
	.header-row>.col {
		display: inline-block;
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 15px 0;
		padding: 0;
	}
	.h-phone {
		text-align: center;
	}
	.navbar, .navbar-toggle {
		height: auto;
		min-height: 0;
	}
	.navbar-collapse {
		position: relative;
		left: 0;
		top: 0;
	}

	.a-types-item {
		width: 100%;
	}

	.a-stages-item {
		padding-left: 20px;
		padding-right: 20px;
	}
	.a-stages-text {
		padding: 0!important;
	}
	.a-stages-image, .a-stages-content {
		width: 100%;
		display: inline-block;
	}
	.a-stages-image {
		margin-bottom: 25px;
	}
	.a-stages-item:nth-child(2n) .a-stages-image {
		text-align: right;
		margin-top: 20px;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 480px) {
	.f-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1; 
	}
	.c-promo-quote {
		padding: 3px 10px;
	}
	.c-promo-author {
		padding-right: 0;
	}

	.resp-col {
		width: 50%;
	}
	.resp-col:nth-child(3n+1) {
		clear: none;
	}
	.resp-col:nth-child(2n+1) {
		clear: left;
	}

	.prt-item {
		width: 100%;
		margin: 5px 0;
	}

	.form-order {
    	padding: 10px 20px 20px;
    }

	.pi-desc-char, .pi-desc-service {
    	float: none;
    	width: 100%;
    }
    .pi-item + .pi-item {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.brw-header:before {
		width: 47px;
		height: 21px;
		-webkit-background-size: cover;
		background-size: cover;
		left: 8px;
		top: 12px;
	}
	.brw-header {
		padding: 10px 33px 10px 62px;
	}
	.brw-address {
		padding: 4px 4px;
	}
}
@media only screen and (max-width : 370px) {
	.reason-image {
		width: 65px;
		line-height: 70px;
	}

	.list-col {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}
}