* {
  -webkit-box-sizing: content-box;
    -webkit-box-sizing--moz-box-sizing: content-box;
    -webkit-box-sizing-box-sizing: content-box; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

.clear {
  clear: both; }

body {
  width: 100%;
  background: #e6e6e6 url("../images/bg.jpg") repeat;
  font-family: ar, Tahoma, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.4; }

@font-face {
  font-family: "ar";
  src: url("../fonts/ar.ttf"); }

@font-face {
  font-family: "ab";
  src: url("../fonts/ab.ttf"); }

@font-face {
  font-family: "fr";
  src: url("../fonts/fr.ttf"); }

a {
  color: #ff0000;
  text-decoration: underline; }

a:hover, a:active {
  color: #ff0000;
  text-decoration: none; }

.wrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto; }

header {
  text-transform: uppercase;
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px; }

.logo {
  display: table;
  margin: 0 auto;
  padding: 71px 0; }

nav {
  background-color: #ff0000;
  font-family: fr;
  font-size: 19px;
  text-transform: uppercase; }

nav ul {
  overflow: hidden;
  display: table;
  margin: 0 auto; }

nav ul li {
  float: left;
  list-style: none; }

nav ul li a {
  line-height: 60px;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: block; }
  nav ul li a:hover {
    background-color: #e20707;
    color: #fff; }

.mainbox {
  overflow: hidden;
  padding: 40px 30px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  margin-bottom: 10px;
  min-height: 420px;}

.sidebar-left {
  float: left;
  width: 360px; }
  .sidebar-left img {
    max-width: 360px;
    height: auto; }

.newl, .newr {
  margin-bottom: 40px;
  text-align: center; }

.newl:last-child, .newr:last-child {
  margin-bottom: 0; }

.newl a, .newr a {
  text-decoration: none;
  font-size: 19px;
  color: #000;
  display: block; }
  .newl a p, .newr a p {
    margin-top: 20px;
    line-height: 1.2; }

.newl a:hover, .newr a:hover {
  color: #ff0000; }

.news {
  float: left;
  width: 360px;
  margin: 0 30px; }

.sidebar-right {
  float: left;
  width: 360px; }
  .sidebar-right img {
    max-width: 360px;
    height: auto; }

.newr a strong {
  text-decoration: underline;
  text-transform: uppercase; }

.news {
  text-align: center; }

.newc {
  height: 440px;
  margin-bottom: 50px; }
  .newc img {
    max-width: 360px;
    max-height: 300px;
    margin-bottom: 15px; }

.newc .date {
  position: relative;
  padding-top: 15px; }

.newc .date:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  top: 0;
  background-color: #e6e6e6;
  z-index: 2; }

.newc .date:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 64px;
  top: 0;
  left: 50%;
  margin-left: -32px;
  background-color: #b9b9b9;
  z-index: 3; }

.newc .date p {
  font-size: 15px;
  color: #9c9c9c;
  display: inline-block;
  position: relative; }

.newc a {
  color: #000; }

.newc .title {
  font-family: ab;
  font-size: 19px;
  height: 100px;
  overflow: hidden; }
  .newc .title a {
    text-decoration: none; }
    .newc .title a:hover {
      color: #ff0000; }

.full a {
  text-transform: uppercase; }

.full a:hover {
  color: #000;
  text-decoration: underline; }

.navi {
  overflow: hidden; }
  .navi ul {
    overflow: hidden; }
    .navi ul li {
      float: left;
      list-style: none;
      padding-right: 25px;
      position: relative; }

.navi ul li:after {
  content: "";
  position: absolute;
  right: 99%;
  top: 34%;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/arrow.png") no-repeat; }

.navi ul li a {
  color: #28344a;
  font-family: Arial;
  font-size: 16px; }

.title {
  color: #28344a;
  font-family: ab;
  font-size: 30px;
  margin: 10px 0; }

.item {
  height: 520px;
  width: 255px;
  float: left;
  margin: 0 40px 60px 0; }

.item:nth-child(4n+4) {
  margin-right: 0; }

.item .imgw {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 255px;
  height: 220px }
.item .imgw a {
  display: inline-table;
}
.item img {
  max-width: 255px;
  max-height: 210px;
  margin-bottom: 10px; }

.item .name {
  height: 105px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px; }
  .item .name a {
    color: #000;
    font-family: ab;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.1; }
    .item .name a:hover {
      color: #ff0000; }

.price {
  position: relative;
  padding-top: 15px;
  text-align: center; }

.price:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  top: 0;
  background-color: #e6e6e6;
  z-index: 2; }

.price:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 64px;
  top: 0;
  left: 50%;
  margin-left: -32px;
  background-color: #b9b9b9;
  z-index: 3; }

.price p {
  font-size: 15px;
  color: #28344a;
  display: inline-block;
  position: relative;
  font-family: ab; }

.amount {
  font-family: ab;
  height: 130px;
  overflow: hidden;
  margin-top: 5px;
  color: #28344a;
  padding-left: 15px; }

.amount table tr td:first-child {
  width: 25px;
  vertical-align: middle; }

.amount table tr td:nth-child(2) {
  width: 50px;
  color: #000; }

.amount table tr td:nth-child(3) {
  color: #ff0000; }

footer {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  overflow: hidden;
  position: relative; }

.cont {
  font-size: 17px;
  float: left;
  margin: 30px 0 20px 30px; }
  .cont a {
    color: #000;
    text-decoration: none; }
    .cont a:hover {
      color: #ff0000; }

.vk {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -30px; }

.cpw {
  float: right;
  margin: 20px 30px 0 0;
  text-align: right; }

.bss {
  color: #8b8b8b;
  margin-top: 50px;
  font-size: 12px;
  font-family: Arial; }
  .bss a {
    color: #8b8b8b; }

article {
  padding: 0 0 0 0; }

article h1 {
  font-size: 25px;
  margin: 0 0 25px 0;
  color: #333333; }

article h2 {
  font-size: 22px;
  margin: 0 0 18px 0;
  color: #333333; }

article h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  color: #333333; }

article h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 20px 0; }

article ul, article ol {
    padding: 0 20px;
    list-style: disc;}
  
article table td {
  padding: 2px 4px; }
  
 .items {
	overflow:hidden;}
	
.list-view .summary {
	display:none;}
	
.list-view {
	padding:0;}
	
.ctname {
	font-size:23px;
	font-weight:normal;
	margin:0 0 25px 0;}
	
.onenews {
	padding:30px 0 20px 0;
	border-bottom: 1px solid #eee;}
	
.onenews:first-child {
	padding:0 0 20px 0;}
	
.onenews:last-child {
	border-bottom: none;}
	
.onenwsttl {
	font-weight: bold;
    font-size: 16px;
	text-decoration:none;
	padding: 0 0 5px 0;}
	
.onenwsttl a {
	font-size: 16px;
    color: #ff0000;
    font-weight: bold;
	text-decoration:none;}
	
.onenwsttl a:hover {
    color: #000000;}
	
.onenwstxt {
	padding: 0 0 5px 0;}
	
.onenwsfull {
	font-size: 13px;}
	
.onenwsfull a {
	color:#E00605;}
	
.onenwsdate {
	color: #949494;
    font-size: 12px;}
	
.list-view .pager {
	text-align: left;}

.pager .next>a, .pager .next>span {
	float:none;}
	
ul.yiiPager a:link, ul.yiiPager a:visited {
	padding: 5px 14px;}
	
ul.yiiPager {
	padding:0;}
	
.pager .previous>a, .pager .previous>span {
	margin: 0 10px 0 0;}
	
.pagination {
	width:100%;}
	
.pagination ul {
	padding:0;}
	
.pagination>li>a, .pagination>li>span {
	    color: #098598;}
	
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #0EA6BD;
    border-color: #098598;}
	
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #82070C;}
	
	
/*Landscape iphone 6*/
@media only screen 
    and (min-device-width : 375px) // or 213.4375em or 3in or 9cm
    and (max-device-width : 667px) // or 41.6875em
    and (width : 667px) // or 41.6875em
    and (height : 375px) // or 23.4375em
    and (orientation : landscape) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 667/375)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{



}

/*Portrait iphone 6*/
@media only screen 
    and (min-device-width : 375px) // or 213.4375em
    and (max-device-width : 667px) // or 41.6875em
    and (width : 375px) // or 23.4375em
    and (height : 559px) // or 34.9375em
    and (orientation : portrait) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 375/559)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{



}

/*Landscape iPhone 6+*/
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
{



}

/*Portrait iPhone 6+*/
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3)
{



}

@media only screen and (max-width: 479px) 
{

.wrap {
    width: 100%;
    min-width: auto;}
	
.logo img {
	max-width: 300px;}
	
nav ul li {
    width: 100%;
    text-align: center;}
	
.mainbox {
    padding: 40px 10px;}
	
.sidebar-left {
    width: 100%;}

.sidebar-left img {
    max-width: 100%;}
	
.news {
    width: 100%;
    margin: 0;}
	
.newc img {
    max-width: 100%;}
	
.sidebar-right {
    width: 100%;}
	
.sidebar-right img {
    max-width: 100%;}
	
article table td {
    display: block;
	height: auto !important;}
	
.item {
    float: none;
    margin: 0 auto 60px auto;}
	
.product-description {
    padding: 0;}
	
.grid-module-6 {
    width: auto;}
	
.product-gallery__body {
    width: 100%;}
	
.product-gallery__img-wrap {
    width: 280px;}
	
.product-description__entry, .product-description__img-block {
    display: block;}
	
.product-gallery__nav {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;}
	
.tabs__body {
    padding: 0;}
	
.cont {
    width: 100%;}
	
.vk {
    position: relative;
    bottom: auto;
    width: 100%;}
	
.cpw {
    width: 100%;}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) 
{

.wrap {
    width: 100%;
    min-width: auto;}
	
.logo img {
	max-width: 300px;}
	
nav ul li {
    width: 100%;
    text-align: center;}
	
.mainbox {
    padding: 40px 10px;}
	
.sidebar-left {
    width: 100%;}

.sidebar-left img {
    max-width: 100%;}
	
.news {
    width: 100%;
    margin: 0;}
	
.newc img {
    max-width: 100%;}
	
.sidebar-right {
    width: 100%;}
	
.sidebar-right img {
    max-width: 100%;}
	
article table td {
    display: block;
	height: auto !important;
	float: left;}
	
.item {
	width: 44%;
    margin: 0 auto 60px auto;}
	
.product-description {
    padding: 0;}
	
.grid-module-6 {
    width: auto;}
	
.product-gallery__body {
    width: 100%;}
	
.product-gallery__img-wrap {
    width: 280px;}
	
.product-description__entry, .product-description__img-block {
    display: block;}
	
.product-gallery__nav {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;}
	
.tabs__body {
    padding: 0;}
	
.cont {
    width: 100%;}
	
.vk {
    position: relative;
    bottom: auto;
    width: 100%;}
	
.cpw {
    width: 100%;}

}

@media only screen and (min-width: 768px) and (max-width: 1022px) 
{



}
	
@media (min-width: 1023px) and (max-width: 1279px) 
{


	
}
