@charset "UTF-8";
/* This file using LESS technology (http://lesscss.org/) */
/* Author :: EZ-Web (http://ez-web.ru/) */
/* params */
/* This file using LESS technology (http://lesscss.org/) */
/* Author :: EZ-Web (http://ez-web.ru/) */
/* params */
nav .wfull .topmenu ul.top_menu li a {
	height: 38px !important;
}

.transition {
  transition: all 250ms ease-in-out 0ms;
}
.border-radius {
  border-radius: 3px;
}
.box-sizing {
  box-sizing: border-box;
}
a,
a:hover {
  transition: all 0.3s ease-in-out 0s;
}
/* /params */
/* ======================= COMMON.LESS =======================*/
.page_header {
  display: block;
  width: 960px;
  height: 270px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: center top;
  border-radius: 6px 6px 0px 0px;
}
.page_header h3 {
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  font-weight: bold;
  color: #fc0;
  display: inline-block;
  margin: 75px 400px 0px 60px;
  text-shadow: 2px 2px #404040;
}
.content {
  background: #FFFFFF;
  padding: 15px 30px 15px 30px;
  /* ============ items on page ============= */
}
.content .img {
  display: inline-block;
  float: right;
  margin-left: 30px;
}
.content .mod_faq .ask .div_from {
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
  background: url('/themes/shoker/images/sprite_bullets.png') no-repeat left top;
  color: #c00;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 250ms ease-in-out 0ms;
}
.content .mod_faq .ask .div_from.active {
  font-weight: bold;
  background-position: left -20px;
}
.content .mod_faq .ask .div_from:hover {
  text-decoration: underline;
}
.content .mod_faq .ask .div_target {
  margin-bottom: 10px;
  margin-left: 30px;
  padding: 10px 15px;
}
.content .mod_faq .ask .div_target.open {
  border: solid 3px #c00;
  border-style: none none none solid;
}
.content .button {
  display: inline-block;
  cursor: pointer;
  /* width: auto; */
  text-align: center;
  padding: 0px 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5) inset;
  text-decoration: none;
  border-radius: 3px;
}
.content .button.b1 {
  background: #ACABAD;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #000000;
}
.content .button.b1:hover {
  background: #EE3E33;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
.content .button.gold {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
  color: #444444;
  background: #e9c002;
  text-decoration: none;
  text-transform: uppercase;
  background: #e8bf02;
}
.content .button.gold:hover {
  color: #000000;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5) inset;
  text-decoration: none;
  background: #fdd105;
}
.content .button.gold span {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.content .items {
  display: inline-block;
  margin: 0px 0px 30px 0px;
  width: 900px;
  clear: both;
  border-collapse: collapse;
}
.content .items .item {
  display: block;
  width: 300px;
  float: left;
  border: solid 1px #CCCCCC;
  margin: 0px;
  box-sizing: border-box;
}
.content .items .item.center {
  border-style: solid none solid none;
}
.content .items .item .th {
  background: #d4d4d4;
  padding: 10px 15px;
  text-align: center;
}
.content .items .item .img {
  padding: 10px 15px;
  text-align: center;
}
.content .items .item .img a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.content .items .item .price {
  padding: 10px 15px;
  text-align: center;
}
.content .items .item .info {
  padding: 10px 15px;
  text-align: justify;
  height: 135px;
}
.content .items .item .link {
  padding: 10px 15px;
  text-align: center;
}
/* media */
/* This file using LESS technology (http://lesscss.org/) */
/* Author :: EZ-Web (http://ez-web.ru/) */
/* params */
/* /params */
/* ======================= MEDIA.LESS =======================*/
/* adaptivity */
/* Larger than desktop */