<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* главная страница */
* {
    padding: 0px;
}
body {
    margin-top: 0;
    margin-bottom:0;
    margin-left:0;
    margin-right: 0;
    margin-width:0;
    margin-height:0;
    color: #333;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background:#FFF;
}
.myheader {
    border-bottom:#a2acab 2px solid;
    height:55px;
    background-image:url(/images/topbg2.png);
    background-position: 0% 50%;
    background-repeat:repeat-x;
    padding: 5 15px;
}
h1 {
    color: #29577b;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h2 {
    color: #ff8306;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h3 {
    color: #31302e;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-left:15px;
}
.preview {
    max-height: 200px;
    max-width: 200px;
}
.preview2 {
    max-height: 100px;
    max-width: 100px;
}
.ankety {
    position:relative;
    height:240px;
    margin-left: 10px;
    float:left;
    list-style: none;
}
.ankety2 {
    position:relative;
    margin-left: 10px;
    float:left;
    list-style: none;
}
.ankety2:nth-child(1) {
    margin-left: 0px;
}
.pagination {
    float:left;
    clear: both;
}
.othercities {
    float:left;
    clear: both;
}
select {
width: 100%;
height: 30px;
font-size: 14px;
}
input {
height: 25px;
font-size: 14px;
}
button {
height: 30px;
font-size: 14px;
font-weight: bold;
}
input.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
} 
input.button7:hover { background: rgb(53, 167, 110); }
input.button7:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}
.zag {
font-size: 18px;
color: #0270b6;
}
A:link {
    color:#0270b6;
    font-size: 13px;
    text-decoration: underline;
}
A:visited {
    color:#0270b6;
    font-size: 13px;
    text-decoration: underline;
}
A:active {
    color:#0270b6;
    font-size: 13px;
    text-decoration: underline;
}
A:hover {
    color:#31302e;
    font-size: 13px;
    text-decoration: underline;
}
A.hmenu:link {
    color: #31302e;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform:uppercase;
}
A.hmenu:visited {
    color: #31302e;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform:uppercase;
}
A.hmenu:active {
    color: #31302e;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform:uppercase;
}
A.hmenu:hover {
    color: #0270b6;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform:uppercase;
}
A.fmenu:link {
    color: #999;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.fmenu:visited {
    color: #999;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.fmenu:active {
    color: #999;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.fmenu:hover {
    color: #999;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.span-d {
    display:inline;
    float:left;
    padding-right:20px;
    /*min-height:450px;*/
}
.marks-col-dt {
    clear: both;
    float: left;
    font-size: 11px;
    line-height: 16px;
    margin: 1px 0px 0px;
    width: 16px;
    color: #A6A6A6;
}
.black11 {
    color: #999;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.ccontent {
    color: #383838;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-image:url(/images/bgh.png);
    background-repeat:repeat-x;
    padding: 10px;
    background-color:#FFF;
}

.hide {
    display: none;
}
ul.cities {
    width: 250px; /* Ширина блока со всеми новостями */
    padding: 0;
    /*margin: 0 auto;  Выравнивание по середине */
    -moz-column-count: 2; /* Для Firefox */
    -moz-column-width: 120px;
    -moz-column-gap: 10px;
    -webkit-column-count: 2; /* Для Safari и Chrome */
    -webkit-column-width: 120px;
    -webkit-column-gap: 10px;
    column-count: 2; /* Количество колонок */
    column-width: 120px; /* Ширина колонки */
    column-gap: 10px; /* Отступ колонки */
}
@media(min-width: 600px) {
    ul.cities {
        width: 500px; /* Ширина блока со всеми новостями */
        -moz-column-count: 3; /* Для Firefox */
        -moz-column-width: 155px;
        -webkit-column-count: 3; /* Для Safari и Chrome */
        -webkit-column-width: 155px;
        column-count: 3; /* Количество колонок */
        column-width: 155px; /* Ширина колонки */
    }
}
@media(min-width: 1000px) {
    ul.cities {
        width: 900px; /* Ширина блока со всеми новостями */
        -moz-column-count: 4; /* Для Firefox */
        -moz-column-width: 215px;
        -webkit-column-count: 4; /* Для Safari и Chrome */
        -webkit-column-width: 215px;
        column-count: 4; /* Количество колонок */
        column-width: 215px; /* Ширина колонки */
    }
}
ul.cities li {
    width: 95%; /* Ширина отдельного блока новости */
    display: inline-table; /* Определяет, что элемент является таблицей как при использовании тега &lt;table&gt;, но при этом таблица является встроенным элементом и происходит ее обтекание другими элементами */
    margin: 3px;
    padding: 5px;
}
p.st {
    color: red!important;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    alignment-adjust: central;
    vertical-align: central;
}
A.st:link {
    color: red;
    text-transform:uppercase;
    font-weight: bold;
}

#send-abuse-modal {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
}

.send-abuse-modal-bg_old {
    background:rgba(0,0,0,0.4);
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
}
.send-abuse-modal-bg {
    position:fixed;
    display:flex;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.7);
    z-index:1;
}

#send-abuse-modal .form {
    position: relative;
    margin:340px auto;
    z-index:2;
    width:200px;
    padding:40px 20px;
    background:#FFFFFF;
    border:1px solid #666666;
    border-radius:20px;
    box-shadow:0 0 2px rgba(0,0,0,0.5);
}

#send-abuse-modal .form input {
    width:96%;
    padding:5px 2%;
    margin:10px 0;
    border-radius:4px;
}

a.remove-profile {
    color: red;
}

a.ignore-profile {
    padding-right: 20px;
}</pre></body></html>