@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap')
.navbar-nav .dropdown-menu{ margin-top:15px;
	border-radius: 0;
}
.dropdown-menu a:hover{
	color: #ff4400;
}
/*@media (min-width: 768px) {
	.dropdown .dropdown-menu{
		display: block; 
	  opacity:0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	}
	.dropdown:hover .dropdown-menu {
		display: block;
		opacity: 1;
	}
	}*/
.navbar-nav a {
	line-height: 150%;}

.navbar-light .navbar-brand {
	color: #000;
	font-size: 24px;
	font-weight: bold;

}
.navbar-light .navbar-brand span {
	color: #ff3300;
}
.w-100 {
	height: 100vh;

}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: .3;
	background: #fff;
}

.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center
	}
	/*.carousel-caption {
		bottom: 165px
	}*/
	.carousel-caption h5 {
		font-size: 16px
	}
	/*.carousel-caption a {
		padding: 10px 15px;
		font-size: 14px
	}*/
	.navbar .appbtn {
		display: none;
	}

}

body {
	background: #fdfdfd;
}
.section-padding {
	padding: 100px 0;
}

.carousel-caption {
	top: 40vh;
	z-index: 2;
}

.carousel-caption h5 {
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.carousel-caption p {
	width: 70%;
	margin: auto;
	padding-top: 1rem;
	font-size: 18px;
	line-height: 1.5;
}

.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.navbar .getstarted {
	background: #ff3300;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}

.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/*.carousel-caption {
		top: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}*/
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}

	.carousel-caption {
		top: 355px;
	}
	.carousel-caption h5 {
		font-size: 19px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 90%;
		line-height: 1.6;
		font-size: 14px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}
}
.carousel-inner { height: 100vh;}
.carousel-inner img {
	margin-bottom: 0 auto;
	width: auto;
	height: auto;
  }
.butn {
    display: inline-block;
    margin: 1rem 1rem 0 0;
    border-radius: 10rem;
	color: #fff;
    background-color: #ff4400;
    border: #ff4400 2px solid;
    padding: 0.6rem 2rem;
    text-decoration: none;
    box-shadow: 0 .2rem .7rem rgba(0,0,0,.2);
    cursor: pointer;
    transition: 0.5s;
}
.butn:hover {
    color: #ff4400;
    background-color: #fff;
    
}
.butn-small {
    display: inline-block;
    margin: 1rem 1rem 0 0;
    border-radius: 3rem;
	color: #333;
    background-color: #ffffff;
    border: #ff4400 2px solid;
    padding: 0.3rem 1rem;
    text-decoration: none;
    box-shadow: 0 .2rem .7rem rgba(0,0,0,.2);
    cursor: pointer;
    transition: 0.5s;
}
.butn-small:hover,.butn-small:active {
    color: #ffffff;
    background-color: #ff4400;
    
}
.card-title a{
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}
.card-title :hover{
	color: #ff4400;
}
.breadcrumb{ padding-top: 70px;
		list-style: none;
		margin: 0;
		opacity: .7;
		font-size: 90%;
		white-space: nowrap;
    display: block;
    overflow:auto;		
	}
	.breadcrumb::-webkit-scrollbar,
.in-line::-webkit-scrollbar {
		height: 5px;
	  }
	  .breadcrumb::-webkit-scrollbar-thumb:horizontal,
	  .in-line::-webkit-scrollbar-thumb:horizontal{
        background: #ccc;
        border-radius: 10px;
	  }
	  .breadcrumb::-webkit-scrollbar-track-piece:end,
.in-line::-webkit-scrollbar-track-piece:end {
		margin-right: 10px; 
	  }
.breadcrumb:-webkit-scrollbar-track-piece:start,
.in-line:-webkit-scrollbar-track-piece:start {
		margin-left: 10px;
	  }
	.breadcrumb-item {
	  display: inline-block;
	}
	.breadcrumb-item + .breadcrumb-item {
	  margin-left: 1px;
	}
	.breadcrumb-link {
	  color: #000;
	}
	a.breadcrumb-link {
	  text-decoration: underline;
	}
	.breadcrumb a:hover{
		color: #ff4400;
		text-decoration: none;
		transition: 0.3s;
	}
	
.listing-wrap p{
	line-height: 110%; font-size:0.96rem; padding-top:1rem;
}
.listing-wrap h4{
	font-family: "Roboto","Arial",sans-serif; font-weight: 600;margin-top: auto;
}
	.navbar-nav .nav-item .nav-link:hover{
		color: #ff4400;
	}
	.badge {font-size:1em; font-weight: 500; line-height: 1.5em;}
	a.badge .bg-light  :hover {background-color: #ff4400;}
	.pills {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 18px;
		min-height: 38px;
		flex-wrap:nowrap;}
	.pill {
		align-items: center;
		background: #ebeeee;
		border-radius: 16px;
		box-sizing: border-box;
		color: #070707;
		display: inline-block;
		flex: 0 0 auto;
		font-size: 14px;
		height: 32px;
		margin: 0 6px 6px 0;
		padding: 6px 16px;
		transition: 0.2s;
	}
	.pills a{
		text-decoration: none;
	}
	.pill:hover{
		background: #ff4400;
		color:#fff;
	}
	.in-line {
		white-space: nowrap;
		display: block;
		overflow:auto;	
		padding: 5px 0;}

	.in-line .-flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;}

	details{ border: 1px solid #ccc; border-radius: 5px; padding: 8px;}
	.card img {width: 100%; padding: 0.75rem 0;}
	.card .list-group-item { padding:5px 0px; margin:0px;}
	.list-group {margin-bottom: 1rem; }
	.list-group-flush  {
		border: 3px solid white;
	  }
	.card-title { font-family: "Roboto","Arial",sans-serif; font-weight: 600; color: #ff2200; padding-bottom: 1rem;}
	.card a{text-decoration: none; color: #070707; transition: 0.2s;	}
	.card a:hover { color: #ff2200;}
	.card button{margin-top: auto; width: 100%;	}
	/*.hvr__images {
		position: relative;
	  }
	 .hvr__sectors {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
	  }
	  
	  .hvr__sector {
		flex-grow: 1;
	  }
	  */
	  /* не обязательные стили */
	  
	  .images { width:100%;
		display: flex;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
	  }
	  .image { width:100%;
		  height: auto;
		display: block;
		text-align: center;
		cursor: pointer;
	  }
	/*  .hvr__dots {position: relative;
		margin: -42px 0 15px; 
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  .hvr__dot {
		width: 5px;
		height: 5px;
		margin: 10px 2px 0;
		border-radius: 50%;
		background: #d6dbe0;
	  }
	.hvr__dot--active {
		background: #ff2200;
	  }
	  .card{margin: 3px 0;}
	  .card img {
		display: none;
	  }
	.card img:first-child {
		display: block;
	  }*/
.single-product{
	padding: 1rem;
}
.single-product 
.old-price { font-family:"Roboto","Arial",sans-serif;
	-webkit-text-decoration: line-through;
    text-decoration: line-through;
    color: #484f55;
	font-size: 16px;
    line-height: 24px;
}
.single-product .price-discount{font-family:"Roboto","Arial",sans-serif;
	background: #ff1100;
    color: #ffffff;
	font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
	text-decoration: none;
}
.base-butn {display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
        -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 16px;
    gap: 8px;
}
.base-butn :hover {
	background-color: initial;
    color: #ff6600;
}
.link-anchor:before {
	display: block;
	content: "";
	height: 60px;
	margin: -60px 0 0;
}
a.descript {text-decoration: none;padding-bottom: 2px; border-bottom: 1px dashed; cursor: pointer; }
.card.is-hidden {
	display: none;
  }
  a {transition: 0.2s;}
a:hover{color:#ff2200; }
a span.text-decoration-none  {
    text-decoration:none;
    display: inline-block;}

	.product img {
		display: block;
		height: auto;
		width: 100%
	}
	.dot {
		height: 10px;
		width: 10px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		margin-right: 5px
	}
	.card-body {
		padding: 0.3rem 0.3rem 0.2rem;}
	
	.demo {
		width: 100%
	}
	  ul .photo {
		list-style: none outside none;
		padding-left: 0;
		margin-bottom: 0
	}
	.photo li {
		display: block;
		float: left;
		margin-right: 6px;
		cursor: pointer
	}
	.form {
		background-color: #fff;
		border-radius: 5px;
		padding: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	  }
	  .form .input {
		border: 1px solid #ff7300;
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 15px;
		font-size: 18px;
	  }
	  .form-contact .input {
		border: 1px solid #ff7300;
		padding: 10px 10px 10px 30px;
		margin-bottom: 10px;
		border-radius: 15px;
		font-size: 18px;
	  }
	/*.input .form-text {
		padding: 10px 2rem;}*/
	  .form textarea {
		border: 1px solid #ff7300;
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 15px;
		font-size: 18px;
		width:100%;  
		max-width: 900px;
	  }
	  .form .butn { width: min-content; }
	  .ok {visibility: hidden;}
	  .ok .active { visibility: visible;}
	 /* form ::placeholder{ padding-left: 2rem;}*/

  form .icon {
    color: #57565c;
    height: 2rem;
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
  }
	.lSSlideOuter .lSPager{/* margin-top: -15px!important;*/}
	.lSSlideOuter .lSPager.lSpg { margin-top: -45px!important;}
	.lSSlideOuter .lSPager.lSpg > li {padding: 0 2px 10px ; margin-top: 0px;}
	.lSSlideOuter .lSPager.lSpg > li a { height: 5px; width: 5px; background: #d6dbe0; }
	.lSSlideOuter .lSPager.lSpg > li.active a{background-color: #ff2200; }
	.iconblock {
		margin: 10px 0;
		padding-right:10px;
	}
	.iconblock .icon {
		float: left;
		text-align: left;
		position: relative;
		top: 1px;
		left: 1px;
		width: 64px;
		height: 80px;
		background: linear-gradient(-70deg, rgb(240, 240, 240), rgb(250, 250, 250));
		color: #ff2200; 
		transition: all .3s;
		
	}
	.iconblock .icon i,
	.iconblock .icon img {
		font-size: 32px;
		height:32px;
		width:32px;
		color: #ff2200; 
		top:34px;
		left:30px;
		z-index:1;
		position: relative;
		box-sizing: content-box;
	}
	.iconblock:hover .icon {
		top: 0;
		left: 0;
	}
	.iconblock:hover .icon {
		box-shadow: 1px 1px 2px #8e8f91;
	}
	.iconblock .block {
		padding-left:30px;
		overflow: hidden;
		text-align: left;
	}
	/*.image {
		cursor:zoom-in;
	}*/
	.popup {
		position: absolute;
		height:100%;
		width:100%;
		top:0;
		left:0;
		display:none;
		text-align:center;
	}
	@media only screen and (min-width:300px) and (max-width:480px){
		.popup {
		position: absolute;
		width:100%;
		top:0;
		left:0;
		display:none;
		text-align:center;
	}
		}
	.popup_bg {
		background:rgba(0,0,0,0.3);
		position:fixed;
		z-index:1025;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: auto;
	  height: auto;
	}
	.popup_img {
		position: fixed;
		z-index:1026;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		max-width:95%;
		max-height: 90%;
	}
	.popup_img {
	  pointer-events: none;
	}   
	@media only screen and (min-width: 767px) 
    {
    .h-100 {height: 100vh}  
    }
	ol.orange_circle{
		list-style-type: none; 
		counter-reset: num;
		margin: 0 0 0 45px;
		padding: 15px 0 5px 0;
		font-size: 16px;
	}
	ol.orange_circle li {
		position: relative;	
		margin: 0 0 0 0;
		padding: 0 0 10px 0;
		line-height: 1.4;
	}
	ol.orange_circle li:before {
		content: counter(num); 
		counter-increment: num;
		display: inline-block;
		position: absolute;
		top: 0;
		left: -38px;
		width: 30px;
		height: 30px;
		background: #ff3300;
		color: #ededed;
		text-align: center;
		line-height: 28px;
		font-size: 16px;
		border-radius: 50%;
		border: 1px solid #ededed;
	}
	@media only screen and (max-width: 1020px)
	{
	.scrollable {height:40vh;max-height:680px;overflow-y:scroll;
	}
	}