@import url('https://fonts.googleapis.com/css?family=Raleway');

body{
	padding: 0;
	margin: 0;
	background:#f4f4f4;

}
html,h1,h2,h3,h4,h5,h6,a{
	font-family: "Raleway";
}

::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(128, 128, 128);
  border-radius: 10px;
}
::-webkit-scrollbar{width : 15px;  }
/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}




/* меню */

.navbar{
	background:#F97300;
}
.nav-link , .navbar-brand{
	color: #f4f4f4;
	cursor: pointer;
}
.nav-link{
	margin-right: 1em !important;
}
.nav-link:hover{
	background: #f4f4f4;
	color: #f97300;

}
.navbar-collapse{

	 justify-content: flex-end;
}
.navbar-toggler{
  background:#fff !important;
}

/* цвета фона навигационной панели */
.bg-dark{
	background-color:#343a40!important
}
.bg-primary{
	background-color:#343a40!important
}







/* фоновая картинка */
.header{
	position: relative;
	background-image: url('../images/headerback.jpg');

	background-size: cover;
	background-position: center;
}

/* поверх картинки */
.overlay{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(244, 244, 244, 0.79);
}
/*   */
.description{
    position: absolute;
    top: 20%;
    margin: auto;
    padding: 2em;

}
.description h1{
	color:#F97300 ;
}
.description p{
	color:#666;
	font-size: 20px;
	width: 100%;
	line-height: 1.5;
}
.description button{
	border:1px  solid #F97300;
	background:#F97300;
	color:#fff;
}


.calc {
	margin: 1em 0;
	padding: 1em;
	position: relative;
}
.calc h1{
	color:#F97300;
	margin: 1em;
}
.calc img{
	height: 100%;
    width: 100%;
    border-radius: 50%
}

.calc span{
	display: block;
	color: #888;
	position: absolute;
	left: 115px;
}
.calc .desc{
	padding: 2em;
	border-left:4px solid #10828C;
}
.calc .desc h3{
	color: #10828C;
}
.calc .desc p{
	line-height:2;
	color:#888;
}
.calc button {
	padding: 2em;
}

.calcBody {
	width: 100%;
	position: relative;
	margin-top: 5em;
}
.calcBody h2 {
	color:#F97300;
}

.calcBodyText {
	color:#737477;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
}

.calcBodyTextCenter {
	color:#737477;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: center;
}


.myBtn {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 0.8em;
}

.myInput {
	margin: 0.6em;

}

.myLabel {

	padding: 0em;
}

.room {
	text-align-last: center;
}

.addRoom {
	display: block;
	text-align:center;
	/*text-align-last: center;*/
}

.itogo {
	margin: 1em;
	width: 100%;
	text-align: center;
}

.itogoSum {
	color: #ff7300;
}
.itogoUserSum {
	margin: 1em;
}

.itogoHint {
	color: #ff7300;
	font-size: 14px;
	margin-top: 1em;
}


.line {
	width: 100%;
	height: 0.3em;
	background-image: linear-gradient(145deg, rgb(250, 250, 255) 0%, rgb(218, 212, 207) 100%);
}

.info{
	margin: 2em 0em 1em 0em;
	padding: 1em;
	position: relative;
	background-image: linear-gradient(145deg, rgb(250, 250, 255) 0%, rgb(218, 212, 207) 100%);
	border-radius: 20px;
}
.info h1{
	color:#F97300;
	margin: 1em;
}
.info h2{
	color:#F97300;
	margin: 1em;
}
.info img{
	height: 100%;
    width: 100%;
    border-radius: 10%
}
.info span{
	display: block;
	color: #888;
	position: absolute;
	left: 115px;
}
.info .desc{
	padding: 2em;
	border-left:4px solid #10828C;
}
.info .desc h3{
	color: #10828C;
}
.info .desc p{
	line-height:2;
	color:#888;
}
.info ul{
	line-height:2;
	align-items: center;
	color:rgb(122, 122, 122);
}

.info ol{
	line-height:2;
	color:rgb(122, 122, 122);
}



.infoBlack {
	margin: 2em 0.1em 1em 0.1em;
	padding: 1em;
	position: relative;
	background-image: linear-gradient(148deg, #7e9dbe 0%, rgb(75, 63, 54) 100%);
	border-radius: 20px;

	
}
.infoBlack h1{
	color:#F97300;
	margin: 1em;
}
.infoBlack h2{
	color:#F97300;
	margin: 1em;
}

.infoBlack img{
	height: 100%;
    width: 100%;
	padding: 1em;
    border-radius: 50%
}
.infoBlack span{
	display: block;
	color: #888;
	position: absolute;
	left: 0em;
}
.infoBlack .desc{
	padding: 2em;
	border-left:4px solid #10828C;
}
.infoBlack .desc h3{
	color: #10828C;
}
.infoBlack .desc p{
	line-height:2;
	color:#888;
}
.infoBlack ul{
	line-height:2;
	color:rgb(255, 255, 255);
}
.infoBlack ol{
	line-height:2;
	color:rgb(255, 255, 255);
}

.infoBlack li{
	line-height:2;
	color:rgb(255, 255, 255);
}

.infoImgRightBlack img{
	height: 60%;
    width: 60%;
    border-radius: 10%;
}

.about{
	margin: 4em 0;
	padding: 1em;
	position: relative;
}
.about h2{
	color:#F97300;
	margin: 2em;
}
.about img{
	height: 100%;
    width: 100%;
    border-radius: 50%
}
.about span{
	display: block;
	color: #888;
	position: absolute;
	left: 115px;
}
.about .desc{
	padding: 2em;
	border-left:4px solid #10828C;
}
.about .desc h3{
	color: #10828C;
}
.about .desc p{
	line-height:2;
	color:#888;
}


/*Portfolio*/
.portfolio{
	margin: 4em 0em 1em 0em;
	padding: 2em;
	position: relative;
	background-image: linear-gradient(147deg, rgb(247, 247, 252) 0%, rgb(253, 245, 247) 100%);
	border-radius: 0px;
}
.portfolio h2{
	color:#F97300;
	margin: 1em;
}
.portfolio img{
	 height: 15rem;
	 width: 15rem;
	 margin: 1em;
	 border-radius: 10%
}

/*blog style*/

.blog{
	margin: 4em 0;
	position: relative;
}
.blog h1{
	color:#F97300;
	margin: 2em;
}
.blog .card{
	box-shadow: 0 0 20px #ccc;
}
.blog .card img{
	width: 100%;
	height: 12em;
}
@media and (max-width: 768px){
 .team .item img{
 	width: 100%;
 }
}
.blog .card-title{
	color:#F97300;

}
.blog .card-body{
	padding: 1em;
}
.team{
	margin: 4em 0;
	position: relative;

}
.team h1{
	color:#F97300;
	margin: 2em;
}
.team .item{
	position: relative;
	overflow: hidden;
}
.team .des{
	background: #F97300;
	color: #fff;
	text-align: center;
	border-top-right-radius: 93%;
	transition:.3s ease-in-out;
	position: absolute;
	width: 88%;
	bottom: 24px;


}
.team .item:hover .des{
	height: 100%;
	background:#f973007d;
    position: absolute;
	width: 89%;
	padding: 5em;
	top: 0;
	border-top-right-radius: 0;
}


.sendContact-form{
	margin: 0em 0 3em;
	position: relative;
}

.sendContact-form h2{
	padding:2em 1px;
	color: #F97300;
}
.sendContact-form .right{
	max-width: 600px;
}
.sendContact-form .right .btn-secondary{
	background:  #F97300;
	color: #fff;
	border:0;
}
.sendContact-form .right .sendContact-form::placeholder{
	color: #888;
	font-size: 16px;
}


.contact-form{
	margin: 1em 0 5em;
	position: relative;
}

.contact-form h2{
	padding:2em 1px;
	color: #F97300;
}
.contact-form .right{
	max-width: 600px;
}
.contact-form .right .btn-secondary{
	background:  #F97300;
	color: #fff;
	border:0;
}
.contact-form .right .form-control::placeholder{
	color: #888;
	font-size: 16px;
}


.send {
	margin: 4em 1em 1em 1em;
	padding: 2em;
	position: relative;
	background-image: linear-gradient(147deg, rgb(247, 247, 252) 0%, rgb(253, 245, 247) 100%);
	border-radius: 20px;
}

.contactBlack {
	margin: 4em 1em 1em 1em;
	padding: 2em;
	position: relative;
	background-image: linear-gradient(147deg, #8aaed4 0%, rgb(160, 142, 147) 100%);
	border-radius: 20px;
}

.footerSelect {
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 101;
  }

  .footerT {
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 101;
  }


  .footerW {
	position: fixed;
	bottom: 6em;
	right: 2em;
	z-index: 101;
  }


  .footerP {
	position: fixed;
	bottom: 10em;
	right: 2em;
	z-index: 101;
  }

  .footerHide {
	visibility: hidden;
  }

  .footerShow {
	visibility: visible;
}

/* Информация о объекте  */
.infoItem {
    margin-top: 1em;
}

.infoItem small{
    color:#F97300;
	font-size: 16px;
	margin-bottom: 1em;
}

.infoItem ul{
	font-size: 16px;
	margin-top: 1em;
}

.mapForm {
	margin-top: 3em;
}


.mapForm h2{
	margin-left: 1em;
}

.polConf {
	margin-bottom: 1em; 
	margin-right: 0.5em;
}

.textConf {
	font-size: 10px;
}

.scene {
	margin: 2em 0em 1em 0em;
}

.scene p {
	margin-left: 3em;
}



.slideBlack {
	margin: 2em 30% 2em 30%;
	padding: 1.2em;
	position: relative;
	background-image: linear-gradient(148deg, #7e9dbe 0%, rgb(75, 63, 54) 100%);
	border-radius: 20px;
}
.slideBlack h2{
	color:#F97300;
	margin: 1em;
}

.slideBlack img{
	height: 30%;
    width: 60%;
    border-radius: 10%;
}



.scenariyBlack {
	margin: 2em 1em 1em 1em;
	padding: 1em;
	position: relative;
	background-image: linear-gradient(148deg, #7e9dbe 0%, rgb(75, 63, 54) 100%);
	border-radius: 20px;

	
}

.scenariyBlack h2{
	color:#F97300;
	margin: 1em;
}

.scenariyBlack span{
	display: block;
	color: #888;
	position: absolute;
	left: 0em;
}

.scenariyBlack p{
	color:rgb(255, 255, 255);
}

.scenariyBlack ul{
	line-height:2;
	color:rgb(255, 255, 255);
}
.scenariyBlack ol{
	line-height:2;
	color:rgb(255, 255, 255);
}

.scenariyBlack li{
	line-height:2;
	color:rgb(255, 255, 255);
}



.calcRoom {
	margin-top: 2em;
	padding: 10px;
	position: relative;
	background-image: linear-gradient(145deg, rgb(250, 250, 255) 0%, rgb(245, 245, 248) 100%);
	border-radius: 20px;
	width: 420px;
	color: black
}



.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited, .btn-success.focus, .btn-success.disabled,
.btn-success:disabled  {
    background-color: #ff7300 !important;
	border-color: #ff7300 !important;
	box-shadow: 0 0 0 .2rem rgba(183, 62, 62, 0.5)
}



.btn-success,
.btn-success:active,
.btn-success:visited {
  background-color: #ff7300 !important;
  box-shadow: 0 0 0 .2rem #db8f50  !important;
}

.btn-success:hover {
  background-color: #ff7300 !important;
  box-shadow: 0 0 0 .2rem #db8f50  !important;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}


.btn-outline-danger {
  border-color:  #ffb070 !important;
  box-shadow: inset 0 0 0px rgb(128, 128, 128) !important;
}

.btn-outline-danger:hover {
  background-color: #fff5ea !important;
  box-shadow: inset 0 0 0px rgb(128, 128, 128) !important;
}


.tableContainer {
	display: block;
	width: 350px;
	margin: auto; 
}

.tableContainerOne {
	display: block;
	width: 450px;
	margin: auto; 
}


.tableContainerScene {
	display: block;
	width: 80%;
	margin: auto; 
}

.table {
	font-size: 11px;
}

.tdMiddle {
	vertical-align: middle;
}


.tdLeft {
	text-align:left;
	vertical-align: middle;
	white-space: nowrap;
}

.tdSum {
	color: #d15e00;
}

.table td {
	white-space: nowrap;
	overflow: hidden;
	height: 10px;
}

.itogoTable {
	width: 400px; 

}

.instrument img {
	padding-bottom: 0.5em;
	border-radius: 50%
}