@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 grey;
  border-radius: 10px;
}
::-webkit-scrollbar{width : 15px;  }
/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}




/* меню — базовые цвета (детали в app.component.css в Angular-бандле) */

.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;
	text-align: center;
}
.calcBody h2 {
	color:#F97300;
}
.calcBody p {
	color:#737477;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding: 0 1.5em;
	text-align: center;
}


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

.myInput {
	margin: 0.6em;

}

.myLabel {
	
	padding: 0em;
}

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

.addRoom {
	margin: 1.5rem auto;
	text-align: center;
}

.itogo {
	margin: 2rem auto;
	max-width: 720px;
	text-align: center;
}

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

.itogoHint {
	color: #4758b9;
	font-size: 14px;
	margin: 2rem auto;
	max-width: 720px;
	text-align: center;
}

.info{
	margin: 4em 0;
	padding: 1em;
	position: relative;
	text-align: center;
}
.info h1{
	color:#F97300;
	margin: 1em;
}
.info img{
	height: 100%;
    width: 100%;
    border-radius: 50%
}
.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;
	color:rgb(122, 122, 122);
	list-style-position: inside;
	padding-left: 0;
	display: inline-block;
	text-align: center;
}

.info ol{
	line-height:2;
	color:rgb(122, 122, 122);
	list-style-position: inside;
	padding-left: 0;
	display: inline-block;
	text-align: center;
}



.infoBlack {
	margin: 4em 0;
	padding: 2em;
	position: relative;
	background-color: #6e7985;
	text-align: center;
}
.infoBlack h1{
	color:#F97300;
	margin: 1em;
}
.infoBlack img{
	height: 100%;
    width: 100%;
    border-radius: 50%
}
.infoBlack span{
	display: block;
	color: #888;
	position: absolute;
	left: 115px;
}
.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);
	list-style-position: inside;
	padding-left: 0;
	display: inline-block;
	text-align: center;
}
.infoBlack ol{
	line-height:2;
	color:rgb(255, 255, 255);
	list-style-position: inside;
	padding-left: 0;
	display: inline-block;
	text-align: center;
}


.about{
	margin: 4em 0;
	padding: 1em;
	position: relative;
	text-align: center;
}
.about h1{
	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;
	text-align: center;
}
.about .desc h3{
	color: #10828C;
}
.about .desc p{
	line-height:2;
	color:#888;
}


/*Portfolio*/
.portfolio{
	margin: 4em 0;
    position: relative;
	text-align: center;
}
.portfolio h1{
	color:#F97300;
	margin: 2em;
}
.portfolio-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	padding: 0 1rem;
}
.portfolio-thumb {
	flex: 0 0 auto;
}
.portfolio img{
	height: 5rem;
	width: 5rem;
	object-fit: cover;
	border-radius: 8px;
	margin: 0;
}

/*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;
}
.contact-form{
	margin: 6em 0;
	position: relative;
	text-align: center;
}

.contact-form h1,
.contact-form h2 {
	padding: 0.5em 1px;
	color: #F97300;
}

.contact-form .contact-lead {
	color: #666;
	max-width: 640px;
	margin: 0 auto 2rem;
}

.contact-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.contact-links a {
	color: #10828C;
	font-size: 1.05rem;
}

.contact-links a:hover {
	color: #F97300;
}

.contact-website {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.75rem 1.5rem;
	background: #F97300;
	color: #fff !important;
	border-radius: 999px;
	text-decoration: none;
}

.contact-website:hover {
	background: #e06800;
	color: #fff !important;
}
.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;
}
