@font-face {
    font-family: 'pt_serifregular';
    src: url('../font/ptserifregular-webfont.eot');
    src: url('../font/ptserifregular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/ptserifregular-webfont.woff2') format('woff2'),
    url('../font/ptserifregular-webfont.woff') format('woff'),
    url('../font/ptserifregular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_serifitalic';
    src: url('../font/ptserifitalic-webfont.eot');
    src: url('../font/ptserifitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/ptserifitalic-webfont.woff2') format('woff2'),
    url('../font/ptserifitalic-webfont.woff') format('woff'),
    url('../font/ptserifitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../font/HelveticaNeueLight.eot');
    src: url('../font/HelveticaNeueLight.eot') format('embedded-opentype'),
    url('../font/HelveticaNeueLight.woff2') format('woff2'),
    url('../font/HelveticaNeueLight.woff') format('woff'),
    url('../font/HelveticaNeueLight.ttf') format('truetype'),
    url('../font/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
}
@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('../font/proximanovasemibold-webfont.eot');
    src: url('../font/proximanovasemibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/proximanovasemibold-webfont.woff2') format('woff2'),
    url('../font/proximanovasemibold-webfont.woff') format('woff'),
    url('../font/proximanovasemibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-regular-webfont.woff2') format('woff2'),
    url('../font/opensans-regular-webfont.woff') format('woff'),
    url('../font/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

img {border: none;}

body {
    margin: 0;
    font: 14px 'pt_serifregular';
    color: #333333;
}

h1 {
    margin: 0;
    font: 40px 'HelveticaNeueLight';
    color: #fefefe;
}

h2 {
    margin: 0 0 45px;
    font: 30px 'HelveticaNeueLight';
    text-align: center;
    color: black;
}

img { max-height: 100%; max-width: 100%; height: auto; }


.header {
    text-align: center;
    overflow: hidden;
    height: 416px;
    background: url(../img/background1.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.headerBody {
    width: 1000px;
    margin: 28px auto 0;
}

.topMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 15px 'HelveticaNeueLight';
    float: right;
}

.topMenu li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.topMenu li:first-child {
    background: url(../img/dot.png) 100% 9px no-repeat;
    margin-right: 13px;
    padding-right: 21px;
}

.topMenu a {
    color: white;
    text-decoration: none;
}

.homeTop {
    margin: 0 140px 53px;
    color: #fefefe;
    font-size: 26px;
    padding-top: 99px;
    line-height: 39px;
}

.homeTop span {
    font-family: 'pt_serifitalic';
}

.mainMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 15px 'proxima_nova_ltsemibold';
    text-transform: uppercase;
}

.mainMenu li {
    margin: 0 0 0 25px;
    background: url(../img/dotMain.png) 0 15px no-repeat;
    display: inline-block;
	padding: 8px 0px 7px 29px
}

.mainMenu li:first-child {
    background: none;
    margin: 0;
	padding: 8px 0px 7px 0px;
}

.mainMenu li.current {
    border: 1px solid #dddede;
	padding: 8px 14px 7px;
    background: none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.mainMenu li.current + li {
    background: none;
	padding: 8px 0px 7px 0px;
}

.mainMenu a {
    color: white;
    text-decoration: none;
}

.content {
    margin: 64px auto 50px;
    width: 1000px;
}

.content h1 {
    color: black;
    text-align: center;
    margin-bottom: 10px
}

.note {
    margin: 16px 0 55px;
    color: #878787;
    text-align: center;
    font-size: 16px;
}

.anons {
    overflow: hidden;
}

.anons dl {
    margin: 0 0 43px 26px;
    width: 229px;
    float: left;
}

.clear{
	clear: left;
}
/* .anons dl:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
} */

.anons dt {
    position: relative;
}

.anons dt img {
    display: block;
}
.anons dt a img {
   max-width: 230px;
   height:auto;
}

.ugol {
    position: absolute;
    bottom: 0;
    left: 16px;
    height: 9px;
}

.anons dt a:hover + img, .anons dt a:focus + img {
    left: 35px;
}

.anons dt a:active + img {
    left: 56px;
}

.anons dd {
    margin: 18px 0 0;
}

.anons dd div:first-child {
    font-size: 13px;
}

.story {
    color: #77b200;
}

.tale {
    color: #009ed9;
}

.article {
    color: #ff9600;
}

.name {
    color: black;
    font: 20px 'open_sansregular';
    margin: 5px 0 9px;
}

.anons dd p {
    margin: 0;
    line-height: 23px;
}

.footer {
    background: #f3f3f3;
}

.footerBody {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 31px 0 45px;
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.social li {
    padding: 0;
    margin: 0 0 0 18px;
    float: left;
}

.youtube a {
    background: url(../img/youtube.png) 50% 14px no-repeat;
}

.facebook a {
    background: url(../img/facebook.png) 50% 12px no-repeat;
}

.vk a {
    background: url(../img/vk.png) 17px 14px no-repeat;
}

.instagram a {
    background: url(../img/instagram.png) 50% 13px no-repeat;
}

.social a {
    background-color: #b3b1b0;
    width: 45px;
    height: 45px;
    display: block;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

.footerBody div {
    float: left;
    padding-top: 7px;
}

.menu-links {
    margin: 0 0 0 111px;
}
.menu-links div:first-child {
    margin-right:61px;
}

.footerBody div p {
    margin: 0 0 14px;
    font: 14px 'pt_serifitalic';
    color: #878787;
}

.footerBody div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 15px 'HelveticaNeueLight';
}

.footerBody div li {
    padding: 0;
    margin: 0 0 9px;
}

.footerBody div ul a {
    color: #020202;
    text-decoration: none;
}


.bodyArticle .header {
    background-image: url(../img/background1.jpg);
}

.bodyArticle .headerBody {
    margin-top: 21px;
    height: 395px;
    background: url(../img/strelka.png) 50% 336px no-repeat;
}

.bodyArticle .topMenu {
    padding-top: 7px;
}

.bodyArticle .mainMenu {
    margin-bottom: 84px;
}

.home {
    float: left;
    font: 20px 'pt_serifitalic';
    text-decoration: none;
    color: #fefefe;
    margin-top: 3px;
}

.quote {
    font: 22px/33px 'pt_serifitalic';
    color: white;
    margin: 24px 180px 0;
}

.wrapper {
    background: #f7f7f7;
}

.wrapper div {
    width: 695px;
    margin: 0 auto;
    padding: 80px 0 63px;
}

.wrapper p {
    margin: 0 0 32px;
    color: #373737;
    font-size: 20px;
    line-height: 32px;
}

.wrapper p i {
    font-style: normal;
    font-family: 'pt_serifitalic';
}

.bodyArticle .content {
    margin-top: 72px;
}


.topMenu a:hover, .topMenu a:active, .topMenu a:focus,
.mainMenu a:hover, .mainMenu a:active, .mainMenu a:focus,
.footerBody div ul a:hover, .footer div ul a:active, .footer div ul a:focus,
.home:hover, .home:active, .home:focus
    {text-decoration:underline;}
	
.menu-mobile{
	display:none;
	background: transparent ;
	width: 100%;
	padding: 5px;
	border: 1px solid #000;
	color:#DDD;
	height: 27px;
	margin:13px 0 0 0px;
}
.menu-mobile option{
	background: #222 ;
}
.name a{
	color: black;
	text-decoration:none;
}
.name a:hover{
	color: black;
	text-decoration:none;
}