/*------ Reset default browser style ------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}

body {
 line-height: 1;
}

ol, ul {
 list-style: none;
}

ul, li {
 margin: 0;
 padding: 0;
 border: 0;
}

blockquote, q {
 quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

a, img, input {
 outline: none;
}

/*------ Reset default browser style ------*/

/*------ General style ------*/
@font-face {
 font-family: 'Maya', Arial, Helvetica, sans-serif;
 src: url('/.s/t/fnt/1021/Maya.eot');
 src: local('вє'), url('/.s/t/fnt/1021/Maya.woff') format('woff'), url('/.s/t/fnt/1021/Maya.ttf') format('truetype'), url('/.s/t/fnt/1021/Maya.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}

body {
 background: rgba(245, 222, 179, 0.84); /*#ffcc0b;*/
 
 
 background-image: url('/images/bg/3.png');
 background-repeat: no-repeat; /* чтобы изображение не повторялось */
 background-position: right top; /* позиция справа сверху */
 background-size: 230px auto; /* уменьшенный размер: ширина 150px, высота пропорциональная */


 
 background-attachment: scroll;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #797979;
 margin: 0;
}

ul, menu, dir {
 display: block;
 list-style-type: none;
 margin: 0;
 padding: 0;
 -webkit-margin-before: 0;
 -webkit-margin-after: 0;
 -webkit-margin-start: 0;
 -webkit-margin-end: 0;
 -webkit-padding-start: 0;
}

td, th {
 display: table-cell;
}

table {
 border-collapse: separate;
 border-spacing: 0;
 border-color: transparent;
}

input[type="submit"], input[type="button"] {
 cursor: pointer;
}

::selection {
 background: #6E3706;
 color: white;
}

.clear {
 clear: both;
 font-size: 0;
 overflow: hidden;
}

hr {
 color: #CCCCCC;
 background-color: #CCCCCC;
 border: 0 none;
 height: 1px;
 clear: both;
}

.replaceTable {
 margin: 0 auto;
 color: #6E3706;
}

.replaceTable a {
 color: #6E3706;
}

h1 {
 margin: 10px 0;
 color: #723C0D;
 font-family: 'Maya', Arial, Helvetica, sans-serif;
 font-size: 2em;
}

h2 {
 margin: 10px 0;
 color: #723C0D;
 font-family: 'Maya', Arial, Helvetica, sans-serif;
 font-size: 1.5em;
}

/*------ General style ------*/

/*------ Popup style ------*/
.popup {
 margin: 5px;
 text-align: left;
 background: #FFF;
 box-shadow: 0 0 0 5px #6e3706;
 padding-top: 15px;
 border-radius: 2px;
 -moz-border-radius: 2px;
}

.popup a {
 color: #63c900;
}

.popup a:hover {
 color: #63c900;
}

.popuptitle {
 padding-left: 15px;
 height: 34px;
 line-height: 34px;
 color: #6e3706;
 font-size: 22px;
 font-weight: bold;
}

.popuptitle2 {
 padding-left: 15px;
 font-size: 16px;
 font-weight: bold;
 text-transform: uppercase;
 text-shadow: 0 1px 0 #fff;
 color: #5e5e5e;
}

.popupbody {
 padding: 10px 15px;
 font-size: 11px;
 font-family: 'Tahoma',Arial, Helvetica, sans-serif;
}

.popupbody a, .popupbody td {
 font-size: 11px;
 font-family: 'Tahoma',Arial, Helvetica, sans-serif;
}

.popup .allUsersBtn, .popup .uSearchFlSbm, .popup input[type="button"], .popup input[type="submit"], .popup input[type="reset"] {
 padding: 6px 7px;
 color: white !important;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
 background: #7BD90C;
 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7BD90C), to(#6ECC00));
 background: -webkit-linear-gradient(#7BD90C, #6ECC00);
 background: -moz-linear-gradient(#7BD90C, #6ECC00);
 background: -ms-linear-gradient(#7BD90C, #6ECC00);
 background: -o-linear-gradient(#7BD90C, #6ECC00);
 background: linear-gradient(#7BD90C, #6ECC00);
 border: 1px none black;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.popup .allUsersBtn:hover, .popup .uSearchFlSbm:hover, .popup input[type="button"]:hover, .popup input[type="submit"]:hover, .popup input[type="reset"]:hover {
 background: #6ECC00;
}

.popup input[type="text"], .popup textarea {
 border: 1px solid #D1D1D1 !important;
 background: #FEFEFE !important;
 -webkit-border-radius: 5px !important;
 -moz-border-radius: 5px !important;
 border-radius: 5px !important;
 outline: none !important;
 padding: 5px 5px !important;
 color: #797979 !important;
}

.popupbrazil {
 padding: 5px;
 background: #FFF;
}

/*------ Popup style ------*/

/*------ Content style ------*/
.wrap_back {
 width: 1000px;
 position: relative;
 z-index: 23;
 margin: 0 auto;
 overflow: visible;
}

.foot_back {
 position: relative;
 left: 50%;
 transform: translateX(-50%);
 width: 100vw; /* на всю ширину экрана */
 min-height: 400px;
 background: url('/footer/6ECC00-1.png') no-repeat center bottom;
 background-size: 100% auto;
 z-index: 1;
}

body::before {
 content: "";
 position: fixed; /* прикрепляем к экрану */
 top: 0; /* верх страницы */
 left: 0; /* левый край */
 width: 100%; /* на всю ширину */
 height: 400px; /* высота фона, подбираешь под картинку */
 background: url('/footer/6ECC00-6.png') no-repeat center top;
 background-size: cover; /* масштабируем, чтобы не обрезалось */
 z-index: -1; /* под всеми блоками */
 pointer-events: none; /* клики проходят сквозь фон */
}





#wrapper {
 width: 1000px;
 margin: 0 auto;
 position: relative;
 z-index: 54;
 min-height: 1000px;
}

.forumContent {
 background: #FFF;
 padding: 10px 30px;
 width: 930px;
 border: solid 5px #6E3706;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

.posts_bord {
 
 padding: 0 5px;
 float: left;
 
}

:root .posts_bord {
 width: 714px; \0/
 IE9 !important;
}

#posts {
 background: #ffffff;
 width: 652px;
 overflow: hidden;
 padding: 21px 30px 21px 30px;
 border: solid 1px rgba(0, 0, 0, 0.2);
 -moz-border-radius:0 0 5px 5px;
 -webkit-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
 border-top: none;
 line-height: 22px !important;
}

#posts .ulb-mid {
 color: #3ba8d1 !important;
}

#posts .searchSbmFl {
 background: url('/.s/t/1021/3.png') 0% 50% no-repeat;
 height: 20px;
 width: 27px;
 border: none !important;
 padding: 3px;
 position: relative !important;
 right: 30px !important;
 margin-top: 0 !important;
 font: 0/0;
 color: transparent;
}

#allEntries br {
 display: none;
}

#posts .searchSbmFl {
 display: none;
}

.list-item table td:nth-child(1) {
 padding-right: 10px;
 vertical-align: top;
}

/*------ Content style ------*/

/*------ Header style ------*/
.site_title {
 position: relative; /* обязательно, чтобы сдвиг работал */
 top: -70px; /* сдвигает блок вверх */
 left: 150px; /* сдвигает блок вправо */
 height: 88px;
 padding: 14px 0 20px 0;
 color: #000000;
}

.site_title span {
 font-family: 'Amatic SC', cursive !important;
 font-weight: 700;
 line-height: 108px;
 color: #6E3706;
 font-size: 90px;
 text-shadow: 1px 1px 0 #1F4F39;
}

/*------ Header style ------*/

/*------ Menu style ------*/
#menu {
}

.uMenuRoot {
 margin-left: 5px !important;
 max-width: 720px;
 overflow: hidden;
}

.uMenuRoot li {
 list-style: none;
 float: left;
 margin-right: 3px;
}

.uMenuRoot li a {
 display: block;
 text-align: center;
 color: #fff;
 text-decoration: none;
 line-height: 33px;
 background: #7ddb0e;
 border-radius: 4px;
 min-width: 76px;
 padding: 0 10px;
 margin: 0 0 3px 0;
}

.uMenuRoot li a:hover, li a.uMenuItemA {
 background: #71BB1A;
 color: #FFF;

}

.uMenuRoot a span {
 line-height: 33px;
}

/*------ Menu style ------*/

/*------ Post style ------*/
.eTitle a, .eTitle, .vep-title {
 color: #723c0d !important;
 font-size: 23px;
 font-weight: bold;
 text-decoration: none;
}

.eTitle div {
 font-size: 12px !important;
}

.eTitle a:hover {
 text-decoration: none;
}

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

.eMessage {
 padding-top: 15px !important;
 line-height: 22px !important;
}

.eMessage img {
 margin: 10px 0 !important;
}

.eMessage p {
 margin-top: 12px;
 margin-bottom: 12px;
 line-height: 22px !important;
}

.eMessage span {
 color: #63c900;
 font-weight: bold;
 line-height: 22px !important;
}

.eDetails {
 height: 27px;
 margin-top: 20px;
 border-bottom: 1px solid #63c900;
 border-top: 1px solid #63c900;
 line-height: 27px;
 color: #797979;
}

.entTable .eDetails {
 border: none !important;
}

.post_footer a {
 color: #63c900;
 text-decoration: none;
 font-weight: bold;
}

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

.ui-sortable {
 z-index: 984;
}

.u-star-rating-12 {
 list-style: none !important;
 margin: 7px 0 !important;
 padding: 0 !important;
}

.entryReadAllLink {
 color: #63C900;
 text-decoration: underline;
 font-weight: bold;
}

.entryReadAllLink:hover {
 text-decoration: none;
}

#allEntries {
 margin-top: 0;
}

.views_post, .author_post, .date_post, .com_post {
 float: left;
 padding: 0 20px;
}

.csTop {
 padding-bottom: 15px !important;
}

.eBlock td.eMessage {
 padding-bottom: 20px;
}

.eBlock {
 margin-bottom: 20px;
}

.eBlock br {
 display: inline-block;
}

.u-addform a {
 color: #63829A !important;
}

#add-video-btn {
 color: #FFF !important;
}

.blockcontent > body {
 background: #FFF !important;
}

.side_cont .gTableTop {
 font-size: 12px !important;
 color: #2E2E2E !important;
 text-decoration: none !important;
 font-weight: 100;
 line-height: 18px;
}

.side_cont .mchat {
 width: 95% !important;
}

/*------ Post style ------*/

/*----- Forum style -----*/
.forumContent a {
 color: #63C900;
 font-weight: bold;
}

.gTableSubTop, .postTdTop {
 background: #7ddb0e;
 padding: 7px 5px;
 font-size: 12px !important;
 color: #FFF !important;
 border-top: solid 1px rgba(0, 0, 0, 0.1);
 border-bottom: solid 1px rgba(0, 0, 0, 0.1);
 border-left: none;
 border-right: none;
}

td.gTableSubTop:first-child, .postTdTop:first-child {
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
 border-left: solid 1px rgba(0, 0, 0, 0.1);
}

td.gTableSubTop:last-child, .postTdTop:last-child {
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.gTableSubTop a, .postTdTop a {
 font-size: 12px !important;
 color: #FFF !important;
 text-decoration: none !important;
}

.gTableTop {
 font-size: 24px !important;
 color: #6e3706 !important;
 text-decoration: none !important;
 font-weight: bold;
 line-height: 50px;
}

.gTableTop a {
 font-size: 24px !important;
 color: #6e3706 !important;
 text-decoration: none !important;
 font-weight: bold;
 line-height: 50px;
}

.forum {
 color: #63c900 !important;
 font-size: 16px !important;
 font-weight: bold;
 text-decoration: none;
 padding: 20px 5px 2px 5px;
 display: block;
}

.forumDescr {
 padding: 2px 5px 20px 5px;
}

.forumIcoTd, .forumNameTd, .forumThreadTd, .forumPostTd, .forumLastPostTd {
 border-bottom: 1px solid #6dcd11;
 vertical-align: middle;
}

.gTableRight {
 vertical-align: middle;
}

.forumNameTd, .forumThreadTd, .forumPostTd {
 border-right: 1px solid #e7e7e7;
}

.forumContent .gDivLeft:last-child {
 display: none;
}

.forumLastPostTd {
 padding: 10px 10px;
 line-height: 17px;
}

.forumLastPostTd img {
 display: none;
}

.funcBlock {
 visibility: hidden;
}

.funcBlock a {
 visibility: visible !important;
}

.threadIcoTd, .threadIcoTd, .threadNametd, .threadPostTd, .threadViewTd, .threadAuthTd, .threadLastPostTd {
 border-bottom: 1px solid #6DCD11;
 vertical-align: middle;
}

.threadNametd, .threadPostTd, .threadViewTd, .threadAuthTd {
 border-right: 1px solid #E7E7E7;
 padding: 10px;
}

.threadLastPostTd {
 padding: 10px;
}

.threadLink {
 color: #63C900 !important;
 font-size: 16px !important;
 font-weight: bold;
 text-decoration: none;
 padding: 5px 5px 2px 5px;
 display: inline-block;
}

.threadDescr {
 padding: 2px 5px 5px 5px;
}

.threadLastPostTd img {
 display: none;
}

.threadsDetails {
 padding-top: 15px !important;
}

.postBottom {
 border-bottom: 1px solid #63C900;
 border-top: 1px solid #63C900;
}

.postBottom:first-child {
 border-right: 1px solid #E7E7E7;
}

.postTdInfo {
 border-right: 1px solid #E7E7E7;
 padding: 10px 0;
 text-align: center;
}

.postTdInfo div {
 line-height: 20px;
}

.postTable {
 margin-bottom: 15px;
}

.posttdMessage {
 line-height: 22px;
 padding: 10px;
 vertical-align: top;
}

.postBottom {
 padding: 2px;
}

.eBlock td {
 vertical-align: top;
}

/*----- Forum style -----*/

/* Comments style */
.commentadds {
 display: block;
 border: 1px solid #63c900;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 padding: 20px;
 margin-top: 15px;
}

.comm_name span, .comm_mail span, .comm_code span {
 width: 65px;
 height: 25px;
 line-height: 25px;
 color: #797979;
 text-align: left;
 display: inline-block;
}

.comm_name, .comm_mail, .comm_code {
 padding: 1px 0;
}

.comm_mail, .comm_code {
 margin-bottom: 10px;
}

.comm_text {
 padding: 0 0 15px 0;
}

#content .myWinSuccess {
 color: #7DDB0E !important;
 font-weight: bold;
}

.commentadds input[type="text"], .commFl {
 border: 1px solid #d1d1d1;
 background: #fefefe;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 outline: none;
 padding: 2px 5px;
 color: #797979;
 margin: 3px 0;
}

#table1 input[type="text"], #table1 textarea {
 border: 1px solid #d1d1d1;
 background: #fefefe;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 outline: none;
 padding: 2px 5px;
 color: #797979;
 margin: 3px 0;
}

.cTop {
 height: 27px;
 margin-top: 0;
 border-bottom: 1px solid #63c900;
 border-top: 1px solid #63c900;
 line-height: 27px;
 color: #797979;
}

.cTop span:nth-child(1) {
 display: none;
}

.cDate {
 font-size: 12px !important;
}

.cMessage {
 margin-bottom: 15px;
 margin-top: 10px;
}

.user_icon {
 border: 1px none #696;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

#table1 input[type="submit"], .searchSubmitFl, .commSbmFl {
 padding: 8px 14px;
 margin-top: 15px;
 color: #FFF !important;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
 background: #7bd90c;
 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7bd90c), to(#6ecc00));
 background: -webkit-linear-gradient(#7bd90c, #6ecc00);
 background: -moz-linear-gradient(#7bd90c, #6ecc00);
 background: -ms-linear-gradient(#7bd90c, #6ecc00);
 background: -o-linear-gradient(#7bd90c, #6ecc00);
 background: linear-gradient(#7bd90c, #6ecc00);
 border: 1px none #000;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

#table1 input[type="submit"]:hover, .searchSubmitFl:hover, .commSbmFl:hover {
 background: #6ECC00;
}

#table1 img, .commTd2 img {
 vertical-align: middle !important;
}

#table1 tr:nth-child(7) input[type="text"] {
 padding: 7px 5px !important;
}

.commFl {
 width: 98%;
}

#gbF7, #gbF1, #gbF2 {
 width: 550px !important;
}

.commFlinp {
 width: 533px;
}

.answer div div {
 background: #000 !important;
}

.commTd2 {
 width: 570px !important;
}

.commTd2 td:nth-child(2) {
 vertical-align: top;
}

.securityCode {
 border: 1px solid #d1d1d1;
 background: #fefefe;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 outline: none;
 padding: 7px 5px;
 color: #797979;
 vertical-align: middle !important;
}

.codeButtons {
 padding: 4px 7px;
 margin: 1px;
 color: #FFF;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7bd90c), to(#6ecc00));
 background: -webkit-linear-gradient(#7bd90c, #6ecc00);
 background: -moz-linear-gradient(#7bd90c, #6ecc00);
 background: -ms-linear-gradient(#7bd90c, #6ecc00);
 background: -o-linear-gradient(#7bd90c, #6ecc00);
 background: linear-gradient(#7bd90c, #6ecc00);
 background: #7bd90c;
 border: 1px none #000;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 width: auto !important;
 outline: none;
}

.codeButtons:hover {
 background: #6ECC00;
}

input[type="button"], input[type="submit"], input[type="reset"] {
 padding: 4px 7px;
 margin: 1px;
 color: #FFF;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7bd90c), to(#6ecc00));
 background: -webkit-linear-gradient(#7bd90c, #6ecc00);
 background: -moz-linear-gradient(#7bd90c, #6ecc00);
 background: -ms-linear-gradient(#7bd90c, #6ecc00);
 background: -o-linear-gradient(#7bd90c, #6ecc00);
 background: linear-gradient(#7bd90c, #6ecc00);
 background: #7bd90c;
 border: 1px none #000;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 width: auto;
 outline: none;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
 background: #6ECC00;
}

select {
 padding: 4px 7px;
 margin-top: 15px;
 color: #FFF !important;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
 background: #7bd90c;
 border: 1px none #000;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 outline: none;
}

select .codeButtons:hover {
 background: #6ECC00;
}

.postTextFl, .fFastSearchTd input[type="text"] {
 border: 1px solid #D1D1D1;
 background: #FEFEFE;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 outline: none;
 padding: 2px 5px;
 color: #797979;
 margin: 3px 0;
}

.sml1 {
 padding: 2px;
}

/* Comments style */

/* Sidebar style */
#sidebar {
 float: right;
 width: 259px;
 color: #2e2e2e;
}

#sidebar a {
 color: #FFF;
}

.side_cont {
 /*
 background: #ffffff;
 width: 253px;
 *width: 251px !important;
 width: 251px \0/ IE8;
 padding: 3px;
 */
 border: none 5px rgb(0, 0, 0);
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
 margin-bottom: 22px;
}

:root .side_cont {
 width: 253px; \0/
 IE9 !important;
}

.loginField {
 background: #ffffff;
 width: 160px !important;
 padding: 3px;
 margin-left: 10px;
 border: solid 1px rgba(0, 0, 0, 0.2);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 outline: none;
}

.loginButton, .pollBut {
 cursor: pointer;
 background: #f4f4f4;
 background-image: linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(248, 248, 248) 100%);
 background-image: -o-linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(248, 248, 248) 100%);
 background-image: -moz-linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(248, 248, 248) 100%);
 background-image: -webkit-linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(248, 248, 248) 100%);
 background-image: -ms-linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(248, 248, 248) 100%);
 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(240, 240, 240)), color-stop(1, rgb(248, 248, 248)));
 text-shadow: none !important;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.15);
 border-radius: 6px;
 font-size: 12px;
 line-height: 12px;
 border: none !important;
 color: #6e3706 !important;
 padding: 10px 20px;
 margin: 0 0 5px 0;
}

#baseLogForm, #baseLogForm a {
 font-size: 12px !important;
}

#baseLogForm table {
 margin-bottom: 7px !important;
}

.side_back {
 background: #7ddb0e;
 width: 231px !important;
 overflow: hidden;
 padding: 10px;
/* border: solid 1px rgba(0, 0, 0, 0.2);*/
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}

.blockcontent li {
 list-style: none;
 margin: 10px 0;
 color: #FFF;
}

.blockcontent li:before {
 content: "> ";
}

.blockcontent li a:hover {
 text-decoration: none;
}

.blocktitle {
 color: #FFF;
 font-family: 'Maya', Arial, Helvetica, sans-serif;
 font-size: 24px;
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
 line-height: 1;
 padding: 6px 0 14px 0;
 margin-bottom: 18px;
 border-bottom: 1px solid #FFF;
}

.calMday, .calMdayA, .calMdayIsA, .calMdayIs {
 background: url('/.s/t/1021/6.png') no-repeat;
 background-position: 0 0;
 height: 31px;
 width: 31px;
 line-height: 31px;
 color: #2e2e2e;
 font-size: 13px;
 padding: 1px;
 text-decoration: none;
}

.calMdayA, .calMdayIsA {
 background-position: 0 -32px !important;
 color: #6e3706 !important;
}

.calMonth {
 color: #6e3706 !important;
 background: url('/.s/t/1021/7.png') no-repeat;
 height: 31px;
 width: 232px;
}

.calMdayLink {
 color: #6e3706 !important;
 text-decoration: none;
}

.calMonth a {
 color: #6e3706 !important;
 text-decoration: none;
}

.calWday {
 color: #2e2e2e;
 line-height: 22px;
}

.calWdaySe, .calWdaySu {
 color: #FFF;
 line-height: 22px;
}

.calMonthLink {
 line-height: 30px;
}

.pollLnk a {
 color: #FFF;
 text-decoration: underline;
 font-size: 12px !important;
}

.pollLnk a:hover {
 text-decoration: none;
}

.pollLnk {
 font-size: 12px !important;
 color: #FFF;
}

.pollBlock, .pollQue, .pollAns, .pollTot {
 color: 2 e2e2e !important;
 font-size: 12px !important;
}

.friendsites li {
 margin: 11px 0 12px 0;
}

.friendsites a {
 color: #2e2e2e;
 text-decoration: none;
}

.friendsites a:hover {
 color: #FFF;
 text-decoration: underline;
}

.blockcontent hr {
 display: none;
}

.catsTable {
 line-height: 22px;
}

.side_cont select {
 background: #FFF;
 text-shadow: none;
 color: #6E3706 !important;
}

.side_cont input[type="submit"] {
 background: -webkit-gradient(linear, 0% 100%, 0% 3%, from(#f0f0f0), to(#f8f8f8));
 background-color: #f0f0f0;
 color: #6E3706 !important;
 -moz-box-shadow: 0 1px 3px #000000;
 -webkit-box-shadow: 0 1px 3px #000000;
 box-shadow: 0 1px 3px #000000;
}

#MCaddFrm input[type="submit"] {
 font-size: 11px;
}

/* Sidebar style */

/*------ Search style ------*/
.queryFieldq, .queryField {
 border: 1px solid rgba(0, 0, 0, 0.2);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 background: #FFF;
 color: #797979;
 padding: 6px 10px;
 outline: none;
 width: 210px;
 width: 210px \0/ !important;
 *width: 210px !important;
}

.queryFieldqfor {
 border: 1px solid rgba(0, 0, 0, 0.2);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 background: #FFF;
 color: #797979;
 padding: 5px 12px;
 outline: none;
 width: 206px;
}

.searchSbmFlq, .searchSbmFl {
 background: url('/.s/t/1021/3.png') no-repeat !important;
 height: 17px !important;
 width: 17px !important;
 border: none !important;
 padding: 3px !important;
 position: absolute !important;
 z-index: 23 !important;
 right: 24px !important;
 margin-top: -25px !important;
 margin-top: 6px \0/ !important;
 font-size: 0 !important;
 color: transparent !important;
 cursor: pointer !important;
 box-shadow: none !important;
 text-shadow: 0 !important;
}

*:first-child + html .searchSbmFlq {
 margin-top: 7px !important;
}

.searchSbmFlqfor {
 background: url('/.s/t/1021/3.png') no-repeat !important;
 height: 17px !important;
 width: 17px !important;
 border: none !important;
 padding: 3px !important;
 position: absolute !important;
 right: 45px !important;
 margin-top: 7px !important;
 font: 0/0 !important;
 color: transparent !important;
 cursor: pointer;
}

.aSchBrc1, .aSchBrc2 {
 display: none !important;
}

#sidebar .ulogin-btn a, #sidebar .uidLogButton a {
 color: #FFF !important;
}

#posts a, .forumContent a {
 color: #63C900;
 font-weight: bold;
}

.schQuery {
 text-align: left !important;
 display: inline-block !important;
}

.schBtn {
 text-align: right !important;
 display: inline-block !important;
}

/*------ Search style ------*/
/* Footer style */
#footer {
 color: #6e3706;
 padding: 23px 0;
}

#footer p {
 line-height: 16px;
}

#footer a {
 color: #37b001;
 font-weight: bold;
 text-decoration: none;
}

#footer a:hover {
 text-decoration: underline;
}

/* Footer style */

#header {
 position: static;
}

.header-phone-container {
 position: fixed; /* абсолютное позиционирование */
 top: 0; /* прижать к верху страницы */
 right: 0; /* прижать к правому краю */
 display: flex;
 gap: 10px;
 padding: 5px 10px;
 z-index: 9999; /* чтобы точно были поверх всего */
}

.header-phone, 
.header-phone._sh {
 position: relative;
 display: inline-block;
 padding: 15px 20px;
 text-align: left;
 white-space: nowrap;
 z-index: 1;
}

.header-phone::before,
.header-phone._sh::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #FFFFFF;
 border-radius: 12px;
 box-shadow: 0 4px 12px rgba(0,0,0,0.05);
 z-index: -1;
}

.header-phone__num {
 font-size: 30px;
 font-family: 'Amatic SC', cursive;
 color: #6E3706;
 font-weight: 900;
}
.header-phone__num ._small {
 font-size: 30px;
}
.header-phone__num-link {
 font-size: 30px;
 text-decoration: none !important;
 color: #6E3706 !important;
}

.header-phone__num._first {
 padding-left: 30px;;
}


.c-row {
 overflow: hidden;
 margin: 0 -5px;
 box-sizing: border-box;
}


.c-row:before {
 display: table;
 content: " ";
}

.c-row-sep {

}
.c-row-sep:after {
 display: inline-block;
 content: " ";
 border-bottom: 1px solid #FFF;
 margin: 0 15px 10px 5px;
 width: 231px;
}
.c-col-xs-6 {
 position: relative;
 min-height: 1px;
 box-sizing: border-box;
 padding: 0 5px;
 display: block;
 float: left;
 width: 50%;
}

.excursion {
 min-height: 155px;
}
.excursion-link {
 display: block;
 text-align: center;
 margin-bottom: 10px;
 text-decoration: none;
}
.excursion-link__img {
 max-width: 100%;
}

.excursion-link__text {
 font-size: 14px;
 text-decoration: none;
}