/* @font-face {
    font-family: deftone;
    src: url(../fonts/Deftone.ttf);
   } */

/* @font-face {
    font-family: 'masterplan';
    src: url('../fonts/masterplan-webfont.ttf');
   } */

/* @font-face {
    font-family: war;
    src: url(../fonts/war-webfont.ttf);
    font-weight: normal;
    font-style: normal;

} */



h1, h2, h3 {
	font-family: 'a_RubricaCn BoldItalic', arial;
	text-shadow: 2px 2px 2px #504b4b;
	/* letter-spacing: 2px; */
}

.typo-light h1, .typo-light h2, .typo-light h3 {
	text-shadow: 2px 2px 2px #aaa;
}


.typous h1, .typous h2, .typous h3 {
	text-shadow: 4px 4px 4px #504b4b;
}
.titleus {
	margin-top: 80px;
}
.bg-defaultus  {
	background-color: rgb(151, 158, 162);
}

.pus {
	margin-bottom: 5px;
}

.hrus {
	margin: 10px auto;
}

.pd-tinyus {
	padding: 10px;
	min-height: 600px;
}

.centered {
	margin: auto auto;
}

.bg-primaryuse {
	background-color: #07c70d;
}

.zayavkaus {
	margin: 10px;
}

.bdr-op-1us {
	border-color: rgba(45,51,69,0.42);
    background-color: #ffffff;
}

.bgprymaryus {
	background-color: #fff;
}

.heius {
	min-height: 140px;
}

.btn-primaryus {
  background-color: transparent;
  border-color: #4a76a8;
  color: #4a76a8;
  border-radius: 16px;
}

.btn-primaryus:hover {
  background-color: #4a76a8;
  border-color: #fff;
  color: #fff;
  border-radius: 16px;
}