html, body {
 margin: 0;
 padding: 0;
 height: 100%;

}
 p {
 line-height: 1.7;
}
textarea, input {
 outline: none;
 resize: none;
}
img, a img {
 margin: 7px 7px 7px 7px !important;
 border: none;
 outline: none;
 /* стили рамки */
 -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 5px; /* закругление для старых Chrome и Safari */
 -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 5px; /* закругление углов для всех, кто понимает */
}
a, a:link, a:visited, a:active {
 text-decoration: none;
 color: #1a1a1a;
}
a:hover {
 color: #275F9A;
}
a {
 transition: all .2s ease;
}
body {
 font: 15px/24px 'Roboto';
 color: #7a7a7a;
 font-weight: 400;
 background: #fff;
 
}





/*=======================================*/
/* TITLES */
/*=======================================*/

h1, h2, h3, h4, h5, h6 {
 padding: 0;
 margin: 0;
 font-weight: normal;
 font-family: 'Verdana';
 color: #1a1a1a;
 text-transform: uppercase;
 font-weight: 700;
}
h1 {
 font-size: 18px;
 line-height: 18px;
}
h2 {
 font-size: 16px;
 line-height: 16px;
}
h3 {
 font-size: 16px;
 line-height: 16px;
}
h4 {
 font-size: 15px;
}
h5 {
 font-size: 13px;
 text-transform: uppercase;
}
h6 {
 font-size: 12px;
 text-transform: uppercase;
}





/*=======================================*/
/* COLUMNS */
/*=======================================*/

.col-870px {width: 870px;}
.col-570px {width: 570px;}
.col-370px {width: 370px;}
.col-270px {width: 270px;}
.col-250px {width: 250px;}

.col-2, .col-3, .col-4 {margin-right: 30px;}

.col-2:nth-child(2n) {margin-right: 0;}
.col-3:nth-child(3n) {margin-right: 0;}
.col-4:nth-child(4n) {margin-right: 0;}

.col-mb {margin-bottom: 30px;}

.left {float: left;}
.right {float: right;}
.center {text-align: center;}

.without-mt {margin-top: 0 !important;}
.without-mb {margin-bottom: 0 !important;}
.without-pt {padding-top: 0 !important;}
.without-pb {padding-bottom: 0 !important;}






/*=======================================*/
/* INPUTS, TEXTAREA */
/*=======================================*/

textarea {overflow: auto;}

#t-container textarea,
#t-container input[type="text"],
#t-container input[type="password"]
{
 font-family: 'Verdana';
 font-size: 15px;
 border: none;
 background: #e5e5e5;
 color: #1a1a1a;
 padding-top: 6px;
 padding-bottom: 6px; 
 line-height: 24px;
 padding-left: 10px;
 padding-right: 10px;
 box-sizing: border-box;
 min-height: 40px;
}
#t-container input[type="text"],
#t-container input[type="password"] {
 
}

.white-cnt select {
 border: none;
 padding: 10px;
 background: #e5e5e5;
 cursor: pointer;
}




/*=======================================*/
/* BUTTONS */
/*=======================================*/

#t-container input[type="button"],
#t-container input[type="submit"],
#t-container input[type="reset"]
{
 font-family: 'Roboto';
 font-size: 15px;
 color: #fff;
 -moz-border-radius: 5px; /* Firefox */
 -webkit-border-radius: 5px; /* Safari 4 */
 border-radius: 5px; /* IE 9, Safari 5, Chrome */
 cursor: pointer;
 transition: all .2s ease;
 height: 36px;
 line-height: 36px;
 text-transform: uppercase;
 padding-left: 20px;
 padding-right: 20px;
}

#t-container input[type="button"]:hover,
#t-container input[type="submit"]:hover,
#t-container input[type="reset"]:hover
{
 background: #363636;
}

.button-z {
 display: inline-block;
 height: 40px;
 padding: 0 20px;
 border: none;
 border-radius: 5px;
 background: #7EA049;
 box-shadow: inset -2px -2px 5px rgba(0,0,0,.27), inset 2px 2px 5px rgba(255,255,255,.27);
 font: 16px/38px 'DIN Alternate Bold', sans-serif;
 color: #FFF;
 text-align: center;
}


/*=======================================*/
/* OTHER */
/*=======================================*/

#t-container {
 box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
 background: #F4FA58;
}
hr {
 background: #dcdcdc;
 border: none;
 height: 1px;
}
#t-loader {
 position: fixed;
 width: 100%;
 height: 100%;
 z-index: 999999;
 background: #fff url(/img/t-loader.gif) center no-repeat;
}
p {
 padding: 0;
 margin: 0;
 font-size: normal;
}
p a {
 text-decoration: underline;
}
p a:hover {
 color: #275F9A;
}
.cnt {
 width: 1170px;
 margin: 0 auto;
}
aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
}
.clr:after {
 content: "";
 display: block;
 clear: both;
}
#menu select {
 width: auto;
 height: 50px;
 border: none;
 -webkit-appearance: none;
 background-image: url('/img/currency.png');
 background-position: right center;
 background-repeat: no-repeat;
 line-height: 1em;
 /* for FF */
 -moz-appearance: none;
 text-indent: 1px; 
 text-overflow: '';
 /* for IE */
 -ms-appearance: none;
 appearance: none !important;
 padding: 0 50px 0 20px;
 cursor: pointer;
 background-color: #363636;
 color: #fff;
 text-transform: uppercase;
}
#menu select::-ms-expand {
 display: none;
}
#menu #shop-currency:after {
 content: '';
 position: absolute;
 width: 20px;
 height: 50px;
 background: #363636;
 top: 0;
 right: 0;
 z-index: 2;
}
.g_rate a {
 transition: none !important;
}
.g_rate span {
 margin-top: -24px;
}
.popular-item a {
 line-height: 18px;
 display: inline-block;
 padding-bottom: 5px;
}
.flist-item {
 padding-top: 5px;
 padding-bottom: 5px;
}
#cont-shop-invoices input, #cont-shop-invoices select {margin: 5px 2px !important;}




/*=======================================*/
/* TOP */
/*=======================================*/

#top {
 height: 40px;
 line-height: 40px;
 background: #1a1a1a;
 color: #fff;
}
#top a {
 color: #fff;
}
#top a {
 display: block;
 float: left;
}
#top a .fa {
 margin-right: 5px;
}
#top .left a {
 margin-right: 20px;
}
#top .right a {
 margin-left: 20px;
}





/*=======================================*/
/* HEADER */
/*=======================================*/

#header {
 padding: 40px 0;
}
#cart {
 display: block;
 height: 36px;
 line-height: 18px;
 padding-left: 55px;
 background: url(/img/cart.png) left no-repeat;
}
#cart b {
 text-transform: uppercase;
 color: #1a1a1a;
}
#search-form {
 margin-right: 50px;
 height: 61.47px;
}
.search_keyword {
 float: left;
 width: 400px;
 padding: 10px 20px !important;
 height: 44px;
 line-height: 24px;
 margin: 0;
}
.search_submit {
 float: right;
 margin: 0;
 width: 60px;
 height: 44px !important;
 font-size: 18px !important;
 font-family: FontAwesome !important;
}





/*=======================================*/
/* MENU */
/*=======================================*/

#menu {
 height: 50px;
 background: #1a1a1a;
 border-radius: 7px;
 margin-bottom: 30px;
 
 position: bottom;
 z-index: 999;
 font-size: 15px
}
nav .uMenuRoot, nav .uMenuRoot li {
 padding: 0;
 margin: 0;
 list-style: none;

}
nav .uMenuRoot > li {
 float: left;
 
}
nav .uMenuRoot li {
 position: relative;
}
nav .uMenuRoot > li > a {
 display: block;
 padding: 0px 48px;
 line-height: 50px;
 color: #fff;
 text-transform: uppercase;
}
nav .uMenuRoot > li > a > span > .fa {
 font-size: 16px;
 margin-left: 7px;
}
li.uWithSubmenu ul {
 position: absolute;
 width: 200px;
 background: #1a1a1a;
 color: #fff;
 top: 80px;
 left: -99999px;
 opacity: 0;
}
li.uWithSubmenu ul, li.uWithSubmenu ul li {
 padding: 0;
 margin: 0;
 list-style: none;
}
nav .uMenuV .uMenuRoot > li.uWithSubmenu > ul {
 transition: top .3s ease, opacity .6s ease;
}
nav .uMenuV .uMenuRoot > li.uWithSubmenu:hover > ul {
 left: 0;
 opacity: 1;
 top: 50px;
}
nav .uMenuV .uMenuRoot > li > ul li.uWithSubmenu ul {
 left: 240px;
 top: -9999px;
 transition: left .3s ease, opacity .6s ease;
}
nav .uMenuV .uMenuRoot > li > ul li.uWithSubmenu:hover > ul {
 left: 200px;
 opacity: 1;
 top: 0px;
}
.uWithSubmenu ul a {
 display: block;
 color: #fff !important;
 line-height: 40px;
 padding: 0 30px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.uWithSubmenu ul li ul {
 left: 200px;
 top: 0px;
}
nav .uMenuRoot > li.uWithSubmenu li.uWithSubmenu > a > span .fa {
 float: right;
 line-height: 40px;
}
#menu #shop-currency {
 float: right;
}


.cd-dropdown ul, .cd-dropdown li {
 list-style: none;
 padding: 0;
 margin: 0;
}
.cd-dropdown {
 position: relative;
}
.cd-dropdown ul {
 
}
.cd-dropdown > span {
 display: block;
 padding: 0 46px 0 30px;
 background: #363636 url(/img/currency.png) right no-repeat;
 line-height: 50px;
 color: #fff;
 text-transform: uppercase;
 cursor: pointer;
 transition: all .2s ease;
 position: relative;
 z-index: 2;
}


.cd-select {
 position: relative;
 display: block;
}


.cd-dropdown ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 display: block;
 position: relative;
 width: 100%;
}

.cd-dropdown ul li {
 display: block;
 margin: 0;
 padding: 0;
 list-style-type: none;
 width: 100%;
 border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.cd-active ul {
 top: 10px !important;
}
.cd-dropdown ul li span {
 line-height: 40px;
 padding: 0 30px;
 display: block;
 color: #fff;
 cursor: pointer;
 background: #1a1a1a;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
 -webkit-backface-visibility: hidden;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}


.cd-dropdown ul {
 position: absolute;
 top: 0px;
}

.cd-dropdown ul li {
 position: absolute;
}


.cd-active.cd-dropdown ul li span {
 -webkit-transition: all 0.2s linear 0s;
 -moz-transition: all 0.2s linear 0s;
 -ms-transition: all 0.2s linear 0s;
 -o-transition: all 0.2s linear 0s;
 transition: all 0.2s linear 0s;
}







/*=======================================*/
/* SPECIALS */
/*=======================================*/

#specials {
 margin-bottom: 30px;
}
.special {
 background: #fff;
 padding: 20px;
 box-shadow: inset 0 0 0 1px #dcdcdc;
}
.special .fa {
 float: left;
 font-size: 30px;
 line-height: 30px;
 color: #1a1a1a;
}
.special > p {
 margin-left: 50px;
}
.special > p > span {
 color: #1a1a1a;
 font-size: 18px;
}





/*=======================================*/
/* SIDEBAR */
/*=======================================*/

#sidebar {
 width: 270px;
}
.block {
 margin-bottom: 30px;
}
.block-title {
 height: 40px;
 line-height: 40px;
 background: #1a1a1a;
 color: #fff;
 text-transform: uppercase;
 font-size: 15px;
 position: relative;
 z-index: 2;
}
.block-title .fa {
 float: left;
 width: 40px;
 height: 40px;
 margin-right: 15px;
 line-height: 40px;
 text-align: center;
 font-size: 18px;
}
.block-body {
 padding: 20px;
 background: #fff;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 margin-top: -1px;
 
}






/*=======================================*/
/* CATEGORIES */
/*=======================================*/

.block .cat-blocks:after {
 content: "";
 display: block;
 clear: both;
}
.block .cat-blocks {
 background: #fff;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 padding-top: 1px;
 margin-top: -1px;
}
.block .cat-blocks ul, .block .cat-blocks li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.block .cat-blocks > div {
 position: relative;
 padding: 0 20px;
 line-height: 40px;
 border-bottom: 1px solid #dcdcdc;
 color: #1a1a1a;
 cursor: pointer;
 transition: all .2s ease;
}
.block .cat-blocks > div:hover,
.block .cat-blocks > div.active {
 color: #fff;
}
.block .cat-blocks u {
 display: none;
 /*
 display: inline-block;
 */
 
 position: relative;
 top: -7px;
 line-height: 14px;
 font-size: 10px;
 text-decoration: none;
 text-align: center;
 min-width: 8px;
 padding: 0 3px;
 border: 1px solid #a7a7a7;
 border-radius: 100px;
 color: #7a7a7a;
 transition: all .2s ease;
}
.block .cat-blocks li u {
 top: -5px;
}
.block .cat-blocks > div .fa {
 float: right;
 line-height: 40px;
 font-size: 14px;
}
.block .cat-blocks > ul > li {
 border-bottom: 1px dashed #dcdcdc;
 padding-left: 30px;
 line-height: 30px;
}
.block .cat-blocks > ul > li:last-child {
 border-bottom: 1px solid #dcdcdc;
}
.block .cat-blocks > div:hover u,
.block .cat-blocks > div.active u {
 border-color: #fff;
 color: #fff;
}





/*=======================================*/
/* POPULAR ITEMS */
/*=======================================*/

.popular-item {
 margin-top: 20px;
}
.popular-item:first-child {
 margin-top: 0;
}
.popular-item img {
 width: 48px;
 height: 48px;
 float: left;
 border: 1px solid #275F9A;
}
.popular-item p {
 margin-left: 65px;
 font-size: 15px;
}
.popular-item p span {
 color: #1a1a1a;
}
.pollQue, .pollQue b {
 font-weight: normal;
 font-size: 15px;
 color: #1a1a1a;
 line-height: 18px;
 font-family: Roboto !important;
 padding-top: 0 !important;
}
.pollAns {
 padding-top: 10px;
 font-size: 13px !important;
 font-family: Roboto !important;
 line-height: 30px !important;
}
.pollButton {
 margin-top: 15px;
 text-align: left;
}
.pollBut {
 height: 36px !important;
 text-transform: uppercase;
}
.pollLnk, .pollTot {display: none;}







/*=======================================*/
/* CONTENT */
/*=======================================*/

#content {
 width: 870px
}





/*=======================================*/
/* SLIDER */
/*=======================================*/

#slider-container {
 background: #fff;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 height: 300px;
 margin-bottom: 30px;
}
.slider {
 position: relative;
 overflow: auto;
 height: 300px;
}
.slider ul, .slider ul li {
 list-style: none;
 padding: 0;
 margin: 0;
 height: 300px;
}
.slider ul li {
 float: left;
 box-shadow: inset 0 0 0 1px #dcdcdc;
}
.dots {
 position: absolute;
 z-index: 999;
 bottom: 20px;
 right: 20px;
}
.dots, .dots li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.dots li {
 float: left;
 cursor: pointer;
 width: 10px;
 height: 10px;
 margin-left: 10px;
 background: #a7a7a7;
 text-indent: -9999px;
 overflow: hidden;
 transition: all .2s ease;
}
.dots li:hover, .dots li.active {
 background: #1a1a1a;
}
.slide-content {
 width: 530px;
 margin: 35px;
}
.slide-title {
 font-size: 38px;
 line-height: 38px;
 color: #1a1a1a;
}
.slide-content p {
 margin: 20px 0 25px;
}
.button {
 display: inline-block;
 padding: 0 20px;
 line-height: 36px;
 -moz-border-radius: 5px; /* Firefox */
 -webkit-border-radius: 5px; /* Safari 4 */
 border-radius: 5px; /* IE 9, Safari 5, Chrome */
 color: #fff !important;
 transition: all .2s ease;
}
.button:hover {
 background: #1a1a1a;
}





/*=======================================*/
/* GOODS */
/*=======================================*/

.white-cnt {
 padding: 20px;
 background: #fff;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 margin-bottom: 30px;
}
.title {
 padding-bottom: 15px;
 font-size: 15px;
 line-height: 15px;
 color: #275F9A;
 text-transform: uppercase;
 border-bottom: 1px solid #dcdcdc;
 margin-bottom: 30px;
 position: relative;
 font-weight: 400;
}
.title:after {
 content: "";
 display: block;
 position: absolute;
 width: 30px;
 height: 2px;
 background: #275F9A;
 left: 0;
 bottom: -1px;
}
.goods-list:after {
 content: "";
 display: block;
 clear: both;
}
.list-item {
 width: 250px;
 float: left;
 margin-right: 30px;
 margin-bottom: 50px;
}
.catalog .list-item {
 margin-top: 20px;
 margin-bottom: 30px;
}
.list-item:nth-child(3n) {
 margin-right: 0;
}
.item-img {
 display: block;
 width: 250px;
 height: 250px;
 line-height: 0;
}
a.item-name {
 font-size: 15px;
 color: #1a1a1a;
 display: block;
 height: 44px;
 overflow: hidden;
 margin-top: 20px;
}
.item-price {
 font-size: 15px;
 padding: 7px 0 10px;
}
.item-price s {
 color: #a7a7a7 !important;
 font-size: 13px !important;
}
.item-buttons {
 -moz-border-radius: 5px; /* Firefox */
 -webkit-border-radius: 5px; /* Safari 4 */
 border-radius: 5px; /* IE 9, Safari 5, Chrome */
}
.item-add {
 display: inline-block;
 padding-right: 20px;
 line-height: 36px;
 color: #fff !important;
 text-transform: uppercase;
}
.item-add .fa {
 margin-right: 20px;
 width: 36px;
 text-align: center;
 background: #275F9A;
 font-size: 16px;
 line-height: 36px;
 -moz-border-radius: 5px; /* Firefox */
 -webkit-border-radius: 5px; /* Safari 4 */
 border-radius: 5px; /* IE 9, Safari 5, Chrome */
}
.item-add:hover {
 background: #363636;
}
.item-read-more {
 display: inline-block;
 line-height: 36px;
 padding-left: 15px;
 color: #1a1a1a !important;
}
.item-read-more .fa {
 margin-left: 5px;
}
#new-items .list-item {
 margin-bottom: 0;
}
.center-banner {
 display: block;
 line-height: 0px;
 margin-bottom: 30px;
}
.center-banner img {
 width: 100%;
}
.title > a {
 float: right;
 font-size: 13px;
 text-transform: lowercase;
}
.pgSwch, .pgSwchA, .swchItem, .swchItemA {
 display: inline-block;
 min-width: 10px;
 padding: 0 10px;
 line-height: 30px;
 text-align: center;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 margin: 0 2px;
}
.pgSwchA, .swchItemA {
 color: #fff;
 box-shadow: none;
}
.pgSwch:hover, .swchItem:hover {
 background: #dcdcdc;
}
.title-2 {
 text-transform: none;
 font-size: 16px;
}

.good_top {
 overflow: hidden;
}
.good_img {
 float: left;
 width: 250px;
}
.good_img img {
 cursor: pointer;
}
.good_img img.big {
 width: 250px;
 height: 250px;
 margin-bottom: 20px;
}
.good_img img.small {
 float: left;
 width: 70px;
 height: 70px;
 margin-left: 20px;
}
.good_img img.small:first-child {
 margin-left: 0;
}
.good_info {
 margin-left: 280px;
}
.g_price {
 font-size: 18px;
 line-height: 24px;
 padding-bottom: 10px;
 color: #1a1a1a;
 border-bottom: 1px dotted #dcdcdc;
}
.g_price s {
 padding-left: 5px;
 font-size: 15px;
 color: #a7a7a7;
}
.g_buttons {
 overflow: hidden;
 padding: 15px 0;
 border-bottom: 1px dotted #dcdcdc;
}
.g_buttons input[type='text'] {
 float: left;
 text-align: center;
 font-size: 16px;
 margin-right: 10px;
 -moz-border-radius: 5px; /* Firefox */
 -webkit-border-radius: 5px; /* Safari 4 */
 border-radius: 5px; /* IE 9, Safari 5, Chrome */
}
.buy_now {
 float: right;
 margin: 0;
 background: #363636 !important;
}
.good_info .shop-options, .good_info .shop-options li {
 margin: 0;
 padding: 0;
 line-height: 32px;
 list-style-type: none;
}
.good_info .shop-options li {
 border-bottom: 1px dotted #dcdcdc;
}
.good_info .shop-options li .opt {
 color: #212121;
 font-size: 12px;
 font-weight: bold;
}
.g_rate {
 padding-top: 10px;
}
.g_rate span {
 float: right;
}
#tabs {
 padding-top: 50px;
}
.tabsCnt {
 display: none;
}
#tabDescrC {
 display: block;
 font-size: 12px;
}
#tabsHead {
 height: 32px;
 padding-bottom: 20px;
 overflow: hidden;
}
#tabsHead a {
 display: inline-block;
 line-height: 36px;
 padding: 0 20px;
 margin-right: 5px;
 text-transform: uppercase;
 color: #fff !important;
}
#tabsHead a.bigBtnHov {
 background: #363636;
}
.securityCode {
 text-align: center;
}
.wish {
 cursor: pointer;
 width: 192px !important;
 height: 32px !important;
 transition: margin-left .2s ease;
}
.wadd {
 background: url(/img/wadd.png) !important;
}
.wdel {
 background: url(/img/wdel.png) !important;
}
.wish:hover {
 margin-left: 5px;
}




/*=======================================*/
/* BLOG */
/*=======================================*/

.title > .fa {
 float: right;
 font-size: 20px;
 text-transform: lowercase;
 color: #a7a7a7;
 padding: 0 5px;
 cursor: pointer;
}
.title > .fa:hover {
 color: #1a1a1a;
}
.title > .fa.inactive:hover {
 color: #a7a7a7;
 cursor: default;
}
.jcarousel-wrapper {
 position: relative;
}
.jcarousel {
 position: relative;
 overflow: hidden;
}
.jcarousel ul {
 width: 20000em;
 position: relative;
 list-style: none;
 margin: 0;
 padding: 0;
}
.jcarousel li {
 float: left;
 width: 830px;
 overflow: hidden;
}
.blog-image {
 margin: 7px 7px 7px 7px !important;
 float: left;
 width: 250px;
}
.blog-content {
 margin-left: 270px;
 line-height: 20px;
}
a.blog-title, .blog-title {
 font-size: 18px;
 color: #1a1a1a;
}
.blog-details {
 padding: 9px 0;
 font-style: italic;
}
.blog-details > span {
 padding-right: 15px;
}
.blog-details > span > .fa {
 padding-right: 2px;
}
a.more {
 display: inline-block;
 padding: 0 20px;
 line-height: 36px;
 text-transform: uppercase;
 color: #fff;
}
a.more:hover {
 background: #1a1a1a;
}
.blog-breif {
 height: 44px;
 overflow: hidden;
 margin-bottom: 16px;
}
.post {
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #dcdcdc;
}
.block .catsTable {
 padding: 0 20px;
 background: #fff;
 box-shadow: inset 0 0 0 1px #dcdcdc;
 margin-top: -1px;
}
.block .catsTd {
 line-height: 36px;
 border-top: 1px solid #dcdcdc;
}
.block .catsTable tr:first-child .catsTd {
 border-top: none;
}





/*=======================================*/
/* FOOTER */
/*=======================================*/

footer {
 padding: 30px 0;
 margin: 0 auto;
}
footer .white-cnt {
 margin-bottom: 0;
}
.f-block-title {
 padding-bottom: 15px;
 font-size: 15px;
 line-height: 15px;
 color: #275F9A;
 text-transform: uppercase;
 border-bottom: 1px solid #dcdcdc;
 margin-bottom: 20px;
 position: relative;
 font-weight: 400;
}
.f-block-title:after {
 content: "";
 display: block;
 position: absolute;
 width: 30px;
 height: 2px;
 background: #275F9A;
 left: 0;
 bottom: -1px;
}
.f-block {
 float: left;
 margin-left: 30px;
 width: 260px;
}
.f-block:first-child {
 margin-left: 0;
}
.list-link {
 display: inline-block;
 margin-bottom: 8px;
}
.list-link .fa {
 margin-right: 5px;
}
.soc {
 margin-top: 10px;
}
.soc a {
 font-size: 18px;
 padding-right: 20px;
}
.f-contact {
 margin-bottom: 15px;
}
.f-contact .fa {
 font-size: 16px;
 color: #1a1a1a;
 margin-right: 10px;
}
.copyrights {
 margin-top: 30px;
 padding-top: 20px;
 border-top: 1px solid #275F9A;
}






/*=======================================*/
/* CALENDAR */
/*=======================================*/

.calTable {
 width: 100%;
 line-height: 30px;
}
.calTable td.calMday {
 border: 1px solid #dcdcdc;
}
.calWday,
.calWdaySu,
.calWdaySe {
 color: #fff;
}
.calWdaySu,
.calWdaySe {
 background: #7a7a7a !important;
}
.calMdayA {
 font-weight: 700;
 border: 1px solid #dcdcdc;
}






/*=======================================*/
/* ENTRIES */
/*=======================================*/

.eTitle {
 font-size: 24px;
 line-height: 24px;
 color: #1a1a1a;
 padding: 20px 0;
}
.eDetails {
 padding: 20px 0;
 font-size: 13px;
 color: #7a7a7a;
}
.eBlock {
 margin-bottom: 30px;
 border-bottom: 1px dashed #dcdcdc;
}






/*=======================================*/
/* COMMENTS */
/*=======================================*/

#allEntries > div[id^='comEnt'] {
 margin-top: 20px;
 margin-bottom: -5px;
 padding: 10px;
 border: 1px solid #dcdcdc;
 background: #f6f6f6;
}
.commTable {
 padding-top: 50px;
}
.commTable .commFl,
.commTable .securityCode {
 padding-left: 2%;
 padding-right: 2%;
 width: 96%;
}
.commTable .securityCode {
 width: auto;
}






/*=======================================*/
/* FORUM */
/*=======================================*/

.gTable {
 background: none;
 border-spacing: 0;
}
.gTable td {
 padding: 10px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 10px 20px !important;
 color: #fff;
 text-decoration: none;
 border-radius: 2px 2px 0 0;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 14px;
}
.gTableSubTop {
 padding: 5px 10px;
 color: #fff;
}
.catLink {
 color: #fff !important;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
 padding: 5px 10px;
 border-bottom: 1px solid #dcdcdc;
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
 vertical-align: middle;
 padding-left: 20px;
 border-bottom: 1px solid #dcdcdc;
}
.forumNameTd {
 line-height: 24px;
 color: #7a7a7a;
}
.forumNameTd a {
 font-size: 18px;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.forumLastPostTd {} .threadIcoTd,
.threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px;
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
}
.postTdInfo {
 text-align: center;
 border-right: 1px solid #dcdcdc;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}
.gTableSubTop {
 background: #f2f2f2;
 color: #7a7a7a;
}
.threadsDetails,
.postTdTop {
 background: none;
}
.gTable tr {
 background: none;
}
.gDivBottomRight {
 height: 50px;
}
.pagesInfo {
 background: #f2f2f2;
 border-radius: 2px 0 0 2px;
 padding: 5px 10px;
}
.switchActive {
 padding: 5px 10px;
 border-radius: 0 2px 2px 0;
 color: #555;
 font-weight: bold;
 background: #d8d8d8;
}s
.postBottom {
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: -1px;
 right: 0;
}



/*=======================================*/
/* TABS */
/*=======================================*/

.aTabs > .aTabsHead {
 overflow: hidden;
 margin-bottom: 20px;
}
.aTabs > .aTabsHead > span {
 display: block;
 float: left;
 margin-right: 7px;
 line-height: 36px;
 text-transform: uppercase;
 color: #fff;
 cursor: pointer;
 background: #7a7a7a;
 padding: 0 20px;
}
.aTabs > .aTabsHead > span.aTabsHeadSpanActive {
 background: #1a1a1a;
}
.aTabs > ul, .aTabs > ul > li {
 margin: 0;
 padding: 0;
 list-style: none;
}




/*=======================================*/
/* DEFAULT THEME */
/*=======================================*/

p a,#top a:hover,a.item-name:hover,.item-price,a.blog-title:hover,.calMdayA{color:#E8BC47}
.item-read-more:hover{color:#275F9A!important}
#t-container input[type="button"],#t-container input[type="submit"],#t-container input[type="reset"],.uMenuRoot .uMenuItemA,.uMenuRoot > li > a:hover,nav .uMenuV .uMenuRoot > li.uWithSubmenu:hover > a,nav .uMenuV .uMenuRoot > li.uWithSubmenu a:hover,.cd-active.cd-dropdown ul li span:hover,.block .cat-blocks > div:hover,.block .cat-blocks > div.active,.button,.item-add,a.more,.pgSwchA,.swchItemA,#tabsHead a,.ss-header,.ss-get-code,.calWday,.calWdaySu,.calWdaySe,.gTableTop{border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; background:#275F9A}
.buy_now:hover,#tabsHead a:hover{background:#275F9A!important}
.cd-dropdown > span:hover{background-color:#275F9A}
nav .uMenuV .uMenuRoot > li.uWithSubmenu > ul{border-top:3px solid #275F9A}
.ss-column,.ss-layout,.ss-reset{box-shadow:inset 0 0 0 2px #275F9A}
#sidebar{float:left}
#content{float:right}
#t-container{margin:0 auto;width:100%}


/*=======================================*/
/* Таблицы */
/*=======================================*/


.bordered {
 border: solid #ccc 1px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
 -webkit-box-shadow: 0 1px 1px #ccc; 
 -moz-box-shadow: 0 1px 1px #ccc; 
 box-shadow: 0 1px 1px #ccc; 
}
 
.bordered tr:hover {
 background: #fbf8e9;
 -o-transition: all 0.1s ease-in-out;
 -webkit-transition: all 0.1s ease-in-out;
 -moz-transition: all 0.1s ease-in-out;
 -ms-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out; 
} 
 
.bordered td, .bordered th {
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 padding: 10px;
 text-align: left; 
}
 
.bordered th {
 background-color: #dce9f9;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
 background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
 background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
 background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
 background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
 background-image: linear-gradient(top, #ebf3fc, #dce9f9);
 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
 -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; 
 box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
 border-top: none;
 text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
 
.bordered td:first-child, .bordered th:first-child {
 border-left: none;
}
 
.bordered th:first-child {
 -moz-border-radius: 6px 0 0 0;
 -webkit-border-radius: 6px 0 0 0;
 border-radius: 6px 0 0 0;
}
 
.bordered th:last-child {
 -moz-border-radius: 0 6px 0 0;
 -webkit-border-radius: 0 6px 0 0;
 border-radius: 0 6px 0 0;
}
 
.bordered th:only-child{
 -moz-border-radius: 6px 6px 0 0;
 -webkit-border-radius: 6px 6px 0 0;
 border-radius: 6px 6px 0 0;
}
 
.bordered tr:last-child td:first-child {
 -moz-border-radius: 0 0 0 6px;
 -webkit-border-radius: 0 0 0 6px;
 border-radius: 0 0 0 6px;
}
 
.bordered tr:last-child td:last-child {
 -moz-border-radius: 0 0 6px 0;
 -webkit-border-radius: 0 0 6px 0;
 border-radius: 0 0 6px 0;
}
/*=======================================*/
/*снеговик */
/*=======================================*/
.snegovik{

 
 
 position: absolute;
 top: -77px; 
 left: 95px; 
 z-index: 9999; 
 
}

/*=======================================*/
/*аккордеон */
/*=======================================*/
#wrapper-200a{ width:200px; float:left; margin-left:180px } /* Reset */ .accordion, .accordion ul, .accordion li, .accordion a, .accordion span { margin: 0; padding: 0; border: none; outline: none; } .accordion li { list-style: none; } /* Layout & Style */ .accordion li > a { display: block; position: relative; min-width: 110px; padding: 0 10px 0 40px; height: 32px; color: #fdfdfd; font: bold 12px/32px Arial, sans-serif; text-decoration: none; text-shadow: 0px 1px 0px rgba(0,0,0, .35); background: #6c6e74; background: -moz-linear-gradient(top, #6c6e74 0%, #4b4d51 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51)); background: -webkit-linear-gradient(top, #6c6e74 0%,#4b4d51 100%); background: -o-linear-gradient(top, #6c6e74 0%,#4b4d51 100%); background: -ms-linear-gradient(top, #6c6e74 0%,#4b4d51 100%); background: linear-gradient(top, #6c6e74 0%,#4b4d51 100%); -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); } .accordion > li:hover > a, .accordion > li:target > a { color: #3e5706; text-shadow: 1px 1px 1px rgba(255,255,255, .2); /*background: url(../img/active.png) repeat-x;*/ background: #a5cd4e; background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); } .accordion li > a span { display: block; position: absolute; top: 7px; right: 0; padding: 0 10px; margin-right: 10px; font: normal bold 12px/18px Arial, sans-serif; background: #404247; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1); -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1); box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1); } .accordion > li:hover > a span, .accordion > li:target > a span { color: #fdfdfd; text-shadow: 0px 1px 0px rgba(0,0,0, .35); background: #3e5706; } /* Images */ .accordion > li > a:before { position: absolute; top: 0; left: 0; content: ''; width: 24px; height: 24px; margin: 4px 8px; background-repeat: no-repeat; background-image: url('../img/icons.png'); background-position: 0px 0px; } .accordion li.files > a:before { background-position: 0px 0px; } .accordion li.files:hover > a:before, .accordion li.files:target > a:before { background-position: 0px -24px; } .accordion li.mail > a:before { background-position: -24px 0px; } .accordion li.mail:hover > a:before, .accordion li.mail:target > a:before { background-position: -24px -24px; } .accordion li.cloud > a:before { background-position: -48px 0px; } .accordion li.cloud:hover > a:before, .accordion li.cloud:target > a:before { background-position: -48px -24px; } .accordion li.sign > a:before { background-position: -72px 0px; } .accordion li.sign:hover > a:before, .accordion li.sign:target > a:before { background-position: -72px -24px; } /* Sub Menu */ .sub-menu li a { color: #797979; text-shadow: 1px 1px 0px rgba(255,255,255, .2); background: #e5e5e5; border-bottom: 1px solid #c9c9c9; -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); } .sub-menu li:hover a { background: #efefef; } .sub-menu li:last-child a { border: none; } .sub-menu li > a span { color: #797979; text-shadow: 1px 1px 0px rgba(255,255,255, .2); background: transparent; border: 1px solid #c9c9c9; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .sub-menu em { position: absolute; top: 0; left: 0; margin-left: 14px; color: #a6a6a6; font: normal 10px/32px Arial, sans-serif; } /* Functionality */ .accordion li > .sub-menu { height: 0; overflow: hidden; -webkit-transition: height .2s ease-in-out; -moz-transition: height .2s ease-in-out; -o-transition: height .2s ease-in-out; -ms-transition: height .2s ease-in-out; transition: height .2s ease-in-out; } .accordion li:target > .sub-menu { height: 98px; }
/*=======================================*/
/*Цвет ссылок сафари*/
/*=======================================*/
.class p a [
color: #0C090A;
}