body  {
	font: 14px Arial, Helvetica, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
}

h1, h2, h3, h4 {
margin: 0px;
    padding: 0px;
}

.main {
    width:85%;
    display: block;
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1350px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
	position: relative;
}

.header_text {
font-weight: 300;
display: block;
    position: absolute;
    top: 0px;
    right: 5px;
    color: #303136;
}

img.img18 {
  position: absolute;
    top: 0px;
    left: 0px;
    z-index: 15;
}

.topplace
{
    display: block;
    margin-top: 2px;
    overflow: hidden;
    width: auto;
    height: 140px;
    border: 1px dashed #cccccc;
    text-align: right;
    background: #fff;
}

#topplace {
 width: 100%;
}

.topplace li, .topplace ul {
    display: block;
    height: 140px;
        overflow: hidden;
        width: auto;
        margin: 0px;
        padding: 0px;
}

#banner_right2 ul, #banner_right2 li {
display: block;
    overflow: hidden;
     width: auto;
        margin: 0px;
        padding: 0px;
    list-style: none;
}

.topplace img {
max-width: 100%;
max-height: 140px;
width: auto;
    display: block;
margin: 0 auto;

}

#prevBtn, #nextBtn {
display: none;}

.menu {
display: block;
    width: auto;
    height: 125px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
}

.menu .vndlogo img {
 position: absolute;
    z-index: 10;
    left: 20px;
    top: 0px;
    height: 140px;
}

#menu {
display: block;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    background: #303136;
    z-index: 5;
  
}

#menu a {
font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    display: block;
    width: 12%;
    float: right;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    text-align: center;
    border-left: 1px dotted #5f616b;
}

#menu a:hover {
    color: #e09607;
}

.socials {
display: block;
    width: 25%;
    position: fixed;
    left: 0px;
    bottom: 40px;
    height: 400px;
}

.socials_wrap a {
display: block;
width: 45px;
height: 45px;
margin-bottom: 2px;
}

.socials_wrap a:hover {
opacity: 0.9;
}

.popularblock {
display: block;
width: auto;
overflow: hidden; 
height: 400px;
position: relative;
}

.popnewsitem {
display: block;
padding: 0px;
position: absolute;
overflow: hidden; 
}

.popnewsbody {
display: block;
width: auto;
margin: 5px;
margin-bottom: 0px;
border: 1px solid #999999;
border-radius: 3px;
    position: relative;
    background-size: 110% auto;
    background-position: center center;
    
     transition: all 0.15s linear;
}

.category {
position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background: #eee;
    color: #999;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 3px;
    opacity: 0.9;
}

.popnewsbody a {
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    font-weight: 900;
    color: #fff;
    bottom: 35px;
    left: 5px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);*/
    
    text-shadow: -1px 0 1px #000, 0 -1px 1px #000, 0 1px 1px #000, 1px 0 1px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

.popnewsbody a:hover {
    color: #fff;
}


.popnewsbody b {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-weight: 300;
    color: #fff;
}

.popnewsitem:nth-child(1) {
    width: 40%;
    height: 400px;
    left: 0px;
    top: 0px;
    background: #fff;
}

.popnewsitem:nth-child(1) .popnewsbody {
    height: 270px;
}

.popnewsitem:nth-child(1) .popnewsbody a {
    top: 285px;
    left: 5px;
    color: #303136;
    text-shadow: none;
}

.popnewsitem:nth-child(1) .popnewsbody a:hover {
    color: #e09607;
}


.popnewsitem:nth-child(1) .popnewsbody b {
    top: 370px;
    left: 5px;
    color: #999;
    
}

.popnewsitem:nth-child(2) {
    height: 200px;
    width: 30%;
    left: 40%;
    top: 0px;
}

.popnewsitem:nth-child(2) .popnewsbody {
    height: 190px;
}

.popnewsitem:nth-child(3) {
height: 200px;
width: 30%;
bottom: 0px;
left: 40%;
}

.popnewsitem:nth-child(3) .popnewsbody {
height: 180px;
}

.popnewsitem:nth-child(4) {
height: 200px;
width: 30%;
bottom: 0px;
left: 70%;
}

.popnewsitem:nth-child(4) .popnewsbody {
height: 180px;
}

.popnewsitem:nth-child(5) {
height: 200px;
    display: block;
width: 30%;
top: 0px;
left: 70%;
}

.popnewsitem:nth-child(5) .popnewsbody {
height: 190px;
}

.popnewsbody:hover {
background-size: 120% auto;
cursor: pointer;
}

.darkener {
display: block;
width: auto;
height: 100%;
    /*
background: rgba(0,0,0,0);
    */
    
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
    transition: all 0.15s linear;
}


.darkener:hover {
display: block;
width: auto;
height: 100%;
/*background: rgba(255,255,255,0.8);*/
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}


.popnewsbody:hover a {

}

.persblock {
display: block;
    width: auto;
    margin-top: 25px;
    overflow: hidden;
	margin-right: 250px;
}

.persona {
display: block;
width: 40%;
float: left;
overflow: hidden;
}

.commerce {
width: 60%;
margin-left: 40%;
overflow: hidden;
}

a.subheader {
display: block;
    text-decoration: none;
    width: 290px;
    padding-left: 5%;
    text-transform: uppercase;
    padding: 6px;
    color: #000;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    border-left: 5px solid #e09607;
}

a:hover.subheader {
color: #e09607;
}
    
.persona_content {
    background: #fff;
    display: block;
    width: auto;
    padding: 5px;
}

.persona_photo {
    display: block;
    width: auto;
    height: 260px;
    position: relative;
    background-size: 110% auto;
    background-position: center center;
    transition: all 0.15s linear;
    cursor: pointer;
}

.persona_photo:hover {
 background-size: 120% auto;
}
        
.persona_content a {
font-size: 20px;
display: block;
text-decoration: none;
font-weight: 900;
color: #303136;
margin-left: 5px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 20px;
}

.persona_content a:hover {
    color: #e09607;
}

.commerce_list {
display: block;
    width: auto;
    margin-left: 5px;
    background: #fff;
    overflow: hidden;
}

.commerce_item {
display: block;
    width: auto;
    overflow: hidden;
     margin-bottom: 2px;
    border-bottom: 1px solid #f2f2f2;
    border-left: 5px solid #a32c05;
}


.commerce_item a {
display: block;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #303136;
    padding: 15px;
}

.commerce_item a:hover {
 color: #e09607;
 }

.commerce_item a p {
font-weight: 300;
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.newslineblock {
display: block;
    width: auto;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.linenewsitem {
display: block;
padding: 0px;
position: absolute;
overflow: hidden; 
}

.linenewsbody {
display: block;
width: auto;
margin: 5px;
margin-bottom: 0px;
border: 1px solid #999999;
border-radius: 3px;
    position: relative;
    background-size: 110% auto;
    background-position: center center;
    height: 190px;
     transition: all 0.15s linear;
}

.linenewsbody a {
font-size: 20px;
text-decoration: none;
position: absolute;
font-weight: 900;
    color: #fff;
    bottom: 35px;
    left: 5px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);*/
     text-shadow: -1px 0 1px #000, 0 -1px 1px #000, 0 1px 1px #000, 1px 0 1px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

.linenewsbody a:hover {
color: #fff;
} 

.linenewsbody b {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-weight: 300;
    color: #fff;
}

.linenewsitem:nth-child(1) {
width: 40%;
height: 400px;
left: 0px;
top: 0px;
background: #fff;
}

.linenewsitem:nth-child(1) .linenewsbody {
height: 270px;
}

.linenewsitem:nth-child(1) .linenewsbody a {
top: 285px;
left: 5px;
color: #303136;
     text-shadow: none;
}

.linenewsitem:nth-child(1) .linenewsbody a:hover {
    color: #e09607;
}


.linenewsitem:nth-child(1) .linenewsbody b {
top: 370px;
left: 5px;
color: #999;  
}

.linenewsitem:nth-child(2) {
height: 200px;
width: 30%;
left: 40%;
top: 0px;
}


.linenewsitem:nth-child(3) {
height: 200px;
width: 30%;
left: 70%;
top: 0px;
}


.linenewsitem:nth-child(4) {
height: 200px;
width: 30%;
left: 40%;
top: 200px;
}
                
.linenewsitem:nth-child(5) {
height: 200px;
width: 30%;
left: 70%;
top: 200px;
}

.linenewsbody:hover {
background-size: 120% auto;
cursor: pointer;
}

.three_news {
display: block;
width: auto;
overflow: hidden;
}

.news_fixed {
display: block;
width: 33.33%;
height: 360px;
float: left;
overflow: hidden;
}

.colnewsitem {
background: #fff;
    display: block;
    overflow: hidden;
    height: 360px;
    margin: 5px;
    position: relative;
}

.colphoto {
display: block;
height: 250px;
margin: 5px;
background-size: 110% auto;
background-position: center center;
cursor: pointer;
 border: 1px solid #999999;
    transition: all 0.15s linear;
}

.colphoto:hover {
    background-size: 120% auto;
}

.colnewsitem a {
display: block;
margin: 10px;
margin-left: 5px;
font-size: 18px;
    font-weight: 900;
text-decoration: none;
font-weight: 900;
color: #303136;
}

.colnewsitem a:hover {
 color: #e09607;
}

.colnewsitem_date, .colnewsitem_category {
color: #999;
   font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    position: absolute;
    bottom: 5px;
}
    
.colnewsitem_date {
 left: 5px;
}
    
.colnewsitem_category {
right: 5px;
}

.newfooter {
    margin-top: 25px;
width: auto;
    display: block;
    padding: 20px;
    background: #b3b3b3;
    color: #ffffff;
    overflow: hidden;
}

.newfooter ul {
float: left;
width: 49%;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.newfooter b {
    text-transform: uppercase;
font-size: 12px;
margin-bottom: 5px;
    line-height: 20px;
}

.newfooter ul a {
display: block;
height: 25px;
width: 75%;
line-height: 25px;
color: #ffffff;
    font-size: 11px;
text-decoration: none;
 border-bottom: 1px dotted #ffffff;
    text-transform: none;
}

.newfooter ul a:hover {
    color: #666666;
 border-bottom: 1px dotted #666666;
}

.newfooter p {
    clear: left;
color: #ffffff;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-top: 20px;
}

.newfooter .speedbar {
margin-top: 20px;
    border-top: 1px dotted #ffffff;
    padding-top: 5px;
    color: #ffffff;
    font-size: 11px;
}

.newfooter .speedbar a {
color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}

.newfooter .speedbar a:hover {
color: #ffffff;
}


.speedbar {
display: block;
overflow: hidden;
color: #303136;
    font-size: 11px;
    margin-bottom: 25px;
}

.speedbar a {
text-decoration: none;
color: #303136;    
}

.speedbar a:hover {
text-decoration: underline;
}

.contentpage {
display: block;
width: auto;
overflow: hidden;
}

.contentblock {
width: 69%;
float: left;
}


.colpage {
width: 30%;
margin-left: 70%;
}

.fullstory {
display: block;
    overflow: hidden;
    max-width: 850px;
    padding: 15px;
    background: #fff;
    color: #303136;
    font-size: 16px;
    line-height: 1.5em;
}

.fullstory h1 {
font-size: 32px;
font-weight: 100;
    line-height: 1.3em;
}

.content h1{
font-size: 32px;
font-weight: 100;
    line-height: 1.3em;
}
    
.fullstory img {
width: auto;
max-width: 100%;
}
    
    .socialshare {
overflow: hidden;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
}

.shortstory {
display: block;
    overflow: hidden;
    width: auto;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}

.shortstory_image {
width: 35%;
    float: left;
    overflow: hidden;
    height: 200px;
    text-align: center;
}

.shortstory_image img {
height: 100%;
float: center;
}

.shortstory_right {
margin-left: 37%;
} 

.shortstory_title a {
display: block;
    font-size: 22px;
    color: #303136;
        text-decoration: none;
        font-weight: bold;
        line-height: 1.3em;
}

.shortstory_title a:hover {
color: #e09607;
}
    
    
.shortstory_desc {
    position: absolute;
       bottom: 10px;
      color: #999;
            font-weight: 100;
            font-size: 11px;
}

.shortstory_desc a {
  color: #999;
    text-decoration: none;
}
        
.shortstory_txt {
    display: block;
                margin-top: 25px;
                font-weight: 100;
}

.noccoments {
display: block;
    width: auto;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    padding: 15px;
    background: #e09607;
    color: #fff;
    margin-top: 15px;
   border: 1px solid #fff
}

.error {
display: block;
    width: auto;
    padding: 25px;
    background: #ffff99;
    color: #303136;
    margin-bottom: 25px;
}

.comment_item {
display: block;
    width: auto;
    margin-top: 20px;
    overflow: hidden;
     border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    background: #f5f5f5;
    position: relative;
}

.photocomment {
display: block;
text-align: center;
width: 120px;
    float: left;
    height: auto;
    min-height: 130px;
}

.photocomment img {
display: block;
    max-width: 115px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.photocomment a, .user_comm a {
font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #303136;
}

.photocomment a:hover, .user_comm a:hover {
text-decoration: underline;
}

.commenttext {
margin-left: 130px;
font-size: 14px;
    color: #303136;
}

.commenttext p {
margin-top: 20px;
}

.commentact {
font-size: 11px;
color: #c1c1c1;
position: absolute;
top: 5px;
right: 5px;
}
    
.commentact a {
text-decoration: none;
color: #c0c0c0;
}
        
.commentact a:hover {
color: #303136;
}

.loginplace {
background: #303136;
    color: #fff;
display: block;
    width: 300px;
    position: absolute;
    z-index: 100000;
overflow: hidden;
width: auto;
    right: 13%;
    top: 90px;
    text-align: center;
}

.loginplace b {
    color: #fff;
font-size: 18px;
    font-weight: bold;
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
        margin-top: 5px;
}

.loginplace table {
width: 95%;
    display: block;
    margin: 0 auto;
}

.loginplace table a {
text-decoration: none;
color: #303136;
     font-size: 11px;
}

.loginplace table a:hover {
text-decoration: underline;
color: #000;
   
}

.loginbox {
display: block;
    width: auto;
    overflow: hidden;
}

.loginava {
width: 110px;
float: left;
}

.loginava img {
width: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.logintext {
margin-left: 115px;
    width: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}

.logintext a {
display: block;
    width: 90%;
    border-bottom: 1px dotted #fff;
    text-align: left;
    color: #fff;
     padding: 3px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5%;
   
}

.logintext a:hover {
    background: #eee;
color: #777;
             border-bottom: 1px dotted  #777;
        }



.catalist
{
    padding: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.dillersCat li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

ul.dillersCat li ul li{
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
}

ul.dillersCat li ul {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    list-style-type: none;
    
    
}


ul.dillersCat  {
    margin: 0;
    padding: 0;
    list-style-type: none;
    
    overflow: hidden;
}

.dillersCat a
{
    text-decoration: none;
    color: #000;
}

.dillersCat a:hover
{
text-decoration: underline;
color: #444444;
}


.freshnum {
display: block;
    width: auto;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
   border: 1px solid #c9c9c9;
    text-align: center;
}

.freshnum img {
display: block;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
}

.freshnum b {
display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 100;
    color: #c9c9c9;
}

.archive {
display: block;
    width: 25%;
    height: 380px;
float: left;
}

.archive img {
width: auto;
 display: block;
    margin: 0 auto;
    height: auto;
    max-width: 90%;
    max-height: 310px;
}

.archive_title a {
display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 100;
    color: #303136;
    text-align: center;
    text-decoration: none;
}

.archive_pages {
display: block;
    width" auto;
    overflow: hidden;
}

.archive_page {
display: block;
    width: 110px;
    text-align: center;
    float: left;
        height: 145px;

}
    
.archive_page a {
         font-size: 13px;
    font-weight: 100;
     text-decoration: none;
    color: #303136;
}

.searchform {
position: absolute;
    right: 0px;
    top: 105px;
}

.searchform input {
border: 1px solid #c9c9c9;
    padding: 3px;
}


.quote {
border: 1px solid #dce7e7;
background: #f9fafa;  
margin-bottom: 5px;
}

.fullstory .quote {
padding: 15px;
width: 30%;
font-size: 14px;
line-height: 16px;
float: right;
background: url("http://www.vnd12.ru/uploads/quott.png") no-repeat top right #fffbe9;
color: #444444;
font-weight: bold;
font-style: italic;
border-left: 3px solid #9a6601;
margin-left: 15px;
}

.poll_main {
display: block;
    width: auto;
    background: #c9c9c9;
    padding: 10px;
}

.poll_main img {
width: 100%;
}

.poll_main_pollblock {
display: block;
    overflow: hidden;
    font-size: 16px;
}

.poll_main_pollblock .ask-mainpool {
font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
}

.vnd-poll-main {
display: block;
    position: relative;
width: auto;
    padding: 5px;
    padding-left: 40px;
    border-bottom: 1px dotted #eee;
}

.pollprogress {
    margin-bottom: 5px;
     border-bottom: 1px dotted #eee;
}

.vnd-poll-main input {
display: block;
    width: 30px;
    height: 30px;
     position: absolute;
    left: -5px;
}

.button a {
display: inline-block;
    padding: 3px;
    background: #e09607;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
}


.hban {
display: block;
    width: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#banner_5 {
display: block;
width:auto;
    height: 130px;
overflow: hidden;}

#banner_5 ul, #banner_5 li {
display: block;
    overflow: hidden;
     width: auto;
    height: 130px;
        margin: 0px;
        padding: 0px;
    list-style: none;
}


.twocolcont_price {width:100%; overflow: hidden; }
.twocolboxl_price {width:250px;  float:left; overflow: hidden;}
.twocolboxr_price {margin-left:250px; width:auto;  overflow: hidden;}

.thepage {
width: 230px;
height: 330px;
background: url(/img/price/bg.jpg);
    overflow: hidden;
}

#price1, #price2, #price3, #price4, #price5, #price6, #price7, #price8, #price9, #price10, #price11, #price12, #price13, #price14, #price15, #price16 {
display: none;
}

.pricetable table
{
 width: 100%;
 text-align: center;
 cursor: pointer;
}

.pricetable td {
    padding: 3px;
   } 
   
.pricetable tr:nth-child(even) {
    background: #ffefd1; 
   } 

   
   
.pricetable tr:nth-child(odd) {
    background: #fffbe9; 
   } 

.pricetable tr:hover
{
background: #ffa500;
}


.blackvideo {
display: block;
width: auto;
overflow: hidden;
margin-top: 10px;
margin-bottom: 30px;
padding: 20px;
background: #000;
color: #fff;
}


.mainvideo {
display: block;
overflow: hidden;
}

.mainvideo a {
display: block;
margin-top: 20px;
color: #fff;
font-size: 20px;
font-weight: 900;
text-decoration: none;
}
    
    .mainvideo a:hover {
    color: #ff0000;
            }
    
    
    
    .lastvideo {
float: left;
    width: 600px;
    display: block;
}
    
.oldervideo {
display: block;
margin-left: 600px;
width: auto;
overflow: hidden;
}
    
.shortvideo {
display: block;
overflow: hidden;
width: auto;
padding: 5px;
border-bottom: 1px dotted #5f616b;
}
        
.shortvideo img {
width: 190px;
display: block;
margin-right: 10px;
float: left;
            }
            
.shortvideo a {
color: #fff;
text-decoration: none;
font-size: 16px;
font-weight: 900;
}

   
    .shortvideo a:hover {
    color: #ff0000;
            }
    
        
.shortvideo iframe {
width: 200px;
display: block;
margin-right: 10px;
float: left;
            }


.shortvideo a b {
margin-left: 220px;
display: block;   
}

.adarchcat {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}

.adarchcat h4 {
	display: block;
	padding: 5px;
	background: #cecece;
	font-weight: 100;
	margin-bottom: 5px;
}

.adarchitem {
	display: block;
	overflow: hidden;
	font-weight: 100;
	font-size: 12px;
	padding: 4px;
	border-bottom: 1px dotted #cecece;
}

.adarchitem:hover {
	background: #fcfbb1;
}

input.filter {
	display: block;
	width: 90%;
	padding: 10px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.advarchtable thead {
	display: none;
}

.advarchtable {
	margin-bottom: 40px;
}

.victorina19, .victorina19_item {
	display: block;
	overflow: hidden;
}

.victorina19 {
	
}

.victorina19_item {
	font-size: 16px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.victorina19_item label {
	cursor: pointer;
}

.victorina19_item label:hover {
	color: #e09607;
}


input.vict19submit {
	display: block;
	width: 40%;
	cursor: pointer;
	padding: 10px;
}

.arch_buttons {
	display: block;
	overflow: hidden;
}

.arch_buttons a {
	display: inline-block;
	padding: 3px;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
	text-decoration: none;
	background: #e09607;
}

#add_arhive_admin, #add_arhive_admin input {
	font-family: 'Roboto';
	font-size: 18px;
    font-weight: 100;
    color: #303136;
}

.arch_buttons a:hover {
	background: #303136;
}

.currlinks div {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	background: #fffafa;
	border-bottom: 1px dotted #919192;
}

.bigpage {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	border: 1px solid #999;
}

.bigpage img {
	width: 100%;
}

.newarch {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
}

.newarch img {
	width: 100%;
}

.newarch .archive_page {
	display: inline-block;
	float: none;
	width: 4%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}

.biglinks {
display: block;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    width: auto;
    text-align: center;
}

.biglinks a {
background: #e09607;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 25%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.biglinks a:hover {
   background: #303136;
}

.biglinks a.curret_vac {
	background: #303136;
}
        
.vacansylist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;                
}
            
.vac_item {
	overflow: hidden;
	width: auto;  
padding: 10px;
}

.vac_content {
   display: block;
    overflow: hidden;
    width: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
   -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
            
.vac_image {
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    text-align: center;
	margin-bottom: 10px;
border-bottom: 1px dotted #5f616b;
}
                
.vac_image img  {
width: auto;
display: block;
margin: 0 auto;
height: auto;
max-width: 100%;
}
            
.vac_title {
	display: block;
    font-size: 16px;
    color: #303136;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
     margin-bottom: 20px;
}
                
.vac_text {
	display: block;
    margin-top: 25px;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 100;
margin-bottom: 20px;
overflow: hidden;
}

.vac_text img {
display: none;
}

.vac_subh {
display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    font-weight: 900;
    font-size: 1.6em;
}