@media only screen and (max-width : 992px) {
	.animated {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.prs_nav .navbar-nav > li > a {
		padding: 15px 10px;
	}
	.prs_button,
	.prs_button.focus,
	.prs_button:focus {
		padding: 6px 60px 6px 20px;
		background: #ea333a url(../images/newprs/icons/form1.png) no-repeat 180px;
	}
	.prs_button:hover,
	.prs_button:active,
	.prs_button.active {
		background-position: 190px;
	}
	.prs_nav .navbar-nav > li:last-child > a {
		padding-right: 0;
	}
	.section_3 .items p {
		width: 130px;
	}
	.section_4 .items p {
		width: 200px;
	}
}

@media only screen and (max-width : 767px) {
	.prs_nav, .header_bottom {
		height: 95px;
	}
	.prs_nav {
		background: #fff url(../images/newprs/logo_mobile.png) no-repeat left bottom;
		border-bottom: 4px solid #0d66bd;
		-webkit-box-shadow: -1px 3px 4px 1px rgba(177,177,177,1);
		-moz-box-shadow: -1px 3px 4px 1px rgba(177,177,177,1);
		box-shadow: -1px 3px 4px 1px rgba(177,177,177,1);
	}
	.navbar-toggle {
		margin-top: 3px;
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	.navbar-toggle .icon-bar {
		width: 28px;
		margin: 0;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #0d66bd;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: #fff;
	}
	a.header_phone,
	a.header_phone:hover,
	a.header_phone:active {
		font-weight: bold;
		text-decoration: none;
		font-size: 15px;
		margin-top: -10px;
	}
	a.header_phone .redtext {
		font-size: 19px;
	}
	#top_nav {
		border: 2px solid #0d66bd;
		position: relative;
		z-index: 2;
		background-color: #fff;
		top: 10px;
		padding: 0;
		float: none;
	}
	#top_nav .navbar-nav {
		margin: 0;
	}
	#top_nav .navbar-nav > li {
		border-bottom: 2px solid #0d66bd;
		padding-right: 15px;
	}
	#top_nav .navbar-nav > li:last-child {
		border-bottom: none
	}
	#top_nav .navbar-nav > li > a,
	#top_nav .navbar-nav > li.active > a {
		color: #0d66bd;
		background-color: #fff;
		padding: 10px 0;
		height: auto;
	}
	#top_nav .navbar-nav > li > a {
		border-bottom: none;
	}
	.prs_button,
	.prs_button:active,
	.prs_button:focus {
		position: absolute;
		left: 15px;
		top: 67px;
		width: 50px;
		height: 50px;
		font-size: 0;
		padding: 0;
		background-position: center center;
		border: none;
		border-radius: 30px;
	}
	.prs_button:hover {
		background-position: center center;
	}
	.content_block.section_1 {
		margin-top: 50px;
	}
	.header_call {
		position: absolute;
		right: 15px;
		top: 67px;
		width: 50px;
		height: 50px;
		background: #ea333a url(../images/newprs/icons/form2.png) no-repeat center center;
		border-radius: 30px;
	}
	.section_4 .items {
		height: auto;
		padding: 0 15px 25px;
	}
	.section_4 .items p {
		width: auto;
	}
	.section_3, .section_4, .section_5, footer {
		margin-top: 50px;
	}
	.section_2 {
		margin-top: 30px;
	}
	#content {
		margin-top: 50px;
	}
	#content h1 {
		text-align: center;
	}
	#to_top.active {
		right: 15px;
	}
}

@media only screen and (max-width : 450px) {
	.section_1 .col-xs-6,
	.content_row .col-xs-6 {
		width: 100%;
	}
	.section_1 .items {
		margin: 0 auto 10px;
		height: auto;
		-webkit-background-size: auto 20px !important;
		background-size: auto 40px !important;	
	}
	.section_1 .items .item_title {
		text-decoration: none;
		margin: 15px 15px 15px 90px;
		width: auto;
	}
	.section_1 .items.item_1 {
		background-position: 25px center;
	}
	.section_1 .items.item_2 {
		background-position: 25px center;
	}
	.section_1 .items.item_3 {
		background-position: 25px center;
	}
	.section_1 .items.item_4 {
		background-position: 25px center;
	}
	.section_1 .items.item_5 {
		background-position: 15px center;
	}
	.section_1 .items.item_6 {
		background-position: 20px center;
	}
	.section_1 .items.item_7 {
		background-position: 20px center;
	}
	.section_1 .items.item_8 {
		background-position: 20px center;
	}
	.section_1 .items.item_9 {
		background-position: 15px center;
	}
	.section_1 .items.item_10 {
		background-position: 10px center;
	}
	.section_1 .items.item_11 {
		background-position: 15px center;
	}
	.section_1 .items.item_12 {
		background-position: 20px center;
	}
	.section_1 .items.item_13 {
		background-position: 20px center;
	}
	.section_1 .items.item_14 {
		background-position: 20px center;
	}
	.section_1 .items.item_15 {
		background-position: 20px center;
	}
	.section_1 .items.item_16 {
		background-position: 12px center;
	}
	.section_5 .col-xs-3 {
		width: 33%;
	}
	#content {
		padding: 30px 10px;
	}
	#content .content_row .cat_item a {
		min-height: auto;
	}
	#content .himchistka > div {
		width: 100%;
	}
}

@media only screen and (min-width : 992px) {
	.section_1 .items {
		height: 200px;
	}
	.section_1 .items.item_1 {
		background: #fff url(../images/newprs/icons/1_6.png) no-repeat center 40px;
	}
	.section_1 .items.item_2 {
		background: #fff url(../images/newprs/icons/1_7.png) no-repeat center 35px;
	}
	.section_1 .items.item_3 {
		background: #fff url(../images/newprs/icons/1_5.png) no-repeat center 40px;
	}
	.section_1 .items.item_4 {
		background: #fff url(../images/newprs/icons/1_4.png) no-repeat center 40px;
	}
	.section_1 .items.item_5 {
		background: #fff url(../images/newprs/icons/1_2.png) no-repeat center 40px;
	}
	.section_1 .items.item_6 {
		background: #fff url(../images/newprs/icons/1_8.png) no-repeat center 40px;
	}
	.section_1 .items.item_7 {
		background: #fff url(../images/newprs/icons/1_9.png) no-repeat center 25px;
	}
	.section_1 .items.item_8 {
		background: #fff url(../images/newprs/icons/1_1.png) no-repeat center 40px;
	}
	.section_1 .items.item_9 {
		background: #fff url(../images/newprs/icons/1_10.png) no-repeat center 40px;
	}
	.section_1 .items.item_10 {
		background: #fff url(../images/newprs/icons/1_3.png) no-repeat center 40px;
	}
	.section_1 .items.item_11 {
		background: #fff url(../images/newprs/icons/1_11.png) no-repeat center 40px;
	}
	.section_1 .items.item_12 {
		background: #fff url(../images/newprs/icons/1_12.png) no-repeat center 40px;
	}
	.section_1 .items .item_title {
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
		margin: 0;
		padding: 130px 20px 0;
		width: 100%;
		height: 100%;
		font-weight: 700;
		text-decoration: none;
	}
	.section_1 .items .item_overlay {
		background: transparent;
		width: 100%;
		height: 100%;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
	}
	.section_1 .items ul {
		text-align: left;
		list-style: disc;
		position: absolute;
		margin: 0;
		max-width: 185px;
		left: 25px;
		top: 200px;
		display: block;
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	.section_1 .items:hover ul {
		top: 45px;
	}
	.section_1 .item_3:hover ul,
	.section_1 .item_5:hover ul,
	.section_1 .item_7:hover ul,
	.section_1 .item_9:hover ul,
	.section_1 .item_16:hover ul {
		top: 65px;
	}
	.section_1 .items ul li,
	.section_1 .items ul li a {
		color: #fff;
		font-size: 14px;
		padding-bottom: 5px;
	}
	.section_1 .items:hover .item_title {
		color: #fff;
		padding-top: 10px;
	}
	.section_1 .items:hover .item_overlay {
		background: rgba(13, 102, 189, .7);
	}
	.section_3 .row {
		height: 150px;
		overflow: hidden;
	}
	.section_3 .items,
	.section_4 .arrow,
	.section_5 .items {
		display: none;
	}
	.section_5 {
		min-height: 400px;
	}
}