/* NEW ADAPT */
.new_head {background:url(/IMAGE/UP-osen2019.jpg) no-repeat; height:265px; vertical-align: top;}
.HUP {color:#C60; font-size:26px; margin-left:150px;}
.PUP {color:#C60; margin-top:-15px; margin-left:150px; text-shadow: 1px 1px 0px #ffffff;}
.ImgOffice {min-width:300px; max-width:800px; width:100%;}
.ImgAkc {min-width:290px; max-width:500px; width:100%;}
.PROGECT {float: left; margin: 0.5%; width:32%; height:auto;}
.FontSizeInformer {font-size:12px;}
.col-min {width:200px;}
.imgcatdir {width:100%; min-width:300px; max-width:300px;}
.ucf-smiles {padding: 0 0 0 0px !important;}
.col-min {background-image: url(/IMAGE/fon_menju.jpg);}
.infTable td {width: 25%;}

/* COVER IN PRICE*/
.main-filter {
margin: -25px 0px 20px 0px;
padding: 10px 0px 0px 0px; 
position: relative;
text-align: center;
}
.filter-element {
display: inline-block;
font-family: "MyriadProCond",sans-serif;
font-size: 20px;
line-height: normal;
font-weight: bold;
text-align: center;
padding: 0px 5px 0px 5px; 
} 

.clear {clear: both;} 
/* COVER IN PRICE*/


.container {
 margin: 5px;
 display: inline-block; 
 position: relative;
 max-width: 400px;
}
.text { 
 display: none;
 position: absolute; 
 bottom:5%; left: 0px; 
 background-color: rgba(0,0,0,.7); 
 color: white; 
 min-width:100%
}

.container:hover .text {
 display: block 
}

/* Text in IMG эффект*/

@-webkit-keyframes appearing {
 0%{
 -webkit-transform: scaleX(4) scaleY(0) translateY(-50%);
 }
 50%{
 -webkit-transform: scaleX(4) scaleY(1) translateY(-50%);
 color: rgba(255, 255, 255, 0);
 }
 100% {
 transform: scaleX(1) scaleY(1) translateY(-50%);
 color: rgba(255, 255, 255, 1);
 }
}

@keyframes appearing {
 0%{
 transform: scaleX(4) scaleY(0) translateY(-50%);
 }
 50%{
 transform: scaleX(4) scaleY(1) translateY(-50%);
 color: rgba(255, 255, 255, 0);
 }
 100% {
 transform: scaleX(1) scaleY(1) translateY(-50%);
 color: rgba(255, 255, 255, 1);
 }
}

@-webkit-keyframes disappearing {
 0%{
 -webkit-transform: scaleX(1) scaleY(1) translateY(-50%);
 color: rgba(255, 255, 255, 1);
 }
 50%{
 -webkit-transform: scaleX(4) scaleY(1) translateY(-50%);
 color: rgba(255, 255, 255, 0);
 }
 100% {
 -webkit-transform: scaleX(4) scaleY(0) translateY(-50%);
 }
}

@keyframes disappearing {
 0%{
 transform: scaleX(1) scaleY(1) translateY(-50%);
 color: rgba(255, 255, 255, 1);
 }
 50%{
 transform: scaleX(4) scaleY(1) translateY(-50%);
 color: rgba(255, 255, 255, 0);
 }
 100% {
 transform: scaleX(4) scaleY(0) translateY(-50%);
 }
}

@-webkit-keyframes positioning {
 0%{ 
 z-index: 10; 
 }
 99%{
 z-index: 10; 
 }
 100% { 
 z-index: 1; 
 }
}

@keyframes positioning {
 0%{
 z-index: 10; 
 }
 99%{
 z-index: 10; 
 }
 100% { 
 z-index: 1; 
 }
}

.lake {
 display: inline-block;
 overflow: hidden;
 position: relative;
 text-align: center;
 text-decoration: none;
}

.lake:before {
 -webkit-animation: disappearing 500ms ease-in-out forwards;
 animation: disappearing 500ms ease-in-out forwards;
 background-color: rgba(0, 0, 0, 0.6);
 color: rgba(255, 255, 255, 0);
 content: attr(alt);
 display: block;
 font-family: 'Lucida Console';
 font-size: 16px;
 padding: 5% 2%;
 position: absolute;
 text-transform: none;
 top: 50%;
 -webkit-transform-origin: 50% 0%;
 transform-origin: 50% 0%;
 width: 96%;
 z-index: 5;
}

.lake img {
 -webkit-animation: positioning 510ms ease-in-out forwards;
 animation: positioning 510ms ease-in-out forwards;
 border: none;
 display: block;
 position: relative;
 z-index: 10;
}

.lake:after {
 opacity: 0;
 background-color: white;
 content: "";
 display: block;
 height: 100%;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 15;
}

.lake:hover:before {
 -webkit-animation: appearing 500ms ease-in-out forwards;
 animation: appearing 500ms ease-in-out forwards;
}

/* BLOG */
.newsbox {border: 1px solid grey; border-radius: 3px; padding: 5px;}
.newsbox:hover {border: 1px solid red; border-radius: 3px;}
.newsboxBGtitle {background-color:#EDCF81;}
.newsboxBGtitle:hover {}
.newsboxTitle {margin: 0; padding: 10px;}
.imgBlog {padding: 10px; min-width:150px; max-width:200px; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.imgBlog:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);}


/* img */
.IF {display:block; min-width:50px; max-width:100%; height:auto;}

/* img flash */
.imgFlash {
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;} 

.imgFlash:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);}

/* img flash 2 */
.imgFlash2 {
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;} 

.imgFlash2:hover {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);}


/* pda.tabl */
.pdatabl {background: #FFFFCC !important;border-radius: 3px;}
.tdtitle {background: #FFFFCC !important;border-radius: 3px;}
/* CENY */
.mid {text-align: center;}

.ceny {
 border-radius: 3px; 
 padding: 5px; 
 max-width:500px;
 background: #F9E68C !important;
 display: inline-block;
 margin: 0.5%;
 border: 1px solid black;
 text-align: left; 
}

.signup {
 padding: 10px 30%;
 font: bold 14px Arial, Helvetica;
 text-transform: uppercase;
 text-decoration: none;
 display: inline-block;
 border-radius: 3px;
 text-shadow: 0 -1px 0 rgba(0,0,0,.15);
 opacity: .9;
 background: #FFFFCC !important;
}

/* PAGE_SELECTOR$ */
.swchItemA{ 
 background: #990000 !important; 
 color:#ffffff; 
 font-size: 15px !important; 
 font-family: 'PT Sans', sans-serif !important; 
 padding: 10px 15px !important; 
 border: 1px solid #ffffff; 
 text-decoration: none; 
 margin: 2px -2px !important; 
} 
.swchItem{ 
 background: #FAFAD2 !important;
 font-size: 15px !important; 
 font-family: 'PT Sans', sans-serif !important; 
 padding: 10px 15px !important; 
 border: 1px solid #990000; 
 text-decoration: none; 
 margin: 2px -2px !important; 
} 
.swchItem:hover{ 
 text-decoration: none; 
 border: 1px solid #000000 !important; 
}


#canvas {width: 100%; height: 265px; overflow: hidden;}
#tel {text-decoration:underline; color:#990000;font-size: 16pt;font-weight:bold;font-family:"Academyi";}
#niz {text-align:center;}


 .round {
 border-radius: 50px; /* Радиус скругления */
 border: 1px solid #ffffff; /* Параметры рамки */
 box-shadow: 0 0 5px #666666; /* Параметры тени */
}

@font-face
{font-family: "Academyi";
 src: url("/academyi/acadebol.eot");
 src: local('☺'), 
 url('/academyi/acadebol.ttf') format('truetype'),
 url('/academyi/acadebol.woff') format('woff'), 
 url('/academyi/acadebol.eot') format('eot');
 font-weight: normal;
 font-style: normal;
}

/* Horizont menu */
.gmenuG { font-family:"Academyi"; font-size: 16pt; font-weight:bold;}
a.gmenuG:link {text-decoration:none; color:#ffffff; text-shadow: 1px 1px 1px black;}
a.gmenuG:active {text-decoration:none; color:#990000; text-shadow: 1px 1px 1px black;}
a.gmenuG:visited {text-decoration:none; color:#ffffff; text-shadow: 1px 1px 1px black;}
a.gmenuG:hover {text-decoration:none; color:#ffffff; text-shadow: 1px 1px 1px #990000, 0 0 1em red;}

.gmenuG ul{
 list-style: none; /*убираем маркеры списка*/
 margin: 0px; /*убираем верхнее и нижнее поле, равное 1em*/
 padding-left: 0px; /*убираем левый отступ, равный 40px*/
}
.gmenuG li{display: inline; margin-right: 0.9em;}


/* Horizont menu FOOTER*/
.gmenuGF {font-weight:bold;font-size:14px;}
a.gmenuGF:link {text-decoration:none; color:#ffffff; text-shadow: 1px 1px 1px black;}
a.gmenuGF:active {text-decoration:none; color:#990000; text-shadow: 1px 1px 1px black;}
a.gmenuGF:visited {text-decoration:none; color:#ffffff; text-shadow: 1px 1px 1px black;}
a.gmenuGF:hover {text-decoration:none; color:#ffffff; text-shadow: 1px 1px 1px #990000, 0 0 1em red;}

.gmenuGF ul{
 list-style: none; /*убираем маркеры списка*/
 margin: 0px; /*убираем верхнее и нижнее поле, равное 1em*/
 padding-left: 0px; /*убираем левый отступ, равный 40px*/
}
.gmenuGF li{display: inline; margin-right: 2.5em;}

/* Site Menus left white */
.uMenuH {float:left;padding:0 5px;}
.uMenuV1 .uMenuItem {font-size:15px; font-weight:bold;}
.uMenuV1 a:link {font-size:15px; font-weight:bold; text-decoration:none; color:#ffffff; text-shadow: 1px 1px 3px black;}
.uMenuV1 a:active {font-size:15px; font-weight:bold; text-decoration:none; color:#990000; text-shadow: 1px 1px 2px black;}
.uMenuV1 a:visited {font-size:15px; font-weight:bold; text-decoration:none; color:#ffffff; text-shadow: 1px 1px 3px black;}
.uMenuV1 a:hover {font-size:15px; font-weight:bold; text-decoration:none; color:#ffffff; text-shadow: 1px 1px 2px #990000, 0 0 1em red;}
.uMenuV1 .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV1 {margin: 0; padding: 0 0 0 5px; background: url('') no-repeat 0px 3px; margin-bottom: .6em;}
/* --------- */


/* Site Menus left red */

.uMenuV2 .uMenuItem {font-size:15px; font-weight:bold;}
.uMenuV2 a:link {font-size:15px; font-weight:bold; text-decoration:none; color:#ffffff; text-shadow: 1px 1px 1px #990000, 0 0 1em #FF6C6C;}
.uMenuV2 a:active {font-size:15px; font-weight:bold; text-decoration:none; color:#990000; text-shadow: 1px 1px 1px black;}
.uMenuV2 a:visited {font-size:15px; font-weight:bold; text-decoration:none; color:#ffffff; text-shadow: 1px 1px 2px black;}
.uMenuV2 a:hover {font-size:15px; font-weight:bold; text-decoration:none; color:#ffffff; text-shadow: 1px 1px 1px #990000, 0 0 1em red;}
.uMenuV2 .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV2 {margin: 0; padding: 0 0 0 5px; background: url('') no-repeat 0px 3px; margin-bottom: .6em;}
/* --------- */


/* BODY SIZE */
.MAX {
 overflow:hidden; 
 width: 100%;
 min-width:1220px; 
 max-width:1600px!important;
 }

.MAX2 {
 overflow:hidden; 
 width: 100%;
 min-width:1220px; 
 max-width:1600px!important;
 }

/* MIN RAMKA CLASS*/
tr.hmm {line-height:0px; font-size:0px;}
td.mlu {width: 10px; height:10px; background: url('/RAMKA/left_up.png') no-repeat;}
td.mu {height:10px; background: url('/RAMKA/up.jpg') repeat-x;}
td.mru {width: 10px; height:10px; background: url('/RAMKA/right_up.png') no-repeat;}

td.mmid {background: url('/IMAGE/BRUSFOOTER.jpg') repeat;}
td.ml {width: 10px; background: url('/RAMKA/left.jpg') repeat-y;}
td.mr {width: 10px; background: url('/RAMKA/right.jpg') repeat-y;}

td.mld {width: 10px; height:10px; background: url('/RAMKA/left_down.png') no-repeat;}
td.md {height:10px; background: url('/RAMKA/down.jpg') repeat-x;}
td.mrd {width: 10px; height:10px; background: url('/RAMKA/right_down.png') no-repeat;} 

/* BODY*/
.derevo {height:100%; background: url(/IMAGE/derevo1.jpg);}
.fonbody {width:100%; height:100%; border:1px solid #CCCCCC; padding:5px;}

.100 {width:100%;}
.ImgHome {max-width:220px;}
.BRUSFOOTER {vertical-align:top; height:65px; background:url(/IMAGE/BRUSFOOTER2.jpg)}
.PODAROK {}
/*BLOCKS*/

table.block {border:1px solid #CCCCCC; width:200px;}
td.block {border:1px solid #CCCCCC;}
td.block2 {padding:5px;}
div.polosa{height:5px; background-color:#f9ffd3;}
b.name {font-size:14px;color:#000000;}

p.gmenu {color:#2b0e07;font-family:"Academyi";font-size: 16pt;text-shadow: 1px 1px 1px #ffffff;} /* vopros */
#t {color:#2b0e07;font-family:"Academyi";font-size: 16pt;text-shadow: 1px 1px 1px #ffffff;}
span.price {color:#C30; font-size:15px;}

h1 {color:#2b0e07;font-family:"Academyi";font-size: 19pt;text-shadow: 1px 1px 1px #ffffff;} 
h2 {color:#2b0e07;font-family:"Academyi";font-size: 16pt;text-shadow: 1px 1px 1px #ffffff;}
.bigH2 {color:#2b0e07;font-family:"Academyi";font-size: 22pt;text-shadow: 1px 1px 1px #ffffff;}
h3 {color:#2b0e07;font-family:"Academyi";font-size: 15pt;text-shadow: 1px 1px 1px #ffffff;}
h4 {color:#2b0e07;font-family:"Academyi";font-size: 15pt;text-shadow: 1px 1px 1px #ffffff;}
h3.doma {color:#2b0e07;font-family:"Academyi";font-size: 16pt;text-shadow: 1px 1px 1px #ffffff;margin:0px;}
h3.video {color:#2b0e07;font-family:"Academyi";font-size: 14pt;text-shadow: 1px 1px 1px #ffffff;}

.inline {display: inline-block;}
html { font-size:100%; }


h3.domaNew {margin:0px; color:#990000; font-family: verdana,arial,helvetica; text-shadow: 1px 1px 1px #ffffff;}
h3.domaNew:hover {color:#000000;}

span.domaNew {margin:0px; color:#990000; font-family: verdana,arial,helvetica; text-shadow: 1px 1px 1px #ffffff;}
span.domaNew:hover {color:#000000;}

span.doma2 {font-size:20px; text-shadow: 1px 1px 1px #ffffff;}

a.no:link {text-decoration:none;} 

@media (max-width:1300px) { h3.domaNew {font-size:12px; font-weight:bold;} span.domaNew {font-size:12px; font-weight:bold;} .adapttitle{text-align:center; padding:2px; height:30px;} 
}

@media (min-width:1300px) { h3.domaNew {font-size:12px; font-weight:bold;} span.domaNew {font-size:12px; font-weight:bold;} .adapttitle{text-align:center; padding:5px; height:27px;}
}

@media (min-width:1355px) { h3.domaNew {font-size:14px; font-weight:bold;} span.domaNew {font-size:14px; font-weight:bold;} .adapttitle{text-align:center; padding:5px; height:27px;} 
}

@media (min-width:1450px) { h3.domaNew {font-size:15px; font-weight:bold;} span.domaNew {font-size:15px; font-weight:bold;} .adapttitle{text-align:center; padding:10px; height:30px;} 
}

@media (min-width:1550px) { h3.domaNew {font-size:17px; font-weight:bold;} span.domaNew {font-size:17px; font-weight:bold;} .adapttitle{text-align:center; padding:10px; height:35px;} 
}

@media (min-width:1650px) { h3.domaNew {font-size:18px; font-weight:bold;} span.domaNew {font-size:18px; font-weight:bold;} .adapttitle{text-align:center; padding:10px; height:40px;} 
}



a.MDS:link {text-decoration:underline; color:#FFFFFF;text-shadow: 1px 1px 5px #000000;font-size: 10pt;font-weight:bold;}
a.MDS:active {text-decoration:underline; color:#FFFFFF;text-shadow: 1px 1px 5px #000000;font-size: 10pt;font-weight:bold;}
a.MDS:visited {text-decoration:underline; color:#FFFFFF;text-shadow: 1px 1px 5px #000000;font-size: 10pt;font-weight:bold;}
a.MDS:hover {text-decoration:none; color:#FFFFFF;text-shadow: 5px 1px 5px #000000;font-size: 10pt;font-weight:bold;}

/* General Style */
a:link {text-decoration:underline; color:#990000;}
a:active {text-decoration:underline; color:#990000;}
a:visited {text-decoration:underline; color:#990000;}
a:hover {text-decoration:none; color:#000000;}

.topLink a:link {text-decoration:none; color:#C1E7FF;}
.topLink a:active {text-decoration:none; color:#C1E7FF;}
.topLink a:visited {text-decoration:none; color:#C1E7FF;}
.topLink a:hover {text-decoration:none; color:#FFFFFF;}

body {font-family:verdana,arial,helvetica; font-size:10pt; max-width:100%; min-height:100%; background:url(/IMAGE/BG_leto.jpg) top;}
td {font-family:verdana,arial,helvetica; font-size:10pt; max-width:100%; min-height:100%;}
form {padding:0px; margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:9pt;}

a.noun:link {text-decoration:none; color:#7D7D7D}
a.noun:active {text-decoration:none; color:#7D7D7D}
a.noun:visited {text-decoration:none; color:#7D7D7D}
a.noun:hover {text-decoration:none; color:#016CAC}

hr {color:#CCCCCC;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif; color:#787878; font-size:12px;}

a.menu1:link {text-decoration:underline; color:#FAFAFA}
a.menu1:active {text-decoration:underline; color:#FAFAFA}
a.menu1:visited {text-decoration:underline; color:#FAFAFA}
a.menu1:hover {text-decoration:underline; color:#CCCCCC}
.menuTd {padding-left:12px;padding-right:10px; background: url('/.s/t/901/10.gif') no-repeat 0px 3px;}

.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}
/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 11px; background: url('/.s/t/901/11.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* ----- */

/* Module Part Menu */
.catsTd { text-align:left;padding-left:20px;}
.catName {font-family:Academyi,Verdana,Tahoma,Arial,Sans-Serif;font-size: 16pt;text-shadow: 1px 1px 1px #ffffff;}
.catNameActive {font-family:Academyi,Verdana,Tahoma,Arial,Sans-Serif;font-size: 16pt;text-shadow: 1px 1px 1px #ffffff;}
.catNumData {font-size:7pt;color:#000000;}
.catDescr {font-size:7pt; padding:10px;}
a.catName:link {text-decoration:underline; color:#990000;}
a.catName:visited {text-decoration:underline; color:#990000;}
a.catName:hover {text-decoration:none; color:#000000;}
a.catName:active {text-decoration:underline; color:#990000 ;}
a.catNameActive:link {text-decoration:none; color:#FFFFFF;}
a.catNameActive:visited {text-decoration:none; color:#990000;}
a.catNameActive:hover {text-decoration:none; color:#000000;}
a.catNameActive:active {text-decoration:none; color:#FFFFFF;}
/* ----------------- */

/* Entries Style */
.eBlock {padding: 5px;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#0069A9; padding: 0 0 0 17px; background: url('/.s/t/901/12.gif') no-repeat 0px 2px;}
.eTitle a:link {text-decoration:underline; color:#0069A9;}
.eTitle a:visited {text-decoration:underline; color:#0069A9;}
.eTitle a:hover {text-decoration:none; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#0069A9;}

.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #CCCCCC}
.eDetails {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding:1px;text-align:center;font-size:8pt;}
.eDetails1 {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:9pt;}
.eDetails2 {border-bottom:1px dashed #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:9pt;}

.eRating {font-size:9pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/901/13.gif') no-repeat 0px 0px;}
/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#FFFFFF; border:1px solid #CCCCCC;}
.cBlock2 {background:#FFFFFF; border:1px solid #CCCCCC;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #CCCCCC;background:#FFFFFF;}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#6E6E6E;width:100%;background:#FCFCFC;border:1px solid #CCCCCC;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#6E6E6E;background:#FCFCFC;border:1px solid #CCCCCC;}
/* ------------------- */

/* Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/901/14.gif') no-repeat 0px 4px; font-family:Tahoma,Arial,Sans-Serif;}
a.archLink:link {text-decoration:underline; color:#6E6E6E;}
a.archLink:visited {text-decoration:underline; color:#6E6E6E;}
a.archLink:hover {text-decoration:none; color:#000000;}
a.archLink:active {text-decoration:none; color:#000000;}
/* ------------ */

/* Archive Style */
.archiveCalendars {text-align:center;color:#0000FF;}
.archiveDateTitle {font-weight:bold;color:#6E6E6E;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/901/15.gif') no-repeat 0px 4px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#6E6E6E}
a.archiveDateTitleLink:visited {text-decoration:none; color:#6E6E6E}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#6E6E6E}
a.archiveDateTitleLink:active {text-decoration:underline; color:#6E6E6E}
.archiveNoEntry {text-align:center;color:#0000FF;}
/* ------------- */

/* Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#990000; width:18px;}
.calWdaySe {color:#FFFFFF; background:#0376B8; width:18px;}
.calWdaySu {color:#FFFFFF; background:#0376B8; width:18px; font-weight:bold;}
.calMday {background:FFFFFF;color:#000000;}
.calMdayA {background:#CCCCCC;font-weight:bold;}
.calMdayIs {background:#FFFFFF;color:#000000;font-weight:bold;border:1px solid #CCCCCC;}
.calMdayIsA {border:1px solid #016EAD; background:#FFFFFF;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#000000;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#000000;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#016CAC;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* -------------- */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#E5E5E5}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;}
.totalVotesTd {background:#FFFFFF;}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#F8F9FA;height:100px;width:300px;border:1px solid #787878;}

.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#CCCCCC;}
.gTableTop {padding:2px;background:url('/.s/t/901/8.gif') #0273B4;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:bold;height:28px;font-size:10pt;}
.gTableSubTop {padding:2px;background:url('/.s/t/901/5.gif') #7CBD01;color:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#FAFAFA;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FAFAFA;}
.gTableLeft {padding:2px;background:#F2F2F2;font-weight:bold;color:#6E6E6E}
.gTableRight {padding:2px;background:#F8F9FA}
.gTableError {padding:2px;background:#FAFAFA;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#F2F2F2}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#FFFFFF;}
a.catLink:visited {text-decoration:none; color:#FFFFFF;}
a.catLink:hover {text-decoration:underline; color:#000000;}
a.catLink:active {text-decoration:underline; color:#FFFFFF;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#6E6E6E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#6E6E6E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#909090;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#6E6E6E;}
a.forumBarA:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:bold;color:#6E6E6E;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#F2F2F2}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AAAAAAheight:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;}
.threadsDetails {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#6E6E6E;}
a.threadLink:visited {text-decoration:none; color:#6E6E6E;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#F1F2F3;text-align:center;}
.postFirst {background:#F8F9FA;border-bottom:3px solid #787878;}
.postRest1 {background:#F1F2F3;}
.postRest2 {background:#F8F9FA;}
.postSeparator {height:3px;background:#016CAC;}

.postTdTop {background:url('/.s/t/901/5.gif') #7CBD01;}
.postBottom {background:#E0E0E0;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#F2F2F2;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#787878;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/901/18.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/901/18.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#FCFCFC;border:1px solid #6E6E6E;}
.codeCloseAll {font-size:7pt; color:#6E6E6E;font-weight:bold;background:#FCFCFC;border:1px solid #6E6E6E;}
.postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px}
.postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;width:550px;height:150px}
.postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */



/*
 * generated by WOW Slider 8.7
 * template Ionosphere
 */
@import url(https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);
#wowslider-container1 { 
 display: table;
 zoom: 1; 
 position: relative;
 width: 100%;
 max-width: 100%;
 max-height:600px;
 margin:0px auto 3px;
 z-index:90;
 text-align:left; /* reset align=center */
 font-size: 10px;
 text-shadow: none; /* fix some user styles */

 /* reset box-sizing (to boostrap friendly) */
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box; 
}
* html #wowslider-container1{ width:800px }
#wowslider-container1 .ws_images ul{
 position:relative;
 width: 10000%; 
 height:100%;
 left:0;
 list-style:none;
 margin:0;
 padding:0;
 border-spacing:0;
 overflow: visible;
 /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
 position: relative;
 width:1%;
 height:100%;
 line-height:0; /*opera*/
 overflow: hidden;
 float:left;
 /*font-size:0;*/
 padding:0 0 0 0 !important;
 margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
 position: relative;
 left:0;
 top:0;
 height:100%;
 max-height:600px;
 max-width: 100%;
 vertical-align: top;
 border:3px solid #008AC3;
 overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
 width:100%;
 height:100%;
 max-height:600px;
 display:block;
 color:transparent;
}
#wowslider-container1 img{
 max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
 width:100%;
 border:none 0;
 max-width: none;
 padding:0;
 margin:0;
}
#wowslider-container1 .ws_images > div > img {
 max-height:600px;
}

#wowslider-container1 .ws_images iframe {
 position: absolute;
 z-index: -1;
}

#wowslider-container1 .ws-title > div {
 display: inline-block !important;
}

#wowslider-container1 a{ 
 text-decoration: none; 
 outline: none; 
 border: none; 
}

#wowslider-container1 .ws_bullets { 
 float: left;
 position:absolute;
 z-index:70;
}
#wowslider-container1 .ws_bullets div{
 position:relative;
 float:left;
 font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
 line-height: 0;
}

#wowslider-container1 .ws_script{
 display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
 position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
 position: static;
 width: 100%;
 height: 100%;
}

#wowslider-container1 .ws_photoItem {
 border: 2em solid #fff;

 margin-left: -2em;
 margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
 background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
 cursor: -webkit-grab;
 cursor: -moz-grab;
 cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
 cursor: -webkit-grabbing;
 cursor: -moz-grabbing;
 cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
 display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
 position: absolute;
 display: none;
 cursor: pointer;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
 display: block;
}
#wowslider-container1 .ws_video_btn div {
 position: absolute;
 background-image: url(./playvideo.png);
 background-size: 200%;
 top: 50%;
 left: 50%;
 width: 7em;
 height: 5em;
 margin-left: -3.5em;
 margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
 background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
 background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
 background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
 background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
 display: none !important;
}

#wowslider-container1 .ws_bullets { 
 padding: 5px; 
}
#wowslider-container1 .ws_bullets a { 
 width:9px;
 height:9px;
 background: url(./bullet.png) left top;
 float: left; 
 text-indent: -4000px; 
 position:relative;
 margin-left:4px;
 color:transparent;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
 background-position: 0 100%;
} 
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
 position:absolute;
 top:50%;
 margin-top:-2.5em;
 z-index:60;
 width: 3.1em;
 height: 5em; 
 background-image: url(./arrows.png);
 background-size: 200%;
}
#wowslider-container1 a.ws_next{
 background-position: 100% 0;
 right:1em;
}
#wowslider-container1 a.ws_prev {
 background-position: 0 0; 
 left:1em;
}
#wowslider-container1 a.ws_next:hover{
 background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
 background-position: 0 100%; 
}

/*playpause*/
#wowslider-container1 .ws_playpause {
 width: 3.1em;
 height: 5em;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -1.5em;
 margin-top: -2.5em;
 z-index: 59;
 background-size: 100%;
}

#wowslider-container1 .ws_pause {
 background-image: url(./pause.png);
}

#wowslider-container1 .ws_play {
 background-image: url(./play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
 background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container1 .ws_bullets {
 bottom: 0px;
 left:50%;
}
#wowslider-container1 .ws_bullets div{
 left:-50%;
}
#wowslider-container1 .ws-title{
 position:absolute;
 display:block;
 font: 2.8em 'Oswald', Arial, Helvetica, sans-serif;
 bottom: 0.75em;
 left: 1.1em; 
 margin-right: 0;
 color:#ffffff;
 z-index: 50;
 line-height: 1em;
 text-transform: uppercase;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
 display:inline-block;
 padding:0.5em 0.4em;
 background:rgba(0, 0, 0, 0.9);
 border-left:5px solid #008AC3; 
}
#wowslider-container1 .ws-title div{
 line-height: 1.15em;
 display:block;
 margin-top:0.5em;
 font-size: 0.571em;
 padding:0.6em;
}#wowslider-container1 .ws_images > ul{
 animation: wsBasic 8s infinite;
 -moz-animation: wsBasic 8s infinite;
 -webkit-animation: wsBasic 8s infinite;
}
@keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }

#wowslider-container1 .ws_images {
 border-width: 0px 0px 3px 0px; 
}
#wowslider-container1 .ws_bullets a img{
 text-indent:0;
 display:block;
 bottom:20px;
 left:-32px;
 visibility:hidden;
 position:absolute;
 border: 3px solid #FFFFFF;
 max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
 visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
 height:48px;
 overflow:visible;
 position:relative;
}
#wowslider-container1 .ws_bulframe div {
 left:0;
 overflow:hidden;
 position:relative;
 width:64px;
 background-color:#FFFFFF;
}
#wowslider-container1 .ws_bullets .ws_bulframe{
 display:none;
 bottom:15px;
 overflow:visible;
 position:absolute;
 cursor:pointer;
 border: 3px solid #FFFFFF;
}
#wowslider-container1 .ws_bulframe span{
 display:block;
 position:absolute;
 bottom:-8px;
 margin-left:-5px;
 left:32px;
 background:url(./triangle.png);
 width:15px;
 height:6px;
}#wowslider-container1 .ws_bulframe div div{
 height: auto;
}

@media only screen and (min-width : 300px) and (max-width : 760px) {
 #wowslider-container1 .ws_fullscreen {
 display: block;
 }
 
 
 body {margin:0; background: url(/IMAGE/derevo1.jpg) top;} 
 .MAX {min-width:300px; max-width:760px!important; width:100%;} 
 .MAX2 {min-width:300px; max-width:760px!important; width:100%;} 
 .MAX2 tr td {display:block; max-width:760px!important;} 
 table.block {width:100%; background-image: url(/IMAGE/fon_menju.jpg);}
 
 .HUP {color: #68390A; font-size:20px; margin-left:5px;}
 .PUP {color: #68390A; margin-top:15px; margin-left:5px; text-shadow: 0px 0px 5px #ffffff; font-weight: 600;} 
 #SHAPKA {background: rgba(255, 255, 255, 0.1); height: 255px;}
 .gmenuG {font-weight: normal; font-size: 21pt; line-height: 50px;}
 .gmenuG li {display: block;}
 td.mmid {background: url('/IMAGE/fon_menju.jpg') repeat;}
 .BRUSFOOTER {background: url('/IMAGE/fon_menju.jpg') repeat;}
 .gmenuGF li {margin: 5%; margin-right: 0px; display: block;} 
 .gmenuGF {padding-right: 7%; font-size: 20px;}
 
 .catsTable td {width: 95%!important;}
 .infTable tr td {width: 100%!important;}
 
 .ImgHome {width:100%; max-width:300px;}
 .ImgLEN {max-width:100%;} 
 b.name {font-size: 23px; color: #2b0e07; text-shadow: 1px 1px 1px #ffffff; font-family: "Academyi";}
 span.domaNew {font-size: 15px; font-weight: bold; line-height: 18px; padding-top: 10px;} 
 h3.domaNew {font-size: 15px; font-weight: bold; line-height: 18px;} 
 .ryshki {display: none;}
 .round {max-width:100%;}
 .PROGECT {float: left; margin: 0%; width:100%; margin-top: 15px; height:auto; border: 1px dashed #000000; border-radius: 10px;}
 .FontSizeInformer {font-size:16px;} 
 
.imgBlog {padding: 10px; min-width:150px; max-width:200px; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.imgBlog:hover { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1);} 

.ucf-content {margin: 0 0 0 0px !important;}
.ucf-smiles {display: none !important;}
.catDescr {font-size: 10pt;}
.col-min {width:100%; background-image: url(/);}

.uMenuV1 a:link {font-size: 20px;} 
.uMenuV2 a:link {font-size: 20px;} 
.eDetails {}
 
/* MIN RAMKA CLASS*/
.MAX2 tr.hmm {display: none;}
.MAX2 td.mlu {display: none;}
.MAX2 td.mu {display: none;}
.MAX2 td.mru {display: none;}
.MAX2 td.ml {display: none;}
.MAX2 td.mr {display: none;}
.MAX2 td.mld {display: none;}
.MAX2 td.md {display: none;}
.MAX2 td.mrd {display: none;} 
} 
 
}