@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'AmericanRetro';
    src: url('/templates/pobedka/fonts/AmericanRetro.eot');
    src: url('/templates/pobedka/fonts/AmericanRetro.eot') format('embedded-opentype'),
    url('/templates/pobedka/fonts/AmericanRetro.woff') format('woff'),
    url('/templates/pobedka/fonts/AmericanRetro.otf') format('otf'),
    url('/templates/pobedka/fonts/AmericanRetro.ttf') format('truetype'),
    url('/templates/pobedka/fonts/AmericanRetro.svg#AmericanRetro') format('svg');
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('/templates/pobedka/fonts/RobotoSlab-Regular.eot');
    src: url('/templates/pobedka/fonts/RobotoSlab-Regular.eot') format('embedded-opentype'),
    url('/templates/pobedka/fonts/RobotoSlab-Regular.woff') format('woff'),
    url('/templates/pobedka/fonts/RobotoSlab-Regular.otf') format('otf'),
    url('/templates/pobedka/fonts/RobotoSlab-Regular.ttf') format('truetype'),
    url('/templates/pobedka/fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
}

@font-face {
    font-family: 'Roboto Slab Bold';
    src: url('/templates/pobedka/fonts/RobotoSlab-Bold.eot');
    src: url('/templates/pobedka/fonts/RobotoSlab-Bold.eot') format('embedded-opentype'),
    url('/templates/pobedka/fonts/RobotoSlab-Bold.woff') format('woff'),
    url('/templates/pobedka/fonts/RobotoSlab-Bold.otf') format('otf'),
    url('/templates/pobedka/fonts/RobotoSlab-Bold.ttf') format('truetype'),
    url('/templates/pobedka/fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
}

@font-face {
    font-family: 'Roboto Slab Light';
    src: url('/templates/pobedka/fonts/RobotoSlab-Light.eot');
    src: url('/templates/pobedka/fonts/RobotoSlab-Light.eot') format('embedded-opentype'),
    url('/templates/pobedka/fonts/RobotoSlab-Light.woff') format('woff'),
    url('/templates/pobedka/fonts/RobotoSlab-Light.otf') format('otf'),
    url('/templates/pobedka/fonts/RobotoSlab-Light.ttf') format('truetype'),
    url('/templates/pobedka/fonts/RobotoSlab-Light.svg#RobotoSlab-Light') format('svg');
}

@font-face {
    font-family: 'Five-Italic';
    src: url('/templates/pobedka/fonts/Five-Italic.eot');
    src: url('/templates/pobedka/fonts/Five-Italic.eot') format('embedded-opentype'),
    url('/templates/pobedka/fonts/Five-Italic.woff') format('woff'),
    url('/templates/pobedka/fonts/Five-Italic.otf') format('otf'),
    url('/templates/pobedka/fonts/Five-Italic.ttf') format('truetype'),
    url('/templates/pobedka/fonts/Five-Italic.svg#Five-Italic') format('svg');
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto Slab';
}

html {
    height: 100%;
}

body {
    height: 100%;
}

a {
    color: #09c;
    transition: background 0.3s ease 0s, color 0.2s ease 0s;
}

a:hover {
    color: #375E93;
}

#wrapper {
    position: relative;
    height: auto !important;
    display: block;
}

* html #wrapper {
    height: 100%;
}

.text-input {
    border: 1px solid #4DA4CF;
    padding: 2px;
    transition: border 0.2s ease 0s;
}

.text-input:focus {
    border: 1px solid #f1c40f;
    padding: 2px;
}

.float_bar a {
    color: #375E93;
}

.float_bar a:hover {
    color: #09C;
    text-decoration: none;
}

.float_bar {
    border-radius: 4px;
    background-color: #E0EAEF;
    float: right;
    margin-top: 6px;
    padding: 5px 8px;
}

.bar {
    border-radius: 4px;
    background-color: #E0EAEF;
    padding: 5px 10px;
}

.ajaxlink:hover {
    color: #0099CC;
    border-bottom: dashed 1px #0099CC;
}

.ajaxlink, .MultiFile-remove {
    text-decoration: none;
    border-bottom: dashed 1px #375E93;
    color: #375E93;
}

.hinttext {
    color: #5F98BF;
}

#header {
    z-index: 1;
}

#sitename a {
    display: block;
    width: 199px;
    height: 60px;
    background: url(/templates/pobedka/images/logo.png) no-repeat left center;
}

#page {
}

#topmenu {
    margin-top: 15px;
    margin-bottom: 10px;
    background: url(/templates/pobedka/images/menubar.jpg) repeat-x center bottom;
    border-radius: 4px;
    box-shadow: 0 0 5px #333;
    width: 940px;
    clear: both;
    display: table;
    table-layout: fixed;
}

#topmenu .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#topmenu .menu li a {
    text-decoration: none;
}

#topmenu .menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    zoom: 1;
    font-size: 18px;
    float: left;
}

#topmenu .menu li.selected {
    background: url(/templates/pobedka/images/menubg.jpg) repeat-x left top #375E93;
}

#topmenu .menu li.selected a.selected {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#topmenu .menu li a:hover,
#topmenu .menu li a.hover {
    background: url(/templates/pobedka/images/menubg-hover.jpg) repeat-x center top #375E93;
    color: #000 !important;
    text-shadow: 0 1px 0px #FFF !important;
}

#topmenu .menu li a {
    padding: 0px 10px;
    color: #1F3451;
    height: 40px;
    line-height: 40px;
    display: block;
}

#topmenu ul li ul {
    display: none;
    position: absolute;
    top: 40px;
    width: 200px;
    background: #E9E9E9;
    color: #000;
    padding: 0px;
    z-index: 1000;
    box-shadow: 1px 1px 3px #333;
}

#topmenu ul li ul li ul {
    display: none;
    top: 0;
    left: 200px;
    width: 200px;
    background: #E9E9E9;
    color: #000;
    padding: 0px;
    z-index: 1000;
    box-shadow: 1px 1px 3px #333;
}

#topmenu ul li ul li, #topmenu ul li ul li a {
    display: block;
    width: 100%;
    position: relative;
}

#topmenu ul li ul li a {
    padding: 0px !important;
    text-decoration: none;
}

#topmenu ul li ul li a span {
    margin: 0px 10px;
    padding: 0px;
}

#topmenu ul li ul li a.selected span {
    text-decoration: none;
}

.pathway {
    padding: 0 20px 10px;
    color: #FFFFFF;
}

.pathway a {
    color: #FFF;
}

.pathway a:hover {
    color: #BFEAFF;
    text-decoration: none;
}

#topwide {
    background: url(/templates/pobedka/images/topbg.jpg) repeat-x left bottom #FFF;
    border: solid 1px #AEAEAE;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0 0 5px #333;
    width: 940px !important;
}

#topwide .moduletitle {
    font-size: 18px;
    margin-bottom: 5px;
}

#topmod {
    padding: 15px;
    margin: 0px;
    width: 910px !important;
}

#main .module {
    margin-bottom: 10px;
    padding: 10px 20px 15px 20px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 0 #333;
}

#main .moduletitle {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    background: url(/templates/pobedka/images/modtop.jpg) repeat-x left;
    margin-top: -11px;
    margin-bottom: 10px;
    padding-left: 14px;
    text-shadow: 0 1px 0 #1F3147;
    color: #FFF;
    border-radius: 0px 0px 4px 4px;
    display: block;
}

#main div:last {
    border-bottom: none !important;
}

#sidebar .module {
    padding: 15px;
    background: #E0EAEF;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 7px;
    box-shadow: 0 2px 0 #333;
}

#sidebar .moduletitle {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1873AA;
    text-shadow: 0 2px 0 #FFFFFF;
}

#sidebar .modulebody p {
    margin-bottom: 10px;
}

#footer {
    clear: both;
}

#footer #copyright {
    font-size: 16px;
}

#footer .foot_right a {
    height: 40px;
    display: block;
    padding-top: 10px;
}

#footer .foot_right {
    text-align: right;
}

span.fast_cfg_link {
    padding: 4px;
}

span.fast_cfg_link img {
    border: none;
}

.sess_messages {
    padding: 10px;
    background: #E0EAEF;
    margin-bottom: 15px;
    display: block;
    clear: both;
    border-radius: 4px;
}

.sess_messages div {
    padding-left: 20px;
    line-height: 16px;
    margin-bottom: 2px;
}

.sess_messages .message_info {
    background: url(/templates/pobedka/images/icons/info.png) no-repeat left center;
}

.sess_messages .message_success {
    background: url(/templates/pobedka/images/icons/yes.png) no-repeat left center;
    color: green;
}

.sess_messages .message_error {
    background: url(/templates/pobedka/images/icons/no.png) no-repeat left center;
    color: red;
}

.mod_lp_titlelink {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.photo_thumb .mod_lp_albumlink a {
    color: #666666;
    font-size: 12px;
}

.mod_lp_photo {
    padding-right: 10px;
}

.mod_lp_details, .photo_thumb .mod_lp_albumlink .mod_lp_details a {
    font-size: 10px;
}

.mod_lp_details img {
    width: 15px;
}

input[type="button"],
input[type="submit"] {
    font-size: 13px;
    height: 25px;
    line-height: 19px;
    border: 0px;
    background: #2980b9;
    color: #fff !important;
    text-shadow: -1px -1px 0px #346799;
    cursor: pointer;
    transition: background 0.2s ease 0s, color 0.2s linear 0s;
    outline: none;
    white-space: nowrap;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 10px;
    border-radius: 2px;
}

input[type=button]:hover,
input[type=submit]:hover {
    background: #3498db;
}

input[type="text"], input[type="password"], textarea, select, .text-input {
    outline: none;
    box-sizing: border-box;
    height: 25px;
    line-height: 19px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-size: 13px;
}

.mod_poll_title {
    margin-bottom: 5px;
}

.mod_poll_submit {
    margin-top: 10px !important;
}

.mod_poll_gauge {
    background-color: #09C;
    display: table;
    height: 8px;
    margin-bottom: 8px;
}

.search_field {
    width: 100%;
    border: 1px solid #666666;
}

.search_row1 {
    background-color: #FFFFFF;
}

.search_row2 {
    background-color: #EBEBEB;
}

.authtable input#login,
.authtable input#pass {
    width: 200px;
    border: solid 1px #4DA4CF;
    padding: 2px;
}

#login_btn {
    font-size: 16px;
    width: 100px;
}

ul.mod_cat_list {
    list-style: none outside none;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding: 0 0 0 16px;
    clear: both;
}

ul.mod_cat_list ul {
    margin-left: 0;
    padding-left: 16px;
    list-style: none outside none;
}

ul.mod_cat_list li {
    margin: 2px 0;
}

ul.mod_cat_list li a.folder, ul.mod_cat_list li.folder, div.float_bar a.folder {
    background: url("/templates/pobedka/images/icons/folder.png") no-repeat scroll 0 0 transparent;
    padding: 0 5px 0 20px;
}

ul.mod_cat_list li a.cat_plus, ul.mod_cat_list li a.cat_minus {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 0 0 0 -16px;
}

ul.mod_cat_list li a.cat_plus {
    background: url("/templates/pobedka/images/icons/cat_plus.png") no-repeat scroll left 2px transparent;
}

ul.mod_cat_list li a.cat_minus {
    background: url("/templates/pobedka/images/icons/cat_minus.png") no-repeat scroll left 2px transparent;
}

.mod_latest_entry {
    margin-bottom: 10px;
    clear: both;
}

.mod_latest_title {
    font-size: 14px;
}

.mod_latest_blog_title {
    font-size: 16px;
}

.mod_latest_date {
    margin-bottom: 10px;
    padding: 2px 0px;
    font-size: 11px;
    color: gray;
}

.mod_latest_date a {
    color: #5F98BF;
}

.mod_latest_desc {
    margin-bottom: 5px;
}

.mod_latest_rating {
    padding: 1px;
    background: url(/templates/pobedka/images/icons/rating.png) no-repeat left center;
    padding-left: 20px;
}

.mod_latest_comments {
    padding: 1px;
    background: url(/templates/pobedka/images/icons/comment-small.png) no-repeat left center;
    padding-left: 20px;
}

.mod_latest_hits {
    padding: 1px;
    background: url(/templates/pobedka/images/icons/eye.png) no-repeat left center;
    padding-left: 20px;
}

.mod_latest_rss {
    clear: both;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/rss.png) no-repeat left center;
    height: 16px;
    line-height: 16px;
    text-decoration: underline;
    color: #333;
}

.mod_latest_rss a {
    text-decoration: underline;
    color: #333;
}

.mod_latest_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    background: #FFF;
    padding: 1px;
    border: solid 1px #6E93C9;
}

.mod_latest_pagebar .pagebar {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

.mod_latest_pagebar .pagebar .pagebar_title {
    margin-left: 0px;
}

.regrow1 {
    background-color: #EBEBEB;
}

.regrow2 {
    background-color: #FFFFFF;
}

.regstar {
    font-size: 18px;
    color: #FF0000;
}

#regform strong {
    font-size: 16px;
    color: #375E93;
}

#regform small {
    color: #5F98BF;
}

.lf_notice {
    font-size: 14px;
    margin-bottom: 10px;
}

.lf_title {
    font-size: 18px;
    color: #1873AA;
}

.lf_field {
    margin-bottom: 10px;
}

.lf_field input {
    width: 250px;
    padding: 3px;
    padding-left: 20px;
    border: solid 1px #4DA4CF;
}

.lf_field input:focus {
    border: solid 1px #FFD100;
}

.lf_submit {
    margin-top: 10px;
}

.lf_submit input {
    font-size: 16px;
}

.login_form #remember {
    margin: 0px;
    padding: 0px;
}

.login_form #login_field {
    background: url(/templates/pobedka/images/icons/user.png) no-repeat 2px 5px;
}

.login_form #pass_field {
    background: url(/templates/pobedka/images/icons/key.png) no-repeat 2px 5px;
}

.pagebar {
    margin: 10px 0;
    font-size: 12px;
    clear: both;
}

.pagebar_title {
    margin: 5px;
    color: #375E93;
}

.pagebar_page {
    margin: 2px;
    padding: 5px;
}

.pagebar_current {
    margin: 2px;
    padding: 4px;
    background-color: #375E93;
    color: #FFF;
    border-radius: 2px;
}

.search_match {
    background-color: #66CCFF;
    color: #FFF;
    border-radius: 2px;
    padding: 0 2px;
}

.search_date {
    float: right;
    height: 14px;
    font-size: 10px;
    color: #5F98BF;
    margin: 4px 4px 0 0;
}

#from_search {
    display: none;
    margin: 10px 0 0 0;
    border-top: 1px #4DA4CF solid;
    position: relative;
}

#from_search label {
    color: #666;
}

#from_search label.selected {
    color: #000;
}

.price_search {
    width: 60%;
    border: 1px solid #666666;
}

.search_input {
    width: 300px;
    border: solid 1px gray;
}

.search_block {
    margin: 0 0 7px 0;
    clear: both;
    padding: 6px 10px;
    clear: both;
    overflow: hidden;
}

.search_block:hover {
    background: #E8FFDB;
}

.search_result_title {
    font-size: 16px;
    font-weight: bold;
}

.search_result_title span {
    width: 20px;
    display: block;
    float: left;
}

.search_result_desc {
    margin: 4px 0 0 20px;
    clear: both;
}

.search_result_desc img {
    margin: 2px 10px 0 0;
    width: 70px;
    float: left;
}

.search_result_desc p {
    color: #666;
}

.search_result_desc a {
    color: #666;
}

.search_result_link {
    margin: 5px 0 0 0;
}

.userform_fieldtitle {
    font-size: 14px;
}

.userform_fieldtitle .mustbe {
    font-size: 16px;
    color: #CC0000;
}

.component {
    margin-bottom: 40px;
}

.contentlist {
    clear: both;
}

.con_heading {
    font-weight: normal;
    margin: 0px;
    font-size: 34px;
    color: #db433e;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 53px;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    color: #375E93;
    margin: 15px 0px;
}

.con_pubdate {
    color: #666666;
    font-weight: bold;
}

.con_description {
    margin-top: 2px;
    margin-bottom: 15px;
}

.con_description p {
    margin-bottom: 4px;
}

.con_desc {
    margin-top: 0px;
}

.con_text {
    margin: 15px 0px;
}

.con_subcat {
    font-size: 18px;
    padding-left: 23px;
    background: url(/templates/pobedka/images/icons/folder.png) no-repeat left center;
    height: 18px;
    line-height: 18px;
}

.con_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.con_icons {
    margin: 4px;
    margin-top: 9px;
    margin-left: 10px;
}

.con_icon {
    margin-top: 4px;
}

.con_details {
    margin-bottom: 10px;
    color: #999999;
}

.con_image {
    float: left;
    margin-right: 16px;
    padding: 2px;
    border: solid 1px #444;
}

.photo_thumb img, .photo_layout img {
    width: 100%;
}

.photo_layout {
    margin-bottom: 15px;
}

.photo_thumb {
    display: block;
    border: solid 1px #C3D6DF;
    padding: 15px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.photo_thumb a {
    font-size: 14px;
}

.photo_bar {
    background-color: #EBEBEB;
    margin: 6px 0px 6px 0px;
}

.photo_desc {
    margin-bottom: 10px;
}

.photo_box {
    border: solid 1px silver;
}

.photo_date_td {
    background-color: #EBEBEB;
}

.photo_subcat {
    font-size: 16px;
}

.photo_gallery {
    margin-bottom: 15px;
    clear: both;
}

.photo_userbar {
    padding: 10px;
    background-color: #EBEBEB;
    margin-bottom: 2px;
}

.photo_toolbar table {
    height: 30px;
}

.photo_toolbar a {
    text-decoration: underline;
    font-size: 14px;
    color: #375E93;
}

.photo_add_link {
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/addphoto.png) no-repeat left center;
    font-size: 14px;
    margin: 0 0 0 8px;
}

.photo_bbinput {
    width: 200px;
    padding: 2px;
    border: solid 1px #4DA4CF;
}

.photo_row {
    height: auto !important;
    overflow: hidden;
    padding: 0.8em 0;
    width: 99%;
}

.photo_album_tumb {
    height: 100%;
    float: left;
    position: relative;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: solid 1px #C3D6DF;
    padding: 15px;
    border-radius: 4px;
}

.photo_container {
    text-align: center !important;
}

.photo_album_img {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #C0C0C0;
    margin: 0 0.3em 0.3em 0;
    padding: 3px;
    vertical-align: bottom;
}

.photo_txt {
    text-align: center !important;
}

.photo_txt .photo_album_title {
    font-size: 16px;
    height: 25px;
    display: block;
}

.photo_container_today {
    color: #09F;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.photo_txt ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.photo_txt li {
    background-image: none;
    line-height: 115% !important;
    list-style-image: none;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.photo_details .photo_date_details {
    margin-top: 10px;
}

.photo_larr {
    background: url(/templates/pobedka/images/larr.jpg) no-repeat right 20px;
}

.photo_details {
    background: #E0EAEF;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px;
}

.club_photo .karma_buttons {
    padding: 5px;
}

.photo_sub_details {
    padding: 10px 20px;
    font-size: 14px;
}

.photo_sub_details .taglinebar {
    margin: 0px;
    margin-top: 10px;
}

.float_bar #karmapoints {
    font-size: inherit;
}

.con_pt {
    display: block;
    padding: 8px;
    margin: 5px;
    border: solid 1px gray;
    width: 260px;
    float: right;
    background-color: #FFFFFF;
}

.con_pt_heading {
    display: block;
    margin-bottom: 6px;
}

.cart_item {
    float: left;
}

.cart_total {
    clear: both;
    border-top: solid 1px gray;
    margin-top: 10px;
    padding-top: 5px
}

.cart_price {
    float: right;
    font-weight: normal;
}

.cartrow2, .cartrow1 {
    clear: both;
    overflow: hidden;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: bold;
}

.cartrow1 {
    background-color: #EBEBEB;
}

.cartrow2 {
    background-color: #FFFFFF;
}

.mod_com_userlink {
    color: #666;
}

.mod_com_line {
    font-size: 14px;
}

.mod_com_targetlink {
    color: #333;
}

.mod_com_details {
    font-size: 10px;
    margin-bottom: 6px;
}

.mod_com_details a {
    text-decoration: none;
}

.mod_com_all {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/comments.png) no-repeat;
    color: #333;
}

.mod_fweb2_userlink {
    text-decoration: underline;
    color: #666666;
}

.mod_fweb2_date {
    text-align: center;
    background: #888;
    border-radius: 5px;
    color: #FFF;
    padding: 2px 6px;
    text-decoration: none;
    text-shadow: 0 1px 0 #333;
    width: 100px;
}

.mod_fweb2_date_new {
    background: #0FADE5;
    color: #FFF;
}

.mod_fweb2_topiclink {
    text-decoration: underline;
    font-weight: bold;
}

.mod_fweb2_shorttext {
    font-style: italic;
    color: #999999;
}

.calendar_top {
    height: 30px;
    background-color: #006699;
    color: #FFFFFF;
}

#calendar_nav {
    height: 30px;
    background-color: #006699;
    color: #FFFFFF;
}

#calendar_nav a {
    color: #FFFFFF;
    text-align: center;
}

.calendar_dayname {
    font-size: 10px;
    height: 30px;
    background-color: #EBEBEB;
}

.calendar_day {
    font-size: 10px;
    padding: 4px;
}

.calendar_today {
    font-size: 10px;
    padding: 4px;
    background-color: #EBEBEB;
    border: solid 1px gray;
}

.calendar_daylink {
    text-decoration: underline;
}

.calendar_toplink {
    text-decoration: none;
    color: #FFFFFF;
}

.calendar_toplink:hover {
    text-decoration: none;
    color: yellow;
}

.uc_new {
    color: #FF0000;
    font-style: italic;
    padding: 5px;
    vertical-align: super;
}

.uc_list_item {
    padding: 2px;
    margin: 2px;
}

.uc_itemfieldlist {
    margin: 0px;
    margin-top: 10px;
    list-style: none;
}

.uc_itemfield {
    font-size: 14px;
}

.uc_itemlink {
    font-size: 20px;
}

.uc_list_itempic {
    background-color: #FFFFFF;
    border: solid 1px black;
    padding: 2px;
}

.uc_list_itemdesc {
    padding-left: 0px;
    overflow: hidden;
}

.uc_thumb_item {
    padding: 2px;
    margin: 2px;
    background-color: #FFFFFF;
    border: solid 1px silver;
    display: block;
    width: 140px;
    height: 170px;
    float: left;
    text-align: center;
}

.uc_thumb_itemlink {
    font-size: 12px;
}

.uc_detailfield {
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
}

.uc_detaillist {
    margin: 0px;
    padding-left: 15px;
    list-style: none;
}

.uc_detaillink {
    font-size: 16px;
    margin-top: 15px;
    text-decoration: underline;
}

.uc_detaillink:hover {
    color: #FF6600;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: underline;
}

.uc_detailtags {
    margin-top: 10px;
    margin-bottom: 10px;
}

.uc_detailimg div {
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    padding: 4px;
}

.uc_detailrating {
    margin: 0px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: solid 1px gray;
    padding: 3px;
}

.uc_findsame {
    color: gray;
}

.uc_tagline {
    border-top: dashed 1px #C3D6DF;
    margin-top: 6px;
    padding-top: 2px;
    padding-bottom: 8px;
    font-size: 10px;
    width: 100%;
}

.uc_sortform {
    padding: 5px;
    border: solid 1px gray;
    background-color: #FFFFFF;
    margin: 1px;
}

.uc_queryform {
    padding: 5px;
    border-bottom: solid 1px gray;
    margin-bottom: 10px;
}

.uc_rating {
    margin-bottom: 8px;
    float: right;
}

.uc_toolbar {
    margin: 0px;
    margin-bottom: 20px;
}

.uc_item_edit {
    margin-top: 6px;
    float: right;
}

.uc_item_edit_link {
    color: #375E93;
    padding: 2px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/edit.png) no-repeat left center;
}

.uc_cat_search {
    margin: 15px 0px;
}

.uc_cat_search table {
    margin-bottom: 3px;
}

.uc_cat_search table input {
    border: solid 1px #4DA4CF;
    padding: 2px;
}

.uc_search_in_cat {
    margin-bottom: 10px;
}

.uc_search_in_cat a {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/folder.png) no-repeat;
}

.uc_latest_item {
    padding: 2px;
    margin: 2px;
    background-color: #FFFFFF;
    border: solid 1px silver;
    display: block;
    width: 140px;
    height: 170px;
    float: left;
    text-align: center;
}

.uc_latest_link {
    font-size: 12px;
}

.uc_latest_title {
    list-style-position: inside;
    list-style: square;
}

.uc_alpha_list {
    border-radius: 4px;
    background-color: #E0EAEF;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.uc_alpha_link {
    font-size: 18px;
    padding-right: 10px;
}

a.tag:hover {
    background-color: #375E93;
    color: #fff !important;
    text-decoration: none;
}

a.tag {
    padding: 0 2px;
}

.user_menu_module {
    float: right;
}

.user_menu_module li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
}

.user_menu_module li a {
    color: #bfdeff;
    display: block;
    padding: 0 9px 0 26px;
    margin-right: 1px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.user_menu_module li a:hover, .user_menu_module li a.selected, .user_menu_module li a.hover {
    color: #FFF;
    background-color: #5D90D1;
}

.user_menu_module li ul {
    background: #5d90d1;
    color: #FFF;
    display: none;
    padding: 0;
    position: absolute;
    top: 59px;
    z-index: 1000;
    min-width: 150px;
    box-shadow: 2px 4px 3px #555;
}

.user_menu_module li ul li {
    float: none;
}

.user_menu_module li ul li a:hover {
    background-color: #1f3147;
}

.user_menu_module li ul li a {
    height: 30px;
    line-height: 30px;
    margin: 0;
}

.user_menu_module li:last-child a {
    margin-right: 0;
}

.user_menu_module li.my_profile a {
    background-image: url(/templates/pobedka/images/icons/user.png);
}

.user_menu_module li.my_messages a {
    background-image: url(/templates/pobedka/images/icons/message.png);
}

.user_menu_module li.my_messages a.has_new {
    color: #FFE900;
}

.user_menu_module li.my_blog a {
    background-image: url(/templates/pobedka/images/icons/blog.png);
}

.user_menu_module li.my_photos a {
    background-image: url(/templates/pobedka/images/icons/folder_picture.png);
}

.user_menu_module li.add_photos a {
    background-image: url(/templates/pobedka/images/icons/addphoto.png);
}

.user_menu_module li.my_content a {
    background-image: url(/templates/pobedka/images/icons/folder_page.png);
}

.user_menu_module li.add_content a {
    background-image: url(/templates/pobedka/images/icons/add.png);
}

.user_menu_module li.admin a {
    background-image: url(/templates/pobedka/images/icons/cpanel.png);
}

.user_menu_module li.logout a {
    background-image: url(/templates/pobedka/images/icons/logout.png);
}

.user_menu_module li.register a {
    background-image: url(/templates/pobedka/images/icons/register.png);
}

.user_menu_module li.login a {
    background-image: url(/templates/pobedka/images/icons/key.png);
}

.user_menu_module li.my_balance a {
    background-image: url(/templates/pobedka/images/billing/balance.png);
}

.usr_msgmenu_bar {
    background-color: #E0EAEF;
    margin-bottom: 10px;
    border-radius: 0px 0px 4px 4px;
    color: #375E93;
    clear: both;
    padding: 7px;
}

.usr_msgreply_source {
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: 250px;
}

.usr_msgreply_author {
    font-style: italic;
    color: #666666;
    text-align: right;
    margin: 5px 0 0;
}

.usr_msg_smilebox a {
    margin: 4px;
}

.usr_msg_smilebox {
    background-color: #EBEBEB;
    width: 100%;
    clear: both;
}

.bb_add_photo {
    background-color: #EBEBEB;
    width: 100%;
    clear: both;
    padding: 4px;
}

.usr_msg_bbcodebox {
    padding: 0px;
    background: url(/templates/pobedka/images/bbtoolbar.jpg) repeat-x left top #EFEFEF;
    overflow: hidden;
    _height: 1%;
    width: 100%;
    position: relative;
}

.bbcodebox_height {
    height: 58px;
}

#imginsert {
    position: absolute;
    top: 26px;
}

.usr_bb_button {
    display: block;
    margin: 1px;
    padding: 4px;
    float: left;
}

.usr_bb_button:hover {
    border: solid 1px #83BBD9;
    padding: 3px;
    background: url(/templates/pobedka/images/bbbtn.jpg) repeat-x left bottom #DFF2F9;
}

.usr_bb_hint {
    display: block;
    margin: 2px;
    padding: 5px;
    float: left;
    color: #666666;
}

a.new_messages_link {
    color: #fff;
    background: #F00;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
}

a.new_messages_link:hover {
    color: #F00;
    background: #Fff;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
}

.mod_new_user {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
}

.mod_new_user_avatar {
    float: left;
    margin-right: 10px;
    padding: 1px;
    background: #FFF;
    border: 1px solid #6E93C9;
    overflow: hidden;
}

.mod_new_user_link {
    font-size: 14px;
}

#mod_usr_search_form td {
    padding: 4px;
}

.ajax_autogrowarea {
    border: 0 none;
    font-family: arial;
    font-size: 100%;
    margin: 0;
    padding: 3px 0;
    width: 100%;
    height: 180px;
    min-height: 180px;
    max-height: 1000px;
}

.bb_tag_code {
    border: solid 1px silver;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 700px;
    overflow: auto;
}

.bb_tag_code ol {
    padding: 6px 0;
    padding-left: 5px;
}

.bb_tag_hide {
    padding: 8px;
    background-color: #FFFFCC;
    overflow: hidden;
}

.bb_tag_hide a {
    color: #333333;
    text-decoration: underline;
}

.bb_tag_spoiler .spoiler_title {
    margin-bottom: 3px;
}

.bb_tag_spoiler .spoiler_body {
    margin-bottom: 10px;
    padding: 10px;
    background: #ECECEC;
    border-radius: 4px;
}

.bb_img {
    max-width: 550px;
}

.faq_subcats, .faq_cats {
    padding: 10px;
    padding-bottom: 5px;
    background-color: #E0EAEF;
    margin-bottom: 10px;
    border-radius: 4px;
}

.faq_cat_link {
    font-size: 18px;
}

.faq_cat_desc {
    margin-bottom: 5px;
}

.faq_questtext {
    font-size: 18px;
    margin-bottom: 10px;
    color: #375E93;
}

.faq_quest_link {
    margin-bottom: 5px;
}

.faq_quest_link a {
    font-size: 14px;
    text-decoration: none;
}

.faq_answertext {
    font-size: 16px;
    margin-bottom: 10px;
}

.faq_answertext p {
    margin-bottom: 10px;
}

.faq_questdate {
    padding: 2px;
    font-size: 11px;
    text-align: center;
    background-color: #EBEBEB;
    width: 100px;
    float: right;
}

.faq_questuser a {
    color: #375E93;
}

.faq_questuser {
    padding-left: 20px;
    font-size: 11px;
    text-align: center;
    margin-top: 2px;
    margin-right: 4px;
    float: right;
    background: url(/templates/pobedka/images/icons/user.png) no-repeat;
}

.faq_questcat {
    padding: 2px;
    font-size: 11px;
    text-align: center;
    margin-left: 4px;
    float: right;
}

.faq_questcat a {
    color: #333333;
}

.faq_quest {
    margin-bottom: 4px;
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    padding: 8px;
}

.faq_send_quest {
    border-radius: 4px;
    background-color: #E0EAEF;
    float: right;
    padding: 5px 8px;
}

.faq_send_quest a {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/add.png) no-repeat;
    text-decoration: underline;
    color: #375E93;
}

#faq_message {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    border: solid 1px #203047;
}

.faq_add_cat {
    margin-bottom: 10px;
    color: #375E93;
}

.karma_form {
    text-align: center;
    padding: 10px;
    background-color: #E0EAEF;
    border-radius: 4px;
}

.karma_form #karmavotes {
    color: #333;
}

.taglinebar {
    margin: 10px 0px;
}

.taglinebar .label {
    padding-right: 18px;
    background: url(/templates/pobedka/images/icons/tag.png);
    background-repeat: no-repeat;
    background-position: right;
    font-weight: bold;
    margin-right: 4px;
}

.tag_searchcat {
    color: #666666;
    text-decoration: underline;
    font-size: 16px;
}

.tag_searchitem {
    text-decoration: underline;
    font-size: 16px;
}

.tagsearch_bar {
    font-size: 10px;
    text-align: right;
    float: right;
}

.tagsearch_item {
    float: left;
    padding: 5px;
}

.mod_blog_userlink {
    text-decoration: underline;
    color: #666666;
}

.mod_blog_karma {
    text-align: center;
    font-size: 18px;
}

.mod_faq_date {
    font-style: italic;
    color: #999999;
}

.new_board_items li {
    padding: 0px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/note.png) no-repeat left;
    list-style: none;
    margin: 0px;
    margin-bottom: 4px;
    font-size: 14px;
}

.new_board_items li.vip a {
    color: #ED8115;
    font-weight: bold;
}

.new_board_items {
    padding: 0px;
    margin: 0px;
}

.board_city {
    color: #888;
}

.mod_clubs .data .details span {
    color: #999;
    padding-left: 19px;
    margin-right: 4px;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    display: block;
}

.mod_user_rating td.avatar {
    text-align: center;
}

.mod_user_rating a {
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    float: left;
}

.mod_user_rating div.karma {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
}

.mod_user_rating div.rating {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
}

.blog_moderate_link {
    color: #FF3300;
    text-decoration: underline;
}

.blog_moderate_yes {
    color: #009933;
    font-size: 14px;
    text-decoration: underline;
}

.blog_moderate_no {
    color: #CC0000;
    font-size: 14px;
    text-decoration: underline;
}

.blog_desc {
    clear: both;
}

.blog_toolbar {
    position: relative;
    background-color: #E0EAEF;
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    float: right;
}

.blog_records {
    clear: both;
}

.blog_cat {
    float: left;
    padding: 2px;
    height: 20px;
    line-height: 20px;
}

.blog_catlist {
    float: left;
    overflow: hidden;
    _height: 1%;
    margin: 4px 0 20px 0;
}

.blog_post_data strong {
    color: #375E93;
}

.blog_post_avatar {
    padding: 2px;
    border: solid 1px #375E93;
    margin-right: 10px;
}

.blog_post_body {
    padding: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog_post_nav {
    margin: 5px 0;
    padding: 2px;
    background-color: #E0EAEF;
    overflow: hidden;
    border-radius: 4px;
    clear: both;
    overflow: hidden;
}

.blog_post_nav a {
    height: 28px;
    font-size: 14px;
}

.blog_post_nav .next {
    float: right;
    background: url(/templates/pobedka/images/icons/big/next.png) no-repeat right;
    padding: 5px 30px 0 0;
}

.blog_post_nav .prev {
    float: left;
    background: url(/templates/pobedka/images/icons/big/prev.png) no-repeat;
    padding: 5px 0 0 30px;
}

.blog_btnlink {
    padding: 10px;
    margin: 2px;
    border: solid 1px silver;
    width: 120px;
}

.blog_fa {
    margin: 0px;
    border: solid 1px gray;
    padding: 10px;
    background-color: #FFFFFF;
}

.blog_fa_title {
    font-weight: bold;
}

.blog_fa_desc {
    border-bottom: solid 1px gray;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.blog_fa_entries {
    background-color: #EBEBEB;
    border: solid 1px gray;
    padding: 8px;
    margin-top: 10px;
    display: none;
}

.blog_fa_browse {
    border: solid 1px;
}

.fa_attach {
    margin-top: 10px;
    border-top: 1px dotted #A8C2CF;
    display: block;
}

.fa_attach_title {
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 10px;
    color: #5F98BF;
}

.fa_file_desc {
    font-size: 10px;
}

.fa_file_link {
    font-size: 10px;
    margin-left: 5px;
}

.blog_attachbox {
    overflow: hidden;
    margin-top: 5px;
}

.blog_attachthumb {
    float: left;
    width: 100px;
    padding: 8px;
    border: solid 1px silver;
    margin-left: 2px;
}

.blog_entry {
    clear: both;
}

.blog_entry_title {
    font-size: 24px;
    padding: 0px;
    float: left;
}

.blog_entry_info {
    font-size: 12px;
    color: #333333;
    padding: 0px;
    margin-top: 5px;
    clear: both;
}

.blog_entry_info a {
    color: #375E93;
}

.blog_entry_date {
    background: url(/templates/pobedka/images/icons/calendar.png) no-repeat left center;
    padding: 1px;
    padding-left: 20px;
    margin-right: 10px;
}

.blog_entry_title_td {
    background-color: #FFF;
    padding-bottom: 12px;
}

.blog_entry_text {
    margin-bottom: 15px;
}

#create_club td {
    padding: 5px 0;
}

.club_blog_post {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #C3D6DF;
}

.club_blog_post .club_post_title {
    font-size: 14px;
}

.club_blog_post .club_post_author {
    font-size: 12px;
    color: #5F98BF;
}

.club_blog_post .club_post_descr {
    color: #AAAAAA;
}

.blog_entry_karma {
    font-size: 20px;
    float: right;
    margin-right: 15px;
}

.blog_entry_karma_td {
    background-color: white;
    border: solid 1px #666666;
    text-align: center;
}

.post_karma {
    background: url(/templates/pobedka/images/icons/rating.png) no-repeat left center;
    padding: 1px;
    padding-left: 20px;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.post_hits {
    background: url(/templates/pobedka/images/icons/eye.png) no-repeat left center;
    padding: 1px;
    padding-left: 20px;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: gray;
}

.blog_comments_link {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    background: url(/templates/pobedka/images/icons/comment.png) no-repeat left center;
    padding: 1px;
    padding-left: 20px;
}

.blog_comments {
    margin-bottom: 20px;
    font-size: 12px;
    padding: 5px 10px;
    border: solid 1px #C3D6DF;
    display: inline-block;
    border-radius: 4px;
}

.blog_comments .tagline {
    text-decoration: none;
    background: url(/templates/pobedka/images/icons/tag.png) no-repeat left center;
    padding: 1px;
    padding-left: 20px;
    margin-left: 10px;
}

.blog_comments .editlinks a {
    color: #666666;
}

.blog_authorsall {
    color: #666666;
}

.blog_authorslink {
    color: #666666;
    text-decoration: underline;
}

.blog_type_menu {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog_type_link {
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 18px;
    color: #375E93;
    padding: 5px 0px;
}

.blog_type_active {
    display: block;
    float: left;
    margin-right: 15px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    background: #E0EAEF;
    padding: 5px 10px;
    border-radius: 4px;
}

.blog_full_list .blog_title_td {
    padding-left: 0px;
}

.blog_full_list .blog_title,
.blog_full_list .blog_user,
.blog_full_list .blog_posts,
.blog_full_list .blog_comm {
    padding: 1px;
    padding-left: 20px;
}

.blog_post_hits {
    color: #ccc;
    float: right;
    font-style: italic;
    margin: -30px 0 0;
}

.blog_full_list .blog_title {
    font-size: 16px;
    background: url(/templates/pobedka/images/icons/blog.png) no-repeat left center;
}

.blog_user {
    background: url(/templates/pobedka/images/icons/user.png) no-repeat left center;
    padding: 2px 10px 2px 20px;
}

.blog_full_list .blog_posts {
    background: url(/templates/pobedka/images/icons/posts.png) no-repeat left center;
}

.blog_full_list .blog_comm {
    background: url(/templates/pobedka/images/icons/comment.png) no-repeat left center;
}

.blog_full_list .blog_rss {
    background: url(/templates/pobedka/images/icons/rss.png) no-repeat left center;
    width: 16px;
    height: 16px;
    display: block;
}

.blogs_full_rss {
    margin-top: 15px;
}

.blogs_full_rss a {
    background: url(/templates/pobedka/images/icons/rss.png) no-repeat left center;
    padding: 1px;
    padding-left: 20px
}

.con_rss_icon {
    float: right;
    margin: 10px 5px;
}

.con_rss_icon a {
    text-decoration: none;
}

.bd_item {
    margin-bottom: 4px;
    border: solid 1px #C3D6DF;
    padding: 12px;
    border-radius: 4px;
}

.bd_item_vip {
    margin-bottom: 4px;
    border: 1px solid #FFCC99;
    background: #FFFFD9;
    padding: 12px;
    border-radius: 4px;
}

.board_toolbar {
    margin-bottom: 10px;
}

.board_toolbar table {
    padding: 4px;
    background-color: #EBEBEB;
}

.board_toolbar a {
    text-decoration: underline;
    color: #666666;
}

div.bd_title {
    margin-bottom: 0px;
}

div.bd_title a {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.bd_item_vip div.bd_title a {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #ED8115;
}

img.bd_image_small {
    padding: 2px;
    border: solid 1px #C3D6DF;
    margin-right: 10px;
}

.bd_item_vip img.bd_image_small {
    padding: 2px;
    border: 1px solid #FFCC99;
    margin-right: 10px;
}

div.board_gallery {
    margin-top: 20px;
    margin-bottom: 10px;
}

.board_categorylist {
    margin-bottom: 30px;
    margin-top: 10px;
}

.board_description {
    margin: 0 0 30px 0;
}

.bd_text {
    margin: 0px;
    clear: both;
}

.bd_moderate_link {
    float: right;
}

.bd_moderate_link span {
    float: right;
    padding: 0 5px 0 18px;
}

div.bd_item_details {
    margin-top: 20px;
    float: right;
}

div.bd_item_details a, .bd_moderate_link a {
    color: #666;
}

div.bd_item_details_full {
    margin-bottom: 10px;
}

div.bd_item_details_full a {
    color: #666666;
}

div.bd_item_details span, div.bd_item_details_full span {
    height: 18px;
    line-height: 18px;
    padding: 2px;
    padding-left: 18px;
    padding-right: 10px;
    font-size: 12px;
}

.bd_text_full {
    padding: 20px 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    margin-top: 15px;
}

div.bd_links {
    padding: 0px;
    margin-top: 10px;
    text-align: right;
}

div.bd_links span {
    height: 18px;
    line-height: 18px;
    padding: 2px;
    padding-left: 20px;
    padding-right: 10px;
}

div.bd_links span.bd_message {
    background: url(/templates/pobedka/images/icons/message.png) no-repeat 0px 2px;
}

div.bd_links span.bd_author {
    background: url(/templates/pobedka/images/icons/posts.png) no-repeat 0px 2px;
}

span.bd_item_is_vip {
    background: url(/templates/pobedka/images/icons/vip.png) no-repeat;
    color: #ED8115;
    font-weight: bold;
}

span.bd_item_date {
    background: url(/templates/pobedka/images/icons/calendar.png) no-repeat;
}

span.bd_item_city {
    background: url(/templates/pobedka/images/icons/city.png) no-repeat;
}

span.bd_item_hits {
    background: url(/templates/pobedka/images/icons/eye.png) no-repeat scroll center left;
}

span.bd_item_edit {
    background: url(/templates/pobedka/images/icons/edit.png) no-repeat;
}

span.bd_item_delete {
    background: url(/templates/pobedka/images/icons/no.png) no-repeat;
}

span.bd_item_publish {
    background: url(/templates/pobedka/images/icons/yes.png) no-repeat;
}

span.bd_item_user {
    background: url(/templates/pobedka/images/icons/user.png) no-repeat;
}

span.bd_item_cat {
    background: url(/templates/pobedka/images/icons/folder_table.png) no-repeat;
}

span.bd_item_status_ok {
    color: green;
    background: url(/components/board/images/status_ok.gif) no-repeat;
}

span.bd_item_status_bad {
    color: red;
    background: url(/components/board/images/status_bad.gif) no-repeat;
}

img.bd_cat_main_icon {
    margin-right: 10px;
}

div.bd_cat_main_title a {
    font-size: 18px;
    color: #375E93;
}

div.bd_cat_main_obtypes a {
    color: #5F98BF;
}

#shop_toollink_div {
    border-radius: 4px;
    background-color: #E0EAEF;
    float: right;
    padding: 8px 8px;
    clear: both;
    overflow: hidden;
}

#shop_toollink_div a {
    color: #375E93;
}

#shop_cartlink {
    float: left;
    background: url(/templates/pobedka/images/icons/cart.png) no-repeat 2px 2px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 5px;
}

#shop_searchlink {
    float: left;
    background: url(/templates/pobedka/images/icons/search.png) no-repeat 2px 2px;
    padding-left: 25px;
    padding-right: 5px;
}

#shop_addlink {
    float: left;
    background: url(/templates/pobedka/images/icons/add.png) no-repeat 2px 2px;
    padding-left: 22px;
    padding-right: 5px;
}

#cart_buttons {
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}

#cart_buttons1 {
    margin: 2px;
    float: right;
}

#cart_buttons2 {
    margin: 2px;
    float: left;
}

#cart_total {
    text-align: right;
    font-size: 16px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px silver;
}

#cart_total span {
    font-weight: bold;
}

#catalog_list_itempic {
    padding: 10px;
}

#shop_small_price {
    width: 110px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #047700;
}

#shop_price {
    float: left;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
    height: 43px;
    line-height: 43px;
    width: 190px;
    background: url(/components/catalog/images/shop/price.jpg) no-repeat;
}

#shop_price span {
    margin-left: 20px;
    font-weight: bold;
}

#shop_ac_item_link img {
    margin-left: 2px;
    margin-top: 12px;
}

#shop_ac_itemdiv {
    margin-left: 5px;
    margin-top: 10px;
}

.catalog_sortform {
    text-align: right;
    clear: both;
    overflow: hidden;
}

.catalog_sortform table {
    float: right;
    margin: 10px 0px;
}

.catalog_list_item {
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    margin-bottom: 4px;
    padding: 8px;
}

#catalog_item_table {
    width: 100%;
}

#shop_list_buttons {
    float: right;
    clear: both;
    margin-top: 15px;
}

div.uc_subcats {
    padding: 10px;
    border: solid 1px silver;
    background-color: #FFF;
    margin-bottom: 15px;
}

ul.uc_cat_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

ul.uc_cat_list li.uc_cat_item {
    font-size: 18px;
    padding-left: 23px;
    background: url(/templates/pobedka/images/icons/folder.png) no-repeat left center;
    height: 18px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 10px;
}

.hint {
    color: gray;
}

#shop_moder_form {
    padding: 15px;
}

#shop_moder_form p.notice {
    font-weight: bold;
}

div.new_club {
    margin-bottom: 15px;
    padding: 9px;
    padding-left: 30px;
    padding-right: 15px;
    background: url(/templates/pobedka/images/icons/add.png) no-repeat 10px center #E0EAEF;
    float: right;
    border-radius: 4px;
    background-color: #E0EAEF;
}

div.new_club a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

div.club_entry,
div.club_entry_vip {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 15px;
    border: solid 1px #C3D6DF;
    border-radius: 4px;
    clear: both;
    position: relative;
}

.user_role {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #cc3300;
}

.member {
    color: #0033cc;
}

.moderator {
    color: #009933;
}

div.club_entry_vip {
    background: #FFFFD9;
    border: 1px solid #FFCC99;
}

div.club_entry .image,
div.club_entry_vip .image {
    padding: 2px;
    float: left;
    margin-right: 10px;
}

div.club_entry .data,
div.club_entry_vip .data {
    float: left;
}

div.club_entry .data .title,
div.club_entry_vip .data .title {
    margin-bottom: 5px;
    margin-top: 5px;
}

div.club_entry .data .title a,
div.club_entry_vip .data .title a {
    font-size: 17px;
}

div.club_entry_vip .data .title a {
    color: #ED8115;
}

div.club_entry .data .title a.private,
div.club_entry_vip .data .title a.private {
    font-size: 16px;
    font-weight: bold;
    color: gray;
}

div.club_entry .data .details,
div.club_entry_vip .data .details {
    float: left;
}

div.club_entry .data .details span,
div.club_entry_vip .data .details span {
    color: #666;
    padding: 2px;
    padding-left: 20px;
    margin-right: 4px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
}

div.club_entry .data .details span.rating,
div.club_entry_vip .data .details span.rating {
    background: url(/templates/pobedka/images/icons/rating.png) no-repeat left center;
}

div.club_entry_vip .data .details span.vip {
    background: url(/templates/pobedka/images/icons/vip.png) no-repeat left center;
}

div.club_entry .data .details span.date,
div.club_entry_vip .data .details span.date {
    background: url(/templates/pobedka/images/icons/calendar.png) no-repeat left center;
}

div.club_entry .data .details span.members,
div.club_entry_vip .data .details span.members {
    background: url(/templates/pobedka/images/icons/groups/registered.png) no-repeat left center;
}

table.club_full_entry {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}

table.club_full_entry td.left {
    overflow: hidden;
    margin-bottom: 10px;
    width: 200px;
}

table.club_full_entry .image {
    width: 200px;
    padding: 2px;
    margin-right: 14px;
}

table.club_full_entry .data .details {
    margin-bottom: 10px;
    border-bottom: solid 1px #789DAF;
    padding-bottom: 8px;
    background: #E0EAEF;
    padding: 8px;
}

table.club_full_entry .data .details span {
    color: #333;
    padding: 1px;
    padding-left: 20px;
    margin-right: 4px;
    height: 18px;
}

table.club_full_entry .data .details span.vip {
    background: url(/templates/pobedka/images/icons/vip.png) no-repeat left center;
    color: #ED8115;
    font-weight: bold;
}

table.club_full_entry .data .details span.rating {
    background: url(/templates/pobedka/images/icons/rating.png) no-repeat left center;
}

table.club_full_entry .data .details span.date {
    background: url(/templates/pobedka/images/icons/calendar.png) no-repeat left center;
}

table.club_full_entry .data .details span.members {
    background: url(/templates/pobedka/images/icons/groups/registered.png) no-repeat left center;
}

table.club_full_entry .data .description {
    margin-right: 20px;
    margin-left: 8px;
    margin-bottom: 5px;
    clear: both;
}

table.club_full_entry .members_list {
    width: 200px;
    clear: both;
}

table.club_full_entry .members_list .title {
    margin-bottom: 10px;
    padding-top: 8px;
    padding-left: 8px;
    font-weight: bold;
}

table.club_full_entry .members_list .list {
    clear: both;
    overflow: hidden;
}

table.club_full_entry .clubcontent {
    clear: both;
    margin-bottom: 10px;
}

table.club_full_entry .clubcontent p {
    padding: 0px;
    padding-left: 5px;
    margin-top: 0px;
}

table.club_full_entry .clubcontent div.title {
    padding: 10px 10px 10px 40px;
    border-top: solid 1px #789DAF;
    color: #375E93;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}

table.club_full_entry .clubcontent div.blog .title {
    background: url(/templates/pobedka/images/icons/big/blog.png) 4px center no-repeat #E0EAEF;
}

table.club_full_entry .clubcontent div.album .title {
    background: url(/templates/pobedka/images/icons/big/images.png) 4px center no-repeat #E0EAEF;
}

table.club_full_entry .clubcontent ul li a.on_moder {
    color: #FF6600;
}

table.club_full_entry .clubcontent div.album a.delete {
    color: #FF0000;
}

table.club_full_entry .clubcontent span.new {
    color: #009900;
    font-weight: bold;
}

table.club_full_entry .clubcontent ul {
    margin: 10px 0 10px 30px;
}

table.club_full_entry .clubcontent ul li {
    margin-bottom: 3px;
    margin-left: 0;
    padding-left: 0;
}

table.club_full_entry .clubcontent ul li.all a {
    color: #999999;
}

table.club_full_entry .clubcontent ul li.service a {
    color: #009900;
}

table.club_full_entry .clubcontent #add_album_form input.text {
    width: 300px;
    border: solid 1px silver;
}

.service {
    color: #009900;
    margin-left: 10px;
}

table.club_full_entry .clubmenu {
    overflow: hidden;
    clear: both;
}

table.club_full_entry .clubmenu div {
    float: right;
    line-height: 24px;
    height: 24px;
    margin: 0 15px 10px 0;
}

table.club_full_entry .clubmenu div.join {
    padding-left: 32px;
    background: url(/templates/pobedka/images/icons/clubs/join.png) 0px center no-repeat;
}

table.club_full_entry .clubmenu div.leave {
    padding-left: 32px;
    background: url(/templates/pobedka/images/icons/clubs/leave.png) 0px center no-repeat;
}

table.club_full_entry .clubmenu div.config {
    padding-left: 32px;
    background: url(/templates/pobedka/images/icons/clubs/config.png) 0px center no-repeat;
}

table.club_full_entry .clubmenu div.invite {
    padding-left: 32px;
    background: url(/templates/pobedka/images/icons/clubs/invite.png) 0px center no-repeat;
}

table.club_full_entry .clubmenu div.messages {
    padding-left: 32px;
    background: url(/templates/pobedka/images/icons/clubs/messages.png) 0px center no-repeat;
}

table.club_full_entry .wall .header {
    background: #E0EAEF;
    padding: 10px;
    border-top: solid 1px #789DAF;
    font-size: 16px;
    color: #375E93;
}

table.club_full_entry .wall .body {
    padding: 10px;
}

table.club_full_entry .wall #addwall {
    padding: 0px;
    padding-right: 10px;
}

.member_list {
    float: left;
    position: relative;
}

.member_list .online {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 80%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.submit_cmm {
    float: left;
    margin: 6px 0;
}

.cmm_links {
    margin: 15px 0 0 0;
}

.cmm_links span {
    padding: 1px 10px 1px 20px;
}

.cmm_links span.add_comment {
    background: url(/templates/pobedka/images/icons/comment.png) no-repeat left center;
}

.cmm_links span.subscribe {
    background: url(/templates/pobedka/images/icons/subscribe.png) no-repeat left center;
}

.cmm_links span.unsubscribe {
    background: url(/templates/pobedka/images/icons/unsubscribe.png) no-repeat left center;
}

.cmm_links span.cmm_rss {
    background: url(/templates/pobedka/images/icons/rss.png) no-repeat left center;
}

.left_border {
    padding: 0 0 0 8px;
}

.cmm_heading {
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #7192A6;
    margin-bottom: 4px;
    padding-top: 8px;
}

.cmm_icons {
    margin-bottom: 4px;
}

.cmm_icons a {
    color: #666666;
    text-decoration: underline;
}

.cmm_anchor {
    float: left;
    margin-left: 10px;
    color: #333333;
}

.cmm_author {
    display: block;
    float: left;
    font-weight: bold;
}

.cmm_title {
    padding: 6px;
}

.cmm_votes {
    float: right;
    padding: 2px;
    margin-right: 15px;
    color: silver;
    font-weight: bold;
}

.cmm_good {
    color: green;
}

.cmm_bad {
    color: red;
}

.cmm_date {
    color: #999;
    background-color: #999999;
    display: block;
    float: right;
    margin-right: 6px;
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/calendar.png) no-repeat left center;
}

.cmm_pagebar {
    background-color: #EBEBEB;
    margin-bottom: 4px;
}

.cmm_entry {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    padding: 2px;
}

.cmm_sublinks {
    display: block;
    margin-top: 10px;
}

.cmm_sublinks a:hover {
    color: #375E93;
}

.cmm_sublinks a {
    color: #5F98BF;
    margin-right: 6px;
}

.cmm_avatar {
    padding: 5px;
    background: #EBEBEB;
    border-radius: 4px;
}

.cmm_content_av {
    padding: 10px;
    padding-left: 25px;
    padding-top: 7px;
    background: url(/templates/pobedka/images/icons/comments/pointer.jpg) no-repeat;
}

.cmm_content {
    padding-left: 6px;
}

.cmm_addentry a {
    text-decoration: underline;
}

.cmm_addentry {
    padding: 20px;
    border: solid 1px gray;
    background-repeat: repeat-x;
    background-color: #E4E4E4;
}

.cmm_smilebox {
    padding: 4px;
    border: solid 1px gray;
    background-color: #EBEBEB;
}

.cmm_codebar {
    width: 100%;
    border: solid 1px gray;
    background-color: #FFFFFF;
}

.cmm_pageselect {
    border: solid 1px gray;
    background-color: #F3F3F3;
}

.cmm_submit {
    font-size: 12px;
}

.cmm_all_title {
    margin-bottom: 5px;
    color: #5F98BF;
    font-size: 100%;
    font-weight: normal;
}

.cm_guest_name {
    margin: 10px 0px;
    color: #375E93;
    font-weight: bold;
}

.cm_addentry {
    overflow: hidden;
    margin: 4px;
}

.cm_editor {
    border: 1px #CCC solid;
    padding: 4px;
    border-radius: 0 0 4px 4px;
}

.cm_codebar {
    margin: 6px 0 0;
    overflow: hidden;
}

div.cm_smiles a {
    text-decoration: none;
}

div.cm_smiles {
    position: relative;
}

#con_rating_block {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 10px;
    background: #E0EAEF;
    border-radius: 4px;
}

div.con_forum_link {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.con_forum_link a {
    height: 16px;
    line-height: 16px;
    padding-left: 18px;
    background: url(/images/icons/comments.gif) no-repeat left center;
}

.darkBlue-LightBlue {
    background-color: #385c89;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#385c89), to(#4a79a9));
    background-image: -moz-linear-gradient(bottom, #385c89, #4a79a9);
    background-image: -o-linear-gradient(bottom, #385c89, #4a79a9);
    color: #FFF;
    font-size: 14px;
    clear: both;
}

.darkBlue-LightBlue a {
    color: #FFF;
    border-color: #FFF;
}

.darkBlue-LightBlue a:hover {
    color: #CCC;
    border-color: #CCC;
}

.forum_cattitle {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #5186B8;
}

.post_content {
    word-wrap: break-word;
    max-width: 767px;
    overflow: hidden;
}

.posts_table .darkBlue-LightBlue {
    font-size: 12px;
}

.last_post_img {
    float: right;
    padding: 5px;
}

.added_later {
    color: #CCC;
    margin: 10px 0;
    display: block;
}

.forums_table {
    border: solid 1px #A8C2CF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.forum_link {
    font-weight: bold;
}

.forum_desc {
    color: #444;
    margin: 5px 0 0;
}

.threads_table {
    border: solid 1px #A8C2CF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.thread_link {
    font-weight: bold;
}

.thread_desc {
    color: #999999;
}

.thread_pagination {
    font-size: 12px;
}

.thread_pagination a {
    color: #666666;
    text-decoration: underline;
}

.thread_pagination a:hover {
    color: #FF6600;
    text-decoration: underline;
}

.row1 {
    background-color: #E0EAEF;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#E0EAEF), to(#FFF));
    background-image: -moz-linear-gradient(bottom, #E0EAEF, #FFF);
    background-image: -o-linear-gradient(bottom, #E0EAEF, #FFF);
    border-bottom: #A8C2CF 1px solid;
}

.row11 {
    background-color: #E0EAEF;
    border-bottom: #A8C2CF 1px solid;
}

.row2 {
    background-color: #FFF;
    border-bottom: #A8C2CF 1px solid;
}

.forum_poll_data {
    background-color: #F2F2F2;
}

.forum_poll_header {
    width: 100%;
    background-color: #EBEBEB;
    border-bottom: dashed 1px #A8C2CF;
}

.forum_poll_title {
    font-weight: bold;
    font-size: 18px;
}

.forum_poll_desc {
    font-size: 12px;
    margin: 4px 0;
}

.forum_poll_gauge_title {
    font-size: 12px;
}

.forum_poll_gauge {
    height: 15px;
    background-color: #333333;
    margin-bottom: 10px;
    font-size: 10px;
    color: #FFFFFF;
    text-align: right;
}

.forum_poll_submit {
    margin: 10px;
}

.forum_poll_param {
    margin: 0 0 7px 0;
    font-size: 12px;
}

.post_usercell {
    background-color: #EFFAFF;
    border-top: solid 1px #A8C2CF;
    background-image: -moz-linear-gradient(right center, #EFFAFF, #FFF);
    background-image: -webkit-gradient(linear, left center, right center, from(#FFF), to(#EFFAFF));
    background-image: -o-linear-gradient(right, #EFFAFF, #FFF);
}

.post_userimg {
    margin: 4px auto;
    border: solid 1px #A8C2CF;
    padding: 5px;
    background-color: white;
    border-radius: 4px;
    width: 64px;
}

.post_userawards {
    margin-top: 3px;
    margin-bottom: 3px;
}

.post_userrank {
    font-size: 10px;
    color: #006699;
}

.post_userrank span {
    display: block;
    clear: both;
}

.post_userrank .user_rank {
    font-size: 10px;
    color: #006699;
}

.post_userrank .admin_rank {
    font-size: 10px;
    color: #660000;
}

.post_userrank .moder_rank {
    font-size: 10px;
    color: #C00;
}

.post_usermsgcnt {
    font-size: 10px;
}

.post_userkarma {
    padding: 2px;
    margin: 2px;
    font-size: 10px;
}

.post_msgcell {
    background-color: #FFFFFF;
    border-top: solid 1px #A8C2CF;
    padding: 6px;
}

.post_userlink {
    color: #003366;
    font-weight: bold;
}

.post_date {
    float: left;
}

.post_user_date {
    border-bottom: 1px dotted #CCCCCC;
    color: #666666;
    float: right;
    margin: 0 0 5px 5px;
}

.msg_links {
    float: right;
}

.votes_links {
    float: right;
    margin: 0 0 0 10px;
}

.post_editdate {
    color: #999999;
    margin: 10px 0 0 0;
    padding: 7px 0 0 0;
    border-top: 1px dotted #CCC;
    font-size: 11px;
    text-align: right;
}

.post_signature {
    margin-top: 20px;
    border-top: solid 1px silver;
    padding-top: 4px;
}

.forum_toollinks {
    margin-bottom: 8px;
    text-align: right;
}

.forum_quote {
    padding: 10px;
    border: dashed 1px gray;
    background-color: #EBEBEB;
    font-size: 12px;
    color: gray;
    margin: 8px;
}

.bb_quote {
    background-color: #FFFFD9;
    border: 1px solid #FFCC99;
    border-radius: 4px;
    color: gray;
    font-size: 12px;
    margin: 6px;
    padding: 8px;
    overflow: hidden;
}

.forum_quote_author {
    text-align: right;
}

.forum_toolbar {
    background-color: #E0EAEF;
    margin: 5px 0px;
    border: solid 1px #A8C2CF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.forum_toolbar a:hover {
    color: #5F98BF;
}

.forum_toolbar a {
    color: #375E93;
    text-decoration: none;
}

.forum_navbar {
    margin-bottom: 4px;
    background-color: #E0EAEF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.forum_navbar a {
    color: #375E93;
    text-decoration: underline;
}

.forum_fa {
    margin: 6px 0 0 0;
    border: solid 1px #CCC;
    border-radius: 4px;
    padding: 7px;
}

.forum_fa_title {
    font-weight: bold;
}

.forum_fa_desc {
    border-bottom: solid 1px #FFCC99;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.forum_fa_entries {
    background-color: #FFFFD9;
    border: 1px solid #FFCC99;
    padding: 8px;
    margin: 6px 0 0 0;
    border-radius: 4px;
    display: none;
}

.forum_postinfo {
    margin-bottom: 15px;
}

.forum_texteditor {
    font-size: 14px;
    border: solid 1px gray;
    width: 100%;
    height: 200px
}

.forum_zoom {
    opacity: 1.0;
}

.forum_zoom:hover {
    opacity: 0.9;
}

.forum_lostimg {
    padding: 5px;
    border: solid 1px silver;
    color: #666666;
}

.forum_fast {
    margin-top: 2px;
}

.forum_fast_header {
    color: #375E93;
    font-size: 18px;
    margin-bottom: 4px;
    padding: 10px 0;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/edit.png) no-repeat left center;
}

.forum_fast_submit {
    text-align: right;
    margin-top: 3px;
}

.forum_fast_form #message {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 3px 0;
    width: 100%;
    height: 108px;
    max-height: 702px;
}

.forum_subs {
    margin: 5px 0 0;
    color: #666666;
    font-size: 11px;
}

.forum_subs a {
    text-decoration: underline;
    color: #003399;
}

.subforumshead {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.add_file_link {
    height: 18px;
    line-height: 18px;
    padding-left: 22px;
    background: url(/templates/pobedka/images/icons/users/upload.gif) no-repeat left center;
}

#usr_links {
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
}

#usr_links sup {
    font-size: 12px;
    color: #729CCC;
}

#usr_files, #usr_blog, #usr_board, #usr_forum, #usr_comments {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px 0 35px;
    font-size: 17px;
    margin: 5px 0;
    margin-left: 0px;
    float: left;
}

.online {
    padding: 1px 5px;
    background-color: #2ecc71;
    color: #FFF;
    border-radius: 2px;
    font-size: 11px;
}

.cmm_votes {
    float: right;
    padding: 2px;
    margin-right: 15px;
    color: silver;
    font-weight: bold;
}

.cmm_good {
    color: green;
}

.cmm_bad {
    color: red;
}

#users_search_link a {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/search.png) no-repeat;
    text-decoration: none;
}

#users_search_link a span {
    border-bottom: dashed 1px #375E93;
}

#users_sbar {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    color: #375E93;
    background: #E0EAEF;
    margin-bottom: 10px;
}

#users_sbar input[type=text] {
    border: 1px solid #4DA4CF;
    padding: 2px;
}

#users_sbar .field {
    width: 150px;
}

#users_sbar .longfield {
    width: 408px;
}

#users_sbar p {
    margin-top: 10px;
}

.users_search_results {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    color: #375E93;
    background: #E0EAEF;
    margin-bottom: 15px;
}

.users_search_results h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.users_search_results ul,
.users_search_results li {
    margin-left: 0px;
}

div.users_list_buttons {
    overflow: hidden;
}

div.users_list_buttons .button {
    border-radius: 4px;
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 15px;
    padding: 5px 0px;
}

div.users_list_buttons .button a {
    color: #375E93;
}

div.users_list_buttons .selected {
    background: #E0EAEF;
    padding: 5px 10px;
    margin-right: 15px;
}

div.users_list_buttons .selected a {
    text-decoration: none;
    color: #000000;
}

div.users_list {
    margin: 15px 0px;
    padding: 15px;
    border: 1px solid #C3D6DF;
    border-radius: 4px;
}

table.users_list div.avatar {
    border: 1px solid #C3D6DF;
    padding: 2px;
    width: 63px;
    height: 63px;
    margin-bottom: 10px;
}

table.users_list div.number {
    color: #999;
}

table.users_list div.nickname {
    font-size: 18px;
}

div.microstatus {
    color: #5F98BF;
    font-size: 11px;
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/comment-small.png) no-repeat left top;
    clear: both;
    margin-top: 3px;
}

.microstatus {
    color: #5F98BF;
    font-size: 11px;
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/comment-small.png) no-repeat left top;
    margin-top: 3px;
}

table.users_list div.karma,
table.users_list div.rating {
    font-size: 12px;
    float: right;
    overflow: hidden;
    padding: 2px 5px;
    border-radius: 4px;
    background: #E0EAEF;
}

table.users_list div.karma {
    margin-right: 5px;
}

table.users_list .pos {
    color: green;
}

table.users_list .neg {
    color: red;
}

table.users_list div.city {
    clear: both;
}

table.users_list div.city a {
    color: #666;
}

table.users_list div.status {
    float: right;
    padding: 2px;
    margin-right: 5px;
}

table.users_list div.status .online {
    padding: 1px 5px;
    background-color: #00CC00;
    color: #FFF;
    font-size: 11px;
    border-radius: 2px;
}

table.users_list div.status .offline {
    color: #999999;
    font-size: 11px;
    background: none;
    padding: 0px;
}

#mod_user_stats div.stat_block {
    margin-left: 15px;
}

#mod_user_stats div.stat_block div.title {
    color: #1873AA;
    font-size: 16px;
    margin-bottom: 0px;
    text-shadow: 0 2px 0 #FFFFFF;
    font-weight: bold;
}

#mod_user_stats div.stat_block div.body ul {
    list-style: none;
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
}

#mod_user_stats div.stat_block div.body li {
    list-style: none;
    margin: 0px;
    margin-bottom: 3px;
}

#mod_user_stats div.stat_block_bday {
    margin-left: 20px;
}

#mod_user_stats div.stat_block_bday div.title {
    text-shadow: 0 2px 0 #FFFFFF;
    padding-left: 18px;
    background: url(/templates/pobedka/images/icons/cake.png) no-repeat left center;
    font-size: 16px;
    color: #1873AA;;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

div#user_ratings {
    float: right;
}

div#user_ratings div.karma, div#user_ratings div.rating {
    float: left;
    text-align: center;
}

div#user_ratings .value, div#user_ratings .value-positive, div#user_ratings .value-negative {
    font-size: 14px;
    padding: 4px;
    margin: 2px;
    border-radius: 10px;
    cursor: pointer;
}

div#user_ratings .karma .value-positive {
    background-color: #427F00;
    color: #FFF;
}

div#user_ratings .karma .value-negative {
    background-color: #BF2F17;
    color: #FFF;
}

div#user_ratings .karma table td {
    font-size: 14px;
}

div#user_ratings .rating .value {
    background-color: #4A73A7;
    color: #FFF;
    padding: 6px 10px;
}

.user_group_name {
    float: right;
    margin-right: 20px;
    height: 38px;
    line-height: 38px;
}

.user_group_name div {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #375E93;
}

.user_group_name .admin {
    background-image: url(/templates/pobedka/images/icons/groups/admin.png);
}

.user_group_name .registered {
    background-image: url(/templates/pobedka/images/icons/groups/registered.png);
}

.user_group_name .editors {
    background-image: url(/templates/pobedka/images/icons/groups/editors.png);
}

.user_group_name .moderators {
    background-image: url(/templates/pobedka/images/icons/groups/moderators.png);
}

.user_group_name .vip {
    background-image: url(/templates/pobedka/images/icons/groups/vip.png);
}

div#user_profile_url {
    clear: both;
    display: block;
    padding: 5px;
    margin-top: 15px;
    text-align: center;
    border-radius: 4px;
    background: none repeat scroll 0 0 #E0EAEF;
}

#user_profile_url div {
    color: #375E93;
}

#user_profile_url a {
    color: #5F98BF;
}

div.usr_profile_menu {
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

div.usr_profile_menu a {
    padding: 4px;
    border: solid 1px #FFF;
    overflow: hidden;
    float: left;
}

a.select-avatar {
    height: 16px;
    line-height: 16px;
    padding-left: 18px;
    background: url(/templates/pobedka/images/icons/users/selectavatar.gif) no-repeat left center;
}

div.user_profile_data {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.offline {
    padding: 1px 3px;
    border-radius: 2px;
    background-color: #DD6C6C;
    color: #FFF;
    font-size: 11px;
}

.user_profile_data .offline, .user_profile_data .online, .user_profile_data .logdate {
    font-size: 12px;
}

.logdate {
    color: #999999;
    font-size: 11px;
}

.usr_friends_entry .offline {
    color: #999999;
}

div.user_profile_data .field {
    overflow: hidden;
    clear: both;
}

div.user_profile_data .field .title,
div.user_profile_data .field .value {
    float: left;
    line-height: 24px;
}

div.user_profile_data .field .title {
    width: 170px;
    font-weight: bold;
}

#usr_board {
    background: url(/templates/pobedka/images/icons/big/board.png) no-repeat;
}

#usr_files {
    background: url(/templates/pobedka/images/icons/big/folder_ftp.png) no-repeat;
}

#usr_blog {
    background: url(/templates/pobedka/images/icons/big/blog.png) no-repeat;
}

#usr_forum {
    background: url(/templates/pobedka/images/icons/big/folder.png) no-repeat;
}

#usr_comments {
    background: url(/templates/pobedka/images/icons/big/faq_answer.png) no-repeat;
}

#upr_feed .action_entry {
    border-bottom: 1px solid #BFE5FF;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 22px;
}

#upr_feed .action_title {
    font-size: 12px;
    overflow: hidden;
    padding: 2px 0;
}

.usr_friends_query {
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #65A1C2;
    padding: 10px;
    margin-top: 10px;
}

.usr_friends_query_one {
    margin-bottom: 5px;
}

.usr_friends_query_yes {
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/yes.png) no-repeat;
}

.usr_friends_query_no {
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/no.png) no-repeat;
}

.content_title {
    font-size: 14px;
    font-weight: bold;
}

.usr_friends_feed {
    padding: 6px;
}

.usr_friends_feed a.nickname {
    color: gray;
}

.usr_com_title {
    padding: 5px;
    background-color: #EBEBEB;
    border-top: solid 1px #666;
    border-bottom: none;
}

.usr_com_body {
    padding-top: 15px;
}

.usr_wall_entry {
    border-radius: 4px;
    margin: 5px 0;
    padding: 5px 0px;
}

.usr_wall_avatar {
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    padding: 4px;
    background: #FFF;
}

.usr_wall_text {
    padding-left: 10px;
    padding-top: 10px;
}

.usr_wall_title {
    float: left;
    color: #5F98BF;
    margin-bottom: 10px;
}

.usr_wall_delete {
    float: right;
    padding: 5px;
}

.usr_wall_delete a {
    background: url(/templates/pobedka/images/icons/delete.png) no-repeat left center;
    padding: 1px;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    color: #375E93;
}

.usr_profile_block {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #C3D6DF;
    margin-left: 10px;
}

.usr_msg_entry {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    border: solid 1px #C3D6DF;
}

.usr_msg_title {
    padding: 4px 0;
}

.usr_msg_title strong {
    color: #375E93;
}

.usr_msg_body {
    padding: 10px;
}

.usr_msg_date {
    color: #5F98BF;
}

.usr_publ_albums {
    overflow: hidden;
    background-color: #EBEBEB;
    padding: 6px;
    margin-bottom: 10px;
}

.usr_article_add {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/add.png) no-repeat left center;
}

.usr_photo_add {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/addphoto.png) no-repeat left center;
}

.usr_del_album {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/deletecat.png) no-repeat left center;
    margin-left: 6px;
    text-decoration: none;
}

.usr_edit_album {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/edit.png) no-repeat left center;
    margin-left: 6px;
    text-decoration: none;
}

#usr_photos_upload_album {
    background: #E0EAEF;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 5px;
}

#usr_photos_upload_album .text-input {
    width: 250px;
}

#usr_photos_upload_album .select-input {
    width: 257px;
}

.photo_desc {
    text-align: left;
    color: #5F98BF;
}

.usr_photos_add_limit {
    margin-bottom: 20px;
    color: #5F98BF;;
}

.usr_photos_submit_one {
    padding: 10px;
    border: solid 1px #C3D6DF;
    border-radius: 4px;
    margin-bottom: 2px;
}

.usr_photos_submit_one .ph_thumb {
    border: solid 3px #E0EAEF;
    border-radius: 3px;
    width: 96px;
    padding: 2px;
}

.usr_photos_submit_one .text-input {
    width: 300px;
}

#usr_photos_submit_btn {
    margin-top: 15px;
    color: #5F98BF;
}

#usr_photos_submit_btn input {
    font-size: 18px;
}

.usr_photo_thumb {
    padding: 1px;
    padding-top: 10px;
    float: left;
    width: 120px;
    display: block;
    margin: 4px;
    margin-left: 0px;
    border-radius: 4px;
    border: 1px solid #C3D6DF;
    text-align: center;
}

.usr_photo_date {
    font-size: 11px;
    color: #5F98BF;
    display: block;
}

.usr_photo_hits {
    font-size: 10px;
    color: #999;
    display: block;
}

.usr_photos_notice {
    margin: 10px 0px;
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/info.png) no-repeat left center;
    clear: both;
}

.usr_photos_add_st {
    margin-top: 20px;
    width: 500px;
    color: #5F98BF;
}

.usr_photo_sel_bar {
    margin: 10px 0px;
    display: inline-block;
}

.usr_photo_prev_link,
.usr_photo_next_link {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 15px;
}

.usr_photo_prev_link {
    background: url(/templates/pobedka/images/icons/big/prev.png) no-repeat;
    float: right;
}

.usr_photo_next_link {
    background: url(/templates/pobedka/images/icons/big/next.png) no-repeat;
    float: left;
}

.usr_photo_link_edit,
.usr_photo_link_delete {
    padding: 1px;
    padding-left: 20px;
}

.usr_photo_link_edit {
    background: url(/templates/pobedka/images/icons/edit.png) no-repeat left center;
}

.usr_photo_link_delete {
    background: url(/templates/pobedka/images/icons/delete.png) no-repeat left center;
    margin-left: 10px;
}

.usr_photo_view {
    text-align: center;
    padding: 10px;
    background-color: #FFFFFF;
}

.usr_editprof {
    background-color: #FFFFFF;
    border: solid 1px gray;
    padding: 8px;
    width: 100%;
}

.usr_edithint {
    color: #666666;
    font-size: 10px;
}

.usr_q_title {
    font-weight: bold;
    margin: 1px;
    margin-bottom: 12px;
    padding: 5px;
    clear: both;
    border-bottom: dashed 1px gray;
}

.usr_q_thumb {
    margin-left: 1px;
    margin-bottom: 1px;
    float: left;
    display: block;
    width: 70px;
}

.usr_q_thumbimg {
    background-color: #FFFFFF;
    border: solid 1px gray;
}

.usr_q_link {
    color: #003366;
}

.usr_award_block {
    display: block;
    margin: 2px;
    width: 100%;
}

.usr_award_date {
    font-size: 10px;
    color: #999999;
    margin-top: 5px;
}

.usr_deleted {
    font-size: 18px;
    color: #990000;
}

.usr_restore {
    margin-top: 10px;
}

.usr_btnlink {
    margin-right: 20px;
    font-size: 24px;
}

.usr_files_orderbar {
    background-color: #EBEBEB;
    margin-bottom: 4px;
    padding: 5px;
}

.usr_files_orderbtn {
    font-size: 9px;
    background-color: #CCCCCC;
    border: solid 1px gray;
    height: 20px;
}

.usr_files_link {
    font-size: 10px;
    color: #999999;
}

.usr_wall {
    margin-top: 5px;
    overflow: hidden;
    clear: both;
}

.usr_wall #addwall {
    padding-right: 10px;
}

.usr_wall_header {
    font-size: 18px;
    color: #375E93;
    margin-bottom: 5px;
}

.usr_wall_body {
    margin-bottom: 10px;
}

.usr_wall_body p {
    padding: 2px;
    margin: 5px 0px;
    color: #5F98BF;
    font-size: 14px;
}

.usr_wall_addlink {
    border-radius: 4px;
    padding: 5px 8px;
    padding-left: 25px;
    display: inline-block;
    background: url(/templates/pobedka/images/icons/add.png) no-repeat 6px center #E0EAEF;
}

.club_wall_addlink {
    padding: 0 0 0 25px;
    float: right;
    background: url(/templates/pobedka/images/icons/add.png) no-repeat 6px center #E0EAEF;
}

.usr_wall_addlink a, .club_wall_addlink a {
    color: #375E93;
    text-decoration: none;
    font-size: 13px;
}

.usr_friendslink {
    text-decoration: underline;
    color: #999999;
}

#karmalink {
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    background-color: #EBEBEB;
    margin: 2px;
    margin-left: 8px;
}

#usertitle {
    overflow: hidden;
}

#nickname {
    margin: 0px;
}

.usr_group {
    padding: 2px;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    line-height: 16px;
    color: #666666;
}

.usr_awlist_link {
    font-size: 14px;
    background: #ccc;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.usr_awlist_link a {
    text-decoration: none;
}

.usr_aw_dettable {
    margin: 5px;
    margin-bottom: 20px;
}

.usr_aw_img {
    padding: 5px;
    border: solid 1px #ccc;
}

.usr_aw_title {
    font-size: 18px;
    color: #375E93;
}

.usr_aw_desc {
    font-size: 14px;
    color: #5F98BF;
}

.usr_aw_who {
    padding: 10px;
}

.user_gender_m, .user_gender_ {
    background: url(/templates/pobedka/images/icons/male.png) no-repeat 0px 2px;
    padding-left: 20px;
    line-height: 18px;
}

.user_gender_f {
    background: url(/templates/pobedka/images/icons/female.png) no-repeat 0px 2px;
    padding-left: 20px;
    line-height: 18px;
}

.usr_aw_users {
    margin-bottom: 4px;
    color: #375E93;
}

div.awards_list_link {
    padding: 5px 0px;
}

div.awards_list_link a {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/info.png) no-repeat left center;
}

#usr_profparams {
    width: 750px;
    border: dashed 1px silver;
    padding: 10px;
}

#usr_profsavebtns {
    background: #EBEBEB;
    width: 775px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

#usr_prof_form {
    padding: 10px;
    padding-top: 0px;
}

#usr_prof_form em {
    color: #999;
}

#usr_prof_form #title {
    width: 170px;
    height: 24px;
    line-height: 24px;
}

#usr_prof_form #field {
    height: 24px;
    line-height: 24px;
}

#usr_prof_form table {
    width: 100%;
}

.usr_msgmenu_tabs {
    display: block;
    height: 37px;
    clear: both;
    margin: 20px 0 0;
    overflow: hidden;
}

.usr_msgmenu_active {
    margin-right: 0px;
    background-color: #E0EAEF;
    padding: 10px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    float: left;
}

.usr_msgmenu_link {
    margin-right: 0px;
    padding: 10px;
    float: left;
}

.in_link {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message-in.png) no-repeat 6px center #FFF;
}

.in_span {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message-in.png) no-repeat 6px center #E0EAEF;
}

.out_link {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message-out.png) no-repeat 6px center #FFF;
}

.out_span {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message-out.png) no-repeat 6px center #E0EAEF;
}

.notices_link {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message_notice.png) no-repeat 6px center #FFF;
}

.notices_span {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message_notice.png) no-repeat 6px center #E0EAEF;
}

.new_link {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message-new.png) no-repeat 6px center;
    text-decoration: none;
}

.history_link {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message_history.png) no-repeat 6px center #FFF;
}

.history_span {
    padding-left: 26px;
    background: url(/templates/pobedka/images/icons/users/message_history.png) no-repeat 6px center #E0EAEF;
}

a.msg_delete:hover,
a.msg_reply:hover,
a.msg_history:hover {
    color: #5F98BF;
}

a.msg_delete,
a.msg_reply,
a.msg_history,
span.msg_new {
    color: #375E93;
    height: 16px;
    line-height: 16px;
    padding: 1px 1px 1px 20px;
    text-decoration: none;
}

a.msg_reply,
a.msg_history,
span.msg_new {
    margin-right: 10px;
}

a.msg_delete {
    background: url("/templates/pobedka/images/icons/delete.png") no-repeat left center;
}

a.msg_reply {
    background: url(/templates/pobedka/images/icons/users/message_reply.png) no-repeat left center;
}

a.msg_history {
    background: url(/templates/pobedka/images/icons/users/message_history.png) no-repeat left center;
}

span.msg_new {
    background: url(/templates/pobedka/images/icons/new.png) no-repeat left center;
    color: red;
}

table.feed {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.feed td {
    font-size: 14px;
}

table.feed td.date {
    font-size: 12px;
    text-align: left;
    width: 110px;
}

table.feed td.date strong {
    color: green;
}

.usr_files_head {
    background-color: #ECECEC;
    font-weight: bold;
    padding: 4px;
}

.usr_status_bar {
    clear: both;
    margin-top: 0px;
    padding-bottom: 10px;
}

.usr_status_text {
    color: #5F98BF;
    background: url(/templates/pobedka/images/icons/comment.png) no-repeat left center;
    padding-left: 20px;
    float: left;
}

.usr_status_date {
    font-size: 10px;
    color: gray;
    font-style: normal;
    margin-left: 10px;
    margin-right: 14px;
}

.usr_status_link {
    float: left;
}

.usr_status_link a {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/edit.png) no-repeat left center;
}

.usr_avatar {
    padding: 10px;
    border: solid 1px #65A1C2;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.usr_avatars_lib_link {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/images.png) no-repeat left center;
}

.usr_friends_block {
    overflow: hidden;
    margin-bottom: 15px;
}

.usr_friend_cell {
    padding-right: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.usr_friend_cell .friend_link {
    font-size: 14px;
}

.usr_friend_cell span {
    font-size: 11px;
}

.usr_friend_cell span.offline {
    color: #5F98BF;
    background: none;
}

.usr_albums_list {
    margin: 10px 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}

.usr_albums_list li {
    margin: 0 10px 10px 0;
    padding: 0;
    display: block;
    float: left;
    width: 200px;
    height: 75px;
}

.usr_albums_list li.no_albums {
    height: auto;
}

.usr_album_thumb {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #65A1C2;
}

.usr_album .link {
    font-size: 14px;
}

.usr_album .count {
    color: #5F98BF;
}

.usr_album .date {
    color: #AAA;
    font-size: 11px;
}

.action_friends {
    position: relative;
    margin: 0 0 10px 0;
    border-collapse: separate;
}

.action_friends td {
    background-color: #ECF2F4;
    border-left: 1px #ECF2F4 solid;
    border-right: 1px #ECF2F4 solid;
    border-top: 1px #ECF2F4 solid;
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
}

.action_fr {
    vertical-align: middle;
}

.action_friends td.selected {
    background-color: #FFFFFF;
    border-color: #BFE5FF;
}

.arr_btn {
    text-decoration: none;
    font-size: 40px;
}

.mod_act_all {
    padding: 1px;
    padding-left: 20px;
    background: url(/templates/pobedka/images/icons/actions.png) no-repeat;
    color: #333;
}

.actions_list {
    clear: both;
}

.actions_list h3 {
    color: #000;
}

.action_entry {
    border-bottom: 1px solid #ecf0f1;
    margin-bottom: 15px;
    padding: 0 0 5px 25px;
}

.action_entry .is_new {
    color: #FF5A00;
}

.action_user {
    color: #375E93;
    font-weight: bold;
}

.action_title {
    font-size: 14px;
}

.action_date {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 11px;
    color: #5F98BF;
}

.action_details {
    clear: both;
    color: gray;
    overflow: hidden;
}

.action_details .act_photo {
    overflow: hidden;
    display: inline-block;
}

.act_add_comment {
    background: url(/templates/pobedka/images/icons/actions/add_comment.png) no-repeat left 3px;
}

.act_add_photo, .act_add_photo_club {
    background: url(/templates/pobedka/images/icons/actions/add_photo.png) no-repeat left 3px;
}

.act_add_article {
    background: url(/templates/pobedka/images/icons/actions/add_article.png) no-repeat left 3px;
}

.act_set_status {
    background: url(/templates/pobedka/images/icons/actions/set_status.png) no-repeat left 3px;
}

.act_add_friend {
    background: url(/templates/pobedka/images/icons/actions/add_friend.png) no-repeat left 3px;
}

.act_add_blog {
    background: url(/templates/pobedka/images/icons/actions/add_blog.png) no-repeat left 3px;
}

.act_add_post {
    background: url(/templates/pobedka/images/icons/actions/add_post.png) no-repeat left 3px;
}

.act_add_board {
    background: url(/templates/pobedka/images/icons/actions/add_board.png) no-repeat left 3px;
}

.act_add_catalog {
    background: url(/templates/pobedka/images/icons/actions/add_catalog.png) no-repeat left 3px;
}

.act_add_club {
    background: url(/templates/pobedka/images/icons/actions/add_club.png) no-repeat left 3px;
}

.act_add_club_user {
    background: url(/templates/pobedka/images/icons/actions/add_club_user.png) no-repeat left 3px;
}

.act_add_quest {
    background: url(/templates/pobedka/images/icons/actions/add_quest.png) no-repeat left 3px;
}

.act_add_fpost {
    background: url(/templates/pobedka/images/icons/actions/add_fpost.png) no-repeat left 3px;
}

.act_add_thread {
    background: url(/templates/pobedka/images/icons/actions/add_thread.png) no-repeat left 3px;
}

.act_add_avatar {
    background: url(/templates/pobedka/images/icons/actions/add_avatar.png) no-repeat left 3px;
}

.act_add_award {
    background: url(/templates/pobedka/images/icons/actions/add_award.png) no-repeat left 3px;
}

.act_add_file {
    background: url(/templates/pobedka/images/icons/actions/add_file.png) no-repeat left 3px;
}

.act_add_wall {
    background: url(/templates/pobedka/images/icons/actions/add_wall.png) no-repeat left 3px;
}

.act_add_wall_club {
    background: url(/templates/pobedka/images/icons/actions/add_wall_club.png) no-repeat left 3px;
}

.act_add_post_club {
    background: url(/templates/pobedka/images/icons/actions/add_post_club.png) no-repeat left 3px;
}

.act_add_user_photo {
    background: url(/templates/pobedka/images/icons/actions/add_user_photo.png) no-repeat left 3px;
}

.act_add_user_photo_multi {
    background: url(/templates/pobedka/images/icons/actions/add_user_photo_multi.png) no-repeat left 3px;
}

.act_add_user {
    background: url(/templates/pobedka/images/icons/actions/add_user.png) no-repeat left 3px;
}

.act_add_wall_my {
    background: url(/templates/pobedka/images/icons/actions/add_wall_my.png) no-repeat left 3px;
}

.button_yes, .button_no {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid;
    cursor: pointer;
    font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
    font-size: 11px;
    margin: 3px;
    outline: medium none;
    overflow: visible;
    padding: 4px 14px;
    white-space: nowrap;
}

.button_yes::-moz-focus-inner, input.button_no::-moz-focus-inner {
    border: 0 none;
}

.button_yes {
    background: none repeat scroll 0 0 #5D81A7;
    border: 1px solid #45688E;
}

.button_yes {
    background: url('/templates/pobedka/images/core/button.png') repeat-x scroll 0 -16px #6181A6;
    border-color: #789ABF #5980A9 #5980A9;
    color: #FFF;
    text-shadow: 0 1px 0 #45688E;
}

.button_yes:hover {
    background-position: 0 -8px;
}

.button_yes:active {
    background: none repeat scroll 0 0 #5E80A5;
    border: 1px solid #5E80A5;
    position: relative;
}

.button_no {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #B3B3B3;
}

.button_no {
    background: url('/templates/pobedka/images/core/button.png') repeat-x scroll 0 -54px #DDDDDD;
    border-color: #FFFFFF #E7E7E7 #E5E5E5;
    color: #444444;
    text-shadow: 0 1px 0 #FFFFFF;
}

.button_no:hover {
    background-position: 0 -46px;
}

.button_no:active {
    background: none repeat scroll 0 0 #DCDCDC;
    border: 1px solid #DCDCDC;
    position: relative;
}

#popup_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    padding: 0;
    margin: 0;
}

#popup_overlay {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    background: #666;
    opacity: 0.4;
}

#popup_container .popup_body {
    background: #fff;
    width: 700px;
    margin: 0 auto;
    box-shadow: 0 2px 8px #666;
    overflow: hidden;
}

.popup_body > div {
    clear: both;
}

#popup_title,
#note_title {
    background: none repeat scroll 0 0 #45688E;
    border-bottom: 1px solid #666;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 7px;
    text-shadow: 0 1px 2px #333;
}

#popup_container .popup_x_button,
#noteform .popup_x_button {
    background: url("/templates/pobedka/images/core/close_btn.png") no-repeat center center;
    cursor: pointer;
    float: right;
    height: 16px;
    margin: 3px 3px 0 0;
    opacity: 0.7;
    padding: 3px;
    width: 16px;
}

#popup_container .popup_x_button:hover,
#noteform .popup_x_button:hover {
    opacity: 1.0;
}

#popup_progress {
    display: none;
    text-align: center;
    width: 100%;
    margin: 45px 0 28px;
}

#popup_content {
    padding: 0;
    margin: 0;
}

#popup_message {
    font-size: 13px;
    margin: 7px;
}

#popup_message .box_message_content {
    font-size: 13px;
    padding: 5px;
}

#popup_panel, #note_panel {
    background: #f9f9f9;
    border-top: 1px solid #ccc;
    padding: 3px;
    padding-right: 10px;
    text-align: right;
    overflow: hidden;
}

#popup_prompt {
    margin: 0.5em 0
}

span.ajax-loader {
    background: url('/templates/pobedka/images/core/ajax-loader.gif') no-repeat;
    display: none;
    float: left;
    left: 6px;
    position: relative;
    top: 11px;
    width: 36px;
}

#popup_info {
    border: 1px solid #666666;
    display: none;
    float: left;
    margin: 3px 2px;
    padding: 2px 9px 1px;
    position: relative;
    color: #FFF;
}

#popup_info.error {
    background-color: #E6A4A4;
}

#popup_info.info {
    background-color: #AEFFA4;
}

#popup_message div.js_smiles, #smileajax {
    height: 1px;
}

#popup_message div.js_smiles a, #smileajax a {
    text-decoration: none;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.friend_list_top {
    background-color: #F7F7F7;
    padding: 4px 4px 0 4px;
    font-size: 12px;
    overflow: hidden;
    margin: 0 -3px;
    border-bottom: 1px solid #AAAAAA;
}

*:first-child + html .friend_list_top {
    padding-bottom: 18px;
}

#friend_list_lookup {
    float: right;
    width: 180px;
    color: #777;
}

.friend_list_body {
    padding: 4px 0px 0px 10px;
    width: 657px;
    max-height: 500px;
    border-top: 0px solid #c3edb2;
    overflow-x: hidden;
    overflow-y: scroll;
}

.friend_list_body_ajax {
    padding: 4px 0 0 3px;
    width: 100%;
    height: 276px;
    border-top: 0px solid #c3edb2;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFF;
    font-size: 10px;
}

.flist_cell,
.flist_cell_on {
    float: left;
    border-bottom: 1px solid #FFF;
    margin: 0 3px 2px 0;
    cursor: pointer;
}

.flist_cell:hover {
    border-bottom: 1px solid #F1F9FE;
}

.flist_cell_on {
    border-bottom: 1px solid #C0C0C0;
}

.flist_cell .flist_border_wrap {
    border: 1px solid #FFF;
}

.flist_cell:hover .flist_border_wrap {
    background-color: #F1F9FE;
    border: 1px solid #C0C0C0;
}

.flist_wrap {
    border: 1px solid #FFF;
    width: 143px;
    height: 56px;
    padding: 3px;
}

.flist_div {
    margin-right: 3px;
    float: left;
    border: 1px solid #C0C0C0;
    background-color: #FFF;
}

.flist_cell:hover .flist_div {
    border: 1px solid #ADADAD;
}

.flist_image {
    margin: 2px;
    overflow: hidden;
    height: 50px;
    width: 50px;
}

.flist_name {
    margin-left: 3px;
    overflow: hidden;
    float: left;
    word-wrap: break-word;
    width: 68px;
    color: #000;
}

.flist_cell_on .flist_name {
    color: #FFF;
}

.flist_cell em,
.flist_cell_on em,
.flist_cell:hover em {
    background-color: #c3b2ed;
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.flist_cell_on em {
    background-color: #FFF;
    color: #F00;
}

.flist_cell:hover em {
    background-color: #C0C0C0;
}

.flist_empty {
    background-color: #FFF;
    color: #808080;
    font-size: 12px;
    text-align: center;
    padding: 103px 0 90px 0;
    margin: 10px 10px 12px 10px;
}

.flist_more {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.t_filter_area {
    border-bottom: 1px solid #c3edb2;
    padding: 10px;
    background-color: #F7F7F7;
    _padding-bottom: 18px;
}

*:first-child + html .t_filter_area {
    padding-bottom: 18px;
}

.t_filter_selected {
    float: left;
    border-bottom: 1px solid #F7F7F7;
    margin-right: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}

.t_filter_selected .t_filter2 {
    border: 1px solid #ccc;
}

.t_filter_off {
    cursor: pointer;
    padding: 4px 7px 5px;
    color: #368E3A;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}

.t_filter_selected .t_filter3 {
    border: 1px solid #396EA4;
    padding: 2px 9px 1px;
    background-color: #396EA4;
    color: #F7F7F7;
    font-weight: bold;
}

.t_filter_off {
    cursor: pointer;
    padding: 4px 7px 5px;
    color: #111;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}

.flist_cell_on .flist_border_wrap {
    border: 1px solid #111;
    background: #395fa7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.club-intive-mess {
    background-color: #111;
    display: none;
    width: 360px;
    height: 27px;
    position: relative;
    top: -33px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -37px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

.club-intive-mess-ajax {
    background-color: #111;
    display: none;
    width: 470px;
    height: 51px;
    position: absolute;
    bottom: 160px;
    text-align: center;
    padding-top: 26px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

#langs {
    background: none no-repeat scroll 5px center;
    color: #FFF;
    cursor: pointer;
    float: right;
    height: 28px;
    line-height: 28px;
    margin: 15px 0 0 15px;
    padding: 0 0 0 27px;
    position: relative;
    font-size: 10px;
    color: #CCC;
    width: 17px;
}

#langs:hover, #langs.active_lang, .active_lang {
    background: none no-repeat scroll 5px center #5D90D1;
}

#langs-select {
    display: none;
    position: absolute;
    list-style: none;
    top: 22px;
    left: 0px;
    padding: 0;
    border-top: none;
    color: #FFF;
    font-size: 12px;
    width: 44px;
}

#langs-select li {
    margin: 0;
    padding: 0 5px 0 25px;
    background: none no-repeat scroll 5px center #5D90D1;
}

.arhive_list {
    font-size: 16px;
    list-style: none outside none;
    padding: 0;
}

.arhive_list li {
    margin: 0;
}

.arhive_list li span {
    color: #555;
}

.arhive_date {
    background: #777;
    float: right;
    font-size: 12px;
    margin: 15px 0;
    padding: 2px 4px;
}

.arhive_date a {
    color: #FFF;
    text-decoration: none;
}

.arhive_title {
    font-size: 18px;
    padding: 12px 0;
}

.arhive_title a {
    text-decoration: none;
}

.arhive_desc {
    clear: both;
}

.debug_info {
    margin: 10px;
    color: #CCC;
    overflow: hidden;
}

#debug_query_dump, #debug_events_dump {
    display: none;
}

.debug_query_count a, .debug_events_count a {
    color: #FFF;
    border-color: #FFF;
}

#debug_query_show .query, #debug_events_show .query {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}

#debug_query_show .query .src {
    color: #999;
    font-size: 12px;
    margin-bottom: 4px;
}

.query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}

.red_query {
    color: #c0392b;
}

.green_query {
    color: #27ae60;
}

.filelink a {
    background: url('/templates/pobedka/images/icons/download.gif') no-repeat center left;
    padding: 0 0 0 20px;
}

.city_block {
    overflow: hidden;
    clear: both;
    background: #FFF;
}

.city_link {
    background: #68809B;
    float: right;
    margin: 0 1px;
    padding: 0 7px;
    text-decoration: none;
    color: #FFF;
    border-radius: 2px;
    line-height: 19px;
}

.city_link:hover {
    background: #B3C2C9;
    color: #333;
}

.city_view {
    border: none !important;
    margin: 0;
    padding: 1px 0;
    height: 19px !important;
}

.img_64 {
    width: 64px;
    height: 64px;
}

#similar_posts > ul {
    padding: 0;
}

#similar_posts li {
    clear: both;
    list-style: none;
    margin: 0 0 10px;
    overflow: hidden;
}

#similar_posts li:last-child {
    margin-bottom: 0;
}

#similar_posts li img {
    width: 100%;
}

#similar_posts li > a {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
}

#similar_posts h5 {
    font-size: 14px;
}

#similar_posts {
    background: #e0eaef;
    border-radius: 4px;
    padding: 0 10px 10px;
    overflow: hidden;
}

#similar_posts h4 {
    color: #333;
    margin: 10px 0;
}

.background_transition {
    transition: background 0.4s ease 0s;
}

.color_transition {
    transition: color 0.4s ease 0s;
}

.color_pumpkin {
    color: #d35400;
}

.color_red {
    color: #e74c3c;
    text-decoration: none;
}

.color_green {
    color: #2ecc71;
    text-decoration: none;
}

.color_red:hover {
    color: #c0392b;
}

.color_green:hover {
    color: #27ae60;
}

.color_gray {
    color: #bdc3c7;
}

.color_asbestos {
    color: #7f8c8d;
}

.color_blue {
    color: #375E93;
}

.ratings_control {
    text-align: center;
    margin: 5px 0 0 0;
    overflow: hidden;
    font-size: 14px;
}

#karmapoints {
    font-size: 24px;
}

.karma_form {
    text-align: center;
    padding: 8px;
    background-color: #ecf0f1;
}

#karmavotes {
    color: #7f8c8d;
}

#con_rating_block #karmapoints {
    font-size: inherit;
}

#con_rating_block #karmactrl {
    margin: 10px 0 0 0;
}

.categorylist {
    clear: both;
    overflow: hidden;
}

.categorylist .subcat {
    float: left;
    overflow: hidden;
    position: relative;
    width: 193px;
}

.art_list thead {
    background: #7f8c8d;
    color: #fff;
}

.art_list td {
    padding: 7px;
}

.art_list {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.art_list tbody tr:nth-child(even) {
    background-color: #ebebeb;
}

.float_bar input[type="button"], .float_bar input[type="submit"] {
    height: auto;
    margin: 0;
}

.redirect {
    margin: 10px 0;
    font-size: 14px;
}

ul.rig {
    list-style: none;
    font-size: 0px;
    margin: 0;
    padding: 0;
    margin-left: -2%;
}

ul.rig li {
    float: left;
    padding: 10px;
    margin: 0 0 2% 2%;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

ul.rig li::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
    bottom: 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
}

ul.rig li img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}

ul.rig li h3 {
    margin: 0 0 5px;
    height: 27px;
}

ul.rig li:hover > span {
    display: block;
}

ul.rig li > span {
    display: none;
    font-size: 0.9em;
    height: 30px;
    color: #999;
    padding: 10px 0 0 0
}

ul.rig li > div {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #999;
    height: 40px;
    overflow: hidden;
    display: block;
    transition: background 0.2s ease 0s;
}

ul.rig li:hover div {
    position: absolute;
    height: auto;
    top: 30%;
    left: 0;
    background: #FFF;
    opacity: 0.8;
    width: 100%;
}

ul.rig li:hover div > p {
    margin: 10px 20px;
}

.not_found {
    color: #777777;
    font-size: 1.18em;
    width: 100%;
    overflow: hidden;
    padding: 80px 0px;
    text-align: center;
    text-overflow: ellipsis;
}

.blog_details {
    margin: 0 0 15px;
    overflow: hidden;
}

.blog_details > * {
    color: #666;
    margin: 0 8px 0 0;
}

.p100 {
    width: 100%;
}

.p30 {
    width: 29%;
}

.p70 {
    width: 69%;
}

.fa:after {
    padding-right: 5px;
    content: '';
}

.container_12:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

body div::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
}

body div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

body div::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

#menu {
    position: fixed;
    width: 100%;
    padding: 7px 0;
    background: url('/templates/pobedka/images/menubg.png') repeat center;
    font-family: 'AmericanRetro';
    left: 0;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.85);
}

#menu:after {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #FFF;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    content: '';
    opacity: .25;
}

#menu .container_12 {
    position: relative;
}

#menu .container_12 > div {
    display: inline-block;
}

.workttop {
    width: 228px;
    height: 127px;
    background: url('/templates/pobedka/images/timebg.png') no-repeat center;
    background-size: contain;
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
    padding-top: 50px;
    z-index: 1;
    transition: .4s;
}

.top1 p {
    font-size: 32px;
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    line-height: 0.5;
    color: #e33a35;
}

.top1 p > span {
    font-size: 40px;
}

.top1 p > span > span {
    font-size: 20px;
    vertical-align: super;
}

.top1 p#mode {
    margin-top: 15px;
    color: #4e312c;
    border-bottom: 1px dashed #4e312c;
    font-size: 31px;
    display: inline-block;
    padding-bottom: 2px;
    cursor: pointer;
}

.top1 p#mode:hover {
    border: none;
}

p#tomorrow, p#mode_night, p#mode_sun, p#tomorrow2, p#mode_night2, p#mode_sun2 {
    display: none;
}

.top1 div#small_logo {
    width: 198px;
    height: 164px;
    background: url('/templates/pobedka/images/logo.png') no-repeat center;
    background-size: contain;
    position: absolute;
    top: -150px;
    left: 0;
    margin-left: 28px;
    z-index: 1;
    transition: .4s;
}

.top2 {
    float: right;
}

.top2 > div {
    display: inline-block;
}

.top21 ul {
    margin: 0;
    padding: 0;
    font-family: 'Five-Italic';
}

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

.top21 ul li:after {
    width: 16px;
    height: 40px;
    background: url('/templates/pobedka/images/menuafter.png') no-repeat center;
    content: '';
    display: inline-block;
    vertical-align: -12px;
    margin: 0px 2px;
}

.top21 ul li:last-child:after {
    content: none;
}

.top21 ul li a {
    font-size: 27px;
    color: #f5f2d8;
    text-decoration: none;
    transition: .4s;
}

.top21 ul li a:hover {
    opacity: .7;
    transition: .4s;
}

.top21 {
    vertical-align: 2px;
}

.top22 {
    margin-left: 50px;
}

.top22 .modulebody:before {
    width: 39px;
    height: 30px;
    background: url('/templates/pobedka/images/phone.png') no-repeat center;
    content: '';
    display: inline-block;
    vertical-align: sub;
    margin-right: 18px;
    background-size: 85%;
}

.top22 a {
    font-size: 46px;
    color: #f5f2d8;
    text-decoration: none;
}

.hide {
    top: -230px;
    transition: .4s;
}

.top1 .modulebody > div#small_logo.show {
    top: -20px;
    transition: .4s;
}

#small_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#header {
    width: 100%;
    height: 360px;
    background: url('/templates/pobedka/images/headerbg2.jpg') no-repeat center;
    position: relative;
}

#header .container_12 {
    padding-top: 83px;
}

#header .container_12 #address {
    background: url('/templates/pobedka/images/addressbg.png') no-repeat center;
    display: inline-block;
    float: right;
    width: 336px;
    height: 65px;
    margin-top: 20px;
}

#header .container_12 #address .modulebody {
    padding-top: 12px;
}

#header .container_12 #address p {
    text-align: center;
    color: #4e312c;
    font-size: 28px;
    font-family: 'AmericanRetro';
    cursor: pointer;
}

#header .container_12 #logo a {
    width: 394px;
    height: 307px;
    background: url('/templates/pobedka/images/logo.png') no-repeat center;
    display: block;
    position: absolute;
    bottom: -122px;
    left: 50%;
    margin-left: -200px;
}

#duplicate {
    width: 100%;
    background: url('/templates/pobedka/images/grain.png') repeat center, #008d93;
    padding-top: 117px;
    padding-bottom: 97px;
    position: relative;
}

#duplicate:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#duplicate:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#duplicate .container_12 {
    position: relative;
    background: url('/templates/pobedka/images/number.png') no-repeat 840px 78px;
}

.duplmodule {
    width: 475px;
    margin: 0 auto;
}

.dup1 {
    position: absolute;
    bottom: -26px;
    left: 76px;
}

.dup2 {
    margin-top: -6px;
    font-size: 29px;
    color: #FFF;
    text-transform: uppercase;
}

.dup3 span {
    width: 216px;
    background: #c43d38;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-size: 23px;
    padding: 7px 0;
    outline: 1px solid #FFF;
    outline-offset: -4px;
}

.dup3 a {
    font-size: 23px;
    font-weight: 300;
    color: #FFF;
    border-bottom: 1px dashed #FFF;
    text-decoration: none;
    margin-left: 24px;
}

.dup3 a:hover {
    border-color: transparent;
}

.dup3 {
    margin-top: 10px;
}

.duplmoduletitle {
    display: inline-block;
    font-size: 47px;
    color: #FFF;
    text-transform: uppercase;
}

#num_doubles {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

#num_doubles > div {
    width: 940px;
    height: 540px;
    background: #494f57 url('/templates/pobedka/images/grain.png') repeat center;
    outline: 1px solid #f3e8cc;
    outline-offset: -10px;
    box-shadow: 0 0 18px -3px #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -492px;
    margin-top: -309px;
    padding: 40px 48px;
}

#num_doubles > div > .close {
    position: absolute;
    top: 0;
    right: -55px;
    width: 23px;
    height: 23px;
    background: url('/templates/pobedka/images/close.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    opacity: .8;
    transition: .4s;
}

#num_doubles > div > .close:hover {
    opacity: 1;
    transition: .4s;
}

#num_doubles > div > div:nth-child(2), #registration .modulebody > div:nth-child(2) > div > div > div:nth-child(3) {
    display: inline-block;
    vertical-align: top;
}

#num_doubles > div > div:nth-child(2) {
    width: 47%;
}

#num_doubles > div > div:nth-child(3) {
    width: 47%;
    float: right;
    height: 100%;
    position: relative;
}

#num_doubles > div > div:nth-child(3) img {
    width: 100%;
    position: absolute;
    bottom: 4%;
}

#num_doubles > div > div:nth-child(3) > div:nth-child(2) {
    overflow: auto;
    height: 480px;
}

#num_doubles > div > div:nth-child(3) > div:nth-child(1) {
    font-size: 16px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
}

#num_doubles > div > div:nth-child(3) > div:nth-child(2) div {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 16px;
    margin-top: 25px;
    text-align: center;
}

#num_doubles > div > div:nth-child(3) > div:nth-child(2) ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#num_doubles > div > div:nth-child(3) > div:nth-child(2) ul li {
    margin: 0;
    padding: 5px 11px;
    display: block;

    color: #FFF;
    font-size: 13px;
    text-align: center;
}

#num_doubles > div > div:nth-child(3) > div:nth-child(2) ul li:last-child {
    background: rgba(243, 232, 204, 0.3);
}

/*#num_doubles > div > div:nth-child(3) > div:nth-child(2) ul li:nth-child(2n) {*/
/*    background: rgba(130, 130, 125, 0.29);*/
/*}*/

#num_doubles > div > div:nth-child(2) > div:nth-child(1) {
    font-size: 25px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
}

.left-cent {
    text-align: left !important;
}

#num_doubles > div > div:nth-child(2) > div:nth-child(2) {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 21px;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Slab Light';
}

#num_doubles > div > div:nth-child(2) > div:nth-child(2) table {
    font-size: 12px;
    text-align: center;
    margin-top: 25px;
    width: 100%;
}

#num_doubles > div > div:nth-child(2) > div:nth-child(2) table td {
    border: 1px solid #FFF;
    padding: 4px;
}

#technical_inspection {
    width: 100%;
    /*background: #c0604d url('/templates/pobedka/images/grain.png') repeat center;*/
    background: #e5e1de url(/templates/pobedka/images/grain.png) repeat center;
    padding-top: 90px;
    position: relative;
}

#technical_inspection:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#technical_inspection:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#technical_inspection .container_12 {
    position: relative;
    padding-bottom: 98px;
}

.techosmmodule {
    width: 620px;
    float: right;
    margin-right: 26px;
}

.techosm1 {
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
}

.techosmmoduletitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    color: #353535;
    text-shadow: 2px 3px 0 #b7b7b7;
    margin-bottom: 29px;
}

.techosmmodulebody ul {
    list-style-image: url('/templates/pobedka/images/start.png');
    font-size: 23px;
    color: #353535;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.techosmmodulebody ul li {
    margin-bottom: 19px;
    padding-left: 9px;
    margin-left: 32px;
}

.techosm3 {
    margin-top: 34px;
    text-align: center;
}

.techosm3 > span {
    display: inline-block;
    background: url('/templates/pobedka/images/pricebg.png') no-repeat center;
    width: 228px;
    padding: 5px 0;
    font-size: 27px;
    font-family: 'Roboto Slab Bold';
    color: #d6674d;
}

.techosm3 a {
    font-size: 23px;
    color: #353535;
    border-bottom: 1px dashed #353535;
    text-decoration: none;
    margin-left: 22px;
}

.techosm3 a:hover {
    border-color: transparent;
}

#teh_window {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

#teh_window > div {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 984px;
    height: 626px;
    padding: 40px 70px;
    background: #494f57 url('/templates/pobedka/images/grain.png') repeat center;
    outline: 0px solid #f3e8cc;
    outline-offset: -10px;
    box-shadow: 0 0 18px -3px #000;
}

#teh_window > div > div:nth-child(2) {
    overflow: auto;
    height: 100%;
}

#teh_window .close {
    position: absolute;
    top: 0;
    right: -55px;
    width: 23px;
    height: 23px;
    background: url('/templates/pobedka/images/closern.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    opacity: .8;
    transition: .4s;
}

#teh_window .close:hover {
    opacity: 1;
    transition: .4s;
}

#teh_window > div {
    font-size: 16px;
    color: #FFF;
}

#teh_window table {
    width: 100%;
}

#teh_window table tr td {
    padding: 9px 32px;
}

#teh_window table tr:nth-child(1) {
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    font-size: 20px;
}

#teh_window table tr td:nth-child(2) {
    font-size: 19px;
}

#teh_window table tr:nth-child(2n) {
    background: rgba(243, 232, 204, 0.3);
}

#teh_window > div > div > div {
    margin-top: 31px;
    font-size: 15px;
}

#teh_window > div > div > div p {
    margin-bottom: 30px;
}

#teh_window > div > div > div > p:nth-child(2), #teh_window > div > div > div > p:nth-child(4), #teh_window > div > div > div > p:nth-child(6) {
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
}

#rn_chi {
    overflow: auto;
    height: 100%;
}

#technical_inspection #teh_window ul {
    list-style-image: none;
    font-size: 13px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

#technical_inspection #teh_window ul li {
    margin-bottom: 8px;
}

#cafe {
    width: 100%;
    background: #e5e1de url('/templates/pobedka/images/grain.png') repeat center;
    padding-top: 97px;
    padding-bottom: 105px;
    position: relative;
}

#cafe:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#cafe:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.cafemoduletitle {
    width: 100%;
    font-size: 34px;
    color: #ffeeed;
    text-shadow: 2px 3px 0 #0f0303;
    text-transform: uppercase;
    text-align: center;
    background: url('/templates/pobedka/images/menutitlebg.png') no-repeat center;
    line-height: 1;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-bottom: 59px;
}

#cafe .slick-slider {
    width: 940px;
    margin: 0 auto;
}

#cafe .slick-slider .slick-slide {
    height: 398px;
    text-align: center;
}

#cafe .slick-slider .slick-slide img {
    width: 940px;
}

.cafemodulebody > div {
    background: url('/templates/pobedka/images/cafebg.png') no-repeat center top;
    padding-top: 10px;
    height: 408px;
    margin-bottom: 56px;
}

#cafe .slick-arrow {
    position: absolute;
    top: 40%;
    width: 26px;
    height: 60px;
    z-index: 1;
    border: none;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

#cafe .slick-prev {
    background: url('/templates/pobedka/images/prev.png') no-repeat center;
    left: 0;
}

#cafe .slick-next {
    background: url('/templates/pobedka/images/next.png') no-repeat center;
    right: 0;
    right: -1px;
    width: 27px;
}

#cafe ul {
    padding: 0;
    margin: 5px 0 0;
    list-style-type: none;
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto Slab Bold';
    color: #494f57;
    text-transform: uppercase;
}

#cafe ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}

#cafe ul li span {
    color: #e33a35;
    padding-left: 5px;
}

#cafe ul li:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 39px;
    background: url('/templates/pobedka/images/liafter.png') no-repeat center;
    margin-left: 20px;
    vertical-align: -12px;
}

#cafe ul li:last-child:after {
    content: none;
}

.cafemodulebody .slick-slide a {
    cursor: zoom-in;
}

.cafemodulebody p a {
    background: url('/templates/pobedka/images/downloadmenu.png') no-repeat center;
    display: block;
    width: 171px;
    font-size: 23px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 37px;
    margin: 37px auto 0;
    transition: .4s;
}

.cafemodulebody p a:hover {
    opacity: .9;
    transition: .4s;
}

#policy {
    width: 100%;
    background: #494f57 url('/templates/pobedka/images/grain.png') repeat center;
    padding-top: 87px;
    padding-bottom: 89px;
    color: #FFF;
    position: relative;
}

#policy:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#policy:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.policmoduletitle {
    font-size: 35px;
    color: #FFF;
    text-shadow: 2px 3px 0 #0f0303;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 39px;
}

.policmodulebody {
    width: 1060px;
    margin: 0 auto;
}

.polic1 > div {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-family: 'Roboto Slab Light';
}

.polic1 > div:nth-child(1) {
    text-align: center;
}

.polic1 > div:nth-child(2) {
    width: 500px;
}

.polic1 > div:nth-child(2) {
    float: right;
}

.polic2 {
    background: url('/templates/pobedka/images/documents.png') no-repeat center;
    text-align: center;
    margin-top: 73px;
}

.polic2 span {
    display: block;
    width: 200px;
    margin: 0 auto;
    font-size: 23px;
    color: #494f57;
    text-transform: uppercase;
    line-height: 1.2;
    vertical-align: top;
    padding: 12px 0px;
}

.polic2 span:nth-child(2) {
    margin-top: -4px;
}

.policmodulebody ul {
    margin: 53px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 19px;
    text-align: center;
}

.policmodulebody ul li {
    display: inline-block;
    margin: 0 53px;
    padding: 0;
    width: 179px;
    vertical-align: top;
    text-align: center;
}

.policmodulebody ul li:nth-child(1) {
    margin-left: 0;
}

.policmodulebody ul li:last-child {
    margin-right: 0;
}

.policmodulebody ul li span {
    display: block;
    line-height: 1.2;
}

.policmodulebody ul li span:nth-child(2) {
    padding-left: 4px;
}

.policmodulebody ul li span:nth-child(1) {
    font-size: 56px;
    opacity: .3;
}

#policy .container_12 {
    background: url('/templates/pobedka/images/stamp.png') no-repeat 975px 191px;
}

#price_list {
    width: 100%;
    background: #e5e1de url('/templates/pobedka/images/grain.png') repeat center;
    padding-top: 98px;
    padding-bottom: 108px;
    position: relative;
}

#price_list:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#price_list:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#price_list .container_12 {
    position: relative;
    width: 1020px;
}

.pricemodulebody {
    width: 480px;
}

.price1 > div {
    font-size: 18px;
    color: #34373a;
    text-align: center;
    width: 400px;
    margin: 38px auto 0;
    line-height: 1.4;
}

.price1 > a {
    background: url('/templates/pobedka/images/pricebg.png') no-repeat center;
    width: 228px;
    padding: 5px 0;
    font-size: 27px;
    font-family: 'Roboto Slab Bold';
    display: block;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: none;
    color: #d6674d;
    transition: .4s;
}

.price1 > a:hover {
    transition: .4s;
    color: #48bcbc;
}

.price2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

#price_window {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

#price_window > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 832px;
    height: 540px;
    margin-left: -464px;
    margin-top: -309px;
    padding: 40px 48px;
    background: #494f57 url('/templates/pobedka/images/grain.png') repeat center;
    outline: 1px solid #f3e8cc;
    outline-offset: -10px;
    box-shadow: 0 0 18px -3px #000;
}

#price_window .close {
    position: absolute;
    top: 0;
    right: -55px;
    width: 23px;
    height: 23px;
    background: url('/templates/pobedka/images/close.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    opacity: .8;
    transition: .4s;
}

#price_window .close:hover {
    opacity: 1;
    transition: .4s;
}

#price_window > div {
    font-size: 16px;
    color: #FFF;
}

#price_window table {
    width: 100%;
    margin-bottom: 35px;
}

#price_window table tr td {
    padding: 9px 32px;
}

#price_window table tr:nth-child(2n) {
    background: rgba(243, 232, 204, 0.3);
}

#price_window > div > div {
    overflow: auto;
    height: 100%;
}

#price_window p {
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    font-size: 17px;
}

#price_window h2 {
    font-size: 26px;
    margin-bottom: 21px;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    text-align: center;
    color: #f3e8cc;
    font-weight: normal;
}

#price_window h2 span {
    color: #f3e8cc;
}

#registration {
    width: 100%;
    background: url('/templates/pobedka/images/grain.png') repeat center, #008d93;
    padding-top: 82px;
    padding-bottom: 108px;
    position: relative;
}

#registration:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#registration:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.regmoduletitle {
    font-size: 35px;
    color: #FFF;
    text-shadow: 2px 3px 0 #0f0303;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 59px;
}

.regmodulebody > div:nth-child(2) > div {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.regmodulebody > div:nth-child(2) > div > div {
    width: 940px;
    height: 540px;
    background: #494f57 url('/templates/pobedka/images/grain.png') repeat center;
    outline: 1px solid #f3e8cc;
    outline-offset: -10px;
    box-shadow: 0 0 18px -3px #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -492px;
    margin-top: -309px;
    padding: 40px 48px;
}

.regmodulebody > div:nth-child(2) > div > div > .close {
    position: absolute;
    top: 0;
    right: -55px;
    width: 23px;
    height: 23px;
    background: url('/templates/pobedka/images/close.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    opacity: .8;
    transition: .4s;
}

.regmodulebody > div:nth-child(2) > div > div > .close:hover {
    opacity: 1;
    transition: .4s;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(2), #registration .modulebody > div:nth-child(2) > div > div > div:nth-child(3) {
    display: inline-block;
    vertical-align: top;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(2) {
    width: 47%;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(3) {
    width: 47%;
    float: right;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(3) > div:nth-child(2) {
    overflow: auto;
    height: 480px;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(2) > div:nth-child(1) {
    font-size: 25px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(2) > div:nth-child(2) {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 21px;
    color: #ffffff;
    text-align: justify;
    font-family: 'Roboto Slab Light';
    text-align: center;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(2) > div:nth-child(2) table {
    font-size: 12px;
    text-align: center;
    margin-top: 25px;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(2) > div:nth-child(2) table td {
    border: 1px solid #FFF;
    padding: 4px;
}

.reg1 {
    text-align: center;
}

.reg1 > div {
    display: inline-block; /*width:203px;*/
    width: 403px;
    background: #fdfaf7;
    vertical-align: top; /*height:574px;*/
    height: 453px;
    margin: 0 13px;
    padding: 35px;
    outline: 1px solid #e4e0df;
    outline-offset: -10px;
    box-shadow: 0 0 18px -3px #000;
}

.reg1 > div:nth-child(1) {
    margin-left: 0;
}

.reg1 > div:last-child {
    margin-right: 0;
}

.reg1 > div > div:nth-child(1) {
    font-size: 22px;
    color: #813d2e;
    text-shadow: 2px 3px 0 #deddda;
    text-transform: uppercase;
    font-family: 'Roboto Slab Bold';
    line-height: 1.4;
    margin-bottom: 25px;
}

.reg1 > div > div:nth-child(1):after {
    width: 100%;
    height: 5px;
    background: url('/templates/pobedka/images/divafter.png') no-repeat center;
    clear: both;
    display: block;
    content: '';
    margin-top: 18px;
}

.reg1 > div > div:nth-child(3) {
    font-size: 14px;
    color: #867f72;
    margin-top: 33px; /*height:170px;*/
    height: 91px;
    overflow: hidden;
}

.reg1 > div > div:nth-child(3) span {
    font-family: 'Roboto Slab Bold';
}

.reg1 > div > div:nth-child(3) p {
    margin-bottom: 19px;
}

.reg1 > div > div:nth-child(4):before {
    width: 100%;
    display: block;
    width: 100%;
    height: 5px;
    background: url('/templates/pobedka/images/divaftertwo.png') no-repeat center;
    clear: both;
    content: '';
    margin-bottom: 20px;
}

.reg1 > div > div:nth-child(4) {
    margin-top: 21px;
    color: #813d2e;
    text-shadow: 2px 3px 0 #deddda;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Roboto Slab Bold';
}

.reg1 > div > div:nth-child(4) span {
    cursor: pointer;
}

.reg1 > div > div:nth-child(4) span:hover {
    color: #b73226;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(3) > div:nth-child(1) {
    font-size: 16px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(3) > div:nth-child(2) > div {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 16px;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: center;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(3) > div:nth-child(2) > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(3) > div:nth-child(2) > ul li {
    margin: 0;
    padding: 5px 11px;
    display: block;
    background: rgba(243, 232, 204, 0.3);
    color: #FFF;
    font-size: 13px;
    text-align: center;
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(3) > div:nth-child(2) > ul li:nth-child(2n) {
    background: rgba(130, 130, 125, 0.29);
}

.regmodulebody > div:nth-child(2) > div > div > div:nth-child(3) > div:nth-child(3) {
    font-size: 16px;
    margin-top: 12px;
    color: #ffffff;
}

.regmodulebody > div:nth-child(2) > div > div span {
    font-family: 'Roboto Slab Bold';
}

.regmodulebody > div:nth-child(2) > div > div a {
    color: #FFF;
}

#advantages {
    width: 100%;
    background: #e9e2d0 url('/templates/pobedka/images/grain.png') repeat center;
    padding-top: 99px;
    padding-bottom: 100px;
    position: relative;
}

#advantages:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#advantages:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.advmodulebody > ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.advmodulebody > ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 222px;
    vertical-align: top;
    margin: 0 24px;
}

.advmodulebody > ul li:nth-child(1) {
    margin-left: 0;
}

.advmodulebody > ul li:last-child {
    margin-right: 0;
}

.advmodulebody > ul li img {
    display: block;
    margin: 0 auto;
}

.advmodulebody > ul li span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #383a3c;
    text-transform: uppercase;
    margin-top: 19px;
}

.advmodulebody > ul li span:nth-child(2):after {
    display: block;
    width: 40px;
    height: 2px;
    background: #383a3c;
    margin: 18px auto 0;
    content: '';
}

.advmodulebody > ul li span:nth-child(3) {
    display: block;
    width: 100%;
    color: #525252;
    margin-top: 15px;
    font-size: 15px;
}

.advmodulebody > ul li span:nth-child(3) a {
    display: inline-block;
    color: #e33a35;
    font-size: 15px;
    margin-top: 10px;
    border-bottom: 1px dashed #e33a35;
    text-decoration: none;
}

.advmodulebody > ul li span:nth-child(3) a:hover {
    border: none;
}

#advantages #questions {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

#advantages #questions > div {
    width: 940px;
    height: 540px;
    background: #494f57 url('/templates/pobedka/images/grain.png') repeat center;
    outline: 1px solid #f3e8cc;
    outline-offset: -10px;
    box-shadow: 0 0 18px -3px #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -492px;
    margin-top: -309px;
    padding: 40px 48px;
}

#advantages #questions > div > div {
    overflow: auto;
    height: 545px;
}

#advantages #questions > div .closeq {
    position: absolute;
    top: 0;
    right: -55px;
    width: 23px;
    height: 23px;
    background: url('/templates/pobedka/images/close.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    opacity: .8;
    transition: .4s;
}

#advantages #questions > div .closeq:hover {
    transition: .4s;
    opacity: 1;
}

#advantages #questions > div ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-column-width: 420px;
    -moz-column-width: 420px;
    column-width: 420px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    color: #FFF;
    font-size: 14px;
}

#advantages #questions > div ul li {
    margin: 0;
}

#advantages #questions > div ul li:nth-child(2n-1) span {
    font-size: 18px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    margin-right: 10px;
}

#advantages #questions > div ul li:nth-child(2n) span {
    font-size: 18px;
    color: #f3e8cc;
    margin-right: 10px;
}

#advantages #questions > div ul li:nth-child(2n-1) {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 0;
}

#advantages #questions > div ul li:nth-child(2n) {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.25);
    line-height: 1.5;
    padding: 10px 20px 13px;
}

#work_time {
    width: 100%;
    background: #494f57 url('/templates/pobedka/images/grain.png') repeat center;
    padding-top: 88px;
    padding-bottom: 121px;
    position: relative;
}

#work_time:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#work_time:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.worktmoduletitle {
    font-size: 35px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #0f0303;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 33px;
}

#work_time .container_12 {
    position: relative;
}

#worktime {
    text-align: center;
}

#worktime > div {
    vertical-align: top;
    display: inline-block;
    width: 360px;
    height: 249px;
    background: url('/templates/pobedka/images/wtbg2.png') no-repeat center;
    color: #f3e8cc;
    padding-top: 94px;
}

#worktime > div:nth-child(2) {
    margin: 0 45px;
}

#car {
    position: absolute;
    bottom: -102px;
    left: -359px;
}

#worktime > div > div:nth-child(1) {
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    border-top: 2px solid rgba(243, 232, 204, 0.8);
    border-bottom: 2px solid rgba(243, 232, 204, 0.8);
    padding: 2px 0;
}

#worktime > div > ul {
    margin: 22px 0 0;
    padding: 0;
}

#worktime > div > ul li {
    margin: 0;
    padding: 0;
    display: block;
}

#worktime > div > ul li > span:nth-child(1) {
    font-size: 30px;
    display: block;
}

#worktime > div > ul li > span:nth-child(1) > span {
    font-size: 15px;
    vertical-align: super;
}

#worktime > div > ul li:after, #holidaysworktime p:after {
    display: block;
    content: '';
    width: 100%;
    height: 22px;
    background: url('/templates/pobedka/images/wtafter.png') no-repeat center;
}

#worktime > div > ul li:last-child:after, #holidaysworktime p:last-child:after {
    content: none;
}

#worktime > div > ul li > span:nth-child(2) {
    color: #dcddde;
    font-size: 18px;
    width: 238px;
    display: block;
    margin: 0 auto;
    line-height: 1.3;
}

#worktime > div > ul li > span:nth-child(2) > span {
    font-size: 10px;
    vertical-align: top;
}

#map {
    width: 100%;
    height: 737px;
    background: url('/templates/pobedka/images/map.jpg') no-repeat center;
}

#footer {
    width: 100%;
    background: #c0604d url('/templates/pobedka/images/grain.png') repeat center;
    text-align: center;
    padding: 48px 0;
    position: relative;
}

#footer:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#footer:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

#footer div {
    font-size: 20px;
    color: #ffd9be;
    line-height: 1.3;
}

#footer div a {
    color: #ffd9be;
    text-decoration: none;
}

/**/
#t_osmtr_of > div {
    display: block;
    width: 100%;
    height: 235px;
    overflow: hidden;
    margin: 70px 0px;
    background: rgba(243, 232, 204, 0.3);
}

/**/
.techical_rn #t_osmtr_of > div {
    display: block;
    width: 100%;
    height: 235px;
    overflow: hidden;
    margin: 40px 0;
    background: rgba(243, 232, 204, 0);
}

#t_osmtr_of > div > div {
    display: inline-block;
}

#t_osmtr_of > div > div:nth-child(1) {
    width: 50%;
    height: 235px;
    float: left;
    overflow: hidden;
    position: relative;
}

#t_osmtr_of > div > div:nth-child(1) img {
    width: 100%;
    height: auto;
    min-height: 235px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#t_osmtr_of > div:nth-child(2n) > div:nth-child(1) {
    float: right;
}

#t_osmtr_of > div > div:nth-child(2) {
    width: 44%;
    float: right;
}

#t_osmtr_of > div:nth-child(2n) > div:nth-child(2) {
    float: left;
    padding: 8px 0 0 0px;
    width: 43%;
}

#t_osmtr_of > div > div:nth-child(2) {
    padding: 20px 21px 0 0;
    text-align: left;
    position: relative;
    height: 100%;
    margin-right: -20px;
    margin-top: -5px;
}

#t_osmtr_of > div > div:nth-child(2) span {
    display: block;
}

#t_osmtr_of > div > div:nth-child(2) span:nth-child(1) {
    font-size: 24px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
}

#t_osmtr_of > div > div:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 9px;
}

#t_osmtr_of > div > div:nth-child(2) span:nth-child(3) {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#t_osmtr_of > div:nth-child(2n) > div:nth-child(2) span:nth-child(3) {
    left: 39px;
}

#teh_window > div > div > div:nth-child(1) {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: -21px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    text-align: center;
}

#holidaysworktime {
    text-align: center;
    color: #ddd;
    font-size: 20px;
    margin-bottom: 10px;
}

#holidaysworktime > div:nth-child(1) {
    line-height: 1;
    border-top: 2px solid rgba(221, 221, 221, 0.8);
    border-bottom: 2px solid rgba(221, 221, 221, 0.8);
    display: table;
    margin: 0 auto 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 21px;
    color: #ddd;
}

#holidaysworktime p {
    line-height: 1.7;
}

p#mode_close {
    display: none;
}

.con_description {
    font-size: 16px;
}

.con_description .articlek > div {
    margin-bottom: 40px;
}

.con_description .articlek > div > *:nth-child(1) {
    font-size: 25px;
    color: #603025;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 21px;
}

.con_description .articlek > *:nth-child(2) > *:nth-child(2) > div {
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 25px;
    text-transform: uppercase;
}

#menu.vloz .container_12 .top1 .modulebody > div#small_logo {
    top: -20px;
    transition: .4s;
}

#menu.vloz .container_12 .top1 .modulebody > .workttop {
    top: -230px;
    transition: .4s;
}

#header.vlozh {
    display: none;
}

.vloj__body {
    padding-top: 117px;
    padding-bottom: 80px;
    position: relative;
}

#menu.vloz .container_12 > *:nth-child(2) {
    width: 100%;
    float: left;
}

#menu.vloz .container_12 > *:nth-child(2) > *:nth-child(2) {
    float: right;
}

#menu.vloz .container_12 > *:nth-child(2) > *:nth-child(1) {
    padding-top: 14px;
}

#header.vlozh {
    height: 280px;
}

.six#t_osmtr_of > div > div:nth-child(2) span:nth-child(1) {
    color: #000000;
    text-shadow: none;
}

#sitemapff a {
    font-size: 15px;
    font-family: 'Roboto Slab';
    margin-bottom: 9px;
    margin-top: 2px;
    display: block;
}

.con_description a {
    color: #db433e;
    text-decoration: none;
    border-bottom: 1px dashed #db433e;
}

.con_description a:hover {
    border-color: transparent;
}

h2 {
    font-size: 25px;
    color: #603025;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 21px;
}

.con_description table {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.con_description table tr:nth-child(1) {
    background: #379096;
    color: #FFF;
}

.con_description table tr {
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.con_description table tr td {
    padding: 15px 0;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    color: #379096;
    text-transform: uppercase;
    margin: 15px 0px;
    font-weight: bold;
    margin-top: 50px;
}

.overlay {
    position: inherit;
    background: transparent;
    transition: .4s background;
}

#panel {
    position: fixed;
    left: -440px;
    z-index: 9999999;
    height: 100%;
}

#panel-content {
    background: #f8f8f8;
    width: 438px;
    height: 100%;
    float: left;
    overflow-x: hidden;
}

#vk_comments {
    padding-right: 13px;
    height: 100% !important;
    overflow-x: hidden !important;
    background: none !important;
}

#vk_comments::-webkit-scrollbar {
    width: 11px !important;
    background: #red !important;
    cursor: pointer !important;
}

#vk_comments::-webkit-scrollbar-thumb {
    background: rgba(91, 127, 166, 0.48) !important;
}

#vk_comments::-webkit-scrollbar-thumb:hover {
    background: rgba(91, 127, 166, 0.68) !important;
    cursor: pointer !important;
}

#panel-sticker {
    float: left;
    position: relative;
    background: url(/templates/pobedka/images/otv.png) no-repeat top center;
    width: 57px;
    height: 188px;
    margin: 0;
    cursor: pointer;
    top: 45%;
}

#panel-sticker span {
    width: 57px;
    height: 188px;
    display: block;
}

.overlay.two {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.56);
    transition: .4s background;
    z-index: 99999999;
}

#footer .container_12 .ya-share2 {
    margin-top: 20px;
}

#footer .container_12 .ya-share2 > div:nth-child(1) .ya-share2__badge {
    background-color: transparent !important;
    border: 1px solid #ffd9be;
    padding: 1px;
    margin: 0px;
    border-radius: 0 !important;
    transition: .4s;
}

#footer .container_12 .ya-share2__icon {
    opacity: 0.8;
}

#footer .container_12 .ya-share2 ul li a span.ya-share2__badge:hover {
    background-color: #c43d38 !important;
    transition: .4s;
}

#socCounter {
    position: fixed;
    top: 45%;
    right: 0;
    background: url('/templates/pobedka/images/forsocial.png') no-repeat center;
    padding: 18px 6px 18px 12px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.47);
}

#socCounter .ya-share2__badge {
    padding: 3px;
    border-radius: 0 !important;
    background: transparent;
    border: 1px solid #FFF;
}

#socCounter .ya-share2__list li {
    display: block;
    margin-bottom: 12px;
}

#socCounter .ya-share2__list li:last-child {
    margin-bottom: 0;
}

.bodyframe::-webkit-scrollbar {
    width: 5px;
    background: transparent;
    cursor: pointer;
}

.bodyframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.bodyframe::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

@media (max-width: 1180px) {
    .mob-hide {
        display: none;
    }
}

#cafe_window1, #cafe_window2, #cafe_window3, #cafe_window4 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

#cafe_window2 > div, #cafe_window3 > div, #cafe_window4 > div {
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 832px;
    height: 300px;
    margin-left: -464px;
    margin-top: -309px;
    padding: 72px 48px;
    background: #494f57 url(/templates/pobedka/images/grain.png) repeat center;
    outline: 1px solid #f3e8cc;
    outline-offset: -10px;
    box-shadow: 0 0 18px -3px #000;
}

#cafe_window1 > div {
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 832px;
    margin-left: -464px;
    margin-top: -309px;
    padding: 72px 48px;
    background: #494f57 url(/templates/pobedka/images/grain.png) repeat center;
    outline: 1px solid #f3e8cc;
    outline-offset: -10px;
    box-shadow: 0 0 18px -3px #000;
}

#cafe_window1 .close, #cafe_window2 .close, #cafe_window3 .close, #cafe_window4 .close {
    position: absolute;
    top: 0;
    right: -55px;
    width: 23px;
    height: 23px;
    background: url(/templates/pobedka/images/close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    opacity: .8;
    transition: .4s;
}

#cafe_window1 .cafezag, #cafe_window2 .cafezag, #cafe_window3 .cafezag, #cafe_window4 .cafezag {
    font-size: 26px;
    margin-bottom: 21px;
    text-shadow: 2px 3px 0 #603025;
    text-transform: uppercase;
    text-align: center;
    color: #f3e8cc;
    font-weight: normal;
}

#cafe ul li {
    cursor: pointer;
    transition: .4s;
}

#cafe ul li:hover {
    color: #e33a35;
    transition: .4s;
}

@keyframes shaker {
    0% {
        transform: rotate(0deg);
    }

    29% {
        transform: rotate(0deg);
    }


    30% {
        transform: rotate(1deg);
    }

    31% {
        transform: rotate(3deg);
    }

    33% {
        transform: rotate(1deg);
    }

    35% {
        transform: rotate(0deg);
    }

    37% {
        transform: rotate(-1deg);
    }

    39% {
        transform: rotate(-3deg);
    }

    41% {
        transform: rotate(-1deg);
    }

    43% {
        transform: rotate(0deg);
    }


    45% {
        transform: rotate(1deg);
    }

    47% {
        transform: rotate(3deg);
    }

    49% {
        transform: rotate(1deg);
    }

    51% {
        transform: rotate(0deg);
    }

    53% {
        transform: rotate(-1deg);
    }

    55% {
        transform: rotate(-3deg);
    }

    57% {
        transform: rotate(-1deg);
    }

    59% {
        transform: rotate(0deg);
    }


    100% {
        transform: rotate(0deg);
    }
}

.button_for_book {
    width: 200px;
    height: 200px;
    position: fixed;
    font-size: 0;
    bottom: 20px;
    right: 20px;
    background: url(/templates/pobedka/images/button.svg) no-repeat center;
    transition: all 0.3s linear;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: shaker;
}

.button_for_book:hover {
    cursor: pointer;
}

.button_for_book > a {
    width: 100%;
    height: 100%;
    position: absolute;
}


.window {
    width: 100%;
    background: #c0604d url(/templates/pobedka/images/grain.png) repeat center;
    font-family: 'Roboto Slab';
    font-size: 17px;
    text-align: center;
    padding: 15px 0px 40px;
    color: #fff;
    position: fixed;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    z-index: 100;
}

#dialog .close {
    /* top: 64px;
    right: 70px;
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
    text-decoration: none; */

    position: absolute;
    right: -43px;
    top: 10px;
    cursor: pointer;
    font-size: 0px !important;
    color: #fff;
    width: 27px;
    height: 27px;
}

#dialog .close:before {
    /* color: #000;
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; */

    content: 'X';
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 15px;
    left: -75px;
    background: url(../images/icons/close2.svg) no-repeat center;
    transition: .5s;
}

/* кнопка закрытия при наведении */

#dialog {
    display: none;
    box-shadow: 8px 0px 17px black;
}

#dialog span {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    color: #ffffff;
    text-shadow: 2px 3px 0 #000000;
    display: block;
    margin: 0 auto 0;
}

#kinomenuJS {
    position: relative;
}

#kinomenu_mob {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    bottom: -27%;
    z-index: 1001;
    overflow: auto;
    transition: .5s;
}

#kinomenu_mob img {
    object-fit: cover;
    width: 100%;
    min-height: 100vh;
}

#kinomenu_mob .closemenu {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    font-size: 0 !important;
    color: #fff;
    width: 40px;
    height: 40px;
    background: url(/templates/pobedka/images/closedark.png) no-repeat center;
    background-size: 100%;
}

@-webkit-keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
    }
}

@keyframes pulsate {
    50% {
        color: #353535;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #e1e1e1, 0 0 8px #444444;
    }
}

.techosmmodulebody ul li:last-child {
    color: #353535;
    /*text-shadow: 0 -1px rgba(0, 0, 0, .1);*/
    /*-webkit-animation: pulsate 1.2s linear infinite;*/
    /*animation: pulsate 1.2s linear infinite;*/
}

.techosm3 a:hover {
    cursor: pointer;
}

/*
* modal technical
*/
#teh_window > div::before {
    content: '';
    background: url(/templates/pobedka/images/technical/border__line.png) no-repeat;
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    height: 2px;
}

#teh_window > div::after {
    content: '';
    background: url(/templates/pobedka/images/technical/border__line.png) no-repeat;
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 100%;
    height: 2px;
}

#rn_chi::-webkit-scrollbar {
    /*
  width: 0px;
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
  */
}

#rn_chi {
    padding-right: 35px;
    margin-right: -35px;
}

.technical__img-box {
    height: 309px !important;
    width: 50% !important;
}

.technical__body {
    background: none !important;
    /* margin: 0!important; */
    height: auto !important;
    max-height: 300px;
    transition: 1s ease-in-out;
}

.technical__body.auto {
    transition: 1s;
    max-height: 1000px;
}

.technical__category {
    font-size: 25px !important;
    line-height: 34px;
    margin-bottom: 15px;
}

.technical__descr {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 17px !important;
    height: 86px;
}

.technical__price {
    position: static !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: #f3e8cc;
    margin-bottom: 20px;
    margin-top: 25px;
}

.technical__price-repeat {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: #f3e8cc;
    position: relative;
    cursor: pointer;
}

.technical__price-repeat::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    transition: .4s;
    height: 13px;
    background: url(/templates/pobedka/images/technical/arrow-tech.svg) no-repeat center / cover;
}

.technical__property {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    opacity: .6;
    margin-top: 4px;
}

#t_osmtr_of > div:nth-child(2n) > div:nth-child(1) {
    overflow: visible;
}

.repeat__price {
    width: 44%;
    float: right;
    margin-top: 20px;
}

#t_osmtr_of > div:nth-child(2n) > .repeat__price {
    float: left;
}

.repeat__price div {
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 20px;
}

.repeat__price div span:last-child {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
}

#page {
    position: relative;
}

.tech__body {
    width: 100%;
    /* background: url(/templates/pobedka/images/grain.png) repeat center, #008d93; */
    padding-top: 117px;
    padding-bottom: 80px;
    position: relative;
    display: grid;
    grid-template-areas: "a a" "b c" "d d";
    /* grid-template-columns: 1fr 1fr; */
    /* grid-template-rows: 1fr 1fr 1fr; */
}

.tech__body-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    /*background: url(/templates/pobedka/images/grain.png) repeat center, #c0604d;*/
    background: url(/templates/pobedka/images/grain.png) repeat center, #E3E0DD;
}

.osago__body-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    background: #494f57 url(/templates/pobedka/images/grain.png) repeat center;
}

.oform__body-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    background: url(/templates/pobedka/images/grain.png) repeat center, #008d93;
}

.tech__norma-background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 454px;
    background: url(/templates/pobedka/images/grain.png) repeat center, #E3E0DD;
}

.tech__body-background:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.tech__body-background:after {
    position: absolute;
    bottom: 465px;
    z-index: 1;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.tech__norma-background:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.tech__norma-background:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
}

.body__head {
    grid-area: a;
    display: grid;
    place-items: center;
}

.body__side-left {
    grid-area: b;
    margin-top: 60px;
}

.body__side-right {
    grid-area: c;
    display: grid;
    place-items: end;
    background: url(/templates/pobedka/images/342342134.png) no-repeat center / contain;
    width: 100%;
    max-width: 530px;
    height: 572px;
    margin-left: auto;
    position: relative;
    top: -65px;
}

.body__footer {
    grid-area: d;
    display: grid;
    place-items: center;
}

.body__head h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
}

.tech__body .body__head h1, .tech__body .body__head p {
    color: #1d1d1d;
    text-shadow: 2px 3px 0 #8d8d8d;
}

.body__head p {
    text-align: center;
    text-transform: initial;
    font-size: 35px;
    color: #f3e8cc;
    text-shadow: 2px 3px 0 #603025;
}

.body__head p:last-of-type {
    position: relative;
}

.body__head p:last-of-type::before {
    content: '';
    position: absolute;
    background: url(/templates/pobedka/images/star-tech.svg) no-repeat center;
    height: 16px;
    width: 100px;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    opacity: 0;
}

.body__head p:last-of-type::after {
    content: '';
    position: absolute;
    background: url(/templates/pobedka/images/star-tech.svg) no-repeat center;
    height: 16px;
    width: 100px;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    opacity: 0;
}

.tech__body .body__footer a {
    color: #383A3C;
}

.body__head span {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 17px;
    color: #f3e8cc;
    margin-top: 10px;
}

.tech__body .body__head span, .tech__body .body__side-left span, .tech__body .body__side-left a {
    color: #383A3C;
}

.tech__body .body__side-left a:hover {
    border-bottom: 1px #383A3C solid;
}

.body__side-left div {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.tech__body .body__side-left a {
    border-bottom: 1px #383A3C dashed;
}

.body__side-left div:first-of-type {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 21px;
}

.body__side-left span:not(.body__left-title) {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 10px;
}

.body__left-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 20px;
    width: 280px;
}

.body__side-left a {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 48px;
    text-decoration: none;
    border-bottom: 1px #f3e8cc dashed;
    transition: .7s;
}

.body__side-left a:hover {
    border-bottom: 1px #f3e8cc solid;
}

.body__side-left span,
.body__side-left a,
.body__footer span:not(#teh_window span,.techosm3.dd a span),
.body__footer a {
    color: #f3e8cc;
}

.tech__body .body__footer span:not(#teh_window span, .techosm3.dd a span) {
    color: #383A3C;
}

.body__footer ul {
    list-style-image: none;
    font-size: 23px;
    color: #f3e8cc;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    width: 90%;
}

.tech__body .body__footer ul {
    color: #383A3C;
}

.body__footer ul li {
    /*background: url(/templates/pobedka/images/start.png) no-repeat;*/
    background-position: 0px 2px;
    margin-bottom: 19px;
    padding-left: 40px;
    margin-left: 0;
    list-style: none;
    text-align: center;
}

.rsa {
    font-size: 23px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.body__footer ul li::marker {
    padding-top: 5px;
}

.body__footer a {
    transition: .3s;
    margin-top: 50px;
    border-bottom: none;
}

.body__footer a span {
    display: inline-block;
    background: url(/templates/pobedka/images/pricebg.png) no-repeat center;
    width: 228px;
    padding: 5px 0;
    font-size: 27px;
    font-family: 'Roboto Slab Bold';
    color: #BD674F;
    text-align: center;
}

.body__footer a:hover {
    filter: drop-shadow(0 0 2px #fff);
}

.body__footer span:not(.body__footer a span, #teh_window span) {
    font-size: 23px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}

.tech__norma {
    position: relative;
    z-index: 1;
    padding: 24px 0;
    margin-bottom: -40px;
}

.technical__body.auto .technical__price-repeat::before {
    transform: translateY(-50%) rotate(180deg);
}

.tech__norma ul li {
    background: url(/templates/pobedka/images/start.png) no-repeat;
    background-position: 0px 7px;
    margin-bottom: 19px;
    filter: brightness(0.15);
    padding-left: 40px;
    margin-left: 0;
    list-style: none;
}

.tech__norma a {
    transition: .3s;
    margin-top: 50px;
}

.tech__norma a {
    font-size: 23px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #383A3C;
    text-align: center;
}

.tech__norma a:hover {
    color: #383a3cb8;
}

.tech__norma span {
    font-size: 23px;
    line-height: 25px;
    display: block;
    font-weight: inherit;
    font-family: inherit;
    text-align: center;
    margin-bottom: 21px;
}

.techosm3.dd #techid {
    cursor: pointer;
    transition: .4s;
}

.techosm3.dd #techid:hover {
    filter: drop-shadow(0 0 2px #fff);
}

.techosm3.dd a span {
    display: inline-block;
    background: url(/templates/pobedka/images/pricebg.png) no-repeat center;
    width: 228px;
    padding: 5px 0;
    font-size: 27px;
    font-family: 'Roboto Slab Bold';
    color: #BD674F;
    text-align: center;
}

a.lightzoom {
    cursor: pointer !important;
}

#technical_inspection .rn-fix {
    font-size: 31px;
}

.attention_pl {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    border: 1px dashed #ffffffad;
    padding: 25px 40px;
    margin-bottom: 40px;
    text-shadow: #ffffff 0 0 10px;
    filter: glow(color=#ffffff, strength=3);
}

/*
*
*/
