@font-face {
    font-family: "Vida";
    font-style: normal;
    font-weight: normal;
    src: local("Vida"), url(../font/vidapro.otf) format("opentype");
}
@font-face {
    font-family: "VidaBold";
    font-style: normal;
    font-weight: normal;
    src: local("VidaBold"), url(../font/vida32pro-bold-webfont.woff) format("woff"), url(http://www.classomsk.com/templates/classnew/fonts/vida32pro-bold-webfont.ttf) format("truetype");
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(../fonts/PTSansItalic.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/PTSansNormal.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(../fonts/PTSansBold.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(../fonts/PTSansItalicBold.woff) format('woff');
}
/*    Article custom style    */
.FirstLetter {
  font-weight: bold;
  font-size: 24px;
  vertical-align: baseline;
}
.head1,.head2 {
	text-align: center;
	display: block;
	text-decoration: none;
	font-style: normal;
}
.head1 {
	font-family: VidaBold;
	font-size: 29px;
	line-height: 40px;
	margin-top: 10px;
}
.head2 {
	font-family: Vida;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}
.vrezkaDash {
  padding: 35px 0px;
  background: url("../images/bgDash.png") repeat-x left top transparent;
}
.vrezkaDash:after {
  content: "";
  height: 10px;
  width: 100%;
  background: url("../images/bgDash.png") repeat-x left bottom transparent;
  margin-top: 30px;
  display: inline-block;
}
.vrezkaDash {
	font-family: VidaBold;
	margin-left:auto;
	margin-right:auto;
	width:45%;
	font-size: 27px;
	line-height: 30px;
        display: block;
        text-align: center;
}
.vrezkaDotted {
        font-family: Vida;
        font-size: 25px;
        line-height: 28px;
        text-align: center;
        width: 90%;
        padding: 15px 0px;
        border: 44px solid transparent;
        -moz-border-image:url("../images/Vrezka.png") 44 42 42 44 round round;
        -webkit-border-image:url("../images/Vrezka.png") 44 42 42 44 round round;
        -o-border-image:url("../images/Vrezka.png") 44 42 42 44 round round;
        border-image:url("../images/Vrezka.png") 44 42 42 44 round round;
        margin-bottom: 20px;
}
.vrezkaSlash {
        font-family: Vida;
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        width:80%;
	margin-left:auto;
	margin-right:auto;
        padding: 40px 0px;
}
.vrezkaSlash:before {
        content: "";
        height: 57px;
        width: 65px;
        background: url("../images/VrezkaST.png") repeat-x left top transparent;
        display: inline-block;
        float: left;
        margin: -20px 0px -20px 0px;
}
.vrezkaSlash:after {
        content: "";
        height: 57px;
        width: 65px;
        background: url("../images/VrezkaST.png") repeat-x left top transparent;
        display: inline-block;
        float: right;
        margin: 20px 0px 0px -20px;
}