/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Marmelad|Philosopher|Francois+One');

/*MAIN*/
html,
body {
  height: 100%;
  color: #000;
}

body {
  background: 
}

h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}

/*NAVBAR*/

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}

.logo-address {
	margin-left: 30px;
	font-size: 16px;
	color:rgba(255, 255, 255, 0.8)
}
.navbar {
	background:  rgba(41, 44, 47);
}
.navbar-brand {
	font-family: 'Francois One', cursive;
	font-size: 46px;
}

.navbar.navbar-light .nav-link {
	color: #ffffff;
}
.navbar.navbar-light .nav-link:hover {
	color: rgba(255, 255, 255, 0.8);
}

.div-main-img {
	position: relative;
	margin-top: 77px;
}

.main-img {
	width: 100%;
}

.blue-text {
	color: #007bff;
	-webkit-text-stroke: 1px rgb(0,34,78);
}
.yellow-text {
	color: #FFD200;
	-webkit-text-stroke: 1px rgba(0,0,0,0.3);
}

.container-ns {
	margin: 0 15px;
}

/*PAGE-CONTENT*/
#page-content {
  flex: 1 0 auto;
}



h1 {
	font-family: 'Marmelad', sans-serif;
}

/*ANIMATION*/
.rotate {
	display: inline-block;
	transform-style: preserve-3d;
	animation: rotate 10s infinite linear;
}

.rotate_2 {
	display: inline-block;
	transform-style: preserve-3d;
	animation: rotate 11s infinite linear;
}

@keyframes rotate {
	95% {
		transform: rotateY(0deg);
		}
	100% {
		transform: rotateY(360deg);
		}
}

@keyframes wave {
	0% {
		transform: scale(1);
		}
	100% {
		transform: scale(1.1);
		}
}




/*CONTACTS*/

.contacts a {
	margin-left: 20px;
	color: #000;
	font-weight: bold;
}
.contacts a:hover{
	color: #000;
	font-weight: bold;
}

.contacts {
	font-size: 1.5rem;
}  


/*OFFICE*/

.office-row {
	padding-top: 10px;
	min-height: 70vh;
	border-radius: 5px;
}
.office-avatar {
	width: 100px;
	height: 100px;
	
}

.office_mail_small{
	font-size: 70%;
}

.status-btn {
	padding: 0.5rem !important;
	border-radius: 0.1rem !important;
	animation: wave 2s infinite alternate;
}

.form-inline {
	display: inline;
}

.card-img-top {
	width: 200px;
	height: 200px;
}

.card {
	border: none
}

.card img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 300px;
	transition: 1s;
	
}
.card img:hover {
	
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		
}


.alert {
	position: relative;
}

.date {
	position: absolute;
	padding: 10px;
	top: 0;
	right: 0;
}

.sum {
	font-size: 3rem;
	font-style: bolder;
	font-weight: 800;
	display: block;
	padding: 10px;
}

.sum .fa-ruble-sign {
	font-size: 2.5rem;
}

.card {
	color: #000000;
	transition: 0.2s;
}

.card-title
{
	font-size: 150%;
	text-align: center;
	/* text-wrap:nowrap; */
	height: 60px;
}
.card:hover {
	transform: rotate3d(0.1, 0.1, 0.1, 0deg);
}

.card-body {
	/* box-shadow: 0 0 15px rgba(0,0,0,0.5); */
} 



@media (max-width: 768px) {
	.div-main-img {
		margin: 118px 0 0 0;
		}
}