/* === preprocessor === */
/* === generic styles === */
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
.newsitem-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.newsitem-img IMG {
  border: 3px solid #E5DCE8;
}
body {
  font: 13px/20px 'Trbuchet MS', Arial, sans-serif;
  background: url(../images/bg.jpg);
  min-width: 980px;
}
.sv-oblasti LI {
  padding-left: 0px;
  margin-left: 20px;
}
.sv-oblasti {
  float: left;
  width: 300px;
}
.wf-active body {
  font-family: 'PT Sans', sans-serif;
}
.page-centered {
  margin: 0 auto;
  width: 980px;
}
a {
  color: #704b94;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #332a3f;
}

.path1 {
  fill: #ffffff;
}
.icon-locked {
  width: 11px;
}
/* === top bar === */
.top-bar {
  height: 38px;
  background-color: #483064;
  background-image: -webkit-linear-gradient(#483064, #3b2052);
  background-image: -moz-linear-gradient(#483064, #3b2052);
  background-image: -o-linear-gradient(#483064, #3b2052);
  background-image: -ms-linear-gradient(#483064, #3b2052);
  box-shadow: 1px 3px 3px rgba(77, 77, 77, 0.2);
}
.top-left {
  float: left;
}
.opllitui {
  margin: 11px 0px;
}
.top-left a {
  display: block;
  line-height: 38px;
  color: #fff;
  padding: 0 20px;
}
.top-right {
  float: right;
  color: #fff;
}
.t-cart {
  float: left;
  background-color: #683d93;
  background-image: -webkit-linear-gradient(#683d93, #493165);
  background-image: -moz-linear-gradient(#683d93, #493165);
  background-image: -o-linear-gradient(#683d93, #493165);
  background-image: -ms-linear-gradient(#683d93, #493165);
  height: 38px;
}
.t-cart a {
  color: #fff;
  padding: 0 20px 0 45px;
  display: block;
  line-height: 38px;
  background: url(../images/sprites.png) no-repeat -169px -32px;
}

.px_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  height: 79px;
}
.px_flex > *{
  margin: 0 !important;
}
.t-auth {
  float: left;
  line-height: 38px;
  padding: 0 20px 0 0;
}
.t-auth a {
  color: #fff;
}
.clr {
  clear: both;
}

.opllitui.padds  {
  padding: 0 20px;
  color: #cfbdd5;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.t-auth .t-username {
  display: block;
  background: url(../images/sprites.png) no-repeat -182px 7px;
  line-height: 38px;
  padding: 0 10px 0 27px;
  float: left;
}
.t-auth .t-logout {
  padding: 0 0 0 7px;
}
/* === header === */
.page-header {
  height: 125px;
}
.page-header .h-logo {
  padding: 18px 0 0 20px;
  width: 438px;
  float: left;
}
.page-header .h-logo img {
  float: left;
  margin: 0 19px 0 0;
}
.page-header .h-logo span {
  display: block;
  color: #5c4177;
  font-size: 15px;
  padding: 33px 0 0;
}
.h-contacts {
  float: left;
  padding: 51px 0 0;
  text-align: right;
}
.h-contacts .h-phones {
  font-size: 20px;
  font-weight: bold;
  color: #432e5b;
}
.h-contacts .h-phones span {
  font-size: 13px;
  color: #6c6079;
  position: relative;
  top: -5px;
  left: -3px;
  font-weight: normal;
}
.h-contacts #h-call-back-link {
  background: url(../images/sprites.png) no-repeat -180px -80px;
  padding: 0 0 0 25px;
  line-height: 27px;
}
.h-search {
  width: 196px;
  height: 35px;
  background: url(../images/sprites.png) no-repeat 0 -116px;
  float: right;
  margin: 52px 17px 0 0;
}
.h-search .aa-textfield {
  float: left;
  position: relative;
  width: 147px;
  height: 20px;
  margin: 6px 0 0 11px;
}
.h-search .aa-textfield input {
  display: block;
  font: 12px/20px Arial, Helvetica, sans-serif;
  color: #8d878f;
  background: none;
  border: none;
  width: 147px;
  outline: none;
  -webkit-appearance: none;
}
.h-search .aa-textfield .placeholder {
  color: #8d878f;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.h-search input[type="submit"] {
  background: none;
  border: none;
  float: left;
  display: block;
  width: 33px;
  height: 31px;
}
/* === nav === */
.main-nav {
  margin-bottom: 32px;
  height: 37px;
}
.main-nav a {
  display: block;
  float: left;
  font-size: 17px;
  /* 17 */

  font-weight: bold;
  color: #332a3f;
  text-decoration: none;
  border-bottom: 3px solid #5f457c;
  padding: 3px 8px 13px;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, border-color 0.3s ease;
}
.main-nav a:hover,
.main-nav a.selected {
  color: #dd8602;
  border-bottom-color: #f89704;
  margin: 0 2px;
  padding: 3px 6px 13px;
}
.catalog-sidenav {
  background-color: #7e5a8b;
  background-image: -webkit-linear-gradient(#7e5a8b, #4a3353);
  background-image: -moz-linear-gradient(#7e5a8b, #4a3353);
  background-image: -o-linear-gradient(#7e5a8b, #4a3353);
  background-image: -ms-linear-gradient(#7e5a8b, #4a3353);
  width: 264px;
  box-shadow: 3px 3 p 3px rgba(77, 77, 77, 0.2);
  margin-bottom: 12px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}
.catalog-sidenav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px 8px 23px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  border-width: 1px 0;
}
.catalog-sidenav a:hover,
.catalog-sidenav a.selected {
  background-color: #583c64;
  background-image: -webkit-linear-gradient(#583c64, #55395f);
  background-image: -moz-linear-gradient(#583c64, #55395f);
  background-image: -o-linear-gradient(#583c64, #55395f);
  background-image: -ms-linear-gradient(#583c64, #55395f);
  border-top-color: #503659;
  border-bottom-color: #816a8a;
}
.catalog-sidenav div {
  display: none;
}
.catalog-sidenav div a {
  padding: 6px 20px 6px 58px;
  color: #cfbdd5;
}
.catalog-sidenav-wrapper {
  position: relative;
  overflow: hidden;
}
.sidenav-trigger {
  width: 44px;
  height: 95px;
  background: url(../images/sprites.png) no-repeat 0 -291px;
  position: absolute;
  display: block;
  top: 0;
  right: 8px;
  z-index: 0;
  cursor: pointer;
}
.sidenav-trigger span {
  display: block;
  width: 12px;
  height: 19px;
  background: url(../images/sprites.png) no-repeat -102px -83px;
  position: absolute;
  top: 35px;
  right: 14px;
}
.sidenav-trigger.selected span {
  background: url(../images/sprites.png) no-repeat -87px -83px;
}
/* === slider === */
.main-page-gallery {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.main-page-gallery .reel {
  position: relative;
  height: 286px;
  margin: 0 20px;
}
.main-page-gallery .reel .slide {
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 286px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-page-gallery .reel .slide .caption {
  position: absolute;
  left: 0;
  top: 61px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #c2c2c2;
  padding: 21px 32px 23px;
  font-size: 14px;
  width: 272px;
}
.main-page-gallery .reel .slide .caption .caption-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.main-page-gallery .reel .current {
  z-index: 2;
}
.main-page-gallery .reel .previous {
  z-index: 1;
}
.main-page-gallery .controls {
  position: absolute;
  left: 40px;
  bottom: 20px;
  height: 10px;
  z-index: 5;
}
.main-page-gallery .controls span {
  height: 0;
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  background: url(../images/sprites.png) no-repeat -136px 0;
  cursor: pointer;
}
.main-page-gallery .controls span.selected {
  background: url(../images/sprites.png) no-repeat -122px 0;
  cursor: default;
}
.fields-slider {
  height: 204px;
  margin-bottom: 33px;
  position: relative;
}
.fields-slider .caption {
  height: 51px;
  text-align: center;
  color: #332a3f;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
.fields-slider .viewport {
  position: relative;
  height: 152px;
  overflow: hidden;
  margin: 0 38px;
}
.fields-slider .viewport .reel {
  position: absolute;
  top: 0;
  left: 0;
  height: 152px;
  width: 1500px;
}
.fields-slider .viewport .reel .slide {
  width: 169px;
  height: 52px;
  background: url(../images/icons.png) no-repeat;
  padding: 100px 0 0;
  font-size: 15px;
  color: #f4f4f4;
  float: left;
  text-align: center;
  margin: 0 13px 0 0;
  display: block;
  text-decoration: none;
  position: relative;
}
.fields-slider .viewport .reel .slide .shadow-slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 169px;
  height: 152px;
  background: url(../images/icons.png) no-repeat;
  display: none;
}
.fields-slider .viewport .reel .slide .shadow-slide-active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 169px;
  height: 152px;
  background: url(../images/icons.png) no-repeat;
}
.fields-slider .viewport .reel .slide .text {
  position: relative;
  z-index: 1;
}
.fields-slider .viewport .reel .fs1 {
  background-position: -5px -4px;
}
.fields-slider .viewport .reel .fs1 .shadow-slide {
  background-position: -5px -324px;
}
.fields-slider .viewport .reel .fs1 .shadow-slide-active {
  background-position: -5px -324px;
}
.fields-slider .viewport .reel .fs2 {
  background-position: -187px -4px;
}
.fields-slider .viewport .reel .fs2 .shadow-slide {
  background-position: -187px -324px;
}
.fields-slider .viewport .reel .fs2 .shadow-slide-active {
  background-position: -187px -324px;
}
.fields-slider .viewport .reel .fs3 {
  background-position: -368px -4px;
}
.fields-slider .viewport .reel .fs3 .shadow-slide {
  background-position: -368px -324px;
}
.fields-slider .viewport .reel .fs3 .shadow-slide-active {
  background-position: -368px -324px;
}
.fields-slider .viewport .reel .fs4 {
  background-position: -547px -4px;
}
.fields-slider .viewport .reel .fs4 .shadow-slide {
  background-position: -547px -324px;
}
.fields-slider .viewport .reel .fs4 .shadow-slide-active {
  background-position: -547px -324px;
}
.fields-slider .viewport .reel .fs5 {
  background-position: -728px -4px;
}
.fields-slider .viewport .reel .fs5 .shadow-slide {
  background-position: -728px -324px;
}
.fields-slider .viewport .reel .fs5 .shadow-slide-active {
  background-position: -728px -324px;
}
.fields-slider .viewport .reel .fs6 {
  background-position: -5px -164px;
}
.fields-slider .viewport .reel .fs6 .shadow-slide {
  background-position: -5px -484px;
}
.fields-slider .viewport .reel .fs6 .shadow-slide-active {
  background-position: -5px -484px;
}
.fields-slider .viewport .reel .fs7 {
  background-position: -187px -164px;
}
.fields-slider .viewport .reel .fs7 .shadow-slide {
  background-position: -187px -484px;
}
.fields-slider .viewport .reel .fs7 .shadow-slide-active {
  background-position: -187px -484px;
}
.fields-slider .viewport .reel .fs8 {
  background-position: -368px -164px;
}
.fields-slider .viewport .reel .fs8 .shadow-slide {
  background-position: -368px -484px;
}
.fields-slider .viewport .reel .fs8 .shadow-slide-active {
  background-position: -368px -484px;
}
.fields-slider .viewport .reel .fs9 {
  background-position: -550px -164px;
}
.fields-slider .viewport .reel .fs9 .shadow-slide {
  background-position: -550px -484px;
}
.fields-slider .viewport .reel .fs9 .shadow-slide-active {
  background-position: -550px -484px;
}
.fields-slider .prev,
.fields-slider .next {
  width: 14px;
  height: 21px;
  position: absolute;
  top: 120px;
  cursor: pointer;
}
.fields-slider .prev {
  background: url(../images/sprites.png) no-repeat -3px -29px;
  left: 19px;
}
.fields-slider .next {
  background: url(../images/sprites.png) no-repeat -27px -29px;
  right: 22px;
}
/* === content === */
.sidebar {
  width: 310px;
  float: left;
}
.mainbar {
  float: right;
  width: 660px;
}
.reversed-layout .sidebar {
  float: right;
}
.reversed-layout .mainbar {
  float: left;
}
.generic-container {
  background: #fff;
  box-shadow: 1px 1px 1px #aaa;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 18px 20px 15px;
  margin-bottom: 12px;
}
.generic-container h1,
.generic-container h2,
.generic-container h3,
.generic-container h4,
.generic-container h5 {
  margin: 10px 0;
}
.generic-container UL {
  margin: 10px 0px 10px 30px;
}
.text-content h1 {
  margin-bottom: 20px;
  font-size: 18px;
}
.text-content p {
  color: #747474;
  margin-bottom: 20px;
}
.text-content .form-success-message {
  color: #060;
}
.text-content .form-error-message {
  color: #a00;
}
.text-content LI {
  margin-left: 20px;
  padding-left: 0;
  color: #747474;
}
.tab-switch {
  height: 51px;
}
.tab-switch a {
  outline: none;
  display: block;
  float: left;
  height: 41px;
  margin: 10px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #7e5a8a;
  background-image: -webkit-linear-gradient(#7e5a8a, #553b5f);
  background-image: -moz-linear-gradient(#7e5a8a, #553b5f);
  background-image: -o-linear-gradient(#7e5a8a, #553b5f);
  background-image: -ms-linear-gradient(#7e5a8a, #553b5f);
  color: #fff;
  line-height: 41px;
  padding: 0 16px;
}
.tab-switch a:hover {
  background-color: #f79705;
  background-image: -webkit-linear-gradient(#f79705, #cd6604);
  background-image: -moz-linear-gradient(#f79705, #cd6604);
  background-image: -o-linear-gradient(#f79705, #cd6604);
  background-image: -ms-linear-gradient(#f79705, #cd6604);
}
.tab-switch a.selected {
  color: #332a3f;
  font-weight: bold;
  font-size: 17px;
  padding: 10px 20px 0;
  margin-top: 0;
  text-decoration: none;
  background: #fff;
  border-right: 1px solid #bdbcba;
}
/* === news === */
.news-header {
  overflow: hidden;
  margin-bottom: 18px;
}
.news-header h3 {
  float: left;
  font-size: 18px;
}
.news-header .link-to-all {
  float: right;
}
.news-anons-item {
  margin-bottom: 24px;
}
.news-anons-item .pic-container {
  width: 264px;
  height: 150px;
  border: 3px solid #e5dce8;
  margin-bottom: 13px;
}
.news-anons-item .pic-container img {
  display: block;
  margin: 0 auto;
}
.news-anons-item time {
  color: #999;
  margin-bottom: 5px;
  display: block;
}
.news-anons-item .link {
  display: block;
  margin-bottom: 7px;
}
.news-anons-item p {
  color: #747474;
  line-height: 17px;
}
.specials-anons-list {
  overflow: hidden;
}
.specials-anons-list :first-child {
/* === margin-right: 18px; ��� ���� � ������������ ===*/
  margin-right: 0px;
}
.specials-anons-item {
  width: 301px;
  float: left;
  margin-bottom: 11px;
  margin-left: 9px;
}
.specials-anons-item .pic-container {
  margin-bottom: 12px;
  width: 295px;
  height: 150px;
  border: 3px solid #e5dce8;
}
.specials-anons-item .pic-container img {
  display: block;
}
.pub-item {
  border-top: 1px solid #e5dce8;
  padding: 15px 0 10px 0;
}
.pub-item:first-child {
  border-top: none;
}
.pub-item time {
  display: block;
  margin-bottom: 17px;
  color: #999;
}
.pub-item .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.pub-item .anons {
  color: #747474;
  margin-bottom: 20px;
}
.pub-item .read-more {
  display: block;
  height: 36px;
  line-height: 34px;
  color: #332a3f;
  margin-bottom: 15px;
}
.pub-item .read-more span {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  width: 35px;
  height: 36px;
  background: url(../images/sprites.png) no-repeat -41px -253px;
}
.pub-item .read-more .pdf {
  background: url(../images/sprites.png) no-repeat -82px -253px;
}
.pub-item .read-more .xls {
  background: url(../images/sprites.png) no-repeat 0 -253px;
}
.prod-item-download {
  padding: 10px 0 0;
}
.prod-item-download .read-more {
  display: block;
  height: 36px;
  line-height: 34px;
  color: #332a3f;
  margin-bottom: 15px;
}
.prod-item-download .read-more span {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  width: 35px;
  height: 36px;
  background: url(../images/sprites.png) no-repeat -41px -253px;
}
.prod-item-download .read-more .xls {
  background-position: 0 -253px;
}
.prod-item-download .read-more .pdf {
  background-position: -82px -253px;
}
.pagination {
  border-top: 1px solid #e5dce8;
  text-align: center;
  overflow: hidden;
  padding: 15px 0 0 48%;
}
.pagination a {
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  color: #5a3e64;
  padding: 4px 10px;
  font-weight: bold;
}
.pagination a.selected {
  cursor: default;
  background: #5a3e64;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* === catalog === */
.catalog-fields {
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(#fdfdfd, #f6ede2);
  background-image: -moz-linear-gradient(#fdfdfd, #f6ede2);
  background-image: -o-linear-gradient(#fdfdfd, #f6ede2);
  background-image: -ms-linear-gradient(#fdfdfd, #f6ede2);
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin: -18px -20px 25px;
  padding: 18px 20px 21px;
  position: relative;
}
.catalog-fields h3 {
  font-size: 18px;
}
.catalog-fields .minimize {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #5f457c;
  height: 0;
  width: 14px;
  height: 14px;
  background: url(../images/sprites.png) no-repeat -65px -32px;
  cursor: pointer;
}
.catalog-fields .minimize.selected {
  background: url(../images/sprites.png) no-repeat -95px -32px;
}
.catalog-fields .cf-content {
  height: 29px;
  padding-top: 18px;
}
.catalog-fields .cf-content .selectbox {
  float: left;
  margin: 0 20px 0 0;
}
.catalog-fields .cf-content .selectbox-container {
  float: left;
}
.catalog-fields .cf-content input[type="submit"] {
  margin: 0 17px 0 0;
}
.catalog-fields .cf-content .reset {
  color: #753e85;
  text-decoration: underline;
  line-height: 29px;
  cursor: pointer;
}
.catalog-fields .cf-content .reset:hover {
  text-decoration: none;
}
.catalog-header {
  height: 29px;
  margin-bottom: 21px;
}
.catalog-header h1 {
  float: left;
  font-size: 18px;
}
.catalog-header .catalog-filters {
  float: right;
}
.catalog-header .catalog-filters .label {
  color: #1a0034;
  padding: 0 12px;
  float: left;
  display: block;
  line-height: 29px;
}
.catalog-header .catalog-filters .selectbox {
  float: left;
  width: 171px;
}
.catalog-header .catalog-filters .selectbox .value {
  width: 140px;
}
.selectbox {
  width: 213px;
  height: 27px;
  border: 1px solid #704b94;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.selectbox.inactive {
  opacity: .5;
}
.selectbox.inactive .placeholder {
  cursor: default;
}
.selectbox.hidden {
  display: none;
}
.selectbox .placeholder {
  width: 100%;
  height: 27px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.selectbox .placeholder .handle {
  width: 17px;
  height: 27px;
  float: right;
  display: block;
  background: url(../images/sprites.png) no-repeat -122px -26px;
}
.selectbox .placeholder .value {
  padding: 0 0 0 9px;
  line-height: 27px;
  color: #704b94;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  width: 187px;
}
.selectbox .list {
  position: absolute;
  display: none;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(#fdfdfd, #f2f2f2);
  background-image: -moz-linear-gradient(#fdfdfd, #f2f2f2);
  background-image: -o-linear-gradient(#fdfdfd, #f2f2f2);
  background-image: -ms-linear-gradient(#fdfdfd, #f2f2f2);
  width: 100%;
  left: -1px;
  top: 27px;
  border: 1px solid #704b94;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 3;
}
.selectbox .list a {
  display: block;
  padding: 5px 9px;
  text-decoration: none;
}
.selectbox .list a:hover,
.selectbox .list a.selected {
  background-color: #704b94;
  color: #fff;
}
.prod-list-item {
  width: 300px;
  height: 161px;
  float: left;
  margin-bottom: 12px;
  padding: 0 10px 0 0;
}
.prod-list-item .pic-container {
  width: 133px;
  height: 135px;
  border: 3px solid #e5dce8;
  float: left;
  margin: 0 17px 0 0;
  display: table;
}
.prod-list-item .pic-container > a {
  display: table-cell;
  vertical-align: middle;
}
.prod-list-item .pic-container > a > img {
  margin: 0 auto;
  display: block;
}
.prod-list-item .link {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 9px;
}
.prod-list-item .pl-description {
  color: #747474;
  line-height: 16px;
  margin-bottom: 10px;
}
.prod-list-item .pl-price {
  font-size: 15px;
  margin-bottom: 16px;
  color: #000;
}
.item-spec-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #332a3f;
  margin-bottom: 15px;
}
.item-spec-table th {
  font-weight: normal;
  text-align: left;
  width: 48%;
  padding: 3px 10px 2px;
}
/* === zagolovok podrazdela tabl TTX === */
.item-spec-table-th-zag {
  color: #ed932e;
}
.item-spec-table td {
  padding: 3px 10px 2px;
}
.item-spec-table tr:nth-child(even) {
  background: #ecf1f4;
}
.item-header {
  font-size: 18px;
  margin-bottom: 18px;
}
.item-photo-block {
  float: left;
  width: 300px;
  overflow: hidden;
}
.item-photo-block .photo-container {
  width: 296px;
  height: 345px;
  border: 3px solid #e5dce8;
  margin-bottom: 19px;
  display: table;
  position: relative;
}
.item-photo-block .photo-container a {
  display: none;
  width: 296px;
  height: 345px;
  vertical-align: middle;
  display: table-cell;
}
.item-photo-block .photo-container a img {
  margin: 0 auto;
  display: block;
}
.item-photo-block .photo-container a span {
  display: block;
  height: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  bottom: 4px;
  background: url(../images/sprites.png) no-repeat -65px -215px;
}
.item-photo-block .photo-container a.selected {
  display: table-cell;
}
.item-photo-block .reel a {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  border: 3px solid #e5dce8;
  width: 71px;
  height: 55px;
  position: relative;
}
.item-photo-block .reel a img {
  display: block;
  margin: 0 auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.buy-button {
  position: relative;
}
.buy-button span {
  position: absolute;
  right: 0;
  top: -30px;
  height: 24px;
  padding: 0 10px;
  color: #fff;
  font-style: italic;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 24px;
  display: block;
}
.item-description-block {
  margin: 0 0 0 320px;
}
.item-description-block .item-price {
  font-size: 18px;
  color: #2f3436;
  margin-bottom: 25px;
}
.item-description-block .item-actions {
  height: 33px;
  margin-bottom: 27px;
}
.item-description-block .item-actions .quantity-rocker {
  float: left;
  margin: 0 33px 0 0;
}
.item-description-block .item-actions .buy-button {
  float: left;
  margin: 3px 0 0;
}
.item-description-block .item-description {
  line-height: 18px;
  margin-bottom: 22px;
}
.item-description-block .item-description p {
  margin-bottom: 8px;
}
.item-description-block .item-description a {
  color: #332a3f;
}
.item-description-block .item-downloads a {
  display: block;
  height: 36px;
  line-height: 34px;
  color: #332a3f;
  margin-bottom: 25px;
}
.item-description-block .item-downloads a span {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  width: 35px;
  height: 36px;
}
.item-description-block .item-downloads a.item-word span {
  background: url(../images/sprites.png) no-repeat -41px -253px;
}
.item-description-block .item-downloads a.item-pdf span {
  background: url(../images/sprites.png) no-repeat -82px -253px;
}
.item-description-block .item-downloads a.item-excel span {
  background: url(../images/sprites.png) no-repeat 0 -253px;
}
.quantity-rocker {
  height: 33px;
}
.quantity-rocker span {
  display: block;
  float: left;
  cursor: pointer;
  width: 28px;
  height: 29px;
}
.quantity-rocker .minus {
  background: url(../images/sprites.png) no-repeat 0 -215px;
  margin: 4px 6px 0 0;
}
.quantity-rocker .plus {
  background: url(../images/sprites.png) no-repeat -31px -215px;
  margin: 4px 0 0;
}
.quantity-rocker input {
  display: block;
  float: left;
  width: 53px;
  height: 29px;
  border: 1px solid #d3ccdd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 8px;
  color: #2f3436;
  font: 18px/29px Arial, Helvetica, sans-serif;
  margin: 0 8px 0 0;
}
.cart-list {
  border-top: 1px solid #e5dce8;
}
.cart-item {
  border-bottom: 1px solid #e5dce8;
  padding: 20px 0;
  height: 100px;
}
.cart-item .photo-container {
  height: 0;
  width: 96px;
  height: 96px;
  border: 3px solid #e5dce8;
  float: left;
}
.cart-item .photo-container img {
  display: block;
}
.cart-item .cart-delete-row {
  height: 0;
  width: 20px;
  height: 20px;
  float: left;
  display: block;
  background: url(../images/sprites.png) no-repeat -24px -57px;
  margin: 38px 18px 0 0 ;
}
.cart-item .cart-delete-row:hover {
  background: url(../images/sprites.png) no-repeat 0 -57px;
}
.cart-item .cart-item-name {
  width: 390px;
  float: left;
  padding: 0 0 0 20px;
}
.cart-item .cart-item-name div {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}
.cart-item .cart-item-name a {
  font-size: 18px;
  font-weight: bold;
  color: #332a3f;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.cart-item .cart-item-name a:hover {
  text-decoration: underline;
}
.cart-item .cart-item-name span {
  color: #747474;
}
.cart-item .quantity-rocker {
  float: left;
  margin: 34px 0 0;
}
.cart-item .cart-item-price {
  float: right;
  text-align: right;
  width: 170px;
  padding: 37px 0 0;
  font-size: 15px;
  color: #000;
}
.cart-footer {
  overflow: hidden;
  padding: 20px 0;
}
.cart-footer .cf-left {
  float: left;
}
.cart-footer .cf-right {
  float: right;
  text-align: right;
}
.cart-footer .cf-right .cart-total {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.cart-total-items {
  color: #747474;
  margin-bottom: 10px;
}
.cart-nav {
  margin-bottom: 17px;
  width: 100%;
  height: 37px;
}
.cart-nav a {
  display: block;
  width: 25%;
  float: left;
  border-bottom: 4px solid #ecf1f4;
  text-decoration: none;
  color: #c5c5c5;
  height: 33px;
  text-align: center;
  font-size: 14px;
  cursor: default;
}
.cart-nav a.selected {
  border-bottom-color: #1a0034;
  color: #1a0034;
}
/* === quick links === */
.quick-links {
  background: #fff;
  box-shadow: 1px 1px 1px #aaa;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ql-container {
  overflow: hidden;
  padding: 20px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ql-container .ql-column {
  float: left;
  width: 30%;
  padding: 0 3% 0 0;
}
.ql-container .ql-column h4 {
  font-size: 13px;
  font-weight: bold;
  color: #332a3f;
  margin-bottom: 4px;
}
.ql-container .ql-column ul {
  list-style: none;
  line-height: 23px;
}
.ql-container .ql-column ul a {
  text-decoration: none;
}
.ql-container .ql-column ul a:hover {
  text-decoration: underline;
}
.ql-container .ql3 {
  padding-top: 24px;
}
.breadcrumbs {
  overflow: hidden;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(#fdfdfd, #f7f0e7);
  background-image: -moz-linear-gradient(#fdfdfd, #f7f0e7);
  background-image: -o-linear-gradient(#fdfdfd, #f7f0e7);
  background-image: -ms-linear-gradient(#fdfdfd, #f7f0e7);
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 12px 0 12px 22px;
}
.breadcrumbs li {
  list-style: none;
  display: block;
  float: left;
  color: #000;
  margin: 0 7px 0 0;
}
.breadcrumbs li a {
  padding: 0 5px 0 0;
}
.breadcrumbs li span {
  color: #747474;
}
/* === footer === */
.page-footer {
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(#fdfdfd, #faf5f0);
  background-image: -moz-linear-gradient(#fdfdfd, #faf5f0);
  background-image: -o-linear-gradient(#fdfdfd, #faf5f0);
  background-image: -ms-linear-gradient(#fdfdfd, #faf5f0);
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 97px;
  margin-top: 5px;
}
.page-footer .f-copyright {
  float: left;
  padding: 13px 20px 17px 40px;
  color: #5d5d5d;
  font: 13px Arial, Helvetica, sans-serif;
  width: 240px;
}
.page-footer .f-address {
  float: left;
  width: 330px;
  color: #5d5d5d;
  font: 12px/18px Arial, Helvetica, sans-serif;
  padding: 10px 0 0;
  text-align: center;
}
.page-footer .f-studio {
  float: right;
  padding: 24px 21px 0 0;
}
.page-footer .f-studio .f-sv {
  color: #5d5d5d;
  display: block;
  float: left;
  line-height: 22px;
}
.page-footer .f-studio .f-vs {
  width: 109px;
  height: 20px;
  display: block;
  background: url(../images/sprites.png) no-repeat 0 0;
  float: left;
  text-indent: -9999em;
  margin: 0 0 0 15px;
}
.subscribe-block {
  height: 31px;
  padding: 20px 0;
}
/*.subscribe-block */.s-feedback-link {
  float: right;
  line-height: 31px;
  padding: 3px 40px 0 26px;
  background: url(../images/sprites.png) no-repeat -184px -214px;
}
.subscribe-block h6 {
  float: left;
  padding: 0 19px 0 41px;
  color: #310062;
  font-size: 13px;
  font-weight: bold;
  line-height: 31px;
}
.subscribe-block .aa-textfield {
  float: left;
  margin: 0 12px 0 0;
  border: 1px solid #d3ccdd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 130px;
  height: 29px;
  padding: 0 11px;
  position: relative;
  background: #fff;
}
.subscribe-block .aa-textfield input {
  width: 100%;
  height: 21px;
  margin: 4px 0 0;
  font: 13px/21px 'Trbuchet MS', Arial, sans-serif;
  color: #333;
  border: none;
  background: none;
  outline: none;
}
.subscribe-block .aa-textfield .placeholder {
  line-height: 29px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  color: #9f9f9f;
}
.subscribe-block .gen-button {
  float: left;
  margin: 2px 0 0 2px;
}
/* === form === */
.tab-switch-blue {
  height: 46px;
}
.tab-switch-blue a {
  display: block;
  float: left;
  height: 46px;
  line-height: 38px;
  padding: 0 20px;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tab-switch-blue a.selected {
  color: #1a0034;
  font-weight: bold;
  text-decoration: none;
  background: #ecf1f4;
}
.blue-container {
  background: #ecf1f4;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sv-textfield {
  margin-bottom: 20px;
  height: 31px;
}
.sv-textfield label {
  display: block;
  float: left;
  width: 38%;
  padding: 0 2% 0 0;
  color: #1a0034;
  font-weight: bold;
  line-height: 31px;
}
.sv-textfield input {
  display: block;
  float: right;
  width: 57%;
  height: 29px;
  padding: 0 1%;
  border: 1px solid #9886ad;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.sv-textfield input:focus {
  outline: none;
  box-shadow: 0 0 6px rgba(122, 87, 135, 0.75);
}
.sv-textfield textarea {
  display: block;
  float: right;
  width: 57%;
  height: 74px;
  max-width: 57%;
  padding: 3px 1%;
  border: 1px solid #9886ad;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.sv-textfield textarea:focus {
  outline: none;
  box-shadow: 0 0 6px rgba(122, 87, 135, 0.75);
}
.sv-captcha {
  height: 48px;
}
.sv-captcha input {
  width: 125px;
}
.sv-textarea {
  height: auto;
}
.form-success-message {
  font-style: italic;
  color: #060;
}
.form-error-message {
  font-style: italic;
  color: #a00;
}
.separator {
  width: 100%;
  height: 0px;
  border-top: 1px solid #9886ad;
  margin-bottom: 20px;
}
.sv-reg-new {
  max-width: 940px;
}
.sv-reg-new > h2 {
  font-size: 15px;
  margin-bottom: 20px;
}
.sv-reg-new .sv-reg-priv {
  width: 420px;
  padding: 20px 20px 1px;
  margin-bottom: 21px;
}
.sv-reg-new #tab1 .sv-submit-button {
  width: 460px;
  height: 27px;
  margin-bottom: 18px;
}
.sv-reg-new #tab1 .sv-submit-button input {
  float: right;
}
.sv-reg-new #tab1 .blue-container {
  -moz-border-radius: 0 5px 5px;
  border-radius: 0 5px 5px;
}
.sv-reg-new #tab2 .sv-reg-corp1 {
  float: left;
  width: 415px;
  padding: 20px 20px 1px;
  margin: 0 21px 15px 0;
}
.sv-reg-new #tab2 .sv-reg-corp2 {
  float: left;
  padding: 20px 20px 1px;
  width: 420px;
  margin: 0 0 22px;
}
.sv-reg-new #tab2 .sv-submit-button {
  float: right;
  width: 420px;
  height: 27px;
  margin-bottom: 18px;
}
.sv-reg-new #tab2 .sv-submit-button input {
  float: right;
}
.sv-cart-reg {
  float: left;
  width: 460px;
  margin: 0 20px 0 0;
}
.sv-cart-reg .blue-container {
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}
.sv-cart-login {
  float: left;
  width: 460px;
  margin: -36px 0 0;
}
.sv-cart-login .blue-container {
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}
.sv-cart-h {
  color: #1a0034;
  margin-bottom: 17px;
  font-weight: bold;
}
.sv-delivery1 {
  float: left;
  width: 460px;
  margin: 0 20px 0 0;
}
.sv-delivery1 .blue-container {
  padding: 20px 20px 15px;
  margin-bottom: 20px;
}
.sv-delivery1 p {
  color: #1a0034;
  margin-bottom: 5px;
}
.sv-delivery1 a {
  color: #1a0034;
}
.sv-delivery1 .checkbox {
  margin-bottom: 15px;
}
.sv-delivery2 {
  float: left;
  width: 460px;
}
.sv-delivery2 .blue-container {
  padding: 18px 20px;
  margin-bottom: 20px;
}
.sv-delivery2 p {
  color: #1a0034;
}
.sv-delivery2 a {
  color: #1a0034;
}
.sv-delivery2 .checkbox {
  margin-bottom: 15px;
}
.sv-confirm1 .cart-item {
  border-color: #9886ad;
  padding: 15px 0;
}
.sv-confirm1 .cart-item .cart-item-name {
  width: 170px;
  padding: 0 0 0 10px;
}
.sv-confirm1 .cart-item .cart-item-name a {
  font-size: 15px;
}
.sv-confirm1 .cart-item .cart-item-quantity {
  float: left;
  font-size: 13px;
  padding: 37px 0 0;
  width: 30px;
  text-align: center;
}
.sv-confirm1 .cart-item .cart-item-price {
  width: 95px;
  font-size: 13px;
}
.sv-confirm1 .cart-total-line {
  padding: 15px 0 0;
  text-align: right;
}
.checkbox {
  height: 19px;
  font-weight: bold;
  line-height: 19px;
  color: #332a3f;
  cursor: pointer;
  display: inline-block;
}
.checkbox span {
  display: block;
  height: 0;
  width: 19px;
  height: 19px;
  float: left;
  margin: 0 10px 0 0;
  background: url(../images/sprites.png) no-repeat -1px -84px;
}
.checkbox.checked span {
  background: url(../images/sprites.png) no-repeat -24px -84px;
}
.cart-bottom-actions {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
}
.cart-bottom-actions .a-left {
  float: left;
}
.cart-bottom-actions .a-right {
  float: right;
}
.form-error {
  position: absolute;
  height: 30px;
  background: url(../images/sprites.png) no-repeat 0 -407px;
  padding: 0 0 0 13px;
  top: 25px;
  left: 100%;
  z-index: 1;
}
.form-error span {
  display: block;
  padding: 0 11px 0 4px;
  background: url(../images/sprites.png) repeat-x 0 -439px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}
.form-overlay .wrapper {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #7e5a8b;
  background-image: -webkit-linear-gradient(#7e5a8b, #4a3353);
  background-image: -moz-linear-gradient(#7e5a8b, #4a3353);
  background-image: -o-linear-gradient(#7e5a8b, #4a3353);
  background-image: -ms-linear-gradient(#7e5a8b, #4a3353);
  width: 340px;
  top: 100px;
  left: 50%;
  position: absolute;
  margin-left: -170px;
  border: 1px solid #7b6582;
  border-top-color: #b5a0bc;
  border-bottom-color: #432e4b;
}
.form-overlay .wrapper .content {
  padding: 18px 20px;
  color: #fff;
  background: url(../images/bg_pattern.png);
}
.form-overlay .wrapper .content a {
  color: #ccbdd1;
}
.form-overlay .wrapper .content p {
  color: #cfbdd5;
  margin-bottom: 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.form-overlay .wrapper .content .remind {
  float: right;
}
.form-overlay .wrapper .content .register {
  float: right;
  line-height: 27px;
}
.form-overlay .wrapper .form-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.form-overlay .wrapper .close {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url(../images/sprites.png) no-repeat -55px -84px;
}
.form-overlay .wrapper .gen-button {
  box-shadow: inset 1px 1px 0 #b5a0bc;
}
.form-overlay.order-form .wrapper {
  width: 660px;
  margin-left: -330px;
}
.form-overlay.order-form .wrapper .content {
  border-bottom: 1px dashed #8e7995;
}
.form-overlay.order-form .wrapper .content .photo-container {
  height: 0;
  width: 120px;
  height: 120px;
  border: 1px solid #a393a9;
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  background: white;
}
.form-overlay.order-form .wrapper .content .photo-container > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.form-overlay.order-form .wrapper .content .photo-container > .vertical {
  width: auto;
  height: 100%;
}
.form-overlay.order-form .wrapper .content .description {
  float: left;
  width: 180px;
  height: 120px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.form-overlay.order-form .wrapper .content .description span {
  display: block;
  margin-bottom: 10px;
}
.form-overlay.order-form .wrapper .content .description .title {
  font-weight: bold;
  font-size: 15px;
}
.form-overlay.order-form .wrapper .content .price-block {
  float: left;
  width: 290px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.form-overlay.order-form .wrapper .content .price-block span {
  display: block;
  margin-bottom: 10px;
}
.form-overlay.order-form .wrapper .content .price-block .price {
  font-size: 15px;
  font-weight: bold;
}
.form-overlay.order-form .wrapper .content .price-block .note {
  color: #ccbdd1;
}
.form-overlay.order-form .wrapper .order-left {
  float: left;
  width: 300px;
  padding: 18px 0 0 20px;
}
.form-overlay.order-form .wrapper .order-right {
  float: right;
  width: 300px;
  padding: 18px 20px 0 0;
}
.form-overlay.order-form .wrapper .sv-submit-button {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 20px;
}
.form-overlay.order-form .wrapper .sv-submit-button .gen-button {
  float: right;
  margin: 0 0 0 60px;
}
.form-overlay.order-form .wrapper .sv-submit-button .note {
  color: #ccbdd1;
  line-height: 27px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-align: right;
  float: right;
}
#call-form .sv-submit-button {
  clear: both;
  overflow: hidden;
}
#call-form .sv-submit-button .gen-button {
  float: right;
  margin: 0 0 0 60px;
}
#call-form .sv-submit-button .note {
  color: #ccbdd1;
  line-height: 27px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-align: right;
  float: right;
}
.sv-v-textfield {
  margin-bottom: 16px;
  position: relative;
}
.sv-v-textfield label {
  color: #cfbdd5;
  display: block;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.sv-v-textfield input {
  display: block;
  width: 95%;
  height: 29px;
  padding: 0 2%;
  border: 1px solid #9886ad;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  font: 13px/29px Arial, Helvetica, sans-serif;
}
.sv-v-textfield input:focus {
  outline: none;
  box-shadow: 0 0 6px rgba(255, 197, 255, 0.75);
}
.sv-v-textfield textarea {
  display: block;
  width: 95%;
  height: 94px;
  max-width: 95%;
  padding: 3px 2%;
  border: 1px solid #9886ad;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  font: 13px Arial, Helvetica, sans-serif;
}
.sv-v-textfield textarea:focus {
  outline: none;
  box-shadow: 0 0 6px rgba(255, 197, 255, 0.75);
}
.sv-v-double {
  height: 31px;
}
.sv-v-double span {
  display: block;
  float: left;
  color: #cfbdd5;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  padding: 0 3%;
  line-height: 31px;
}
.sv-v-double input {
  width: 35%;
  float: left;
}
.project-item,
.special-item {
  border-top: 1px solid #e5dce8;
  padding: 20px 0 15px;
  overflow: hidden;
}
.project-item:first-child,
.special-item:first-child {
  border-top: none;
}
.project-item .photo-container,
.special-item .photo-container {
  width: 264px;
  height: 150px;
  margin: 0 40px 5px 0;
  border: 3px solid #e5dce8;
  float: left;
}
.project-item .photo-container img,
.special-item .photo-container img {
  display: block;
}
.project-item .title,
.special-item .title {
  display: block;
  font-size: 16px;
  color: #332a3f;
  margin-bottom: 10px;
  font-weight: bold;
}
.project-item .anons,
.special-item .anons {
  color: #747474;
  margin: 0 0 0 310px;
}
.project-item .anons p,
.special-item .anons p {
  margin-bottom: 5px;
}
.project-item .anons ul,
.special-item .anons ul,
.project-item .anons ol,
.special-item .anons ol {
  margin: 0 0 5px 20px;
}
.special-item .photo-container {
  width: 295px;
}
.special-item .anons {
  margin: 0 0 0 340px;
}
.partner-item {
  border-top: 1px solid #e5dce8;
  padding: 20px 0 15px;
  overflow: hidden;
}
.partner-item:first-child {
  border-top: none;
}
.partner-item .photo-container {
  width: 270px;
  height: 150px;
  margin: 0 40px 5px 0;
  border: 3px solid #e5dce8;
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.partner-item .photo-container .img {
  display: block;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 150px;
  width: 270px;
}
.partner-item .photo-container img {
  display: block;
  margin: 0 auto;
}
.partner-item .anons {
  color: #747474;
  margin: 0 0 0 316px;
}
.partner-item .anons div {
  vertical-align: middle;
  display: table-cell;
  height: 150px;
}
.partner-item .anons p {
  margin-bottom: 5px;
}
/* === misc === */
.gen-button {
  height: 27px;
  padding: 0 13px;
  color: #fff;
  line-height: 27px;
  text-decoration: none;
  border: none;
  background-color: #7e598a;
  background-image: -webkit-linear-gradient(#7e598a, #442e4c);
  background-image: -moz-linear-gradient(#7e598a, #442e4c);
  background-image: -o-linear-gradient(#7e598a, #442e4c);
  background-image: -ms-linear-gradient(#7e598a, #442e4c);
  display: inline-block;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(77, 77, 77, 0.2);
}
.gen-button:hover {
  background-color: #f79605;
  background-image: -webkit-linear-gradient(#f79605, #af5104);
  background-image: -moz-linear-gradient(#f79605, #af5104);
  background-image: -o-linear-gradient(#f79605, #af5104);
  background-image: -ms-linear-gradient(#f79605, #af5104);
}
.clear {
  clear: both;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
.company-info p {
  margin-bottom: 15px;
}
.about-header {
  margin-bottom: 18px;
  overflow: hidden;
}
.about-header h1 {
  float: left;
  margin: 0 26px 0 0;
}
#sv-cart-indicator {
  float: left;
}
/* === conditionals === */
.wf-active .main-nav a {
  padding-right: 16px;
  padding-left: 16px;
  font-weight: bold;
}
.wf-active .main-nav a:hover,
.wf-active .main-nav .selected {
  padding-right: 14px;
  padding-left: 14px;
}
.m-wide .page-centered {
  width: 1324px;
}
.m-wide .page-header .h-logo {
  margin-right: 120px;
}
.m-wide .main-nav a {
  padding-right: 28px;
  padding-left: 28px;
  font-size: 17px;
  font-weight: bold;
}
.main-nav a:first-child {
  margin-left: 20px;
}
.main-nav a:hover:first-child,
.main-nav .active:first-child  {
  margin-left: 22px;
}
.m-wide .main-nav a:hover,
.m-wide .main-nav .selected {
  padding-right: 26px;
  padding-left: 26px;
}
.m-wide .fields-slider .viewport .reel .slide {
  margin-right: 10px;
}
.m-wide .mainbar {
  width: 1004px;
}
.m-wide .prod-list-item {
  width: 310px;
}
.m-wide .f-copyright {
  margin-right: 85px;
}
.wf-active .m-wide .main-nav a {
  padding-right: 39px;
  padding-left: 38px;
  font-weight: bold;
}
.wf-active .m-wide .main-nav a:hover,
.wf-active .m-wide .main-nav a.selected {
  padding-right: 37px;
  padding-left: 36px;
}
.page-bg img {
  width: 100%;
}
.radio {
  width: 19px;
  height: 19px;
  background: white;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid black;
  display: block;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.active.radio i {
  display: block;
  width: 7px;
  height: 7px;
  background: #483064;
  margin: 6px 0 0 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.label-radio {
  cursor: pointer;
  display: block;
  margin: 7px 0 16px 0;
}
.index-news {
  background: url('@{im}index_news_bg.png');
}

.form-overlay .form-service-message {
  position: relative;
  left: 0;
  top: 0;
  color: #FF4F4F;
  background: none;
  padding: 10px;
}
.form-overlay .form-service-message.form-success {
  color: white;
  height: auto;
  padding: 40px;
}
.generic-container .search-results {
  margin: 25px 0 10px;
  list-style-type: none;
}
.search-results a {
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}
.search-results li {
  margin: 15px 0;
}
.search-results p {
  margin-left: 15px;
}
.search-results a:hover {
  text-decoration: underline;
}
.search-text {
  margin-left: 25px;
  display: block;
}
.yxml_error {
  padding: 20px 25px;
}
.imgm_left0 {
	text-indent: 0;
	float:left;
	padding-left:10px;
	width: auto;
	margin: auto 10px 10px auto;
}
.bl_text_left0 { 
	alignment-adjust:central;
	text-indent: 0;
	text-align:left;	 
	padding:10px 10px 10px 10px;
	width: auto;
	margin: 10px 10px 10px 10px;
}

.form-overlay .form-service-message .green {
  /*color: #1dab2c;*/
    color: white;
    padding: 40px;
}

form.catalog-search-form {
    margin-bottom: 20px;
}

.notice {
    color: red;
    margin: 10px 0 20px;
    padding: 10px 0 10px 20px;
    border-left: 3px solid;
    line-height: 30px;
    display: none;
}

.description {
    margin: 20px 0;
}