@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;1,300;1,700&display=swap');*/
@import url('//fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');
body {
/*	background: url('/images/pattern6.png'); */
/*	font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', sans-serif;	 */
}
h1,h2,h3,h4,h5 {
	color:#ed7a00;
}
h3 {
	font-size: 32px;
}
p {
	font-size: 1.2em;
}
.navbar-brand {
    color: #0391e9 !important;
    text-transform: uppercase; 
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.header-logo {display: flex;}
@media all and (max-width: 480px) {
	.navbar-brand {
    text-transform: none; 
	font-size: 18px;
	}
}
footer {
	margin-top: 30px;
}
footer p {
color: #0391e9;
}
.navbar-inverse {
	text-shadow:
    -1px -1px 4px rgba(0, 0, 0, 0.5),
    1px 1px 4px rgba(0, 0, 0, 0.5),
    1px -1px 4px rgba(0, 0, 0, 0.5),
    -1px 1px 4px rgba(0, 0, 0, 0.5);
}
.navbar-brand {
	margin-top: -7px;
}
.navbar-brand img {
	margin-top: -5px;
	float: left;
}
.navbar-brand span, footer span {
color: #f3e53d;
}
.navbar-inverse .navbar-nav>li>a {
    color: #dbdbdb;
	font-size: Large;
	font-variant: small-caps;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
background-color: #0784ef;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
background-color: #0784ef;
}
.navbar-inverse .navbar-nav>.active>a {
	background-color: #ed7a00;
	transition: all 1s;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: red;
	transition: all 1s;
}

.auth {
    padding-top: 64px;
}
.auth .input-group {
	padding-bottom: 20px;
}
@media all and (min-width: 482px) {
.auth .input-group-addon, .vidrabot .input-group-addon {
    min-width: 200px;
}
}
.vrem {
	margin-bottom: 5px;
}
.vrem .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.vrem .input-group-addon {
	min-width: 150px;
}
.filtr .input-group-addon {
	border: none;
}
.filtr .form-control {
	border: 1px solid rgb(255 255 255 / 0%);
}
.home-type{
	margin-top: 68px;
	margin-bottom: 30px;
}
.home-type .input-group {
	margin-bottom: 10px;	
}
.zakaz .form-control{
	height: auto;
}
.list-type {
    margin-top: 10px;
}
.vremya:nth-child(odd) {
	background-color: #efefef;
}
.vremya:nth-child(even) {
	background-color: #fefefe;
}

// Стилизация радиокнопок
.form_radio_btn {
	display: inline-block;
	margin-right: 10px;
}
.form_radio_btn input[type=radio], .form_radio_btn input[type=checkbox] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	background-color: #fefefe;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #999;
	border-radius: 25px;
	user-select: none;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label, .form_radio_btn input[type=checkbox]:checked + label {
	background: #ffe0a6;
}

/* Hover */
.form_radio_btn label:hover {
	color: #666;
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label, .form_radio_btn input[type=checkbox]:disabled + label {
	background: #efefef;
	color: #666;
}

@media all and (min-width: 482px) {
.form-group-lg .form-control, .btn-group-lg>.btn, .btn-lg {
	padding: 10px 25px;
	border-radius: 25px;
}
}

.jumbotron {
	background: url('/images/remont_kt-800.webp') no-repeat;
	background-size: cover;
	padding-top: 15%;
	margin-bottom: 0;
	min-height:100%;
	height: 100%;
}
.jumbotron .btn {
    margin-top: 40px;
    font-size: 2.0em;
    padding: 15px 60px;
	border-color: rgb(255 255 255 / 0% );
}

.jumbotron h1 {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 4.0em;
  text-shadow:
    -1px -1px #FFF,
    -2px -2px #FFF,
    -1px 1px #FFF,
    -2px 2px #FFF,
    1px 1px #FFF,
    2px 2px #FFF,
    1px -1px #FFF,
    2px -2px #FFF,
    -3px -3px 2px #BBB,
    -3px 3px 2px #BBB,
    3px 3px 2px #BBB,
    3px -3px 2px #BBB;
  color: black;
  transition: all 1s;
}
.jumbotron h2 {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 2.4em;
	font-weight:600;
	text-align: center;
  text-shadow:
    -1px -1px #000,
    -2px -2px #000,
    -1px 1px #000,
    -2px 2px #000,
    1px 1px #000,
    2px 2px #000,
    1px -1px #000,
    2px -2px #000,
    -3px -3px 2px #BBB,
    -3px 3px 2px #BBB,
    3px 3px 2px #BBB,
    3px -3px 2px #BBB;
  color: white;
}

@media all and (min-width: 482px) and (max-width: 1020px) {
.jumbotron {
	background: url('/images/remont_kt-1020.webp') no-repeat;
	background-size: cover;
}
}
@media all and (max-width: 480px) {
.jumbotron {
	background: url('/images/remont_kt-480.webp') no-repeat;
	background-size: cover;
	height: 480px;
}
.jumbotron h1 {
	font-size: 1.6em;
}
.jumbotron h2 {
	font-size: 1.4em;
}
.form_radio_btn label {
padding: 0px 10px;
}
.login .btn {
	width: 250px;
	margin-bottom: 10px;
}
}
.section1 {
	margin-top: 50px;
/*	display: flex; */
}
.bl2 {
	position: relative;
	float: right
}
.bl3 {
	float:left;
}
.bl2 .onas {
	position:absolute;
	top:0;
	left:0;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: -50px;
	padding: 20px;
	text-align: center;
	background-color: #fbeed0;
	z-index:10;
	box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 992px) {
section.block2 {
	margin-top: 0 !important;
}
.bl2 {
	margin-left: 0;
}
.bl2 .onas {
	position:relative;
	margin: 0 auto
}
}
section.block2 {
	margin-top: 40px;
}


.arr .mdico,.arr .mdico-last {
    position: relative;
	margin-top: 50%;
    color: #ed7a00;
}
.arr .mdico::before {
    position: absolute;
    content: "";
    top: 48px;
    left: 24px;
    height: calc(54%);
    border-right: 1px solid #ed7a00;
    color: #ed7a00;
}
@media all AND (min-width: 482px) AND (max-width: 990px){
	.arr .mdico::before {
		height: calc(68%);
	}
}
@media all AND (max-width: 480px){
	.arr .mdico::before {
		height: calc(83%);
	}
}
.material-symbols-outlined {
	font-size: 48px;
}
.extra_descr {
    margin-top: 50%;
    text-align: right;
    font-weight: 500;
    font-size: 20px;
}
li.denli {
	width: 165px;
}
.zakaz-grid {
	min-height: 290px;
}
.master-grid {
	position: relative;
	margin: 0 auto;
	background-color: #fafafa;
   /* height: 320px;*/
    border: #ccc 1px solid;
    margin-bottom: 20px;
/*	padding: 20px; */
}
.master-grid .potreb {
	position: absolute;
	top: 0;
	left: 0;
    width: 50%;
}
.caption {
    height: 90px;
}

.panel-default>.panel-heading {
    position:relative;
}
.panel-heading .spoiler_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 6px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: #0187bc;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transition: .2s ease-in-out;
}
.panel-title a {
	font-size: 1.4em;
	text-decoration: none;
}
body {
	background: url('/images/remont-bitovoi-tekhniki.webp') 100% 100%;
	background-repeat: no-repeat;
}
.block3, .block4, .block5, .block6, .block7 {
	margin-top: 40px;
}
.block3 h3, .block4 h3, .block5, .block6 h3, .block7 h3 {
	margin-bottom: 30px;
}
.block3 {
	background-color: #f4f8fa
}
.block3 span {
	font-size: 1.2em;
	color: #ed7a00
}
.carousel-caption {
    position: absolute;
	display: block;
	top: -5%;
    right: 15%;
    bottom: 5px;
    left: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #000;
    text-align: left;
	overflow: hidden;
    text-shadow: none;
}

.carousel-caption .type-comment {
	position: relative;
	margin-left: 40px;
}
.carousel-caption .type-comment::before {
	content: url('data:image/svg+xml;charset=UTF-8,<svg id="quotes" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="m181.427 256 94.179-223.055c.922-2.185.184-4.717-1.77-6.062-1.951-1.345-4.581-1.135-6.295.506l-235 225c-.984.943-1.541 2.247-1.541 3.611s.557 2.668 1.542 3.611l235 225c.959.919 2.205 1.389 3.459 1.389h.027c2.758-.004 4.991-2.241 4.991-5 0-.847-.21-1.645-.581-2.343zm-138.197 0 213.754-204.658-85.59 202.713c-.525 1.244-.525 2.646 0 3.89l85.59 202.713zm343.198 0 94.179-223.055c.922-2.185.184-4.717-1.77-6.062-1.951-1.345-4.58-1.135-6.295.506l-235 225c-.985.943-1.542 2.247-1.542 3.611s.557 2.668 1.542 3.611l235 225c.959.919 2.205 1.389 3.459 1.389.986 0 1.977-.291 2.836-.883 1.953-1.346 2.691-3.878 1.77-6.063zm-138.198 0 213.754-204.658-85.59 202.713c-.524 1.244-.524 2.646 0 3.89l85.59 202.713z" fill="rgb(0,0,0)" style="fill: rgb(175, 62, 13);"></path></svg>');
	position:absolute;
	width: 32px;
	top:5px;
	left: -40px;
}

.carousel-caption p {
  color: black;
  transition: all 1s;
}
.carousel-caption span {
	font-size: 1.2em;
	color: #ed7a00;
}
.carousel-caption .type-comment {
	font-size: 1.6em;
}
@media all and (max-width: 480px) {
.carousel-caption .type-comment {
	font-size: 1.0em;
}}
.block6 .komm {
	padding-bottom: 60px;
}
.block7 p.poslug{text-align: center; margin-top: -25px;}
.btn {
	min-width: 200px;
	text-align: center;
	border: 1px solid #ed7a00;
	border-color: rgb(255 255 255 / 0% );
	border-radius: 0;
	transition: all 1s;
}
.filtr .btn {
	min-width: 0;
}
.btn:hover {
	background-color: #ed7a00;
	color: #fff;
}
.navbar-form {
	margin: 0 auto;
}
.pole {
	position: absolute;
	display: none;
	left: 0;
	top: 46px;
	width: 250px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	z-index:100;
}