@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
  font-family: 'enthalpy298';
  src: url("../fonts/enthalpy298regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
*/

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}

html,body{
	overflow-x: hidden;
	--red: #CA0100;
	--blue: #146FB3;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

a{
	cursor: pointer;
}

a:hover{
	text-decoration: unset;
}

.navbar-dark .navbar-nav .nav-link {
	color: #000;
	font-size: 14px;
	font-weight:600;
}

.jumbotron {
	margin-bottom: 0px;
}



.bg-primary_dark{
	background: #202D3B;
	color: #fff;
}

.bg-dark{
	background: #252525 !important;
	color: #fff;
}

.bg-secondary{
	background-color: #EDF2F6 !important;
}
.bg-green{
	background-color: #85DB18 !important;
}

.badge-success{
	background-color: #85DB18 !important;
	color: #fff !important;
}

h1.display-5{
	line-height: 1;
	font-size: 90px;
}

h1,.h1,
h2,.h2,
h3,.h3{
	font-family: 'Montserrat';
	line-height: 1;
	letter-spacing:1px;
}

.btn{
	padding: .5rem 1.5em;
	height: unset;
	border-radius: 10px;
}

.form-control{
	border: 1px solid #D8D8D8;
}


.btn-warning{
	background: #FFD337;
}

.btn-red{
	background: var(--red);
	color: #fff;
}

.btn-red:hover{
	color: #fff;
	background-color: #C6061B;
}

.btn-blue{
	background: var(--blue);
	color: #fff;
}

.btn-blue:hover{
	color: #fff;
	background-color: #2F9CEE;
}

.btn-green{
	background: #85DB18;
	color: black;
}

.btn-green:hover{
	color: black;
	background-color: #AAFF3F;
}

.btn-dark{
	background-color: #1B1B1B;
	border-color: #1B1B1B;
	color: #fff;
}

.btn-dark:hover{
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-secondary{
	background-color: #D5D5D5;
	color: #4A4A4A;
	border: 1px solid #D5D5D5;
}

.btn-outline-red{
	border-color: #FF1C1C;
}

.btn-outline-red:hover{
	border-color: #C6061B;
	color: #C6061B !important;
}

.btn-outline-white{
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.border-red{
	border-color:#FF1C1C !important;
	border-width: 4px !important;
}

.btn-catalog{
	font-size: 1.25rem;
	border:0;
}

.btn-check {
	position: absolute;
	pointer-events: none;
}

.btn-group .btn-check{
	display: none;
}

.btn-group > .btn{
	padding: .675rem .5em;
}

.btn-group > .btn.btn-red.btn-toggle:not(.active){
	background-color: #EDEDED;
	color: #4A4A4A;
	border: 1px solid #D5D5D5;
}

.btn:focus {
	outline: 0;
	box-shadow: unset;
}

.input-group-lg > .form-control{
	border-radius: 40px;
	padding: 2rem 1.5em;
	border: 0;
}

.input-group-lg > .input-group-append > .btn{
	border-radius: 40px;
	padding: .5rem 3em;
}
.input-group-append {
	margin-left: -30px;
}



.rounded{
	border-radius: 0.6rem !important;
}

.rounded-lg{
	border-radius: 1.25rem !important;
}

.text-orange{
	color: #FF7C1D;
}

.text-secondary{
	color: #BBBBBB !important;
}

.text-space-lg{
	letter-spacing:.5em;
}

.text-red{
	color: var(--red) !important;
}

.text-blue{
	color: var(--blue) !important;
}

.card-number{
	position: absolute;
	font-size: 4rem;
	top: -0.5em;
	left: -0.5em;
	line-height: 1;
}

.card-footer {
	background-color: unset;
	border-top: unset;
}

.bg-muted{
	background-color: #EFF0F0 !important;
}

.form-control-lg {
	font-size:1em;
	padding: 1.6rem 1rem;
}

textarea.form-control-lg {
	padding: 1rem 1rem;
}

.btn-svg-red{
	cursor:pointer;
	border: 1px solid #232323;
	border-radius: 50%;
	padding: .5em;
	line-height: .9em;
	font-size: 18px;
}

.btn-svg-red path:first-child{
	fill: #FF1C1C;
}

.btn-svg-red:hover path:first-child{
	fill: #C6061B;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #FF1C1C;
	background-color: #FF1C1C;
}

.navbar-nav .nav-item > a{
	color:#000;
}

.background_image{
	background-position: center center;
	background-size: cover;
	height: 290px;
}

.news-title{
	color:#fff;
	font-weight: 600;
	position:absolute;
	bottom:0;
	left: 0;
	padding: 1em;
}

.news-title:hover{
	color: #d0d0d0;
}

.news-image{
	filter: brightness(75%);
}



.image > img{
	max-width:100%;
	height: 100%;
}

#head_height{
	height:90px;
}

.badge-success{
	background-color:#C1FFAB;
	color: #6A6868;
	font-weight:400;
}

.badge-white{
	color: black;
	background-color: #fff;
	border: 1px solid #c2c2c4;
	border-radius: 2em;
	padding: .5em .75em;
	font-size: 1em;
	font-weight: 400;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.ui-corner-all.ui-slider-handle{
	border-radius: 50% !important;
}

.ui-slider-horizontal {
  height: .1em !important;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.6em !important;
	margin-left: -.3em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0 !important;
  background: var(--red) !important;
  color: #454545;
}

.ui-widget-header {
	border: 3px solid var(--red) !important;
}

.ui-slider-horizontal .ui-slider-range {
	top: -3px !important;
}

.ui-state-focus{
	border: 0 !important;
}

.ui-widget.ui-widget-content {
	border: 3px solid #eee !important;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 2em;
	height: 2em;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23972323' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23972323' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li.active {
	background-color: #972323;
}

.carousel-control-next, .carousel-control-prev {
	opacity: .75;
}

.img-fit {
	width: 100%;
	object-fit: cover;
}

.font-weight-black {
  font-weight: 900 !important;
}

::marker {
	color: #FF1C1C;
}

.circle-icon{
	border-radius: 50%;
	padding: .6em;
	line-height: .9em;
	font-size: 18px;
	width: 3em;
	height:3em;
}

.bg-red{
	background: var(--red);
}

.bg-blue{
	background: var(--blue);
}

.bg-light_blue{
	background: #D5ECFD;
}

.bg-dark{
	background: #131313 !important;
}

.bg-dark.border-top{
	border-top: 1px solid #2E2E2E !important;
}

.nav-tabs {
  border-bottom: 0px solid #2E2E2E;
}

.nav-tabs .nav-link {
	border:0;
}

.nav-tabs .nav-link.active {
	margin-bottom: -3px;
	border-bottom: 2px solid #F37748;
}

.text-blue{
	color: var(--blue);
}

.nav-tabs .nav-link.active {
	background-color: transparent;
}

.font-weight-semibold{ font-weight: 600 !important; }

.text-lines::before,
.text-lines::after {
	display: inline-block;
	content: "";
	border-top: 2px solid #161616;
	width: 4rem;
	margin: 0 1rem;
	transform: translateY(-.375em);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu{margin-top:0}
.dropdown-menu .dropdown-toggle::after{vertical-align:middle;border-left:4px solid;border-bottom:4px solid transparent;border-top:4px solid transparent}
.dropdown-menu .dropdown .dropdown-menu{left:100%;top:0;margin:0 8px;border-width:0}
.dropdown-menu .dropdown .dropdown-menu.left{right:100%;left:auto}

@media (max-width: 768px) {
	h1.display-5{
		font-size: 48px;
	}
	
	.btn-lg{
		width:100%;
		padding: 0.375em .75em;
	}
	.navbar {
		padding: .25rem .25rem;
	}
	.navbar-brand.brand-logo img{
		height: 40px;
	}
	
	#head_height{
		height:55px;
	}
	.btn-group > .btn {
		padding: .675rem .5em;
		line-height: 1em;
	}
	
	.input-group-lg > .input-group-append > .btn {
		padding: .5rem .75em;
	}
}

@media (max-width: 992px) {
	.text-lines::before, .text-lines::after {
		display: none;
	}
	
	.main-map{
		position:relative !important;
		height: 50vh;
	}
}


@media (min-width: 1650px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}