@charset "utf-8";
/*
*/
@import 'https://fonts.googleapis.com/css?family=Prosto+One&subset=cyrillic';
html{
	font-size: 18px;
}
body{
	min-width: 320px;
	background-color: #FFFFFF;
}
.h1, .h2, h1, h2{
	font-family: 'Prosto One', cursive;
	text-align:center;
	font-weight: bold;
}
h1{
	padding-top: 3.5rem;
	text-transform: uppercase;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
a:focus{
	//background-color: inherit !important;
	//color:#CCC;
}
a, button, li, i, #menu li div{	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn{
	border-radius: var(--bs-border-radius-pill)!important;
	color: #000;
	background-color: #40f8ff;
	border-color: #333;
	border-width: 2px;
	font-weight: bold;
}
/* HEADER */
.navbar-dark{
	background-color:rgba(0,0,0,0.8);
}
.navbar-header > a {
	font-family: 'Prosto One', cursive;
	color: #FFF;
	font-size: 1.4rem;
}
.navbar-toggler{
	border: 2px solid #40f8ff !important;
}
#menu li{
  margin-top: 2.5px;
	flex-direction: column;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  /*flex-basis: 0%;*/
}
#menu a{
  color: #FFF;
  padding: 0 5px;
  width: 100%;
  text-align: center;
}
#menu a:hover, #menu a:focus{
	background-color:transparent;
	text-shadow: 0 0 15px #40f8ff;
}
#menu li div{
	width: 0;
	height: 5px;
	background: #40f8ff;
}
#menu .active + div{
	width:100%;
}
/*INTRO*/
.intro{
	color:#fff;
	background-image: url(../img/bg_intro.png);
	background-color: #04001E;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.intro .h1, .intro .h2{
    text-align: left;
}
.intro .h1, .intro .h2, .intro .h3{
	text-shadow:0 0 15px #000;
}
.intro .h1{
    text-align: left;
	font-size: 2.5rem;
}
.intro .btn{
	color: #fff;
	width: 220px;
	margin: 0.5rem auto;
	border-color: #40f8ff;
	//font-size:1.2rem;
	background-color: #333;
}
/*TARIF*/
.tarif{
	background-color: #e5e5e5;
	margin-bottom: 20px;
}
.tarif > h2, .ecp-header{
	background-color: #727272;
	text-align: left;
	padding: 1rem;
	color: #FFF;
	/*margin: 0 0 1rem 0;*/
}
.tarif > div{
	text-align: center;
	padding: 1rem;
}
.tarif .col-md-8 ul{
	text-align: left;
	padding-left: 30px;
	border-left: solid 5px #40f8ff;
}
.ecp-header ul{
	flex-grow: 1;
	justify-content: space-evenly;
	align-content: end;
	margin: 0 0 -1rem 0;
	border: none;
}
.ecp-header li{
	/* margin: 0 0 -1rem 0; */
}
.ecp-header a{
	padding: 0.5rem 1rem 2rem 1rem;
	font-size: 1rem;
	font-weight: bold;
	color: white;
	border: none !important;
}
.ecp-header a {
	//padding: 0.5rem 1rem;
}
.ecp-header .active{
	background-color:#e5e5e5 !important;
}
.nav-link:focus, .nav-link:hover {
  color: #40f8ff;
}

.panel{
	display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #e5e5e5;
  border-width: 0;
  border-radius: 0;
  box-shadow: 0 0 10px #000;
  margin-bottom: 2rem;
}
.panel-heading{
	color: #FFF;
	text-shadow: 0 0 5px #000;
	background-color: #40f8ff;
	border-radius: 0;
}
.panel-body{
	padding: 0 0.5rem;
}
.features-card{
	text-align: center;
}
.features-card > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.features-card > div > p{
	display: flex;
	margin-left: 1rem;
}
/*CONTACTS*/
#contacts{
	background-color:rgba(0,0,0,0.7);
	min-height: 820px;
}
#contacts .h1, #contacts .h4{
	font-weight: bold;
	color: #fff;
}
address ul{
	list-style-type:none;
}
address li{
	text-align: center;
}
address a {
	position: relative;
	display: inline-block;
	padding: 5px 0;
}
address i {
	display: block;
	height: 5px;
	background-color: #40f8ff;
	position: absolute;
	bottom: 0px;
	width: 0;
}
address a:hover i{
	width: 100%;
}
#map{
	height:40vh;
}
#finaxe-calculator a{
	border-color: black;
	background-color: #40f8ff;
}
.bord-r{
	border:solid #F00 1px !important;
}
.bord-g{
	border:solid #0F0 1px !important;
}
.bord-b{
	border:solid #00F 1px !important;
}
#cookie_note{
    display: none;
	position: fixed;z-index:100;
    bottom: 15px;left: 5%; right: 5%;
    padding: 10px;
	background-color: white;
    border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_note.show{
	display: flex;
}
#cookie_note p{
	margin: 0;
	font-size: 0.7rem;
	text-align: left;
	color: black;
}
#cookie_note .btn {
	color: #fff;
	width: 220px;
	border-color: #40f8ff;
	background-color: #333;
	margin: auto;
}
.cookie_accept{
	width:20%;
}
/*@media (min-width: 576px){
}
@media (max-width: 575px){
	#cookie_note.show{
		display: none;text-align: left;}
}*/
@media (max-width:1199.98px)
{

}
@media (max-width:991px){
  h1 {
    padding-top: 1rem;
  }
	.fixed-top{
		position:relative;
	}
	.navbar-dark{
		background-color: #000;
	}
}
@media (max-width:767px){
	#menu a{
		line-height: 40px;
	}	
	.ecp-header a {
	  padding: 0.5rem;
		font-size: 16px;
}
@media (max-width:575px){
	html{
		font-size: 16px;
	}
	.ecp-header a {
    font-size: 0.9rem;
	}
}
@media (max-width:480px){
	html{
		font-size: 14px;
	}
	.ecp-header a {
    font-size: 0.7rem;
	}
}
@media (max-width:320px){}
}
.personal-data{
	color:#fff;
	background-image: url(../img/bg_intro.png);
	background-color: #04001E;
	background-position:center;
	background-attachment: fixed;
	background-size: cover;
}
