html{
  padding: 0;
  margin: 0;
}

html body{
  padding: 0;
  margin: 0;
  height: 100%;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  transition: all .25s ease-out;
  background-color: #fff;
}
.head{
	background-image: url(img/bg-1.jpg);
	height: auto;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}
.header{
	position: sticky;
    top: 0;
	background-color: #d72b26;
	height: 120px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index: 1000;

}
.nav-link{
	transition: all .25s ease-out;
	font-weight: 400;
	color: #fff;
}
.nav-link:hover{
	transition: all .25s ease-out;
	color: #000;
}

.block-company{
	backdrop-filter: blur(20px);
	padding-bottom: 20px;
	margin-top: 50px;
	background-color:  #00000054;
}
.block-deyat{
	padding-bottom: 50px;
	height: auto;
	background-image: url(img/1bg.jpg);
}

.carousel-box{
	margin-top: 50px;
}

.red-line{
	color: red;
}
.links{
	margin-top: 75px;
	justify-content: space-around;
}
.links a{
	text-decoration: none;
	color: #000;
}
.links a:hover{
	text-decoration: none;
	color: #000;

}
.link-shadow{	
	box-shadow:  0px 0px 20px 0px #969696;
}
.link-shadow:hover{
	box-shadow:  0px 0px 30px 0px #404040;
}
.gallery{
	padding-bottom: 30px;
	height: auto;
	background-image: url(img/2bg.jpg);
}
.step{
	padding-top: 70px;
}
.step h1{
	font-size: 30px;
	text-align: center;
}
.adress{
	padding: 25px;
	text-align: center;
	color: #fff;
	background-color: #d72b26;
}
.footer{
	height: auto;
	padding: 20px;
	background-color: #4a4a4a;
}
.footer2{
	height: auto;
	padding: 25px;
	background-color: #333333;
}
.foot-link{
	color: #fff;
	text-decoration: none;
}
.foot-link:hover{
	color: #d72b26;;
	text-decoration: none;
}
/* Это нужно для анимации, появление прир прокрутки страницы */
.hidden{
	opacity:0;
}
.visible{
	opacity:1;
}
/* Это нужно для анимации, появление прир прокрутки страницы */
.box_in img{
	max-width:100%
}

.carousel-control-next{
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );

}
.carousel-control-prev{
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );

}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:40px!important;
	height:40px!important;
} 
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:25px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(http://btipmr.com/templates/Default/img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(http://btipmr.com/templates/Default/img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
.txfonsz{
	font-size:14px;
	line-height: 1.5
}
.TTWForm-container input, .TTWForm-container textarea{
	border:1px solid #cdcccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0 0 5px undefinedpx #7a7a7a;
	box-shadow: 0 0 5px undefinedpx #7a7a7a;
	width:100%
}
.TTWForm-container select{
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0 0 5px undefinedpx #7a7a7a;
	box-shadow: 0 0 5px undefinedpx #7a7a7a;
	width:100%;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.TTWForm-container textarea{
	font-size:13px
}
.TTWForm-container select{
	font-size:12px;
	padding:5px;
}
.field{
	margin-bottom:15px;
}
.field label{
	
	margin:0!important
	}
.foot-logo a{
	color:#ff0000;
	
}
.foot-logo a:hover{
	color:#000
}