@charset: "utf-8";
body {
	font-family: "Open Sans", sans-serif;
}
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.b-header {
	padding: 20px 10px 0;
}
.header-bg {
	background: url('../image/b-top-narrow.jpg') no-repeat top center;
	background-size: cover;
}
.b-header__logo-link {
	display: block;
	width: 100%;
	height: 100%;
}
.b-header__logo {
	margin: 0;
	display: block;
	max-width: 175px;
	height: auto;
}
.b-header .b-specials {
	height: 94px;
	border-left: 5px solid #fdc300;
	padding-left: 20px;
	width: 304px;
}
.b-header .b-specials__h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-left: 20px;
}
.b-specials__desc {
	font-size: 11px;
	padding: 10px 20px;
	margin-bottom: 5px;
	height: 60px;
	overflow: hidden;
}
.b-top__but-more_innerPage {
    border: 2px solid white;
    color: black;
    border-radius: 3px;
    background-color: #fdc300;
    padding: 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
		font-size: 14px;
		float: right;
}
.b-header .b-contacts {
	float: right;
}
@media screen and (max-width: 1025px) {
	.b-header .b-contacts {
		margin-left: 0;
	}
}
.b-contacts__tel {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.42857143;
	text-align: left;
	margin-bottom: 5px;
}
.b-contacts__tel:before {
    content: url("../image/svg/phone.svg");
    display: inline-block;
    width: 30px;
    vertical-align: sub;
    margin-right: 5px;
}
.b-contacts__tel a {
	color: #fff;
	text-decoration: none;
	-webkit-font-smoothing: auto;
}
.b-contacts__tel a:hover,
.b-contacts__tel a:visited {
	text-decoration: none;
	color: #fff;
}
.b-contacts__route {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 0;
	text-decoration: none;
}
.b-contacts__route:hover {
	text-decoration: underline;
}
.b-contacts__address {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
	color: #fff;
	margin-bottom: 5px;
}
.b-buttons {
	margin-bottom: 0;
	padding-bottom: 20px;
}
.b-buttons__calculate {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    width: 205px;
    text-align: center;
    padding: 15px 0px;
    margin-left: 0;
    margin-right: 0px;
    font-size: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
    color: #fff;
    background-color: transparent;
    float: right;
}

.b-buttons__calculate:hover {
	color: #000;
	background: #fff;
}

.b-buttons__request {
	border: 2px solid white;
	color: black;
	border-radius: 3px;
	background-color: #fdc300;
	padding: 15px 10px;
	letter-spacing: 0.5px;
	line-height: 14px;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 0 !important;
	margin-left: 70px !important;
	box-sizing: border-box;
}
.b-buttons__request:hover {
	background-color: #ffd031;
}
#request:checked ~ .b-buttons__request {
	border: none;
	background-color: transparent;
	color: #fff;
	transition: all .2s ease;
	padding: 17px 12px;
	box-sizing: border-box;
}

/* ��������� */
.b-navigation {
	padding-right: 15px;
	width: 100%;
}
.b-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.b-navigation li {
	background-color: #303030;
	height: auto;
}
.b-navigation li:hover,
.b-navigation li:focus {
	background-color: #505050;
}
.b-navigation li.active {
	background-color: #fdc300;
}
.b-navigation ul > li > a {
	display: block;
	padding: 20px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
.b-navigation ul > li.active > a {
	color: #303030;
	text-transform: uppercase;
}
.b-navigation ul > li > ul {
	display: none;
}
.b-navigation ul > li.active > ul {
	display: block;
	margin: 0;
	padding: 0;
}
.b-navigation ul > li > ul > li,
.b-navigation ul > li > ul > li:hover,
.b-navigation ul > li > ul > li:focus {
	background-color: #fff;
}
.b-navigation ul > li > ul > li > a {
	color: #303030;
	display: block;
	font-size: 14px;
	padding: 7px 0 7px 35px;
	text-decoration: none;
	text-transform: none;
}
.b-navigation ul > li > ul > li > a:hover,
.b-navigation ul > li > ul > li > a:focus {
	text-decoration: underline;
	text-transform: none;
}
.b-main-content {
	padding-top: 35px;
}
.content-bg {
	background: url('../image/b-help.jpg') no-repeat top center;
	background-size: cover;
}
.b-main-content h1 {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 15px;
}
.b-main-content h2 {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 15px;
	margin-bottom: 37px;
	display: block;
	border-bottom: 1px solid #000;
}
.b-main-content h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
}
.b-main-content p {
    font-size: 16px;
    margin-top: 20px;
}
.b-button-up {
	width: 190px;
	height: 50px;
	background-color: #fff;
	color: #fdc300;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	border: 3px solid #fdc300;
	position: relative;
	bottom: 10px;
	float: right;
}

/* ����� */
.b-footer {
	padding: 25px 10px 15px;
	background-color: #fdc300;
	height: 100px;
}
.b-footer__copyright-line {
	float: left;
	font-size: 14px;
}
.b-footer__address-line {
	align-content: center;
	font-size: 14px;
}
.b-footer__made-by {
	float: right;
	font-size: 14px;
}
#request {
	display: none;
}
.b-request-modal {
	max-height: 0;
	overflow: hidden;
}
#request:checked ~ .b-request-modal {
	background-color: rgba(92,76,58,0.95);
	color: #fff;
	width: 335px;
	max-height: 450px;
	position: absolute;
	margin-top: 20px;
	margin-left: 24px;
	transition: all .2s ease;
	padding: 10px 10px;
	box-sizing: border-box;
	border: 8px solid #fab002;
	z-index: 1;
}
div.b-request-modal .b-top__h3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
}
div.b-request-modal .b-top__h3:before {
	display: none;
}
.b-top__i-phone,
.b-top__i-name,
.b-top__i-address {
	background: transparent;
	border: 2px solid white;
	padding: 15px;
	border-radius: 3px;
	width: 100%;
;
	height: 54px;
	display: inline-block;
}
.b-request-modal .b-top__cap {
	padding: 25px 0;
	font-size: 16px;
	line-height: 24px;
}
.b-top__cap-text {
	/*text-transform: uppercase;*/
	width: 107px;
	float: left;
	font-size: 14px;
}
.b-calc__cap-text {
	/*text-transform: uppercase;*/
	width: 107px;
	float: left;
}
.b-top__cap-ico {
	background: url("../image/svg/bracket.svg") no-repeat;
	float: left;
	background-size: 23px;
	width: 44px;
	height: 60px;
}
.b-top__text {
	float: left;
}
.b-top__text:hover p {
	border-bottom: 1px dotted white;
}
.b-top__text p {
	margin: 0;
	display: table;
	border-bottom: 1px dotted #f9f9f9;
	/*text-transform: uppercase;*/
	cursor: pointer;
	font-size: 14px;
}

.b-top__text p:first-child {
	margin:5px 0 2px 0;
}
.b-top__inputs {
	display: none;
}
@media (min-width: 768px) {
	.b-top__i-address {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.b-top__i-address {
		margin-top: 0;
	}
}
.b-request-modal .b-top__but,
.b-request-modal .b-calc__but {
	border: 2px solid white;
	color: black;
	border-radius: 3px;
	background-color: #fdc300;
	padding: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
}
.b-top__but-success {
	background-color: transparent;
	font-weight: bold;
	display: none;
	color: #FCC822;
}
/*
.b-request-modal__input-name {
	display: none;
	color: #303030;
	font-size: 16px;
}
.b-request-modal__input-tel {
	color: #303030;
	font-size: 16px;
}
.b-request-modal__input-address {
	display: none;
	color: #303030;
	font-size: 16px;
}
.b-request-modal__submit {
	width: 150px;
	height: 50px;
	background-color: #fdc300;
	color: #303030;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	float: right;
}
*/

#toggle {
	display: none;
}
#label {
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	line-height: 16px;
	border-bottom: 1px dotted #fff;
	font-style: italic;
	margin: 5px auto 10px;
}
#toggle:checked ~ .b-top__inputs {
	display: block;
}
#toggle:checked ~ #label {
	display: none;
}

[itemscope] .icons{
	display: none;
}
.b-navigation .active{
	border:none;
}
.b-navigation a:hover{
	text-decoration: none;
}

#help{
	padding: 0;
}
.b-map-pre__num{
	display: none;
}

ul.b-help__ul.b-help__ul-more.sigFreeContainer.sigFreeClassic{
	margin-left:0;
}
li.b-help__li.sigFreeThumb{
	margin-right:0 !important;
}

.container{
	width: auto !important;
}

.podpotolok.multiply, .potolok {
	max-width: 100%;
}

.b-help__img {
	padding-right: 0;
	margin-right: 20px;
}

.b-help__row{
	line-height: 57px;
}

.podpotolok,.potolok{
	height: 115px;
}

img.sigFreeImg {
	width: 113px !important;
}

li.b-help__li.b-help__li-last.smore1 {
	height: 112px;
}

.b-cost__box {
	font-size: 14px;
}

td.photo, h2.base-h2,span.b-cost__t1 {
	display: none;
}

.b-request-modal .b-request-modal__text {
	margin: 25px 0;
	color: #fff;
	font-size: 14px;
}

td.photo, h2.base-h2,span.b-cost__t1 {
	display: none;
}
.b-cost__but.r2 p {
	font-size: 7px;
	margin-top: 7px;
}
