/* -----Сброс стилей----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding-right: 0 !important;
	min-width: 320px;
}
ul {
	list-style: none;
}
ol {
	list-style: inside decimal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----Основное----- */

body {
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
	color: #2f2f2f;
	background-color: #e0e0e0;
}
.container {
  max-width: 990px;
}
a, button {
	outline: none !important;
}
a:focus {
	text-decoration: none;
}
.redtext {
	color: #ea333a;
	font-weight: bold;
}
.col-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
img {
	max-width: 100%;
}
.prs_map img {
	max-width: none;
}
.main_form .modal-title {
	margin-bottom: 20px;
}
#content .error_404 {
	font-size: 20px;
	font-weight: bold;
	color: #1b75c1;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #aaa;
    vertical-align: middle;
}
.table_no_bord,
.table_no_bord > tbody > tr > td,
.table_no_bord > tbody > tr > th,
.table_no_bord > tfoot > tr > td,
.table_no_bord > tfoot > tr > th,
.table_no_bord > thead > tr > td,
.table_no_bord > thead > tr > th {
    border: none;
}
span.bold {
	font-weight: bold;
}
.counters {
	display: none;
}

/* -----Хидер----- */

.header_top {
	height: 100px;
	background-color: #fff;
}
.header_top .mob_col {
	margin-top: 20px;
}
.header_top .l_col {
	margin-top: 38px;
}
.header_top .c_col {
	background: url(../images/newprs/logo_right.png) no-repeat right bottom;
	height: 100px;
}
.header_top .r_col {
	color: #0d66bd;
	font-size: 24px;
	margin-top: 20px;
}
.header_top .r_col strong {
	font-size: 37px;
}
.header_bottom {
	height: 74px;
	background-color: #0d66bd;
}
.prs_button,
.prs_button.focus,
.prs_button:focus {
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #feffff;
	padding: 6px 70px 6px 45px;
	border: 3px solid #fff;
	background: #ea333a url(../images/newprs/icons/form1.png) no-repeat 205px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.prs_button:hover,
.prs_button:active,
.prs_button.active {
	background-position: 220px;
	background-color: #ea333a;
	border-color: #fff;
	color: #feffff;
}
.header_button {
	margin-top: 5px;
}
#top_nav {
	padding-left: 0;
	float: left;
}
.prs_nav .navbar-nav > .active > a,
.prs_nav .navbar-nav > .active > a:focus,
.prs_nav .navbar-nav > .active > a:visited,
.prs_nav .navbar-nav > .active > a:hover {
	color: #fff;
	background: #0d66bd;
	font-weight: bold;
	font-size: 17px;
	border-bottom: 3px solid #fff;
}
.prs_nav .navbar-nav > li > a {
	height: 64px;
	color: #fff;
	font-size: 16px;
	padding: 15px 7px;
	display: inline-block;
}
.prs_nav .navbar-nav > li > a::after {
	display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}
.prs_nav .navbar-nav > li > a:hover,
.prs_nav .navbar-nav > li > a:focus {
	font-weight: bold;
	padding: 15px 7px;
	color: #fff;
	border-bottom: 3px solid #fff;
}
.prs_nav {
	background-color: #0d66bd;
	border: none;
	padding-top: 10px;
	height: 74px;
	margin: 0;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 17px !important;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
#ya-site-form0 .ya-site-form__submit_type_image {
	background: url(../images/newprs/icons/header_search.png) no-repeat !important;
	width: 24px !important;
	height: 24px !important;
}
.header_search {
	float: right;
	margin-right: 30px;
	margin-top: 3px;
}

/* -----Контент----- */

.content_block {
	background-color: #fff;
	margin-top: 20px;
}

/* Слайдер */

#prs_carousel img {
	max-width: 100%;
}
.carousel_left {
	float: left;
}
.carousel_right {
	float: right;
	width: 430px;
}
.carousel-control {
	left: -31px;
	width: 31px;
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
.carousel-control.right {
	right: -31px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    color: #0d66bd;
}
.carousel-indicators {
	bottom: 0px;
	left: 8%;
}
.carousel-indicators li {
	border: 1px solid #0d66bd;
}
.carousel-indicators li.active {
	background-color: #0d66bd;
}
.banner p {
	font-size: 15px;
	line-height: 1.5em;
}
p.banner_title {
	color: #1b75ce;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

/* Модальное окно */

.modal-open {
	overflow: inherit;
}
#small-modal-proposal .modal-content {
    width: 700px;
}
#small-modal-proposal .modal-dialog,
#header_form .modal-dialog {
	z-index: 1041;
	margin-top: 73px;
}
#header_form .modal-title {
	color: #337ab7;
	font-weight: bold;
	font-size: 20px;
}
#small-modal-proposal .modal-header,
#small-modal-proposal .modal-footer,
#header_form .modal-header,
#header_form .modal-footer {
	border: none;
}
#small-modal-proposal .modal_title{
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    width: 100%;
    text-align: center;
}
#small-modal-proposal .modal_subtitle{
    text-align: center;
    font-size: 20px;
}
#small-modal-proposal a{
    display: block;
    margin: 2rem 2rem 1rem;
}
#small-modal-proposal p{
	line-height: 1 !important;
	margin-bottom: 1rem;
}
.form-group {
	padding-left: 45px;
	max-width: 450px;
}
.form_group_name {
	background:url(../images/newprs/icons/form_name.png) no-repeat left center;
}
.form_group_tel {
	background:url(../images/newprs/icons/form_tel.png) no-repeat left center;
}
.form_group_desc {
	background:url(../images/newprs/icons/form_desc.png) no-repeat left center;
}
#header_form .close {
	opacity: .7;
	margin: -2px 0 0 10px;
	font-size: 30px;
}
label{
	margin-bottom: 5px;
	font-size: 16px;
}
input,
textarea {
	font-size: 16px;
}

/* Обратный звонок */

#call_back {
    position: fixed;
    right: 0;
    height: 48px;
    width: 38px;
    top: 194px;
    background: url(../images/newprs/call_back.png) no-repeat;
    background-position: 0 bottom;
    z-index: 21;
    cursor: pointer;
    display: none;
}
#call_back_form {
    position: fixed;
    z-index: 20;
    right: -500px;
    top: 194px;
    height: 224px;
    background: #7fa4d0;
    padding: 20px 60px 20px 20px;
    -webkit-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.75);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#call_back_form label {
	color: #fff;
	margin-bottom: 20px;
	width: 350px;
	font-size: 19px;
}
#call_back_form input {
	font-size: 18px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#call_back_form .form-group {
    margin-bottom: 35px;
    padding-left: 0;
}
#call_back_form button {
	font-size: 18px;
	padding: 5px 20px;
}

/* Секции */

.section_1 {
	background-color: #e0e0e0;
}
.section_1 .items {
	display: block;
	height: 170px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.section_1 .items.item_1 {
	background: #fff url(../images/newprs/icons/1_6.png) no-repeat center 25px;
}
.section_1 .items.item_2 {
	background: #fff url(../images/newprs/icons/1_7.png) no-repeat center 25px;
}
.section_1 .items.item_3 {
	background: #fff url(../images/newprs/icons/1_5.png) no-repeat center 25px;
}
.section_1 .items.item_4 {
	background: #fff url(../images/newprs/icons/1_4.png) no-repeat center 25px;
}
.section_1 .items.item_5 {
	background: #fff url(../images/newprs/icons/1_2.png) no-repeat center 25px;
}
.section_1 .items.item_6 {
	background: #fff url(../images/newprs/icons/1_8.png) no-repeat center 25px;
}
.section_1 .items.item_7 {
	background: #fff url(../images/newprs/icons/1_9.png) no-repeat center 20px;
}
.section_1 .items.item_8 {
	background: #fff url(../images/newprs/icons/1_1.png) no-repeat center 25px;
}
.section_1 .items.item_9 {
	background: #fff url(../images/newprs/icons/1_10.png) no-repeat center 25px;
}
.section_1 .items.item_10 {
	background: #fff url(../images/newprs/icons/1_3.png) no-repeat center 25px;
}
.section_1 .items.item_11 {
	background: #fff url(../images/newprs/icons/1_11.png) no-repeat center 25px;
}
.section_1 .items.item_12 {
	background: #fff url(../images/newprs/icons/1_12.png) no-repeat center 25px;
}
.section_1 .items.item_13 {
	background: #fff url(../images/newprs/icons/1_13.png) no-repeat center 25px;
}
.section_1 .items.item_14 {
	background: #fff url(../images/newprs/icons/1_16.png) no-repeat center 25px;
}
.section_1 .items.item_15 {
	background: #fff url(../images/newprs/icons/1_14.png) no-repeat center 25px;
}
.section_1 .items.item_16 {
	background: #fff url(../images/newprs/icons/1_15.png) no-repeat center 25px;
}
.section_1 .items .item_title {
	color: #000;
	font-size: 15px;
	display: inline-block;
	margin-top: 110px;
	text-decoration: underline;
	width: 170px;
	line-height: 1.4em;
}
.section_1 ul {
	display: none;
}
.section_2 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.section_2 .section_title,
.section_5 .section_title {
	font-weight: bold;
	font-size: 17px;
	color: #272727;
	text-align: center;
	margin: 15px 0 30px;
}
.section_2 ul {
	padding-left: 30px;
}
.section_2 .section_title span {
	margin-left: 15px;
}
.section_2 ul li {
	margin-bottom: 10px;
	line-height: 15px;
}
.section_2 ul li a {
	display: block;
    font-size: 15px;
    margin: 0 auto;
    padding: 10px 50px;
    color: #2f2f2f;
}
.section_2 ul li a.item_1 {
	background: url(../images/newprs/icons/section_2/trubi.png) no-repeat left center;
}
.section_2 ul li a.item_2 {
	background: url(../images/newprs/icons/section_2/gaz.png) no-repeat left center;
}
.section_2 ul li a.item_3 {
	background: url(../images/newprs/icons/section_2/vodonagrev.png) no-repeat left center;
}
.section_2 ul li a.item_4 {
	background: url(../images/newprs/icons/section_2/vanna.png) no-repeat left center;
}
.section_2 ul li a.item_5 {
	background: url(../images/newprs/icons/section_2/teh_ex.png) no-repeat left center;
}
.section_2 ul li a.item_6 {
	background: url(../images/newprs/icons/section_2/microvolnovki.png) no-repeat left center;
}
.section_2 ul li a.item_7 {
	background: url(../images/newprs/icons/section_2/muz.png) no-repeat left center;
}
.section_2 ul li a.item_8 {
	background: url(../images/newprs/icons/section_2/zvonok.png) no-repeat left center;
}
.section_2 ul li a.item_9 {
	background: url(../images/newprs/icons/section_2/akt_spis.png) no-repeat left center;
}
.section_2 ul li a.item_10 {
	background: url(../images/newprs/icons/section_2/inz.png) no-repeat left center;
}
.section_2 ul li a.item_11 {
	background: url(../images/newprs/icons/section_2/karniz.png) no-repeat left center;
}
.section_2 ul li a.item_12 {
	background: url(../images/newprs/icons/section_2/dezinf.png) no-repeat left center;
}
.section_2 ul li a.item_13 {
	background: url(../images/newprs/icons/section_2/balkon.png) no-repeat left center;
}
.section_2 ul li a.item_14 {
	background: url(../images/newprs/icons/section_2/nataz_pot.png) no-repeat left center;
}
.section_2 ul li a.item_15 {
	background: url(../images/newprs/icons/section_2/apple.png) no-repeat left center;
}
.section_3 {
	margin-top: 0px;
}
.section_3 .items {
	display: block;
	height: 150px;
	text-align: center;
}
.section_3 .items p {
	color: #000;
	font-size: 15px;
	display: inline-block;
	margin-top: 90px;
	width: 170px;
	line-height: 1.4em;
}
.section_3 .items.item_1 {
	background: #fff url(../images/newprs/icons/2_1.png) no-repeat center 20px;
}
.section_3 .items.item_2 {
	background: #fff url(../images/newprs/icons/2_2.png) no-repeat center 20px;
}
.section_3 .items.item_3 {
	background: #fff url(../images/newprs/icons/2_3.png) no-repeat center 20px;
}
.section_3 .items.item_4 {
	background: #fff url(../images/newprs/icons/2_4.png) no-repeat center 20px;
}
.section_4 .items {
	height: 267px;
	text-align: center;
	position: relative;
}
.section_4 .items h3 {
	text-transform: uppercase;
	color: #0d66bd;
	font-weight: bold;
	font-size: 15px;
	margin: 90px 0 25px;
	display: inline-block;
}
.section_4 .items p {
	font-size: 14px;
	width: 240px;
	margin: 0 auto;
}
.section_4 .items a {
	font-size: 15px;
	color: #0d66bd;
	text-decoration: underline;
}
.section_4 .arrow {
	width: 78px;
	height: 16px;
	background: url(../images/newprs/icons/3_2.png);
	position: absolute;
	top: 30px;
	right: -60px;
	z-index: 2;
}
.section_4 .items.item_1 {
	background: #fff url(../images/newprs/icons/3_1.png) no-repeat center 20px;
}
.section_4 .items.item_2 {
	background: #fff url(../images/newprs/icons/3_3.png) no-repeat center 20px;
}
.section_4 .items.item_3 {
	background: #fff url(../images/newprs/icons/3_4.png) no-repeat center 20px;
}
.section_5 .section_title {
	margin: 15px 0 35px;
}
.section_5 .items {
	width: 60px;
	height: 36px;
	margin: 0 auto 20px;
	display: block;
}
.section_5 .items.item_aeg {
	background: url(../images/newprs/brands/aeg.gif);
}
.section_5 .items.item_ardo {
	background: url(../images/newprs/brands/ardo.gif);
}
.section_5 .items.item_ariston {
	background: url(../images/newprs/brands/ariston.gif);
}
.section_5 .items.item_beko {
	background: url(../images/newprs/brands/beko.gif);
}
.section_5 .items.item_bosch {
	background: url(../images/newprs/brands/bosch.gif);
}
.section_5 .items.item_brandt {
	background: url(../images/newprs/brands/brandt.gif);
}
.section_5 .items.item_bork {
	background: url(../images/newprs/brands/bork.gif);
}
.section_5 .items.item_candy {
	background: url(../images/newprs/brands/candy.gif);
}
.section_5 .items.item_daewoo {
	background: url(../images/newprs/brands/daewoo.gif);
}
.section_5 .items.item_electrolux {
	background: url(../images/newprs/brands/electrolux.gif);
}
.section_5 .items.item_erisson {
	background: url(../images/newprs/brands/erisson.gif);
}
.section_5 .items.item_hansa {
	background: url(../images/newprs/brands/hansa.gif);
}
.section_5 .items.item_indesit {
	background: url(../images/newprs/brands/indesit.gif);
}
.section_5 .items.item_jvc {
	background: url(../images/newprs/brands/jvc.gif);
}
.section_5 .items.item_liebherr {
	background: url(../images/newprs/brands/liebherr.gif);
}
.section_5 .items.item_lg {
	background: url(../images/newprs/brands/lg.gif);
}
.section_5 .items.item_miele{
	background: url(../images/newprs/brands/miele.gif);
}
.section_5 .items.item_panasonic {
	background: url(../images/newprs/brands/panasonic.gif);
}
.section_5 .items.item_philips {
	background: url(../images/newprs/brands/philips.gif);
}
.section_5 .items.item_rolsen {
	background: url(../images/newprs/brands/rolsen.gif);
}
.section_5 .items.item_rubin {
	background: url(../images/newprs/brands/rubin.gif);
}
.section_5 .items.item_samsung {
	background: url(../images/newprs/brands/samsung.gif);
}
.section_5 .items.item_sharp {
	background: url(../images/newprs/brands/sharp.gif);
}
.section_5 .items.item_siemens {
	background: url(../images/newprs/brands/siemens.gif);
}
.section_5 .items.item_snaige {
	background: url(../images/newprs/brands/snaige.gif);
}
.section_5 .items.item_stinol {
	background: url(../images/newprs/brands/stinol.gif);
}
.section_5 .items.item_sony {
	background: url(../images/newprs/brands/sony.gif);
}
.section_5 .items.item_thomson {
	background: url(../images/newprs/brands/thomson.gif);
}
.section_5 .items.item_toshiba {
	background: url(../images/newprs/brands/toshiba.gif);
}
.section_5 .items.item_vestel {
	background: url(../images/newprs/brands/vestel.gif);
}
.section_5 .items.item_whirlpool {
	background: url(../images/newprs/brands/whirlpool.gif);
}
.section_5 .items.item_zanussi {
	background: url(../images/newprs/brands/zanussi.gif);
}
.section_5 .items.item_atlant {
	background: url(../images/newprs/brands/atlant.gif);
}
.section_5 .items.item_vyatka {
	background: url(../images/newprs/brands/vyatka.gif);
}
.section_5 .items.item_zil {
	background: url(../images/newprs/brands/zil.gif);
}
.section_5 .items.item_nord {
	background: url(../images/newprs/brands/nord.gif);
}

/* Футер */

footer {
	margin-top: 20px;
	background-color: #fff;
	padding: 30px 0;
}
footer h3 {
	border-bottom: 1px solid #0d66bd;
	color: #0d66bd;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	width: 100%;
}
footer ul li a {
	color: #717171;
	font-size: 13px;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
}
footer p {
	color: #717171;
	font-size: 13px;
	margin-top: 35px;
}

/* Внутренние страницы (сайдбар, контент) */

#sidebar {
	background-color: #fff;
	padding: 40px 25px 20px;
	margin-top: 25px;
	-webkit-box-shadow: 0px 0px 11px 3px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 11px 3px rgba(170,170,170,1);
	box-shadow: 0px 0px 11px 3px rgba(170,170,170,1);
}
.sidebar_title {
	color: #1b75ce;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#sidebar #accordion {
	width: 175px;
}
#sidebar .panel-heading {
	padding: 0;
}
#sidebar .panel {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sidebar .panel-body {
	padding: 5px 0;
}
#sidebar .panel-default > .panel-heading {
    background-color: #fff;
}
#sidebar .panel-default > .panel-heading a {
    font-weight: bold;
}
#sidebar .panel-default > .panel-heading a.collapsed {
    font-weight: normal;
}
#sidebar .panel-group .panel + .panel {
    margin-top: 15px;
}
#sidebar .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}
#sidebar .panel ul li {
	margin-top: 12px;
	line-height: 15px;
}
#sidebar .panel ul li a {
	font-size: 15px;
	color: #a5a5a5;
}
#sidebar .panel ul li a:hover,
#sidebar .panel ul li a.active {
	color: #1b75ce;
}
#content {
	background-color: #fff;
	margin-top: 25px;
	padding: 30px 40px;
}
#content .link {
	color: #7e97b2;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#content a.link {
	color: #1b75ce;
}
#content h1 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	margin: 30px 0;
}
#content p {
    font-size: 15px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
#content li {
    line-height: 25px;
}
#content br {
	display: block;
}
#content h2 {
	color: #1b75ce !important;
	font-weight: bold;
}
#content .h2, #content .h3 {
	font-size: 16px;
}
#content .h3 {
	margin-top: 10px;
}
#content .h2 a {
	color: #1b75ce;
}
.block_anonce, .block_anonce_3 {
    display: inline-table;
    float: left;
    margin-right: 15px;
}
.block_anonce_2 img {
    max-width: 180px;
}
#content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #aaa;
}
#content h3 {
	color: #1b75ce;
	font-size: 15px;
	font-weight: bold;
}
#content a.h3 {
	font-size: 15px;
}
#content ul {
	list-style: outside;
	padding-left: 10px;
}
#content ul li ul {
	padding-left: 30px;
}
#content .btn-danger {
	background-color: #ea333a;
	margin: 20px auto;
	font-weight: bold;
	font-size: 20px;
	display: block;
}
#content div > a:hover {
	text-decoration: none;
}
#content .content_row .cat_item {
	margin-bottom: 30px;
	text-align: center;
}
#content .content_row .cat_item a {
	min-height: 35px;
	text-align: center;
	margin: 0;
	line-height: 17px;
	margin-bottom: 5px;
	display: block;
}
#content .content_row .brand_item {
	text-align: center;
	margin-bottom: 10px;
}
#content .content_row h2 {
	text-align: center;
	margin: 20px 0 30px;
}
#accordion_price a {
	color: #2f2f2f;
	display: block;
	padding: 10px 5px;
}
#accordion_price a:hover .redtext,
#accordion_price a:hover,
#accordion_price a:hover .glyphicon,
#accordion_price a[aria-expanded='true'] .redtext,
#accordion_price a[aria-expanded='true'],
#accordion_price a[aria-expanded='true'] .glyphicon {
	background-color: #1b75ce;
	color: #fff;
}
#accordion_price a .glyphicon {
	font-size: 12px;
	color: #0d66bd;
}
#accordion_price .panel {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#accordion_price .panel-default > .panel-heading {
	background-color: #fff;
	padding: 0;
}
#accordion_price .panel-body {
	border: 0;
	padding: 0;
}
#content .otdelka p {
	margin: 0;
}
#content .otdelka h2 {
	margin-bottom: 20px;
	text-align: center;
}
#content .otdelka img {
	margin-top: 8px;
}
#content .inner_icon_block {
	clear: both;
	padding-top: 20px;
}
#content .inner_icon_block > div {
	margin-bottom: 50px;
	padding: 0;
}
#content .inner_icon_block p {
	text-align: center;
	margin: 0;
}
#content .inner_icon_block img {
	display: block;
	margin: 0 auto 10px;
}
#content .inner_icon_block_bottom {
	padding-top: 30px;
	border-top: 1px solid #aaa;
}
#content .inner_icon_block_bottom p {
	color: #2f2f2f;
}
#content .potolki > div {
	padding: 10px 5px;
	text-align: center;
}
#content .remont_okon .collapse.in {
	border-bottom: 1px solid #1b75ce;
}
#content .content_banner {
	position: relative;
	margin-bottom: 20px;
}
#content .content_banner a {
	position: absolute;
	right: 59px;
	top: 29px;
}
.feedback_form .form-group {
	padding-left: 0;
}
.hidden_input {
	display: none;
}
.table_calc .form-control {
	height: auto;
	padding: 5px;
}
.calc_total {
	border-left: 5px solid #ea333a;
	padding-left: 20px;
}
.calc_total .total {
	font-size: 20px;
}
.calc_total button {
	margin-left: 20px;
	display: none;
}
.table_calc .count {
	position: relative;
}
.table_calc .plus,
.table_calc .minus {
	position: absolute;
	top: 2px;
	right: 7px;
	cursor: pointer;
	font-size: 13px;
	color: #0d66bd;
}
.table_calc .minus {
	position: absolute;
	top: 19px;
}
#content .bg-danger {
	padding: 15px;
}
#content .clickable {
	cursor: pointer;
}
#to_top {
	background: #0d66bd;
	border-radius: 10em;
	bottom: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 50px;
	padding: 9px 0 0 8px;
	position: fixed;
	right: -150px;
	transition: all 0.25s ease 0s;
	width: 50px;
}
#to_top.active {
	right: 40px;
}
#to_top:focus {
    background-color: #d43f3a;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.prs_nav .dropdown-menu {
	background-color: #0d66bd;
}
.prs_nav .navbar-nav>.open>a,
.prs_nav .navbar-nav>.open>a:focus,
.prs_nav .navbar-nav>.open>a:hover {
  background-color: #0d66bd !important;
}
.prs_nav .dropdown:hover > .dropdown-menu { 
    display: block; 
}
.prs_nav .dropdown-menu > li > a:hover,
.prs_nav .dropdown-menu > li > a:focus {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  background-color: inherit;
  border-bottom: 3px solid #fff;
}
.prs_nav .dropdown-menu>li>a {
    height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}
