html {
  /*margin-top: 32px !important;*/
}

@font-face {
    font-family: 'Propisi'; 
	src: url("../../heap/fonts/Propisi.ttf");
}

@font-face {
	font-family: 'Times New Roman'; 
	src: url("../../heap/fonts/TNR.ttf");
}

body.custom-background {
  background-color: #ffffff;
  /*background-image: url("../../../assets/components/img/light-cell.png");*/
}
body {
  color: #333;
  font-family: Times New Roman;
  font-size: 13px;
  line-height: 1,5;
}
#masthead {
  text-align: center;
 }
#casing_1 {
  width: 96%;
 /* padding: 0px 0px 30px 0px;*/
  margin: 0px 20px;
}
#casing_2 {
  float: left;
  margin: 0px 20px;
  width: 75%;
}
#content {
  width: 100%;
  margin-top: 20px;
  float: left;
  margin: 0 -24px;
}
#sbar {
    float: left;
    width: 15%;
}
.prop {
	font-family: Propisi;
	font-size: 24px;
}
.zag1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

/*Кнопка Предметов*/
.push_button {
	position: relative;
	width:220px;
	height:40px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:43px;
	font-family:'Oswald', Helvetica;
	display: block;
	margin: 3% 0 -2% 42%;
}
.push_button:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -10px;
	z-index: -1;
}

.push_button:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}

.red {
	text-shadow:-1px -1px 0 #A84155;
	background: #D25068;
	border:1px solid #D25068;
	
	background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
	background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
	background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
	background-image:-o-linear-gradient(top, #F66C7B, #D25068);
	background-image:linear-gradient(to bottom, #F66C7B, #D25068);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
	background: #F66C7B;
	background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
	background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
	background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
	background-image:-o-linear-gradient(top, #D25068, #F66C7B);
	background-image:linear-gradient(top, #D25068, #F66C7B);
}

.blue {
	text-shadow:-1px -1px 0 #2C7982;
	background: #3EACBA;
	border:1px solid #379AA4;
	background-image:-webkit-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-moz-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-ms-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-o-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:linear-gradient(top, #48C6D4, #3EACBA);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
	background: #48C6D4;
	background-image:-webkit-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-moz-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-ms-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-o-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:linear-gradient(top, #3EACBA, #48C6D4);
}
/*Кнопка предметов*/

.entry-title {
	text-align: center;
}
th, td {
    border: 1px solid #AAA0;
}

/*всплывающие окна*/
.t1 {
  /*width: auto !important;
  height: auto;
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 10px;*/
  font-family: 'Times New Roman';
  line-height: 25px;
}
/*всплывающие окна*/
body, p, span, strong, a, div {
   border: none;
   margin: 0px;
   outline: 0;
   padding: 0;
   list-style: none;
   vertical-align: baseline;
}
.sample-container {
    height: 85vh;
   /* background-color: #eee;
    border-radius: 5px;*/
    padding: 3px;
   /* box-shadow: 0 0 10px rgb(0 0 0 / 50%);*/
}
.sample-container>div {
    height: 100%;
    width: 100%;
}
.ssilk {
	text-align: center;
	font-size: 20px;
	font-family: 'Times New Roman';
	font-weight: bold;
}
.logohet {
   font-size: 35px; 
}
.logohet a {
  text-decoration: none;
  color: #000;
}
.logohet a:hover {
  color: #265301;
}
.domashka a {
  color: #0000FF !important;
}
.domashka a:hover {
  color: #FF0000 !important;
}
.t1 a {
  color: #4333FF !important;
  text-decoration: none;
}
.t1 a:hover {
  color: #F00 !important;
  text-decoration: underline;
}
.replik_gl {
  /*text-align: center;*/
  font-size: 30px;
  font-family: Propisi;
  font-weight: bold;
}
.main-head{
    width:100%;
    margin-right: 3%;
    font-weight:bold;
    text-align: center;
    font-size: 50px;
}
.line {
    width:1000px;
    border-top:1px solid #FFFAFA00;
    border-bottom: dotted 3px #0F0F0F;
    padding-left:10px;
}

.main-col, .right-col, .single .main-col, .page .main-col {
	float:left !important; 
	width: 100% !important; 
	margin:0 0 30px 0; 
	border:none; 
	padding:0
}

.clear {
    clear: both;
}
/*#right {
    width: 270px;
    float: right;
    margin-top: 20px;
}*/
.featbox {
    margin: 30px 0px 10px 0px;
}
h3.sidetitl {
    color: #fff;
 /**background: #443835;**/
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    text-shadow: -1px -1px 0px #382D2B;
}
.squarebanner {
    margin: 10px 0px 10px 0px;
}

.main-sidbar {
    width: 100%;
    margin-right: 3%;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

/**karkas**/
html, body, div, span, header, ol, ul, li, a, i, h1, ins, menu, nav{
   margin:0;
   padding:0;
   border:0;
   font-size:100%;
   font:inherit;
   vertical-align:baseline
}
html{
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	overflow-x:hidden;
}
body{ 
    font-family: 'Times New Roman';
	font-weight:400;
	font-size:20px;
	line-height:1.5;
	word-wrap:break-word;
	background:#f6f7fb;
}
body{
	overflow:visible !important;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.home-blog {
	float:left;
	width:100%;
}

.casting {
	/*float:left;*/
	width:100%;
}

.main-col, .main-col-fullwidth {
  text-align: center;
  margin: -23px 100px 0px 100px;
}

h1.post-title {
  font-size: 30px;
  margin: 20px 0 10px 0;
  text-align: center;
}
h1 {
  font-size: 28px;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  margin-top: 35px;
  font-weight: 700;
  line-height: 1.2;
}
a {
  text-decoration: underline;
  transition: all .2s linear;
}

img.alignleft {
  float: left;
  margin: 5px 35px 25px 0;
}
.alignleft {
  float: left;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
#top {
}
#blogname {
  width: 100%;
  height: 251px;
  text-align: center;
}
.imglogo {
}

.v1 {
  text-align: center;
  font-family: 'Times New Roman';
  font-size: 20px;
  font-weight: bold;
}

.v1 a {
  color: #000;
  text-decoration:none;
}
.v1 a:hover {
  color: #FF0000CF;
}