@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy/Gilroy-Extrabold.eot');
	src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
	url('../fonts/Gilroy/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy/Gilroy-Extrabold.woff') format('woff'),
	url('../fonts/Gilroy/Gilroy-Extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

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

html,body{
	overflow-x: hidden;
	--red: rgba(152, 27, 40, 1);
	--blue: #146FB3;
}

body{
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	
	line-height: 1.15;
	background: #f3f0eb;
}

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: #323233 !important;
}


.bg-lightred{
	background: rgba(245, 241, 240, 1) !important;
}

.bg-purple{
	background: #583f58;
	color: #fff;
}

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

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

dl, ol, ul {
  padding-left: 1em;
}

.btn, .form-control{
	padding: .75rem 1.5em;
	height: unset;
}

.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-purple{
	background: rgba(88, 63, 88, 1);
	color: #fff;
}

.btn-purple:hover{
	color: #fff;
	background-color: rgba(92,1, 88, 1);;
}

.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: #F3F3F3 !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;
}

@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;
	}
}

.badge-success{
	background-color:#C1FFAB;
	color: #6A6868;
	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: #FF1C1C !important;
  color: #454545;
}

.ui-state-focus{
	border: 0 !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;
}


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

.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;
}

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

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

.nav-tabs .nav-link.active {
	margin-bottom: -3px;
	border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: rgba(88, 63, 88, 1);
	font-weight: bold;
	background-color: transparent;
	border-color: #dee2e6 #dee2e6 #fff;
}

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

.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);
}

#main_carousel .carousel-item {
  height: 600px;
}

.modal-content .carousel-item {
  height: 95vh;
}

.carousel-item .carousel-img{
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0 0 1000px rgba(0,0,0,.5) inset;
	height: 100%;
}

.carousel-caption {
	text-align: unset;
}

ul.marker {
	list-style: none;
	padding-left: 2em;
}

ul.marker li{
	margin-bottom: 1em;
}

ul.marker li::before {
	content: url('/assets/images/alert-circle.svg');
	position: absolute;
	left: 1em;
}

.btn {
	border-radius: 40px;
}


.text-dot{
	padding-left: 1.5em;
	padding-right: 1.5em;
	position: relative;
}

.text-dot::before{
	content: '';
	width: .5em;
	height: .5em;
	background: rgba(170, 34, 49, 1);
	border-radius:50%;
	position: absolute;
	left: 0;
	top: .75em;
}

.text-border{
	border-bottom: 1px solid rgba(152, 27, 40, 1);
	line-height: 2em;
}

.text-underline{
	text-decoration: underline;
}

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

.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%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 992px) {
	.text-lines::before, .text-lines::after {
		display: none;
	}
	
	.main-map{
		position:relative !important;
		height: 50vh;
	}
	
	.carousel-caption {
		left: 0%;
		right: 0%;
	}
	
	
	.display-4{
		line-height: 1.1;
		font-size: 3rem;
	}
}

@media (max-width: 768px) {
	.carousel-adaptive.carousel-inner .carousel-item > div {
		display: none;
	}
	
	.carousel-adaptive.carousel-inner .carousel-item > div:first-child {
		display: block;
	}
	
	.carousel-adaptive.carousel-inner .carousel-item-left,
	.carousel-adaptive.carousel-inner .carousel-item-right{
		opacity: 0 !important;
	}
	
}

.carousel-adaptive.carousel-inner .carousel-item.active,
.carousel-adaptive.carousel-inner .carousel-item-next,
.carousel-adaptive.carousel-inner .carousel-item-prev {
	display: flex;
}


@media (min-width: 768px) {
	
	.carousel-adaptive.carousel-inner .carousel-item-right.active,
	.carousel-adaptive.carousel-inner .carousel-item-next {
		transform: translateX(33.333%);
	}
	
	.carousel-adaptive.carousel-inner .carousel-item-left.active, 
	.carousel-adaptive.carousel-inner .carousel-item-prev {
		transform: translateX(-33.333%);
	}
}

.carousel-adaptive.carousel-inner .carousel-item-right,
.carousel-adaptive.carousel-inner .carousel-item-left{ 
	transform: translateX(0);
}