
/* ---------------------------------------------------------
 FILENAME:/direct/css/paginator.css

*/

.module-paginator {
  width: 100%;
  padding: 0 0 50px 0;
}
.module-paginator .module-paginator-area {
  width: 984px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
.module-paginator .module-paginator-area > ul {
  display: block;
}
.module-paginator .module-paginator-area > ul > li {
  display: inline-block;
  position: relative;
  height: 16px;
  padding: 0;
  line-height: 16px;
}
.module-paginator .module-paginator-area > ul > li a,
.module-paginator .module-paginator-area > ul > li span {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #009bff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
}
.module-paginator .module-paginator-area > ul > li a:hover {
  text-decoration: underline;
}
.module-paginator .module-paginator-area > ul > li.prev a,
.module-paginator .module-paginator-area > ul > li.next a {
  width: 18px;
  height: 11px;
  display: inline-block;
  background: url('/assets/img/module-paginator-prev.png') center no-repeat;
  border: 0;
}
.module-paginator .module-paginator-area > ul > li.prev a:hover,
.module-paginator .module-paginator-area > ul > li.next a:hover,
.module-paginator .module-paginator-area > ul > li.prev a:before,
.module-paginator .module-paginator-area > ul > li.next a:before {
  background: url('/assets/img/module-paginator-prev-hover.png') center no-repeat;
}
.module-paginator .module-paginator-area > ul > li.prev a:before,
.module-paginator .module-paginator-area > ul > li.next a:before {
  display: block;
  content: '';
  height: 0;
  width: 0;
}
.module-paginator .module-paginator-area > ul > li.next a {
  background: url('/assets/img/module-paginator-next.png') center no-repeat;
}
.module-paginator .module-paginator-area > ul > li.next a:hover,
.module-paginator .module-paginator-area > ul > li.next a:before {
  background: url('/assets/img/module-paginator-next-hover.png') center no-repeat;
}
.module-paginator .module-paginator-area > ul > li span {
  color: #009bff;
}
.module-paginator .module-paginator-area > ul > li.active span {
  color: #999;
}


/*
.module-paginator .module-paginator-area > ul > li:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #999;
  position: absolute;
  left: -3px;
}
*/


.dark .module-paginator .module-paginator-area .active *
{
/*
	border:1px solid white;
	color:white;
*/
	color:white;
}

.module-paginator .module-paginator-area > ul > li:nth-child(2):before {
/*  display: none; */
}
.module-paginator .module-paginator-area > ul > li.prev:before,
.module-paginator .module-paginator-area > ul > li.next:before {
  display: none;
}
.module-paginator .module-paginator-area > ul > li.prev {
  padding: 0 15px 0 5px;
}
.module-paginator .module-paginator-area > ul > li.next {
  padding: 0 5px 0 15px;
}


/*
.module-paginator .module-paginator-area > ul > li
{
	width:20px;
	line-height:20px;
}
*/
.module-paginator.news-paginator {
  margin: -22px 0 0 0;
  position: relative;
  padding: 0 0 52px 0;
}
.module-paginator.news-paginator .module-paginator-area {
  width: 984px;
  padding: 0 22px 22px 249px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}
.module-paginator.news-paginator .module-paginator-area > ul {
  display: block;
  padding: 30px 0 30px 22px;
  background: #eeeeee;
  margin: 0 0 0 1px;
}
.module-paginator.news-paginator .module-paginator-area > ul > li {
  display: inline-block;
  color: red;
}
.dark .module-paginator .module-paginator-area > ul > li {
  /*&.prev a, &.next a {
						background: url('@{img}module-paginator-prev.png') center no-repeat;

						&:hover, &:before {
							background: url('@{img}module-paginator-prev-hover.png') center no-repeat;
						}
					}

					&.next a {
						background: url('@{img}module-paginator-next.png') center no-repeat;

						&:hover, &:before {
							background: url('@{img}module-paginator-next-hover.png') center no-repeat;
						}
					}

					&.active span {
						color: #999;
					}

					&:before {
						background: #999;
					}*/
}
.dark .module-paginator .module-paginator-area > ul > li a,
.dark .module-paginator .module-paginator-area > ul > li span {
  color: #009bff;
}
.dark .module-paginator.news-paginator .module-paginator-area {
  background: #000;
}
.dark .module-paginator.news-paginator .module-paginator-area > ul {
  background: #272626;
}
@media (min-width: 1350px) {
  .module-paginator.news-paginator .module-paginator-area {
    width: 1100px;
  }
}
@media (min-width: 1900px) {
  .module-paginator.news-paginator .module-paginator-area {
    width: 1654px;
  }
}


/* ---------------------------------------------------------
 FILENAME:/direct/css/main.css

*/

html {
  height: 100%;
  font-size: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: Arial, Sans-serif;
}
table {
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
}
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
header,
nav,
section,
article,
aside,
footer {
  display: block;
}
input {
  vertical-align: middle;
}
button {
  cursor: pointer;
  border: 0;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #eeeeee;
}
body .dropdown[data-height="none"] > ul {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
body .dropdown > ul li.hidden {
  height: 0 !important;
  overflow: hidden;
}
.title {
  width: 984px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
.title > h1,
.title > h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.title > span {
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  color: #666;
  text-transform: none;
}
.title .back {
  min-width: 18px;
  height: 15px;
  padding: 0 0 0 26px;
  position: absolute;
  left: -90px;
  margin: 5px 0 0 0;
  background: url('/direct/css/../images/back.png') left center no-repeat;
  font-size: 13px;
  color: #58554C;
  line-height: 15px;
  text-decoration: none;
}
.title .print {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 22px;
  top: 38px;
  z-index: 1;
  background: url('/direct/css/../images/print.png') center no-repeat;
}
.title .breadcrumbs {
  display: block;
}
.title .breadcrumbs li {
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  color: #666;
}
.title .breadcrumbs li a {
  color: #009bff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title .breadcrumbs li a:hover {
  border-color: #009bff;
}
.title .breadcrumbs:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.title .breadcrumbs:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.title.signin-title h1 {
  float: left;
  width: 520px;
  text-transform: none;
}
.title.signin-title h2 {
  float: left;
  text-transform: none;
}
.title.signin-title:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.title.signin-title:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dark .title > h1,
.dark .title > h2,
.dark .title > span {
  color: #fff;
}
.dark .title .print {
  background: url('/direct/css/../images/print-dark.png') center no-repeat;
}
.dark .title .back {
  color: #fff;
}
@media (min-width: 1350px) {
  .title {
    width: 1100px;
  }
  .title.signin-title h1 {
    width: 630px;
  }
}
@media (min-width: 1900px) {
  .title {
    width: 1654px;
  }
  .title.signin-title h1 {
    width: 780px;
  }
}
.scroll-to-top {
  position: fixed;
  width: 1084px;
  height: 0;
  bottom: 100px;
  left: 50%;
  margin: 0 0 0 -542px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  display: none;
  z-index: 100;
}
.scroll-to-top a {
  position: absolute;
  width: 56px;
  height: 56px;
  background: #fff;
  right: -48px;
  bottom: 0;
  display: block;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 13px;
  line-height: 56px;
  text-align: center;
  color: #8c8c8c;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.scroll-to-top a:before {
  content: '';
  display: block;
  width: 56px;
  height: 48px;
  background: url('/direct/css/../images/scroll-to-top-gray.png') center no-repeat;
  position: absolute;
  top: -58px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scroll-to-top a:hover {
  background: #fff;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.scroll-to-top a:hover:before {
  background: url('/direct/css/../images/scroll-to-top-gray.png') center no-repeat;
}
.mobile .scroll-to-top {
  width: 1054px;
  margin: 0 0 0 -527px;
}
.dark .scroll-to-top a {
  background: #333;
  color: #999;
}
.dark .scroll-to-top a:before {
  background: url('/direct/css/../images/scroll-to-top-white.png') center no-repeat;
}
.dark .scroll-to-top a:hover:before {
  background: url('/direct/css/../images/scroll-to-top-gray.png') center no-repeat;
}
@media (min-width: 1350px) {
  .scroll-to-top {
    width: 1200px;
    margin: 0 0 0 -600px;
  }
}
@media (min-width: 1900px) {
  .scroll-to-top {
    width: 1754px;
    margin: 0 0 0 -877px;
  }
}
@media (max-width: 1200px) {
  .scroll-to-top a {
    right: -28px;
  }
}
.preloader {
  background: #ffffff url('/direct/css/../images/preloader.gif') center no-repeat;
  position: fixed;
  z-index: 100;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  display: none;
  border-radius: 50%;
  background-clip: padding-box;
}

.social-likes
{
	padding:0;
	margin:0;
}

.social-likes *
{
	background-color:transparent !important;
}

.social-likes__widget
{
	margin:0;
	margin-left:20px;
	height:33px;
}

.social-likes__widget .social-likes__button
{
	width:1px; solid red;
	overflow:hidden;
	padding-right:0;
	padding-left:33px;
	height:33px;
}

.social-likes__widget .social-likes__icon
{
	padding-left:20px;
	display:none;
}

.social-likes__counter
{
	display:none !important;
}


.socials {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0;
}
.socials li {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0 0 0 20px;
}
.socials li a {
  width: 33px;
  height: 33px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socials li a.fb,
.module-work .social-likes__button_facebook,
.module-news .social-likes__button_facebook
{
  background: url('/direct/css/../images/module-news-socials-fb.png') no-repeat;
}
.socials li a.fb:hover,
.module-work .social-likes__button_facebook:hover,
.module-news .social-likes__button_facebook:hover
{
  background: url('/direct/css/../images/socials-fb-hover.png') center no-repeat;
}
.socials li a.email,
.module-work .social-likes__widget_pinterest,
.module-news .social-likes__widget_pinterest
{
  background: url('/direct/css/../images/module-news-socials-email.png') no-repeat;
}
.socials li a.email:hover,
.module-work .social-likes__widget_pinterest:hover,
.module-news .social-likes__widget_pinterest:hover
{
  background: url('/direct/css/../images/socials-p-hover.png') center no-repeat;
}
.socials li a.photo {
  background: url('/direct/css/../images/module-news-socials-photo.png') no-repeat;
}
.socials li a.photo:hover {
  background: url('/direct/css/../images/socials-photo-hover.png') center no-repeat;
}
.dark .socials li a.fb {
  background: url('/direct/css/../images/socials-fb-dark.png') no-repeat;
}
.dark .socials li a.fb:hover {
  background: url('/direct/css/../images/socials-fb-hover.png') center no-repeat;
}
.dark .socials li a.email {
  background: url('/direct/css/../images/socials-p-dark.png') no-repeat;
}
.dark .socials li a.email:hover {
  background: url('/direct/css/../images/socials-p-hover.png') center no-repeat;
}
.dark .socials li a.photo {
  background: url('/direct/css/../images/socials-photo-dark.png') no-repeat;
}
.dark .socials li a.photo:hover {
  background: url('/direct/css/../images/socials-photo-hover.png') center no-repeat;
}
.user-menu {
  width: 175px;
  display: block;
  padding: 15px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.user-menu > li {
  display: block;
  padding: 0 0 35px 0;
}
.user-menu > li > a {
  display: block;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-menu > li > a.active,
.user-menu > li > a:hover {
  color: #009bff;
}
.dark .user-menu > li > a {
  color: #fff;
}
.dark .user-menu > li > a.active,
.dark .user-menu > li > a:hover {
  color: #009bff;
}
.button {
  height: 34px;
  line-height: 22px;
  padding: 0 5px;
  background: #009bff;
  display: inline-block;
  border: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  border-top: 3px solid #009bff;
  border-bottom: 3px solid #009bff;
}
.button:hover {
  background: #0088e4;
  border-top: 3px solid #0176c6;
  border-bottom: 3px solid #0088e4;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 1185px;
}
.wrapper header {
  width: 100%;
  height: 162px;
  padding: 33px 0 0 0;
  background: #fff;
}
.wrapper header .header-block {
  width: 984px;
  height: 103px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0 197px;
  z-index: 10;
  position: relative;
}
.wrapper header .header-block .logo {
  width: 104px;
  height: 136px;
  margin: 0;
  display: block;
  left: 0;
  background: url('/direct/css/../images/logo.png') no-repeat;
  position: absolute;
  z-index: 11;
}
.wrapper header .header-block .lamp {
  margin: -3px 0 0 0;
  right: -50px;
  position: absolute;
  width: 21px;
  height: 21px;
  display: block;
  z-index: 10;
  cursor: pointer;
  background: url('/direct/css/../images/lamp.png') no-repeat;
}
.wrapper header .header-block > div {
  height: 100%;
}
.wrapper header .header-block > div .col-5 {
  float: left;
  width: 20%;
  position: relative;
}
.wrapper header .header-block > div .col-5 .my-cart {
  position: absolute;
  width: 302px;
  margin: 35px 0 0 0;
  padding: 0;
  z-index: 20;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.wrapper header .header-block > div .col-5 .my-cart.hidden {
  height: 0;
  overflow: hidden;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #eee;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  position: absolute;
  top: -10px;
  left: 25px;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area > h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding: 0 0 10px 0;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area > ul > li {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding: 0 0 10px 0;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area > ul > li > h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area > ul > li .right {
  padding: 17px 0 0 0;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area > ul > li:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area > ul > li:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.wrapper header .header-block > div .col-5 .my-cart .my-cart-area .button {
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  text-transform: uppercase;
}
.wrapper header .header-block > div .col-5 .dd-area {
  width: 112px;
  height: auto;
  position: absolute;
  z-index: 10;
  margin: -4px 0 0 -30px;
  padding: 0 36px 0 32px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.wrapper header .header-block > div .col-5 .dd-area li,
.wrapper header .header-block > div .col-5 .dd-area li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.wrapper header .header-block > div .col-5 .dd-area li.title {
  padding: 24px 0;
  text-transform: uppercase;
  line-height: normal;
}
.wrapper header .header-block > div .col-5 .dd-area li:last-of-type {
  margin-bottom: 24px;
}
.wrapper header .header-block > div .col-5.hidden > ul {
  height: 0;
}
.wrapper header .header-block > div .header-links {
  width: 100%;
  height: 35px;
  margin: 0 0 32px 0;
}
.wrapper header .header-block > div .header-links .header-links-title {
  font-weight: 400;
  color: #ff3300;
  font-size: 14px;
  text-transform: uppercase;
}
.wrapper header .header-block > div .header-links .header-links-sign a {
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 15px;
  height: 15px;
  display: inline-block;
  margin: 0;
}
.wrapper header .header-block > div .header-links .header-links-sign a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper header .header-block > div .header-links .header-links-my-cart {
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  height: 22px;
  padding: 0 30px 0 28px;
  line-height: 22px;
  margin: 0 0 0 0;
  float: left;
  position: relative;
  background: url('/direct/css/../images/cart.png') left center no-repeat;
}
.wrapper header .header-block > div .header-links .header-links-my-cart:after {
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  content: attr(data-count);
  border-radius: 50%;
  background-clip: padding-box;
  background: #f2f2f2;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 22px;
}
.wrapper header .header-block > div .header-links .lang-curr-menu {
  width: 117px;
  height: 33px;
  border: 1px solid #999999;
  margin: -8px 0 0 1px;
  line-height: 33px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.wrapper header .header-block > div .header-links .lang-curr-menu:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  right: 12px;
  top: 15px;
}
.wrapper header .header-block > div .header-links .lang-curr-menu.active:after {
  border-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #000000;
}
.wrapper header .header-block > div .header-links .lang-curr-menu .lang-curr-top {
  font-size: 14px;
  line-height: normal;
  color: #000000;
  display: inline-block;
  padding: 0 0 0 16px;
}
.wrapper header .header-block > div .header-links .lang-curr-menu .lang-curr-top > span {
  color: #999999;
}
.wrapper header .header-block > div .header-links .lang-curr-menu > ul {
  width: 225px;
  border: 0;
  position: absolute;
  top: 33px;
  right: -1px;
  background: #ffffff;
  cursor: default;
  z-index: 1;
  padding: 0 26px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper header .header-block > div .header-links .lang-curr-menu > ul:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border: 1px solid #999999;
}
.wrapper header .header-block > div .header-links .lang-curr-menu > ul li {
  height: 15px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.wrapper header .header-block > div .header-links .lang-curr-menu > ul li > a {
  display: block;
  float: left;
  height: 15px;
  padding: 0 0 0 21px;
  font-weight: 600;
  color: #000000;
  font-size: 12px;
  margin: 0 40px 0 0;
  width: 25px;
  text-transform: uppercase;
  line-height: 15px;
  text-decoration: none;
  position: relative;
}
.wrapper header .header-block > div .header-links .lang-curr-menu > ul li > a:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-clip: padding-box;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper header .header-block > div .header-links .lang-curr-menu > ul li > a:hover:before,
.wrapper header .header-block > div .header-links .lang-curr-menu > ul li > a.active:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-clip: padding-box;
  background: #ff3300;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}
.wrapper header .header-block > div .header-links .lang-curr-menu > ul li > a:last-of-type {
  margin: 0;
}
.wrapper header .header-block > div .header-links .lang-curr-menu > ul li.title {
  color: #ff3300;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  height: 13px;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}
.wrapper header .header-block > div .header-links .lang-curr-menu.active > ul {
  height: 135px;
}
.wrapper header .header-block > div .header-links:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.wrapper header .header-block > div .header-links:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.wrapper header .header-block > div .header-filter {
  width: 100%;
  height: 35px;
}
.wrapper header .header-block > div .header-filter li > span {
  width: 120px;
  height: 35px;
  display: inline-block;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper header .header-block > div .header-filter li > span:hover {
  color: #009bff;
}
.wrapper header .header-block > div .header-filter li > span:before {
  content: '';
  width: 100%;
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
}
.wrapper header:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.wrapper header:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}


.wrapper.dark
{
	background:#333;
}


.wrapper.dark header {
  background: #272626;
}
.wrapper.dark header .header-block .logo {
  background: url('/direct/css/../images/logo-dark.png') no-repeat;
}
.wrapper.dark header .header-block .lamp {
  background: url('/direct/css/../images/lamp-dark.png') no-repeat;
}
.wrapper.dark header .header-block > div .col-5 .dd-area li,
.wrapper.dark header .header-block > div .col-5 .dd-area li a {
  color: #fff;
}
.wrapper.dark header .header-block > div .col-5 .my-cart .my-cart-area {
  background: #333;
}
.wrapper.dark header .header-block > div .col-5 .my-cart .my-cart-area:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
}
.wrapper.dark header .header-block > div .col-5 .my-cart .my-cart-area > h3 {
  color: #fff;
}
.wrapper.dark header .header-block > div .col-5 .my-cart .my-cart-area > ul > li {
  color: #fff;
}
.wrapper.dark header .header-block > div .col-5 .my-cart .my-cart-area > ul > li > h4 {
  color: #fff;
}
.wrapper.dark header .header-block > div .header-links .header-links-title {
  color: #ff3300;
}
.wrapper.dark header .header-block > div .header-links .header-links-sign {
  color: #bfbebe;
}
.wrapper.dark header .header-block > div .header-links .header-links-sign a {
  color: #bfbebe;
}
.wrapper.dark header .header-block > div .header-links .header-links-my-cart {
  color: #bfbebe;
  background: url('/direct/css/../images/cart-dark.png') left center no-repeat;
}
.wrapper.dark header .header-block > div .header-links .header-links-my-cart:after {
  background: #f2f2f2;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu {
  border: 1px solid #bfbebe;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu:after {
  border-top: 5px solid #bfbebe;
  border-bottom: 0;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu.active:after {
  border-top: 0;
  border-bottom: 5px solid #bfbebe;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu .lang-curr-top {
  color: #bfbebe;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu .lang-curr-top > span {
  color: #bfbebe;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu > ul {
  background: #272626;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu > ul:after {
  border: 1px solid #bfbebe;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu > ul li > a {
  color: #bfbebe;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu > ul li > a:after {
  background: #f2f2f2;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu > ul li > a:hover:before,
.wrapper.dark header .header-block > div .header-links .lang-curr-menu > ul li > a.active:before {
  background: #ff3300;
}
.wrapper.dark header .header-block > div .header-links .lang-curr-menu > ul li.title {
  color: #ff3300;
}
.wrapper.dark header .header-block > div .header-filter li > span {
  color: #bfbebe;
}
.wrapper.dark header .header-block > div .header-filter li > span:hover {
  color: #009bff;
}
.wrapper.dark header .header-block > div .header-filter li > span:before {
  background: #bfbebe;
}
@media (min-width: 1350px) {
  .wrapper header .header-block {
    width: 1100px;
  }
}
@media (min-width: 1900px) {
  .wrapper header .header-block {
    width: 1654px;
  }
}
.wrapper main {
  display: block;
  padding: 0 0 100px 0;
}
.wrapper.dark main {
  background: #333;
}
.home .wrapper main {
  padding: 0 0 166px 0;
}
/*
.home footer {
  height: 166px;
  margin: -166px 0 0 0;
}
*/
footer {
/*  height: 100px; */
  height: 180px;
  margin: -100px 0 0 0;
  position: relative;
  background: #ffffff;
  width: 100%;
  min-width: 1185px;
}
footer .footer-area {
  width: 984px;
  height: 100%;
  margin: 0 auto;
}
footer .footer-area .clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
footer .footer-area .clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
footer .footer-area nav {
  float: left;
  height: 20px;
  padding: 40px 0 0 0;
}
footer .footer-area nav ul {
  height: 20px;
}
footer .footer-area nav ul li {
  height: 20px;
  float: left;
  padding: 0 40px 0 0;
}
footer .footer-area nav ul li a {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .footer-area nav ul li li:first-child{
	margin-top:10px;
}

footer .footer-area nav ul li li{
	float:none;
	padding-bottom:4px;
}
footer .footer-area nav ul li li a {
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
/*  margin-left:20px; */
}
footer .footer-area nav ul li a:hover {
  border-color: #000000;
}
footer .footer-area nav ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
footer .footer-area nav ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
footer .footer-area .copyright {
  float: right;
  margin: 46px 0 0 0;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}
footer .footer-bottom {
  width: 100%;
  margin: 0;
  background: #666;
  position: absolute;
  bottom: 0;
  height: 68px;
}
footer .footer-bottom > div {
  width: 984px;
  margin: 0 auto;
}
footer .footer-bottom > div .subscribe {
  float: left;
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 48px;
  background: url('/direct/css/../images/subscribe.png') left center no-repeat;
  margin: 25px 80px 0 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .footer-bottom > div .subscribe:hover {
  color: #009bff;
  background: url('/direct/css/../images/subscribe-hover.png') left center no-repeat;
}
footer .footer-bottom > div .follow {
  float: left;
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
  margin: 23px 4px 0 0;
}


footer .social-likes,
footer .social-likes *
{
	display:inline-block;
}

footer .footer-bottom > div .fb,
footer .footer-bottom > div .email,
footer .footer-bottom > div .photo,
footer .social-likes__widget
{
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  margin: 18px 0 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .footer-bottom > div .fb,
footer .footer-bottom .social-likes__widget_facebook
{
  background: url('/direct/css/../images/socials-fb.png') center no-repeat;
}

footer .footer-bottom > div .fb:hover,
footer .footer-bottom .social-likes__widget_facebook:hover 
{
  background: url('/direct/css/../images/socials-fb-hover.png') center no-repeat;
}



footer .footer-bottom > div .email,
footer .footer-bottom .social-likes__widget_pinterest
{
  background: url('/direct/css/../images/socials-p.png') center no-repeat;
}

footer .footer-bottom > div .email:hover,
footer .footer-bottom .social-likes__widget_pinterest:hover
{
  background: url('/direct/css/../images/socials-p-hover.png') center no-repeat;
}

footer .footer-bottom > div .photo {
  background: url('/direct/css/../images/socials-photo.png') center no-repeat;
}
footer .footer-bottom > div .photo:hover {
  background: url('/direct/css/../images/socials-photo-hover.png') center no-repeat;
}
.home footer {
/*  height: 166px;*/
  height: 250px;
  margin: -166px 0 0 0;
}
footer.dark {
  background: #000;
}
footer.dark .footer-area nav ul li a {
  color: #bfbebe;
}
footer.dark .footer-area nav ul li a:hover {
  border-color: #bfbebe;
}
footer.dark .footer-area .copyright {
  color: #bfbebe;
}
footer.dark .footer-bottom > div .subscribe {
  color: #000;
  background: url('/direct/css/../images/subscribe-dark.png') left center no-repeat;
}
footer.dark .footer-bottom > div .subscribe:hover {
  color: #009bff;
  background: url('/direct/css/../images/subscribe-hover.png') left center no-repeat;
}
footer.dark .footer-bottom > div .follow {
  color: #000;
}
footer.dark .footer-bottom > div .fb {
  background: url('/direct/css/../images/socials-fb-dark.png') center no-repeat;
}
footer.dark .footer-bottom > div .fb:hover {
  background: url('/direct/css/../images/socials-fb-hover.png') center no-repeat;
}
footer.dark .footer-bottom > div .email {
  background: url('/direct/css/../images/socials-p-dark.png') center no-repeat;
}
footer.dark .footer-bottom > div .email:hover {
  background: url('/direct/css/../images/socials-p-hover.png') center no-repeat;
}
footer.dark .footer-bottom > div .photo {
  background: url('/direct/css/../images/socials-photo-dark.png') center no-repeat;
}
footer.dark .footer-bottom > div .photo:hover {
  background: url('/direct/css/../images/socials-photo-hover.png') center no-repeat;
}
@media (min-width: 1350px) {
  footer .footer-area {
    width: 1100px;
  }
  footer .footer-bottom > div {
    width: 1100px;
  }
}
@media (min-width: 1900px) {
  footer .footer-area {
    width: 1654px;
  }
  footer .footer-bottom > div {
    width: 1654px;
  }
}



.blue_link,
p a,
.text li a
{
  color: #009bff !important;
/*  font-size: 14px;*/
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blue_link:hover,
p a:hover,
.text li a:hover
{
  border-color: #009bff;
}

.module-form.subscribe .dropdown li a
{
	display:inline-block;
	margin-left:5px;
}


.module-product_exhibition p,
.module-product_exhibition p a
{
	font-size:14px !important;
}

/*
.module-product_exhibition p a:hover
.text p a:hover
{
	text-decoration:none !important;
}
*/

/* ------------------ news slider -------------------- */

.left_slider {
  width: 280px;
  height: 280px;
  display: block;
  float: left;
  margin: 0 22px 22px 0;
  position: relative;
}
.left_slider .new-slider-cont {
  width: 280px;
  height: 280px;
  display: block;
  overflow: hidden;
}
.left_slider .new-slider-cont > ul {
  width: 99999px;
  height: 280px;
  position: relative;
}
.left_slider .new-slider-cont > ul li {
  width: 280px;
  height: 280px;
  margin: 0;
  float: left;
  cursor: pointer;
}
.left_slider .new-slider-cont > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.left_slider .new-slider-buttons {
  width: 100%;
  height: 62px;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 22px 0 0 0;
  position: absolute;
}
.left_slider .new-slider-buttons > ul {
  width: 100%;
  height: 62px;
}
.left_slider .new-slider-buttons > ul li {
  width: 11px;
  height: 20px;
  margin: -10px 0 0 0;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.left_slider .new-slider-buttons > ul li.prev {
  background: url('/direct/images/module-news-slider-prev.png') no-repeat;
  left: 0;
}
.left_slider .new-slider-buttons > ul li.next {
  background: url('/direct/images/module-news-slider-next.png') no-repeat;
  right: 0;
}
.left_slider .new-slider-buttons > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.left_slider .new-slider-menu {
  width: 226px;
  height: 62px;
  display: block;
  overflow: hidden;
  padding: 22px 0 0 0;
  margin: 0 auto;
}
.left_slider .new-slider-menu > ul {
  width: 99999px;
  height: 62px;
}
.left_slider .new-slider-menu > ul li {
  width: 62px;
  height: 62px;
  margin: 0 20px 0 0;
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
}
.left_slider .new-slider-menu > ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.left_slider .new-slider-menu > ul li:hover:before {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.left_slider .new-slider-menu > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.left_slider img {
  width: 100%;
  height: 100%;
  display: block;
}

/* =================================================== */




.module-work-popup {
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: #fff;
  display: block;
/*  margin: -110px 0 0 0;*/
/*    margin: -110px auto 0 auto;*/
	margin: -150px auto 0 auto;
  z-index: 100;
  position: absolute;
}

.module-work-popup > div
{
	position:relative;
}

.module-work-popup .module-work-popup-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}
.module-work-popup:before {
  content: '';
  display: block;
  left: -22px;
/*  top: -25px;*/
	top: -70px;
  right: -22px;
  bottom: -22px;
  background: #fff;
  position: absolute;
}
.module-work-popup .close {
/*  top: -50px;*/
  top: -27px;
  right: 0;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background: url('/direct/images/close.png') no-repeat;
  border: 0;
  z-index: 101;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module-work-popup .close:hover {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.module-work-popup .buttons {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-work-popup .buttons li {
  width: 16px;
  height: 30px;
  display: block;
  position: absolute;
  margin: -15px 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 101;
}
.module-work-popup .buttons li.prev {
  left: -70px;
  background: url('/direct/css/../images/work-prev.png') center no-repeat;
}
.module-work-popup .buttons li.prev:hover {
  background: url('/direct/css/../images/work-prev-hover.png') center no-repeat;
}
.module-work-popup .buttons li.next {
  right: -70px;
  background: url('/direct/css/../images/work-next.png') center no-repeat;
}
.module-work-popup .buttons li.next:hover {
  background: url('/direct/css/../images/work-next-hover.png') center no-repeat;
}
.module-work-popup .module-work-popup-area {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  top: 0;
  z-index: 100;
}
.module-work-popup .module-work-popup-area .slider {
  width: 999999px;
  height: 100%;
}
.module-work-popup .module-work-popup-area .slider li {
  width: 940px;
  float: left;
  height: 100%;

  text-align:center;
}
.module-work-popup .module-work-popup-area .slider li img {
  max-height: 100%;
  max-width: 100%;
/*  display: block;*/
}
.module-work-popup .module-work-popup-area .slider:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}


.dark .module-work-popup {
  background: #000;
}
.dark .module-work-popup .module-work-popup-bg {
  background: rgba(0, 0, 0, 0.5);
}
.dark .module-work-popup:before {
  background: #000;
}
.dark .module-work-popup .close {
  background: url('/direct/images/close-white.png') no-repeat;
}
.dark .module-work-popup .buttons li.prev {
  background: url('/direct/css/../images/work-prev-dark.png') center no-repeat;
}
.dark .module-work-popup .buttons li.prev:hover {
  background: url('/direct/css/../images/work-prev-dark-hover.png') center no-repeat;
}
.dark .module-work-popup .buttons li.next {
  background: url('/direct/css/../images/work-next-dark.png') center no-repeat;
}
.dark .module-work-popup .buttons li.next:hover {
  background: url('/direct/css/../images/work-next-dark-hover.png') center no-repeat;
}

@media (min-width: 1350px) {
  .module-work-popup .module-work-popup-area .slider li {
    width: 1056px;
  }
}
@media (min-width: 1900px) {
  .module-work-popup .module-work-popup-area .slider li {
    width: 1610px;
  }
}

.dark .module-form .module-form-area .contact-success
{
	color:white;
}








.text ul
{
	display:block;
	padding:10px 0;

	list-style-type: circle;
}

.text li
{
/*	display:block;*/
	display: list-item;
	margin-left: 15px;
}



.checkout_form fieldset
{
	width:100% !important;
}

.checkout_form fieldset label
{
	display:block;
	width:100px !important;
	float:left;
}

.checkout_form fieldset .field
{
	min-height:30px;
	float:left;
}

.checkout_form fieldset select
{
	float:left;
	width:300px;
}

.checkout_form fieldset .text
{
	border:2px solid #e6e6e6;
	width:300px !important;
}

.dark .checkout_form fieldset .text
{
	border:2px solid #666;
}



/* ---------------------------------------------------------
 MODULE FILENAME:/social/css/social-likes_flat.css

*/

/*! Social Likes v3.0.14 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes,.social-likes__widget{display:inline-block;padding:0;vertical-align:middle!important;word-spacing:0!important;text-indent:0!important;list-style:none!important}.social-likes{opacity:0}.social-likes_visible{opacity:1;transition:opacity .1s ease-in}.social-likes>*{display:inline-block;visibility:hidden}.social-likes_vertical>*{display:block}.social-likes_visible>*{visibility:inherit}.social-likes__widget{display:inline-block;position:relative;white-space:nowrap}.social-likes__widget:before,.social-likes__widget:after{display:none!important}.social-likes_vertical .social-likes__widget{display:block;float:left;clear:left}.social-likes__button,.social-likes__icon,.social-likes__counter{text-decoration:none;text-rendering:optimizeLegibility}.social-likes__button,.social-likes__counter{display:inline-block;margin:0;outline:0}.social-likes__button{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.social-likes__button:before{content:"";display:inline-block}.social-likes__icon{position:absolute}.social-likes__counter{display:none;position:relative}.social-likes_ready .social-likes__counter,.social-likes__counter_single{display:inline-block}.social-likes_ready .social-likes__counter_empty{display:none}.social-likes_vertical .social-likes__widget{display:block}.social-likes_notext .social-likes__button{padding-left:0}.social-likes_single-w{position:relative;display:inline-block}.social-likes_single{position:absolute;text-align:left;z-index:99999;visibility:hidden;opacity:0;transition:visibility 0s .11s,opacity .1s ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden}.social-likes_single.social-likes_opened{visibility:visible;opacity:1;transition:opacity .15s ease-out}.social-likes__button_single{position:relative}@font-face{font-family:"social-likes";src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABLMABAAAAAAHTgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABbAAAABoAAAAccxLCV0dERUYAAAGIAAAAHAAAAB4AJwAST1MvMgAAAaQAAABKAAAAYEDWXUVjbWFwAAAB8AAAAEIAAAFCAA/0tGN2dCAAAAI0AAAAFAAAACL/mAOqZnBnbQAAAkgAAAWnAAALl9gU2/BnYXNwAAAH8AAAAAgAAAAIAAAAEGdseWYAAAf4AAAIHwAACmSgIEBIaGVhZAAAEBgAAAAwAAAANgN69hJoaGVhAAAQSAAAACAAAAAkA/gBzGhtdHgAABBoAAAAKwAAAC4P2AAKbG9jYQAAEJQAAAAaAAAAGg9aDQZtYXhwAAAQsAAAACAAAAAgATUBSW5hbWUAABDQAAABMgAAAknDp9jvcG9zdAAAEgQAAABIAAAAgph9vwlwcmVwAAASTAAAAH0AAACKjIbexHicY2BgYGQAgguneE6B6IsqUcdgNABIsQacAAB4nGNgZGBg4AFiMSBmYmAEQm4gZgHzGAAEFwA6eJxjYGG8zDiBgZWBgdGHMY2BgcEdSn9lkGRoYWBgYmBlZoADAQSTISDNNYXhwEfGj5yMB/4fYNBjPMngABRmRFKiwMAIAF5xDK8AAHicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+R87//4Ek4////ExQlQyMbAwwJgMjE5BgYkAFjAzDHgAARicGtQAAeJxjYMAAPBDIePL/ARAGABbABUN4nK1W+XPTRhSWfCROQo6Sgxb1WLFxmtork1IIBkwIkmUX3MO5WglKK8VOeh/QMsPf4L/mybQz9Df+tH5vZZtAknaGaSaj9+3up333k8lQgoy9wA+FaD0zZrZaNLZzL6DLFq2G0aHo7QWUKcZ/F4yC0enIfcu2yQjJ8GS9b5iGF7kOmYpEdOhQRomuoOdtyq3c66+ak57f8bfvB7a0rV4gqN0ObNoMLUFVRtUwFElKiru0iq3BStAan68x83k7EDCiFwuabAcRdgSfTTJaZ7QeWVEYhhaZ5TCUZLSDgzB0KKsE7skVYxiU99oB5aVLY9KF+SGZkUM5JWGX6Cb5fVfwSaqcnzj3O5Qt2dj3RE/0cHeyli/Cra0galvxdhjIEKebOwGOLHZqoNmhvKJxr9w3MmloxrCUrkSIpRtTZv+QzA7up3zJoXEl2Mgpr/MsZ+wLvoE2o5ApUV0bWVD98SnD892SPQr2hHo5+JPpLWYZJnjwOBJ+T8acCB0pw+JokrBg5NBKyhZlXE9VTJ3yOi3jLcN64drRl84o7VB/ajLrB7Yl7bBkOzStkkzGp25cd2hGgSgEnfHu8usA0g1pmlfbWE1j5dAsrpnTIRGIQAd6acaLRC8SNIOgOTSnWrtBkuvWw2WaPpBPHHpDtbaC1k66adnYn9f7Z1VizHp7QTI7i/zFLs2WuUhRum5yhh/TeJC5hExki+0g4eDBW7eH9LLaki3x2hBb6Tm/gtrnnRCeNGF/E7svp+qUBCaGMS8RLY+Mjb5pmjpX88pIjIy/G9CsdIVPUyjKSSiOXBFB/V9zc6YxY7huL0rOjpXpcdm6gDAtwLf5skOLKjFZLiHOLM+pJMvyTZXkWL6lkjzL8yoZY2mpZJzl2yopsHxHJRMsP1CiQuYDh0oaPHSorMEjh95VBk2XX8PG92Dju7hbwEaWNmxkeQE2spSwkeUybGRZhI0sV2Ajy/dhI8tV2MhSKVHTpeYoqJ2LhMcmeDodaB/F9VZR5JTJQSddRBE3xSmZkHFV8hj7VwZKyaG1UXrMJbpYSvLmoh9gDLGDHx6NzPHjS0pc0fZ+BJ7pH1eCDjtROe8bS38a/FffkNXkkrkIjy7Dfxh8sr0o7Ljq0BVVOVdzaP2/qCjCDuhXkRJjqSgqosnNi1De6fWasoluDzDWMRbR0eumubgA/VVMmSU0CP41hSa88kGvIoWo9XDXtRfHopLeQTncCZagiPt9cyt4mhFZYT3NrGTPhy7PwAKmqdRs2UD3ea+2UsRzKB32GS/qSsp6cRfHGS+2gCOeQa++E8MkDGbZQA4lNDTgF4TWgvtOUCLTaZdDgyP2eRRU/tituJE9Kmoj8GynU+6FLqT8OsdAYCe/MoiBrCE0N/Q2FdA8QjRkk5Vxtmo6ZOzAIKLGblARNXwb2eLBpmBbhiEfK2J15+jXN03USRU8yIzkMr45sMAbpibiz/OrLg5TuaGkqHDUGhjMtbCSVMwFNOCt0Xb76Pbmy+wTObcVVcsnXuoqulbuQTEXC6w9zkFaKlQB1RtV2DC6XFwSpV5Bk6TX1TE0MMNfoxSb/1f1sfk8X2oSI+RIvu1wYKPPwRj632D/bTkIwMCPkctNuLyYNie+7ujD+QpdRi9+fMr+Hcxcc2GergDfVXQVosVR8xFX0cCnbBinTxSXI7UAP1V9zBmAzwBMBp+rvql32gB6Z4s5PsA2cxjsMIfBLnMY7DHnNsAXzGHwJXMYBMxhEDLHA7jHHAb3mcPgK+YweMCcBsDXzGHwDXMYRMxhEDPHBdhnDoMOcxh0mcPgQNH1UZgPeUEbQN9qdAvoO11PWGxi8b2iGyP2D7zQ7B81YvZPGjH1Z0W1EfUXXmjqrxox9TeNmPpQ0c0R9REvNPV3jZj6h0ZMfayeTuQywx9PbpkKB5Rdbj8ZflOcfwArcU1jAAABAAH//wAPeJw9Vltv3MYVnjNDzpBcLi+7JHel5V7EvWpXXmmXe5Gs23olWbIsWbFrZe0oaaEINVw3aB3VidOiTdGkaAskQNsHF3Ca/oKi6HtfIgOFgRbtQ4H8gvYfFO1LAkg9pONiCHKG5AzPfOc730dCiU0IeQqHhBFBmqM6jhgl7JhQAHpIKIW7EvZgnxDBZQlfY7bM3VZoh3Y9tMv2Lx7fuweH57+3IcS5QMjFGVzAGamQ3dF2CiQZdgVQBozCQwUA3lbxHVxIPiESY9KESBK7y4FJbB9Iwc9NT2XdtG3qCU1VOKlAWeNOC7qeazu8Bf1wWO73BsvQr5UDnoeyG7rloNa3e4MQ/qVblv7BWNuzvFm3fmkwHv83ugNntn6+pFvP97up9BbrdxZvPLd1eK7j1jnGe0EJPCNJcov8nPya/JZ8Sr49uj+olW2JM9gllNFTwjg71YALfqqCUMQpURLKKUnoiVOig35KIAlEBnKCO5PkCZFl6YhIsnQA5JOnH3/04U9+/KMf/uD7j995dPKN7a1qxc8JTpKgG7i1alCvDTJedzjwBC9XO71hrY5tsA7dsJvx4jboZgbDuBWhAALDEJ7rxNevWhlXqbehHs/NdJyvJmJbpt3h4GXr9+I3AmFAOZoT4KgcRAtkOr0Bguzw2hB7UQdRBWKYwhCqruLZNC5IM+IC5QqSgwtdtcwpK3wztKY8NcUSVFI48gWkpuB60nLSdrFq52eCXKpSKnkpXed8E7+kmCnNdP1Eq5Xw01bSMhUu5JKa1G1Xk6e4r2o+n5I11zAsUVpJ+alS6axUwusojiUO5enmgsJV065kMB7GFUM3Td3QqYRMhUzFNlWuLGzOlIte1kyriqpQxqiiWo7tecVCetrxEoaaYDJD8smSphoJzyo0qxqXcT5Em8AsK9Vpx/fx8P0cHlGfsIsvLz7Hx38hBtkmO2R9tGICoVcy0aeRKzKRKXlIkM3fIzKWg4yUAEmCCUFckBIgHWxf3RgvzA8qXc4zrWobWhBw1/HC7mDYH0bU7np54N5wDaKMckwVprEAyI+ojzluA2YSM4tY1vp1zBNmLgN36LBOm51evTmgsq4yPQE2T2WdZuPeq6Vam4FRfLqSyohU9vqdSS6nrlw5+NP6FWmU34DWo8nk0dzfmp3Ls61ev5441pK2+KsmePr2d6vlrO1NvxHOzGwPsiJdUjRmL88vvPt+fT473vpH6BUDs3Xn0Z05QqSLc6z9Jaz9FumTVbJGNkdXcjZnqCX/hwaw+t8mXGDBc4YSgJUSSYB8hJUjH7Tnli8PB93OXL/db1Q9X+Feq9qJdioynmMCDyKSCx7MQ623TiOAECdEpwhRAdU7AXe87qBX82JUPEfAgmr5xeVjVWVqVlX61h5eJFXdd4blnCF4zrXmLWu54vq/mq7VerWa/9be3lt7H/whlUk54hhfZqqq9HBavMC+I2Vs100KI2kA5A3x51qvWu3Vnl2Ppl0nNNa/c/iMjMkGeWW0vwQyTwCVV7FmKNslMqdIsocCYWCopogAQVnlJ7HeTiK9PSJI4gNKwk6zUQnctJkUMhnTsRLpYAf3FBUuykMBkDL9XqSDLtb7OgzqNZTGMK5i1MThGu334odeMVKuTBuix+TiwZMnDyqVlEiJirO699r24XFPYzLl9tXF7mK77GQlpovAyUuU+hju1u0nD+CzJ5//JpHzrybTJ3vLkzdX9zymOUI4xe7OsLV0kHe02YKG4CUcWXrXzVQK79948IS80Ncz+DdyokEWyTWySybkDnlv9I6DmCArJG5w6T4xVG6o3yEJUCChYPkQLjF+YmL5UE2mJ0lQddBA1Y7RYBQByokFAg1pghdBjrBHDlaW5mYnrx7e/tqtm68c3Ni/vjleurZyLezMLs4t2tWq27D5VKu6BAX6Ap5+DwUxOr8cLIMoR9AJ7mTqSxGfYnBFBGAax9Gw/vJGCB00HrfcL/fDfuiCSKdTX7+1tRvOTnAFI1xpdfY/bM3O53Pp1CiXttq1XNqca8yHxaasVYKlUZ9cbGzM4PGpnap64fXFRliY4rmUZsF6s1dt5GY7M7Nu2jcvp62Z5k0vXZy9cf6fRikbFCCR7lTaYAQbG8F4TGLOPYObiLFCnMh1I6NGuxVsB2kmRV6LkILEDglwkFCPjrEUqXyINkXvYmFSNHcnnbIt00hGvovrKBHbhn1RH2ZE3R2G9owd7Tfslz8KG4/fa/Qu3z7/4y3/n7nXvuzF4y8+Of879IfPn8fxkFL8D3CJtMnWaDzXbBRRZuVc1rUlJmnwohIk+RR/ASQ0V8pOkf9os1gVsVRGOQVyUPHLdlDnfBqJz4XroGsFdVTKIYrAi8sqeJkoe/EZuY8+ycVgCBeZ/Pjj1+/uKPbO5WCg6YqZrCw4uXnz9k/Z6tylYt3Xg0IBfhm4yZ2fvTEPl6BRokxZqtEELQ2nc/e5rrfWZhS75khJ3A+9OCdPUePPMLLXSWvUmACGuRtHzTBeOJVQ3ci3GDm4sbrSqNkGOWJHPAJxCYJYtFGyUKuWYYjlGAv6GvTrsR9HzoyhF6gBrk8LdA2wmNchxN8CEdMxNnJuUl5vR+8IbkL5C2Vqczq/allMooKxa1wWCcubUoQMijBllUlmx7GEgtGhMWsZK4/I72Uk3uaJ6RxATRfoi1tmWvM9S0V3ShZ/R32/8M1yWZXwfw0kNZ+rTctS1bayCZWBSqnAT9nGTJKmFEORpHxuBQ2fafaamgzSUwDlrJFEHWNJMePwTEJTZKz//wFiHl1QAHicY2BkYGAA4r8pHILx/DZfGeSZGEDgokrUMRj9//f/A0wsjCeBXA4GsDQANl0L+nicY2BkYGA8+f8Agx4Tw//fDAxMLAxAERTADQCAcwTHeJxj2M0gyAACqxgYGP8zMDAxgOj/vxlN//9j/AdkfwLiQIjc/38A+IoM5wAAAAAoACgAKACAAZgCJgKoAzAD4gQqBJQFMgAAAAEAAAAMAJ0ABgAAAAAAAgAiADIAdwAAAIkAeAAAAAB4nI2Pz2rCQBDGv/UftEjpUXqa3hRM2MR68WYVzwXBewjbuKiJbHLx1hdo7z31DfpufYN+iVvwUnBhmN/MfrPzLYA7fEPhfB6x9KzQx5vnFrr49NzGED+eO+irJ89d3KvUc4/9DypV54bVczNVs8IAr55buMW75zZe8OW5g4F68NyFqLnnHvsVFihwxAkOFhm2qCD0k2LEHEMjwhRj8pyKCgYH8hoJZwz1FjmwKI4nZ7NtJcN0JLGOpmOZu8ocZJ0cTWYpKbklpTrBHgHDYsf5khdFapN9sLc7w+riwndWHMy5uM6OC01jK6QxwYzx38Pn24i6ABPG31ewKvJqVbjMSBxqmcmlAZaRDiZB/YWrPW/YdGzbxqlwT70pbHLtEhvjSlvkonUUaq3l2pd/AdsaXukAAHicY2BiAIP/BxgkGbABHiBmZGBiZGJkZmRhZGVkY2Rn5GDkZORiL83LdDM0MITSRlDaGEqbQGlTKG0Gpc2htAWUtgQAymEV0HicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZ2Jw2MTAyaIEYm7mZGDkgLH4GMIvdaRczA1CaE8jmcNrF4ABhMzO4bFRh7AiM2ODQEbGROcVloxqIt4ujgYGRxaEjOSQCpCQSCDbzMjHyaO1g/N+6gaV3IxNQH2uKCwBlrSSbAAAA") format("woff");font-weight:400;font-style:normal}.social-likes__icon_facebook:before{content:"\f101"}.social-likes__icon_github:before{content:"\f102"}.social-likes__icon_mailru:before{content:"\f103"}.social-likes__icon_odnoklassniki:before{content:"\f104"}.social-likes__icon_pinterest:before{content:"\f105"}.social-likes__icon_plusone:before{content:"\f106"}.social-likes__icon_single:before{content:"\f107"}.social-likes__icon_twitter:before{content:"\f108"}.social-likes__icon_vkontakte:before{content:"\f109"}.social-likes{min-height:36px;margin:-.5em;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.social-likes,.social-likes_single-w{line-height:1.5}.social-likes,.social-likes__widget_single{font-size:14px}.social-likes__widget{margin:.5em;line-height:1.5;border:0;text-align:left;cursor:pointer}.social-likes__button,.social-likes__counter{box-sizing:border-box;font-family:"Helvetica Neue",Arial,sans-serif;vertical-align:baseline;color:#fff}.social-likes__button{padding:.04em .7em .18em 1.65em;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-likes__icon{top:0;left:.21em;font-family:"social-likes";font-weight:400;font-style:normal;speak:none;text-transform:none;font-size:1.15em;vertical-align:baseline}.social-likes__counter{padding-right:.5em;font-weight:400;font-size:.85em}.social-likes_vertical .social-likes__widget{min-width:13em}.social-likes_vertical .social-likes__counter{position:absolute;top:0;right:0;margin-top:.3em}.social-likes_light .social-likes__widget{min-width:0;background:0 0}.social-likes_light .social-likes__button,.social-likes_single-light+.social-likes__button{min-width:0;padding-left:1.35em;font-weight:400;text-decoration:underline;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}.social-likes_light .social-likes__icon{margin-top:-.1em;margin-left:-.25em}.social-likes_light .social-likes__counter,.social-likes_single-light+.social-likes__button+.social-likes__counter{position:static;margin-top:0;color:#999}.social-likes_notext .social-likes__button{width:1.85em}.social-likes_notext .social-likes__icon{margin-left:.1em}.social-likes_notext.social-likes_light,.social-likes_notext.social-likes_light .social-likes__widget,.social-likes_notext.social-likes_light .social-likes__icon{margin:0;left:0}.social-likes_notext.social-likes_light .social-likes__button{width:1.4em;padding-left:0}.social-likes_single{margin-top:-1.2em;padding:.5em;background:#fff;border:1px solid #ddd}.social-likes__widget_single{height:1.7em;margin:0;padding:.1em 0;line-height:1.5;background:#007aff}.social-likes_single-light+.social-likes__widget_single{color:#007aff}.social-likes__icon_single{left:.4em;font-size:1.1em}.social-likes__widget_facebook{background:#3d5b95}.social-likes_light .social-likes__button_facebook{color:#3d5b95}.social-likes__icon_facebook{left:.25em;top:.05em;font-size:1.1em}.social-likes_notext .social-likes__icon_facebook{margin-left:.15em}.social-likes__widget_twitter{background:#24aadd}.social-likes_light .social-likes__button_twitter{color:#24aadd}.social-likes__icon_twitter{top:.1em;left:.25em}.social-likes_light .social-likes__icon_twitter{left:.1em}.social-likes__widget_plusone{background:#d23e30}.social-likes_light .social-likes__button_plusone{color:#d23e30}.social-likes_notext .social-likes__icon_plusone{margin-left:0}.social-likes__icon_plusone{left:.25em}.social-likes_light .social-likes__icon_plusone{margin-top:0}.social-likes__widget_mailru{background:#00468c}.social-likes_light .social-likes__button_mailru{color:#00468c}.social-likes__icon_mailru{left:.25em}.social-likes_light .social-likes__icon_mailru{left:.1em}.social-likes_notext .social-likes__icon_mailru{margin-left:.075em}.social-likes__widget_vkontakte{background:#587e9f}.social-likes_light .social-likes__button_vkontakte{color:#587e9f}.social-likes__icon_vkontakte{top:.2em;left:.25em}.social-likes__widget_odnoklassniki{background:#f59310}.social-likes_light .social-likes__button_odnoklassniki{color:#f59310}.social-likes__icon_odnoklassniki{left:.4em}.social-likes_light .social-likes__icon_odnoklassniki{left:.25em}.social-likes_notext.social-likes_light .social-likes__button_odnoklassniki{width:1em}.social-likes__widget_pinterest{background:#cb132d}.social-likes_light .social-likes__button_pinterest{color:#cb132d}.social-likes_light .social-likes__icon_pinterest{left:.1em}

/* ---------------------------------------------------------
 MODULE FILENAME:/slider/css/main.css

*/

.module-slider.single {
  width: 100%;
  height: 445px;
  position: relative;
  background: #e1e1e1;
}
/*
.module-slider.single:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  height: 445px;
  background: #000000;
  width: 50%;
}
*/

.module-slider.single .module-slider-area {
  width: 984px;
  margin: 0 auto;
  height: 445px;
}
.module-slider.single .module-slider-area .module-slider-left {
  width: 672px;
  overflow: hidden;
  height: 100%;
  position: relative;
  float: left;
  z-index: 1;
}
.module-slider.single .module-slider-area .module-slider-left .module-slider-1 {
  width: 999999px;
  height: 100%;
  position: relative;
}
.module-slider.single .module-slider-area .module-slider-left .module-slider-1 li {
  float: left;
  width: 672px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.module-slider.single .module-slider-area .module-slider-left .module-slider-1:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-slider.single .module-slider-area .module-slider-right {
  width: 312px;
  overflow: hidden;
  height: 100%;
  position: relative;
  background: #000;
  float: left;
  z-index: 1;

  animation-duration: 1s;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-menu {
  height: 6px;
  position: absolute;
  width: 50%;
  bottom: 46px;
  left: 50px;
  z-index: 2;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-menu li {
  margin: 0 27px 0 0;
  float: left;
  width: 6px;
  height: 6px;
  background: #4d4d4d;
  cursor: pointer;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-menu li.active,
.module-slider.single .module-slider-area .module-slider-right .module-slider-menu li:hover {
  background: #ffffff;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-menu:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-2 {
  width: 320px;
  height: 100%;
  overflow: hidden;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-2 > ul {
  width: 320px;
  height: 100%;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-2 > ul li {
  position: absolute;
  top: 0;
  left: 0;
  padding: 85px 0 0 50px;
  height: 100%;
  width: 320px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-2 > ul li.active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-2 > ul li h2 {
  font-size: 36px;
  color: #ffffff;
  line-height: 42px;
  font-weight: 400;
  max-height: 250px;
  position: relative;
  padding: 0 0 40px 0;

  position: absolute;
  z-index:1;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-2 > ul li h2:after {
  content: '';
  display: block;
  width: 106px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.module-slider.single .module-slider-area .module-slider-right .module-slider-2 > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-slider.single .module-slider-area .module-slider-buttons {
  height: 59px;
  position: absolute;
  width: 984px;
}
.module-slider.single .module-slider-area .module-slider-buttons li {
  margin: 0;
  width: 59px;
  height: 59px;
  cursor: pointer;
  position: absolute;
  top: 340px;
  z-index: 5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-slider.single .module-slider-area .module-slider-buttons li.prev {
  left: -100px;
  background: url('/pages/_modules/slider/css/../images/module-slider-prev-white.png') center no-repeat;
}
.module-slider.single .module-slider-area .module-slider-buttons li.prev:hover {
  background: url('/pages/_modules/slider/css/../images/module-slider-prev-black.png') center no-repeat;
}
.module-slider.single .module-slider-area .module-slider-buttons li.next {
  right: -100px;
  background: url('/pages/_modules/slider/css/../images/module-slider-next-gray.png') center no-repeat;
}
.module-slider.single .module-slider-area .module-slider-buttons li.next:hover {
  background: url('/pages/_modules/slider/css/../images/module-slider-next-white.png') center no-repeat;
}
.module-slider.single .module-slider-area .module-slider-buttons:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-slider.multiple {
  background: #f1f1f1;
  width: 100%;
}
.module-slider.multiple.padding-bottom {
  padding: 0 0 50px 0;
}
.module-slider.multiple .module-slider-area {
  width: 984px;
  margin: 0 auto;
}
.module-slider.multiple .module-slider-area .title {
  padding: 34px 0 22px 0;
  font-size: 18px;
  line-height: normal;
  height: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.module-slider.multiple .module-slider-area .module-slider-buttons {
  height: 59px;
  position: absolute;
  width: 984px;
}
.module-slider.multiple .module-slider-area .module-slider-buttons li {
  margin: 0;
  width: 59px;
  height: 59px;
  cursor: pointer;
  position: absolute;
  top: 120px;
  z-index: 5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-slider.multiple .module-slider-area .module-slider-buttons li.prev {
  left: -100px;
  background: url('/pages/_modules/slider/css/../images/module-slider-prev-white.png') center no-repeat;
}
.module-slider.multiple .module-slider-area .module-slider-buttons li.prev:hover {
  background: url('/pages/_modules/slider/css/../images/module-slider-prev-black.png') center no-repeat;
}
.module-slider.multiple .module-slider-area .module-slider-buttons li.next {
  right: -100px;
  background: url('/pages/_modules/slider/css/../images/module-slider-next-white.png') center no-repeat;
}
.module-slider.multiple .module-slider-area .module-slider-buttons li.next:hover {
  background: url('/pages/_modules/slider/css/../images/module-slider-next-black.png') center no-repeat;
}
.module-slider.multiple .module-slider-area .module-slider-buttons:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-slider.multiple .module-slider-area .module-slider-block {
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 368px;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul {
  width: 99999px;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li {
  height: 368px;
  width: 314px;
  margin: 0 21px 0 0;
  float: left;
  background: #ffffff;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a {
  height: 322px;
  padding: 23px;
  width: 268px;
  display: block;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a .image {
  width: 268px;
  height: 268px;
  position: relative;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a .image img {
  display: block;
  width: 268px;
  height: 268px;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a .image .info-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 65px;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a .image .info-text time {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a:hover .image .info-text {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text {
  padding: 20px 0 0 0;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .name,
.module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .price {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  float: left;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .price {
  float: right;
}
.module-slider.multiple .module-slider-area .module-slider-block > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dark .module-slider.single {
  background: #4a4a4a;
}
.dark .module-slider.multiple {
  background: #333;
}
.dark .module-slider.multiple .module-slider-area .title {
  color: #fff;
}
.dark .module-slider.multiple .module-slider-area .module-slider-block > ul li {
  background: #000000;
}
.dark .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .name,
.dark .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .price {
  color: #ffffff;
}
.dark .module-slider.multiple .module-slider-area .module-slider-block > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
@media (min-width: 1350px) {
  .module-slider.single .module-slider-area {
    width: 1100px;
  }
  .module-slider.single .module-slider-area .module-slider-left {
    width: 739px;
  }
  .module-slider.single .module-slider-area .module-slider-left .module-slider-1 li {
    width: 739px;
  }
  .module-slider.single .module-slider-area .module-slider-right {
    width: 361px;
  }
  .module-slider.single .module-slider-area .module-slider-right .module-slider-2 li {
    width: 361px;
  }
  .module-slider.single .module-slider-area .module-slider-buttons {
    width: 1100px;
  }
  .module-slider.multiple .module-slider-area {
    width: 1100px;
  }
  .module-slider.multiple .module-slider-area .module-slider-buttons {
    width: 1100px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block {
    height: 245px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li {
    height: 245px;
    width: 209px;
    margin: 0 21px 0 0;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a {
    height: 215px;
    padding: 15px;
    width: 179px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a img {
    max-height: 179px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text {
    padding: 10px 0 0 0;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .name,
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .price {
    font-size: 11px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .module-slider.multiple .module-slider-area .module-slider-block {
    height: 245px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li {
    height: 245px;
    width: 209px;
    margin: 0 14px 0 0;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a {
    height: 215px;
    padding: 15px;
    width: 179px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .image {
    width: 179px;
    height: 179px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .image img {
    width: 179px;
    height: 179px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text {
    padding: 10px 0 0 0;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .name,
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .price {
    font-size: 11px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
}
@media (min-width: 1900px) {
  .module-slider.single .module-slider-area {
    width: 1654px;
  }
  .module-slider.single .module-slider-area .module-slider-left {
    width: 1071px;
  }
  .module-slider.single .module-slider-area .module-slider-left .module-slider-1 li {
    width: 1071px;
  }
  .module-slider.single .module-slider-area .module-slider-right {
    width: 583px;
  }
  .module-slider.single .module-slider-area .module-slider-right .module-slider-2 li {
    width: 583px;
  }
  .module-slider.single .module-slider-area .module-slider-buttons {
    width: 1654px;
  }
  .module-slider.multiple .module-slider-area {
    width: 1654px;
  }
  .module-slider.multiple .module-slider-area .module-slider-buttons {
    width: 1654px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block {
    height: 245px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li {
    height: 245px;
    width: 209px;
    margin: 0 21px 0 0;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a {
    height: 215px;
    padding: 15px;
    width: 179px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a img {
    max-height: 179px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text {
    padding: 10px 0 0 0;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .name,
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .price {
    font-size: 11px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .module-slider.multiple .module-slider-area .module-slider-block {
    height: 368px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li {
    height: 368px;
    width: 314px;
    margin: 0 21px 0 0;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a {
    height: 322px;
    padding: 23px;
    width: 268px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .image {
    width: 268px;
    height: 268px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .image img {
    width: 268px;
    height: 268px;
    max-height: 268px;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text {
    padding: 20px 0 0 0;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .name,
  .module-slider.multiple .module-slider-area .module-slider-block > ul li a .module-slider-text .price {
    font-size: 14px;
    font-weight: 400;
  }
  .module-slider.multiple .module-slider-area .module-slider-block > ul:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
}
@media (max-width: 1200px) {
  .wrapper .module-slider.single .module-slider-area .module-slider-buttons li.prev,
  .wrapper .module-slider.multiple .module-slider-area .module-slider-buttons li.prev {
    left: -80px;
  }
  .wrapper .module-slider.single .module-slider-area .module-slider-buttons li.next,
  .wrapper .module-slider.multiple .module-slider-area .module-slider-buttons li.next {
    right: -80px;
  }
}






slider-news-one




/* ---------------------------------------------------------
 MODULE FILENAME:/product_exhibition/css/exhibition.css

*/

/* part from module author */
.module-artist {
  width: 100%;
  padding: 0;
}
.module-artist .module-artist-area {
  width: 984px;
  background: #fff;
  margin: 0 auto 50px auto;
  min-height: 400px;
  padding: 22px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-artist .module-artist-area .artist-column {
  width: 280px;
  height: auto;
  display: block;
  float: left;
  margin: 0 22px 22px 0;
  position: relative;
}
.module-artist .module-artist-area .artist-column .image {
  width: 100%;
/*  height: 100%; */
  display: block;
}
.module-artist .module-artist-area .text {
  overflow: hidden;
  display: block;
  padding: 25px 25px 22px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #eeeeee;
  height: auto;
  position: relative;
}
.module-artist .module-artist-area .text .all-artists {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: auto;
  color: #009bff;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-artist .module-artist-area .text .all-artists:hover {
  border-color: #009bff;
}
.module-artist .module-artist-area .text .images {
  position: relative;
  overflow: hidden;
/*  height:350px;*/ /* 256 + 50*/
/*	width:10000px;*/
}
.module-artist .module-artist-area .text .images > ul {
  display: block;
  background: #fff;
  padding: 24px;
  margin: 20px 0;

width:10000px;
}
.module-artist .module-artist-area .text .images > ul li {
  width: 256px;
  height: 256px;
  display: block;
  float: left;
}




/*
@media (min-width: 1350px) {

	

  .module-artist .module-artist-area {
    width: 1100px;
  }
}
@media (min-width: 1900px) {

	.module-artist .module-artist-area .text .images > ul li
	{
		width:300px;
		height:300px;
	}

}
*/






.module-artist .module-artist-area .text .images > ul li {
  margin: 0 0 0 24px;
}

.module-artist .module-artist-area .text .images > ul li img
{
	margin-left:-24px;
}


/*
.module-artist .module-artist-area .text .images > ul li:nth-child(2) {
  margin: 0 0 0 24px;
}
*/

.module-artist .module-artist-area .text .images > ul li img {
  width: 100%;
  height: 100%;
}
.module-artist .module-artist-area .text .images > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-artist .module-artist-area .artist-text-styles > *,
.module-artist .module-artist-area .artist-text-styles > p a {
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
.module-artist .module-artist-area .artist-text-styles h2,
.module-artist .module-artist-area .artist-text-styles h3,
.module-artist .module-artist-area .artist-text-styles h4,
.module-artist .module-artist-area .artist-text-styles h5,
.module-artist .module-artist-area .artist-text-styles h6 {
  font-size: 18px;
  font-weight: 400;
  color: #ff3300;
  line-height: 25px;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.module-artist .module-artist-area .artist-text-styles > p a {
/*  display: inline-block;*/  /* why this broke font size under mobile ???  */
  text-decoration: none;
}
.module-artist .module-artist-area .artist-text-styles > p a:hover {
/*  text-decoration: underline; */
}
.module-artist .module-artist-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dark .module-artist .module-artist-area {
  background: #000;
}
.dark .module-artist .module-artist-area .text {
  background: #272626;
}
.dark .module-artist .module-artist-area .text .images > ul {
  background: #333;
}
.dark .module-artist .module-artist-area .artist-text-styles > *,
.dark .module-artist .module-artist-area .artist-text-styles > p a {
  color: #fff;
}
.dark .module-artist .module-artist-area .artist-text-styles h2,
.dark .module-artist .module-artist-area .artist-text-styles h3,
.dark .module-artist .module-artist-area .artist-text-styles h4,
.dark .module-artist .module-artist-area .artist-text-styles h5,
.dark .module-artist .module-artist-area .artist-text-styles h6 {
  color: #ff3300;
}
@media (min-width: 1350px) {
  .module-artist .module-artist-area {
    width: 1100px;
  }
}
@media (min-width: 1900px) {
  .module-artist .module-artist-area {
    width: 1654px;
  }
}



.module-artist .author_products_block
{
	background:white; padding:24px; margin-top:20px;
}

.dark .module-artist .author_products_block
{
	background:black;
}



/* part from module news */




.module-news {
  width: 100%;
  padding: 0;
}
.module-news .module-news-area {
  width: 984px;
  background: #fff;
  margin: 0 auto;
/*  min-height: 400px; */
  padding: 22px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-news .module-news-area > ul {
  display: block;
}
.module-news .module-news-area > ul > li {
  display: block;
}
.module-news .module-news-area .image {
  width: 206px;
  height: 206px;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 22px 22px 0;
  position: relative;
}
.module-news .module-news-area .image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-news .module-news-area .image:hover:before {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.module-news .module-news-area .image img {
  width: 100%;
  height: 100%;
  display: block;
}
.module-news .module-news-area .text {
  background: #eeeeee;
  height: 228px;
  overflow: hidden;
  display: block;
  padding: 25px 25px 22px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-news .module-news-area .text .date {
  font-size: 14px;
  color: #666;
  height: 15px;
}
.module-news .module-news-area .text > h2 {
  font-size: 18px;
  font-weight: 400;
  color: #ff3300;
  line-height: 25px;
  max-height: 50px; 
  padding: 25px 0 0 0;
  overflow: hidden;
}
.module-news .module-news-area .text > h2 > a {
  font-size: 18px;
  font-weight: 400;
  color: #ff3300;
  text-decoration: none;
  display: inline;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-news .module-news-area .text > h2 > a:hover {
  border-color: #ff3300;
}
.module-news .module-news-area .text p,
.module-news .module-news-area .text p a {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.module-news .module-news-area .text p a {
  display: inline-block;
  text-decoration: none;
}
.module-news .module-news-area .text p a:hover {
/*  text-decoration: underline;*/
}
.module-news .module-news-area .text p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.module-news .module-news-area .text .lead
{
  height: 96px;
  overflow: hidden;
}


.module-news .module-news-area .text > * {
  width: 78%;
}
.module-news .module-news-area .text .socials,
.module-news .module-news-area .text .social-likes
{
  padding: 100px 0 0 0;
  text-align:right;
  margin:0;
  margin-right:-7px;
}

.module-news .module-news-area .text .social-likes .social-likes__widget
{
	margin:0 0 0 20px;
}


.module-news .module-news-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-news.one .module-news-area {
  margin-bottom: 50px;
  min-height: auto;
}








.module-news.one .module-news-area .text {
  background: #eeeeee;
  height: auto;
  position: relative;
}
.module-news.one .module-news-area .text > * {
  width: 100%;
}
.module-news.one .module-news-area .text p {
  height: auto;
}
.module-news.one .module-news-area .text .all-news {
  display: block;
  position: absolute;
  right: 22px;
  width: auto;
  color: #009bff;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-news.one .module-news-area .text .all-news:hover {
  border-color: #009bff;
}
.module-news.one .module-news-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dark .module-news .module-news-area {
  background: #000;
}
.dark .module-news .module-news-area .text {
  background: #272626;
}
.dark .module-news .module-news-area .text p,
.dark .module-news .module-news-area .text p a {
  color: #fff;
}
@media (min-width: 1350px) {
  .module-news .module-news-area {
    width: 1100px;
  }
}
@media (min-width: 1900px) {
  .module-news .module-news-area {
    width: 1654px;
  }
}


.module-news.list .lead
{
	padding-top:10px;
/*	font-weight:bold; */
}

.module-news.one .lead
{
	padding-top:10px;
	font-weight:bold;
}



/* ---------------------------------------------------------
 MODULE FILENAME:/product/css/orders.css

*/

.module-orders {
  width: 100%;
  padding: 0;
}
.module-orders .module-orders-area {
  width: 984px;
  background: #fff;
  margin: 0 auto 50px auto;
  min-height: 400px;
  padding: 25px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-orders .module-orders-area .module-orders-block {
  width: 100%;
  min-height: 350px;
  padding: 25px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #eeeeee;
}
.module-orders .module-orders-area .module-orders-block .right {
  width: 737px;
  padding: 0 25px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-orders .module-orders-area .module-orders-block .right > h2 {
  font-size: 24px;
  color: #000;
  line-height: normal;
  font-weight: 400;
  padding: 4px 0 30px 0;
}
.module-orders .module-orders-area .module-orders-block:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.orders-table {
  padding: 25px 35px;
  min-height: 490px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}
.orders-table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.orders-table table tr th,
.orders-table table tr td {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  vertical-align: top;
}
.orders-table table tr th {
  padding: 0 0 15px 0;
}
.orders-table table tr td {
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}
.orders-table table tr td img {
  width: 65px;
  height: 65px;
  display: inline-block;
}
.dark .module-orders .module-orders-area {
  background: #000;
}
.dark .module-orders .module-orders-area .module-orders-block {
  background: #272727;
}
.dark .module-orders .module-orders-area .module-orders-block .right > h2 {
  color: #fff;
}
.dark .orders-table {
  background: #333;
}
.dark .orders-table table tr th,
.dark .orders-table table tr td {
  color: #fff;
}
.dark .orders-table table tr td {
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 1350px) {
  .module-orders .module-orders-area {
    width: 1100px;
  }
  .module-orders .module-orders-area .module-orders-block .right {
    width: 853px;
  }
}
@media (min-width: 1900px) {
  .module-orders .module-orders-area {
    width: 1654px;
  }
  .module-orders .module-orders-area .module-orders-block .right {
    width: 1407px;
  }
}


/* ---------------------------------------------------------
 MODULE FILENAME:/product/css/main.css

*/

.module-work {
  width: 100%;
  padding: 0;
}
.module-work .module-work-area {
  width: 984px;
  background: #fff;
  margin: 0 auto 30px auto;
  min-height: 400px;
  padding: 22px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-work .module-work-area .module-work-links {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: -22px 0 0 -22px;
}
.module-work .module-work-area .module-work-links > a {
  width: 16px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module-work .module-work-area .module-work-links > a.prev {
  left: -80px;
  background: url('/pages/_modules/product/css/../images/work-prev.png') center no-repeat;
}
.module-work .module-work-area .module-work-links > a.prev:hover {
  background: url('/pages/_modules/product/css/../images/work-prev-hover.png') center no-repeat;
}
.module-work .module-work-area .module-work-links > a.next {
  right: -80px;
  background: url('/pages/_modules/product/css/../images/work-next.png') center no-repeat;
}
.module-work .module-work-area .module-work-links > a.next:hover {
  background: url('/pages/_modules/product/css/../images/work-next-hover.png') center no-repeat;
}








.module-work .module-work-area .module-work-slider {
  width: 622px;
  height: auto;
  overflow-x: hidden;
  float: left;
  position: relative;
}
.module-work .module-work-area .module-work-slider .module-work-zoom {
  width: 622px;
  /*height: 506px;*/
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  overflow: hidden;

  cursor: pointer;
}
.module-work .module-work-area .module-work-slider .module-work-zoom img {
  width: 200%;
  display: block;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.module-work .module-work-area .module-work-slider .module-work-slider-area {
  width: 622px;
  /*height: 506px;*/
  position: relative;

  overflow:hidden;
}
.module-work .module-work-area .module-work-slider .module-work-slider-area > ul {
  width: 999999px;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}
.module-work .module-work-area .module-work-slider .module-work-slider-area > ul li {
  width: 622px;
  /*height: 506px;*/
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;

/*  text-align:center;*/
  background:#eeeeee;

}


.dark .module-work .module-work-area .module-work-slider .module-work-slider-area > ul li
{
  background:#272626;
}


.module-work .module-work-area .module-work-slider .module-work-slider-area > ul li img {
/*  width: 100%;*/
/*  height: auto;*/
  display: block;
  margin:auto;

}
.module-work .module-work-area .module-work-slider .module-work-slider-area > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-work .module-work-area .module-work-slider .module-work-menu-area {
  width: 999999px;
  height: 90px;
  display: block;
  position: relative;
}
.module-work .module-work-area .module-work-slider .module-work-menu-area li {
  width: 87px;
  height: 87px;
  display: block;
  float: left;
  margin: 22px 22px 0 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module-work .module-work-area .module-work-slider .module-work-menu-area li.active {
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.module-work .module-work-area .module-work-slider .module-work-menu-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.module-work .module-work-area .right_part {
  float: right;
  display: block;
}

.module-work .module-work-area .text {

/*  float: right;*/
  overflow: hidden;
  display: block;
  padding: 25px 25px 22px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #eeeeee;
  width: 293px;
  height: 506px;
  position: relative;
  font-weight: 100;
  line-height: normal;
}
.module-work .module-work-area .text .top {
  height: 265px;
}
.module-work .module-work-area .text .top * {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.module-work .module-work-area .text .top .ttl {
  font-size: 18px;
  padding: 0 0 5px 0;
}
.module-work .module-work-area .text .top .category {
  color: #0099ff;
  font-size: 14px;
  padding: 0 0 5px 0;
}
.module-work .module-work-area .text .top .reference {
  padding: 5px 0 0 0;
  color: #999;
}
.module-work .module-work-area .text .top .price {
  font-size: 36px;
}
.module-work .module-work-area .text .work-button {
  height: 52px;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
}
.module-work .module-work-area .text .work-button a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  text-decoration: none;
}
.module-work .module-work-area .text .work-button a > span {
  height: 52px;
  display: inline-block;
  padding: 0 0 0 48px;
  position: relative;
  line-height: 52px;
  margin: 0 0 0 14px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module-work .module-work-area .text .work-button a > span > span {
  display: inline-block;
}
.module-work .module-work-area .text .work-button a > span > span:nth-child(2) {
  display: none;
}
.module-work .module-work-area .text .work-button a > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  left: 0;
  top: 50%;
  margin: -16px 0 0 0;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module-work .module-work-area .text .work-button.add-to-cart a > span:before {
  background: #eeeeee url('/pages/_modules/product/css/../images/add-to-cart.png') center no-repeat;
}
.module-work .module-work-area .text .work-button.add-to-cart a.active > span:before {
  background: #eeeeee url('/pages/_modules/product/css/../images/add-to-cart-active.png') center no-repeat;
}
.module-work .module-work-area .text .work-button.add-to-cart a.active > span > span:nth-child(2) {
  display: inline-block;
}
.module-work .module-work-area .text .work-button.add-to-cart a.active > span > span:nth-child(1) {
  display: none;
}
.module-work .module-work-area .text .work-button.add-to-like a > span:before {
  background: #eeeeee url('/pages/_modules/product/css/../images/add-to-like.png') center no-repeat;
}
.module-work .module-work-area .text .work-button.add-to-like a.active > span:before {
  background: #eeeeee url('/pages/_modules/product/css/../images/add-to-like-active.png') center no-repeat;
}
.module-work .module-work-area .text .work-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-clip: padding-box;
  background: #fff;
  margin: 0 15px 0 0;
  float: left;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px 0 0 0;
}
.module-work .module-work-area .text .work-circle span {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.module-work .module-work-area .text:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-work .module-work-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-work .module-work-desc {
  width: 984px;
  margin: 0 auto 50px auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-work .module-work-desc .clearfix .work-desc-title {
  float: left;
  padding: 10px 0 30px 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

/*
.module-work .module-work-desc .clearfix .socials{
  float: right;
  width: auto;
  padding: 0 20px 0 0;
}
*/


.module-work .module-work-desc .clearfix .social-likes 
{
  float: right;
  width: auto;
  padding: 0 0 0 0;
}






.module-work .module-work-desc .clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-work .module-work-desc .module-work-desc-area {
  clear: both;
  width: 984px;
  background: #fff;
  margin: 0;
  padding: 22px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-work .module-work-desc .module-work-desc-area .left {
  width: 622px;
  padding: 0 40px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-work .module-work-desc .module-work-desc-area .left .info {
  display: block;
}
.module-work .module-work-desc .module-work-desc-area .left .info li {
  display: block;
  padding: 12px 0 0 0;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
.module-work .module-work-desc .module-work-desc-area .left .info li span {
  width: 20%;
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.module-work .module-work-desc .module-work-desc-area .right {
  width: 293px;
}
.module-work .module-work-desc .module-work-desc-area .right img {
  width: 100%;
/*  height: 186px;*/
}
.module-work .module-work-desc .module-work-desc-area .work-desc-subtitle {
  font-size: 14px;
  line-height: normal;
  color: #000;
  font-weight: 400;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ededed;
}
.module-work .module-work-desc .module-work-desc-area .work-desc-subtitle span {
  color: #666;
}
.module-work .module-work-desc .module-work-desc-area .work-desc-title {
  float: left;
  padding: 10px 0 30px 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.module-work .module-work-desc .module-work-desc-area .socials {
  float: right;
  width: auto;
  padding: 0 20px 0 0;
}
.module-work .module-work-desc .module-work-desc-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dark .module-work .module-work-area {
  background: #000;
}
.dark .module-work .module-work-area .module-work-links > a.prev {
  background: url('/pages/_modules/product/css/../images/work-prev-dark.png') center no-repeat;
}
.dark .module-work .module-work-area .module-work-links > a.prev:hover {
  background: url('/pages/_modules/product/css/../images/work-prev-dark-hover.png') center no-repeat;
}
.dark .module-work .module-work-area .module-work-links > a.next {
  background: url('/pages/_modules/product/css/../images/work-next-dark.png') center no-repeat;
}
.dark .module-work .module-work-area .module-work-links > a.next:hover {
  background: url('/pages/_modules/product/css/../images/work-next-dark-hover.png') center no-repeat;
}




.dark .module-work .module-work-area .text {
  background: #272626;
  /*
				.work-button {
					background: #fff;

					a {
						span {
							color: #000;
						}
					}

					&.add-to-cart a {
						span {
							&:before {
								background: #eeeeee url('@{img}add-to-cart.png') center no-repeat;
							}
						}
					}

					&.add-to-like a {
						span {
							&:before {
								background: #eeeeee url('@{img}add-to-like.png') center no-repeat;
							}
						}
					}
				}

				.work-circle {
					background: #fff;

					span {
						color: #999;
					}
				}
*/
}
.dark .module-work .module-work-area .text .top * {
  color: #fff;
}
.dark .module-work .module-work-area .text .top .category {
  color: #0099ff;
}
.dark .module-work .module-work-area .text .top .reference {
  color: #999;
}
.dark .module-work .module-work-desc .clearfix .work-desc-title {
  color: #fff;
}
.dark .module-work .module-work-desc .module-work-desc-area {
  background: #000;
}
.dark .module-work .module-work-desc .module-work-desc-area .left .info li {
  color: #fff;
}
.dark .module-work .module-work-desc .module-work-desc-area .left .info li span {
  color: #fff;
}
.dark .module-work .module-work-desc .module-work-desc-area .work-desc-subtitle {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.dark .module-work .module-work-desc .module-work-desc-area .work-desc-subtitle span {
  color: #fff;
}
@media (min-width: 1350px) {
  .module-work .module-work-area {
    width: 1100px;
  }
  .module-work .module-work-area .module-work-slider {
    width: 691px;
  }
  .module-work .module-work-area .module-work-slider .module-work-zoom {
    width: 691px;
  }
  .module-work .module-work-area .module-work-slider .module-work-slider-area {
    width: 691px;
  }
  .module-work .module-work-area .module-work-slider .module-work-slider-area > ul li {
    width: 691px;
  }
  .module-work .module-work-area .text {
    width: 340px;
  }
/*
  .module-work .module-work-area .module-work-popup .module-work-popup-area .slider li {
    width: 1056px;
  }
*/
  .module-work .module-work-desc {
    width: 1100px;
  }
  .module-work .module-work-desc .module-work-desc-area {
    width: 1100px;
  }
  .module-work .module-work-desc .module-work-desc-area .right {
    width: 340px;
  }
}
@media (min-width: 1900px) {
  .module-work .module-work-area {
    width: 1654px;
  }
  .module-work .module-work-area .module-work-slider {
    width: 1024px;
  }
  .module-work .module-work-area .module-work-slider .module-work-zoom {
    width: 1024px;
  }
  .module-work .module-work-area .module-work-slider .module-work-slider-area {
    width: 1024px;
  }
  .module-work .module-work-area .module-work-slider .module-work-slider-area > ul li {
    width: 1024px;
  }
  .module-work .module-work-area .text {
    width: 561px;
  }
/*
  .module-work .module-work-area .module-work-popup .module-work-popup-area .slider li {
    width: 1610px;
  }
*/
  .module-work .module-work-desc {
    width: 1654px;
  }
  .module-work .module-work-desc .module-work-desc-area {
    width: 1654px;
  }
  .module-work .module-work-desc .module-work-desc-area .right {
    width: 561px;
  }
}



.module-work .text.auction_bid_block
{
	height:auto;
	margin-top:20px;
}

.module-work .module-work-area .text.auction_bid_block .top
{
	height:auto;
}

.auction_bid_block input[type="text"]
{
	height:30px;
	line-height:30px;
	color:black !important;
	padding-left:10px;
}

.auction_bid_block .button
{
	color:white !important;
}


/* ---------------------------------------------------------
 MODULE FILENAME:/product/css/filter.css

*/

.module-filter {
  width: 100%;
  padding: 0 0 50px 0;
}
.module-filter.filter .filter-area {
  width: 984px;
  background: #fff;
  margin: 0 auto;
  padding: 22px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-filter.filter .filter-area .filter-dropdown {
  min-width: 160px;
  height: 34px;
  background: #f3f3f3;
  margin: 0 22px 5px 0;
  position: relative;
  float: left;
}

.module-filter.filter .filter-area .filter-dropdown:not(.active) {
  overflow: hidden;
}
.module-filter.filter .filter-area .filter-dropdown > span {
  width: 100%;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  padding: 0 28px 0 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*
  background: #f3f3f3 url('/direct/images/dd-arrow-down.png') 135px center no-repeat;
  */
}


.module-filter.filter .filter-area .filter-dropdown > i
{
	display:block;
	position:absolute;
	top:13px;
	right:10px;
	width:12px;
	height:8px;
	background: #f3f3f3 url('/direct/images/dd-arrow-down.png') no-repeat center;
}

.module-filter.filter .filter-area .filter-dropdown.active > i
{
  background: #f3f3f3 url('/direct/images/dd-arrow-up.png') center no-repeat;
}



.module-filter.filter .filter-area .filter-dropdown > ul {
  background: #f3f3f3;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.module-filter.filter .filter-area .filter-dropdown > ul li {
  width: 100%;
  padding: 0 28px 0 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  white-space:nowrap;
}
.module-filter.filter .filter-area .filter-dropdown > ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-filter.filter .filter-area .filter-dropdown > ul li a:hover {
  border-color: #000;
}
.module-filter.filter .filter-area .filter-dropdown.hidden > ul {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 0;
  padding: 0;
}
.module-filter.filter .filter-area .filter-dropdown.active > ul {
  padding: 0 0 20px 0;
}
/*
.module-filter.filter .filter-area .filter-dropdown.active > span {
  background: #f3f3f3 url('/direct/images/dd-arrow-up.png') 135px center no-repeat;
}
*/
.module-filter.filter .filter-area .filter-colors {
  width: 100%;
  clear: both;
  height: 24px;
  display: block;
  padding: 20px 0 0 0;
}
.module-filter.filter .filter-area .filter-colors > li {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 0 0 7px;
  cursor: pointer;
  position: relative;
}
.module-filter.filter .filter-area .filter-colors > li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background: transparent;
  bottom: -10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-filter.filter .filter-area .filter-colors > li.active:after {
  background: #0196f2;
}
.module-filter.filter .filter-area .filter-colors > li:first-child {
  padding: 0 20px 0 14px;
  width: auto;
  margin: 0;
}
.module-filter.filter .filter-area .filter-colors > li:first-child:after {
  display: none;
}
.module-filter.filter .filter-area .filter-colors > li > span {
  font-size: 14px;
  color: #009bff;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.module-filter.filter .filter-area .filter-colors > li > span:hover {
  border-color: #009bff;
}
.module-filter.filter .filter-area .filter-colors > li > ul {
  width: 24px;
  display: block;
  height: 24px;
}
.module-filter.filter .filter-area .filter-colors > li > ul > li {
  width: 11px;
  display: block;
  height: 11px;
  float: left;
  cursor: pointer;
}
.module-filter.filter .filter-area .filter-colors > li > ul > li:nth-child(2),
.module-filter.filter .filter-area .filter-colors > li > ul > li:nth-child(4) {
  margin: 0 0 2px 2px;
}
.module-filter.filter .filter-area .filter-colors li {
  cursor: pointer;
  border-radius: 50%;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.module-filter.filter .filter-area .filter-colors li.color_white {
	box-shadow: 0px 0px 1px #888888;
}

.module-filter.filter .filter-area .filter-colors li.white {
  border: 1px solid #d1d1d1;
}
.module-filter.filter .filter-area .filter-colors li.gray {
  background: #ccc;
}
.module-filter.filter .filter-area .filter-colors li.dark-gray {
  background: #666;
}
.module-filter.filter .filter-area .filter-colors li.black {
  background: #000;
}
.module-filter.filter .filter-area .filter-colors li.brown {
  background: #996600;
}
.module-filter.filter .filter-area .filter-colors li.orange {
  background: #ff9900;
}
.module-filter.filter .filter-area .filter-colors li.light-orange {
  background: #ffcc99;
}
.module-filter.filter .filter-area .filter-colors li.yellow {
  background: #ffff00;
}
.module-filter.filter .filter-area .filter-colors li.light-yellow {
  background: #ccff00;
}
.module-filter.filter .filter-area .filter-colors li.light-green {
  background: #99cc33;
}
.module-filter.filter .filter-area .filter-colors li.green {
  background: #00cc00;
}
.module-filter.filter .filter-area .filter-colors li.green-blue {
  background: #33ffcc;
}
.module-filter.filter .filter-area .filter-colors li.blue {
  background: #00c6ff;
}
.module-filter.filter .filter-area .filter-colors li.dark-blue {
  background: #007eff;
}
.module-filter.filter .filter-area .filter-colors li.dark-violet {
  background: #6600ff;
}
.module-filter.filter .filter-area .filter-colors li.violet {
  background: #cc00ff;
}
.module-filter.filter .filter-area .filter-colors li.pink {
  background: #ff0099;
}
.module-filter.filter .filter-area .filter-colors li.red {
  background: #ff0000;
}
.module-filter.filter .filter-area .filter-colors:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}



.module-filter.filter .filter-area .filter-number-range {
	float:left;
	height:34px;

	padding:0 12px;
	background:#f3f3f3;

	margin: 0 22px 5px 0;
}

.dark .module-filter.filter .filter-area .filter-number-range
{
	background:#333;
	color:white;
}


.module-filter.filter .number_range_container
{
	float:left;
}

.module-filter.filter .filter-area .filter-number-range label
{
	height:34px;
	line-height:34px;
	font-size:13px;
}

.module-filter.filter .filter-area .filter-number-range label::first-letter {
  text-transform: uppercase;
}



.module-filter.filter .filter-area .filter-number-range label,
.module-filter.filter .filter-area .filter-number-range .number_range_container > div
{
	float:left;
	display:block;
}

.filter-number-range .number_range_from input,
.filter-number-range .number_range_till input
{
	width:30px;
	height:24px;
	text-align:center;
	border:1px solid #9e9e9e;
}

.filter-number-range .number_range_from
{
	margin-right:15px;
	padding-top:3px;
	margin-left:5px;
}

.filter-number-range .number_range_till
{
	margin-left:15px;
	padding-top:3px;
}




.filter-number-range .number_range
{
	margin-top:9px;
	width:170px;
}













.module-filter.filter .filter-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-filter.filter .filter-sort-type {
  margin: 20px auto 0 auto;
  display: block;
  width: 984px;
  padding: 0 0 10px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: normal;
}
.module-filter.filter .filter-sort-type li {
  float: left;
  padding: 0 2px;
  color: #000;
}
.module-filter.filter .filter-sort-type li span {
  font-size: 14px;
  color: #009bff;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.module-filter.filter .filter-sort-type li span:hover {
  border-color: #009bff;
}
.module-filter.filter .filter-sort-type li.active span {
  color: #000;
  cursor: default;
}
.module-filter.filter .filter-sort-type li.active span:hover {
  border-color: transparent;
}
.module-filter.filter .filter-sort-type:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-filter.filter:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-filter.list {
  width: 100%;
  padding: 0 0 50px 0;
}
.module-filter.list .list-area {
  width: 984px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.module-filter.list .list-area > ul {
  display: block;
  width: 1009px;
}
.module-filter.list .list-area > ul > li {
  width: 314px;
  height: 348px;
  background: #fff;
  padding: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  margin: 0 21px 25px 0;
  line-height: 15px;
}
.module-filter.list .list-area > ul > li.ajax-block {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.module-filter.list .list-area > ul > li.transition {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-filter.list .list-area > ul > li .image {
  width: 268px;
  height: 268px;
  display: block;
  margin: 0 0 20px 0;
  position: relative;
}
.module-filter.list .list-area > ul > li .image img {
  width: 268px;
  height: 268px;
  display: block;
}
.module-filter.list .list-area > ul > li .image .info-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 65px;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-filter.list .list-area > ul > li .image .info-text time {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
}
.module-filter.list .list-area > ul > li:hover .image .info-text {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.module-filter.list .list-area > ul > li .ttl {
  font-size: 14px;
  line-height: 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-filter.list .list-area > ul > li .ttl:hover {
  border-color: #000;
}
.module-filter.list .list-area > ul:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-filter.list .list-area.products > ul > li {
  height: 368px;
}
.module-filter.list .list-area.products > ul > li .text {
  padding: 5px 0 0 0;
}
.module-filter.list .list-area.products > ul > li .text .name,
.module-filter.list .list-area.products > ul > li .text .price,
.module-filter.list .list-area.products > ul > li .text .name a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.module-filter.list .list-area.products > ul > li .text .name,
.module-filter.list .list-area.products > ul > li .text .price {
  float: left;
}
.module-filter.list .list-area.products > ul > li .text .name a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
}
.module-filter.list .list-area.products > ul > li .text .name a:hover {
  border-color: #000;
}
.module-filter.list .list-area.products > ul > li .text .price {
  float: right;
}
.dark .module-filter.filter .filter-area {
  background: #272626;
}
.dark .module-filter.filter .filter-area .filter-dropdown {
  background: #333;
}
.dark .module-filter.filter .filter-area .filter-dropdown > span {
  color: #fff;
}

.dark .module-filter.filter .filter-area .filter-dropdown > i
{
  background: #333333 url('/direct/images/dd-arrow-down-white.png');
}

.dark .module-filter.filter .filter-area .filter-dropdown > ul {
  background: #333;
}
.dark .module-filter.filter .filter-area .filter-dropdown > ul li a {
  color: #fff;
}
.dark .module-filter.filter .filter-area .filter-dropdown > ul li a:hover {
  border-color: #fff;
}
.dark .module-filter.filter .filter-area .filter-dropdown.active > i
{
  background: #333333 url('/direct/images/dd-arrow-up-white.png');
}



.dark .module-filter.filter .filter-area .filter-colors > li.active:after {
  background: #0196f2;
}
.dark .module-filter.filter .filter-sort-type li {
  color: #000;
}
.dark .module-filter.filter .filter-sort-type li.active span {
  color: #000;
}
.dark .module-filter.list .list-area > ul > li {
  background: #000;
}
.dark .module-filter.list .list-area > ul > li .ttl {
  color: #fff;
}
.dark .module-filter.list .list-area > ul > li .ttl:hover {
  border-color: #fff;
}
.dark .module-filter.list .list-area.products > ul > li .text .name,
.dark .module-filter.list .list-area.products > ul > li .text .price,
.dark .module-filter.list .list-area.products > ul > li .text .name a {
  color: #fff;
}
.dark .module-filter.list .list-area.products > ul > li .text .name a:hover {
  border-color: #fff;
}
@media (min-width: 1350px) {
  .module-filter.filter .filter-area {
    width: 1100px;
  }
  .module-filter.filter .filter-sort-type {
    width: 1100px;
  }
  .module-filter.list .list-area {
    width: 1100px;
  }
  .module-filter.list .list-area > ul {
    width: 1125px;
  }
  .module-filter.list .list-area > ul > li {
    width: 209px;
    height: 225px;
    padding: 15px;
    margin: 0 14px 15px 0;
    line-height: normal;
  }
  .module-filter.list .list-area > ul > li .image {
    width: 179px;
    height: 179px;
    margin: 0 0 3px 0;
  }
  .module-filter.list .list-area > ul > li .image img {
    width: 179px;
    height: 179px;
  }
  .module-filter.list .list-area > ul > li .ttl {
    font-size: 11px;
    line-height: 12px;
  }
  .module-filter.list .list-area > ul:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .module-filter.list .list-area.products > ul > li {
    height: 245px;
  }
  .module-filter.list .list-area.products > ul > li .text {
    padding: 5px 0 0 0;
  }
  .module-filter.list .list-area.products > ul > li .text .name,
  .module-filter.list .list-area.products > ul > li .text .price,
  .module-filter.list .list-area.products > ul > li .text .name a {
    font-size: 11px;
  }
}
@media (min-width: 1900px) {
  .module-filter.filter .filter-area {
    width: 1654px;
  }
  .module-filter.filter .filter-sort-type {
    width: 1654px;
  }
  .module-filter.list .list-area {
    width: 1654px;
  }
  .module-filter.list .list-area > ul {
    width: 1679px;
  }
  .module-filter.list .list-area > ul > li {
    width: 314px;
    height: 348px;
    padding: 21px;
    margin: 0 21px 25px 0;
    line-height: 15px;
  }
  .module-filter.list .list-area > ul > li .image {
    width: 268px;
    height: 268px;
    display: block;
    margin: 0 0 20px 0;
  }
  .module-filter.list .list-area > ul > li .image img {
    width: 268px;
    height: 268px;
    display: block;
  }
  .module-filter.list .list-area > ul > li .ttl {
    font-size: 14px;
    line-height: 15px;
  }
  .module-filter.list .list-area.products > ul > li {
    height: 368px;
  }
  .module-filter.list .list-area.products > ul > li .text {
    padding: 5px 0 0 0;
  }
}


/* ---------------------------------------------------------
 MODULE FILENAME:/product/css/details.css

*/

.module-details {
  width: 100%;
  padding: 0;
}
.module-details .module-details-area {
  width: 984px;
  background: #fff;
  margin: 0 auto 50px auto;
  min-height: 400px;
  padding: 25px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-details .module-details-area .module-details-block {
  width: 100%;
  min-height: 350px;
  padding: 25px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #eeeeee;
}
.module-details .module-details-area .module-details-block > .right {
  width: 737px;
  padding: 0 25px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-details .module-details-area .module-details-block > .right > h2 {
  font-size: 24px;
  color: #000;
  line-height: normal;
  font-weight: 400;
  padding: 4px 0 30px 0;
}
.module-details .module-details-area .module-details-block > .right .details-form {
  padding: 25px 35px;
  min-height: 490px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}
.module-details .module-details-area .module-details-block > .right .buttons-right {
  padding: 100px 0 0 0;
}
.module-details .module-details-area .module-details-block > .right .buttons-right input:first-child {
  margin: 0 10px 0 0;
}
.module-details .module-details-area .module-details-block:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dark .module-details .module-details-area {
  background: #000;
}
.dark .module-details .module-details-area .module-details-block {
  background: #272626;
}
.dark .module-details .module-details-area .module-details-block > .right > h2 {
  color: #fff;
}
.dark .module-details .module-details-area .module-details-block > .right .details-form {
  background: #333;
}
@media (min-width: 1350px) {
  .module-details .module-details-area {
    width: 1100px;
  }
  .module-details .module-details-area .module-details-block > .right {
    width: 853px;
  }
}
@media (min-width: 1900px) {
  .module-details .module-details-area {
    width: 1654px;
  }
  .module-details .module-details-area .module-details-block > .right {
    width: 1407px;
  }
}


/* ---------------------------------------------------------
 MODULE FILENAME:/product/css/cart.css

*/

.module-cart {
  width: 100%;
  padding: 0;
}
.module-cart .module-cart-area {
  width: 984px;
  background: #fff;
  margin: 0 auto 50px auto;
  min-height: 400px;
  padding: 25px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-cart .module-cart-area .module-cart-block {
  width: 100%;
  min-height: 350px;
  padding: 25px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #eeeeee;
}
.module-cart .module-cart-area .module-cart-block .right {
  width: 737px;
  padding: 0 25px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-cart .module-cart-area .module-cart-block .right > h2 {
  font-size: 24px;
  color: #000;
  line-height: normal;
  font-weight: 400;
  padding: 4px 0 30px 0;
  position: relative;
}
.module-cart .module-cart-area .module-cart-block .right > h2 > a {
  color: #009bff;
  text-decoration: none;
}
.module-cart .module-cart-area .module-cart-block .right > h2 .button {
  position: absolute;
  width: auto;
  text-decoration: none;
  line-height: 30px;
  padding: 0 10px;
  right: 35px;
  color: #fff;
  min-width: 100px;
  text-align: center;
}
.module-cart .module-cart-area .module-cart-block .right .buttons-right {
  text-align: right;
}
.module-cart .module-cart-area .module-cart-block .right .buttons-right .button {
  width: auto;
  text-decoration: none;
  line-height: 30px;
  padding: 0 10px;
  min-width: 100px;
  text-align: center;
}
.module-cart .module-cart-area .module-cart-block .right:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-cart .module-cart-area .module-cart-block:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.cart-table {
  padding: 25px 35px;
  min-height: 490px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}
.cart-table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.cart-table table tr th,
.cart-table table tr td {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  vertical-align: top;
}
.cart-table table tr th {
  padding: 0;
}
.cart-table table tr th:nth-child(4) {
  text-align: right;
}
.cart-table table tr td {
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.cart-table table tr td:first-child {
  width: 25%;
}
.cart-table table tr td:nth-child(2) {
  width: 35%;
}
.cart-table table tr td:nth-child(3) {
  width: 25%;
}
.cart-table table tr td:nth-child(3),
.cart-table table tr td:nth-child(4) {
  vertical-align: bottom;
}
.cart-table table tr td:nth-child(4) {
  width: 15%;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.cart-table table tr td img {
  width: 105px;
  height: 105px;
  display: inline-block;
}
.cart-table table tr td div {
  min-height: 105px;
  position: relative;
}
.cart-table table tr td div span {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cart-table table tr td .remove {
  color: #009bff;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  text-decoration: none;
  padding: 0 0 0 15px;
  height: 14px;
  display: inline-block;
  background: url('/assets/img/remove.png') left center no-repeat;
}
.cart-table table tr textarea {
  width: 100%;
  height: 60px;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cart-table table tr.border0 td {
  padding: 35px 0;
  border: 0;
  line-height: normal;
}
.cart-table table tr.bottom td {
  vertical-align: bottom;
}
.cart-table table tr.padding td {
  padding: 0 0 25px 0;
}
.cart-table table tr.padding:nth-last-of-type(1) td {
  padding-bottom: 50px;
}
.dark .module-cart .module-cart-area {
  background: #000;
}
.dark .module-cart .module-cart-area .module-cart-block {
  background: #272626;
}
.dark .module-cart .module-cart-area .module-cart-block .right > h2 {
  color: #fff;
}
.dark .module-cart .module-cart-area .module-cart-block .right > h2 .button {
  color: #fff;
}
.dark .cart-table {
  background: #333;
}
.dark .cart-table table tr th,
.dark .cart-table table tr td {
  color: #fff;
}
.dark .cart-table table tr td {
  border-bottom: 1px solid #fff;
}
.dark .cart-table table tr td:nth-child(4) {
  color: #fff;
}
.dark .cart-table table tr textarea {
  background: #333;
  color: #fff;
}
.dark .cart-table table tr.border0 td {
  border: 0;
}
@media (min-width: 1350px) {
  .module-cart .module-cart-area {
    width: 1100px;
  }
  .module-cart .module-cart-area .module-cart-block .right {
    width: 853px;
  }
}
@media (min-width: 1900px) {
  .module-cart .module-cart-area {
    width: 1654px;
  }
  .module-cart .module-cart-area .module-cart-block .right {
    width: 1407px;
  }
}


/* ---------------------------------------------------------
 MODULE FILENAME:/product/css/addresses.css

*/

.module-addresses {
  width: 100%;
  padding: 0;
}
.module-addresses .module-addresses-area {
  width: 984px;
  background: #fff;
  margin: 0 auto 50px auto;
  min-height: 400px;
  padding: 25px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-addresses .module-addresses-area .module-addresses-block {
  width: 100%;
  min-height: 350px;
  padding: 25px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #eeeeee;
}
.module-addresses .module-addresses-area .module-addresses-block > .right {
  width: 737px;
  padding: 0 25px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-addresses .module-addresses-area .module-addresses-block > .right .data-field.hidden {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.module-addresses .module-addresses-area .module-addresses-block > .right > h2 {
  font-size: 24px;
  color: #000;
  line-height: normal;
  font-weight: 400;
  padding: 4px 0 30px 0;
}
.module-addresses .module-addresses-area .module-addresses-block > .right .addresses-form {
  padding: 25px 35px;
  min-height: 490px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}
.module-addresses .module-addresses-area .module-addresses-block .buttons {
  padding: 160px 0 0 0;
  clear: both;
}
.module-addresses .module-addresses-area .module-addresses-block .buttons input:first-child {
  margin: 0 10px 0 0;
}
.module-addresses .module-addresses-area .module-addresses-block .buttons .left *,
.module-addresses .module-addresses-area .module-addresses-block .buttons .right * {
  float: right;
  margin: 0 10px 0 0;
}
.module-addresses .module-addresses-area .module-addresses-block .buttons .left *:first-child,
.module-addresses .module-addresses-area .module-addresses-block .buttons .right *:first-child {
  margin-right: 0;
}
.module-addresses .module-addresses-area .module-addresses-block .buttons .left .add-address,
.module-addresses .module-addresses-area .module-addresses-block .buttons .right .add-address {
  height: 22px;
  padding: 0 0 0 34px;
  border: 0;
  text-decoration: none;
  line-height: 24px;
  color: #009bff;
  position: relative;
  display: block;
  margin: 5px 0 0 0;
}
.module-addresses .module-addresses-area .module-addresses-block .buttons .left .add-address:before,
.module-addresses .module-addresses-area .module-addresses-block .buttons .right .add-address:before {
  content: '+';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #009bff;
  font-size: 26px;
  font-weight: 100;
  line-height: 22px;
  text-align: center;
}
.module-addresses .module-addresses-area .module-addresses-block:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dark .module-addresses .module-addresses-area {
  background: #000;
}
.dark .module-addresses .module-addresses-area .module-addresses-block {
  background: #272626;
}
.dark .module-addresses .module-addresses-area .module-addresses-block > .right > h2 {
  color: #fff;
}
.dark .module-addresses .module-addresses-area .module-addresses-block > .right .data-field .text {
  color: #fff;
}
.dark .module-addresses .module-addresses-area .module-addresses-block > .right .addresses-form {
  background: #333;
}
@media (min-width: 1350px) {
  .module-addresses .module-addresses-area {
    width: 1100px;
  }
  .module-addresses .module-addresses-area .module-addresses-block > .right {
    width: 853px;
  }
}
@media (min-width: 1900px) {
  .module-addresses .module-addresses-area {
    width: 1654px;
  }
  .module-addresses .module-addresses-area .module-addresses-block > .right {
    width: 1407px;
  }
}


/* ---------------------------------------------------------
 MODULE FILENAME:/form/css/main.css

*/

.module-form {
  width: 100%;
  padding: 0 0 50px 0;
}
.module-form .module-form-area {
  width: 984px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-form .module-form-area .contact-success {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-form .module-form-area .contact-success.opacity1 {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.module-form .module-form-area #forgot-form {
  display: none;
}
.module-form .module-form-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-form form {
  display: block;
}
.module-form form .facebook,
.module-form form .google {
  display: block;
  width: 229px;
  height: 44px;
  background: url('/direct/images/fb-button.png') no-repeat;
  margin: 0 0 20px 0;
  border: 0 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 44px;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-form form .facebook:hover,
.module-form form .google:hover {
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.module-form form .facebook.google,
.module-form form .google.google {
  background: url('/direct/images/google-button.png') no-repeat;
}
.module-form form h2 {
  width: 335px;
  font-size: 14px;
  line-height: normal;
  color: #666;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 10px 0 30px 0;
}
.module-form form h2 span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.module-form form h2 span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background: #c5c5c5;
  margin: 10px 0 0 -200px;
}
.module-form form h2 span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 1px;
  background: #c5c5c5;
  margin: 10px -200px 0 0;
}
.module-form form fieldset {
  display: block;
  border: 0;
  width: 335px;
  padding: 0 0 15px 0;
  position: relative;
}
.module-form form fieldset > *,
.module-form form fieldset .field > * 
{
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-form form fieldset input,
.module-form form fieldset label,
.module-form form fieldset textarea {
  display: block;
  border: 0;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-form form fieldset label {
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.module-form form fieldset label.checkbox {
  padding-left: 27px;
  font-size: 13px;
  color: #666;
  width: 420px;
  line-height: normal;
}

.module-form form fieldset label.checkbox .small {
  padding: 8px 0 0 0;
  font-size: 12px;
  display: inline-block;
}
/*

.module-form form fieldset label.checkbox:before {
  content: '';
  font-size: 14px;
  display: block;
  text-align: center;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background: #eeeeee;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
*/
.module-form form fieldset label.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 1px 0 0 0;
  width: 15px;
  height: 15px;
/*  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
}
/*
.module-form form fieldset label.checkbox.active:before {
	content: '✓';
	display:inline-block;
	position:absolute;
	z-index:10;
}
*/

form select
{
	width:100%;
	height:27px;
	line-height:27px;
}

.module-form form fieldset input.text,
.module-form form fieldset textarea.text {
  width: 100%;
  height: 29px;
  line-height: 29px;
  background: #fff;
  border-bottom: 2px solid #e6e6e6;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.module-form form fieldset input.text:focus,
.module-form form fieldset textarea.text:focus {
  border-color: #ff3300;
}
.module-form form fieldset textarea.text {
  padding: 10px;
  height: 160px;
  resize: none;
  line-height: 20px;
}
.module-form form fieldset .error-message {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 11px;
  line-height: 12px;
  color: #ff3300;
  font-weight: 400;
  position: absolute;
  top: 2px;
  right: 0;
  padding: 0 20px 0 0;
}
.module-form form fieldset.error label {
  color: #ff3300;
}
.module-form form fieldset.error .error-message {
  padding: 2px 20px 0 2px;
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #ff3300;
}
.module-form form fieldset .form-select.dropdown {
  width: 100%;
  height: 20px;
  margin: 0;
  position: relative;
  float: left;
  border-bottom: 2px solid #e6e6e6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-form form fieldset .form-select.dropdown:not(.active) {
  overflow: hidden;
}
.module-form form fieldset .form-select.dropdown:after {
  content: '';
  right: 4px;
  top: 6px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #999;
}
.module-form form fieldset .form-select.dropdown > span {
  width: 100%;
  height: 20px;
  display: block;
  line-height: 17px;
  font-size: 14px;
  padding: 0 28px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-form form fieldset .form-select.dropdown > ul {
  background: #fff;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 10;
  padding: 0;
  overflow: hidden;
}
.module-form form fieldset .form-select.dropdown > ul li {
  width: 100%;
  padding: 0 28px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 24px;
  line-height: 24px;
}
.module-form form fieldset .form-select.dropdown > ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-form form fieldset .form-select.dropdown > ul li a:hover {
  border-color: #000;
}
.module-form form fieldset .form-select.dropdown.hidden > ul {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 0;
  padding: 0;
}
.module-form form fieldset .form-select.dropdown.active > ul {
  padding: 0 0 7px 0;
}
.module-form form fieldset .form-select.dropdown.active:after {
  border-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #999;
}
.module-form form .text-right {
  width: 100%;
  text-align: right;
  padding: 10px 0 0 0;
}
.module-form form a:not(.button) {
  color: #009bff;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-form form a:not(.button):hover {
  border-color: #009bff;
}
.module-form.contacts .module-form-area form fieldset textarea.text {
  padding: 10px;
  height: 160px;
  width: 200%;
  resize: none;
}
.module-form.contacts .module-form-area form fieldset:last-of-type {
  margin: 0 0 40px 0;
}
.module-form.signin .module-form-area .left,
.module-form.signin .module-form-area .right {
  float: left;
}
.module-form.signin .module-form-area .right {
  margin: 0 0 0 185px;
}
.module-form.signin .module-form-area form fieldset input.text {
  width: 100%;
}
.module-form.signin .module-form-area form fieldset:last-of-type {
  margin: 0 0 5px 0;
}
.module-form.signin .module-form-area:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-form.details-form form fieldset {
  width: 295px;
}
.module-form.details-form form fieldset label {
  padding-bottom: 5px;
}
.module-form.details-form form fieldset input.text {
  height: 20px;
  line-height: 20px;
  padding: 0;
}
.module-form.details-form form fieldset label.label.checkbox {
  margin: 20px 0 0 0;
}
.module-form.addresses-form form .clearfix .left,
.module-form.addresses-form form .clearfix .right {
  width: 295px;
}
.module-form.addresses-form form .clearfix .left h3,
.module-form.addresses-form form .clearfix .right h3 {
  font-size: 14px;
  line-height: 15px;
  color: #ff3300;
  font-weight: 600;
  padding: 0 0 10px 0;
}
.module-form.addresses-form form .clearfix .left .main-fields,
.module-form.addresses-form form .clearfix .right .main-fields {
  padding: 0 0 35px 0;
}
.module-form.addresses-form form .clearfix .left h3 {
  border-bottom: 2px solid #e6e6e6;
  margin: 0 0 17px 0;
}
.module-form.addresses-form form .clearfix .right {
  position: relative;
}
.module-form.addresses-form form .clearfix .right .data-field {
  width: 100%;
  border-top: 2px solid #e6e6e6;
  padding: 12px 0;
}
.module-form.addresses-form form .clearfix .right .data-field .text {
  width: 70%;
  font-size: 14px;
  color: #000000;
  float: left;
  font-weight: 400;
  line-height: 24px;
}
.module-form.addresses-form form .clearfix .right .data-field .links {
  width: 30%;
  float: left;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  padding: 24px 0 0 0;
  line-height: 24px;
  text-align: right;
}
.module-form.addresses-form form .clearfix .right .data-field .links a {
  display: inline-block;
}
.module-form.addresses-form form .clearfix .right .data-field .links a:first-child {
  margin: 0 15px 0 0;
}
.module-form.addresses-form form .clearfix .right .data-field:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.module-form.addresses-form form fieldset {
  width: 295px;
}
.module-form.addresses-form form fieldset label {
  width: auto;
  display: inline-block;
}
.module-form.addresses-form form fieldset label:not(.checkbox) {
  padding: 0;
  width: 75px;
  float: left;
  height: 29px;
  line-height: 29px;
}
.module-form.addresses-form form fieldset .form-select,
.module-form.addresses-form form fieldset input.text {
  float: left;
  width: 220px;
  border: 1px solid #e6e6e6;
}
.module-form.addresses-form form fieldset .form-select {
  height: 29px;
}
.module-form.addresses-form form fieldset .form-select > span {
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
}
.module-form.addresses-form form fieldset .form-select > ul {
  border: 1px solid #e6e6e6;
  margin: 0 0 0 -1px;
}
.module-form.addresses-form form fieldset .form-select > ul > li {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-form.addresses-form form fieldset .form-select:after {
  top: 12px;
  right: 10px;
}
.module-form.addresses-form form fieldset label.label.checkbox {
  margin: 15px 0 0 0;
}
.module-form.subscribe {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  display: none;
}
.module-form.subscribe .module-form-area {
  padding: 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #eeeeee;
  position: absolute;
  width: 720px;
  height: 460px;
  top: 50%;
  left: 50%;
  margin: -230px 0 0 -360px;
}
.module-form.subscribe .module-form-area .subscribe-success {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 0;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  color: #666;
  line-height: normal;
}
.module-form.subscribe .module-form-area .subscribe-success h3 {
  color: #000;
  font-size: 24px;
}
.module-form.subscribe .module-form-area .subscribe-success.opacity1 {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.module-form.subscribe .module-form-area .close {
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background: url('/direct/images/close.png') no-repeat;
  border: 0;
}
.module-form.subscribe .module-form-area .close:hover {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.module-form.subscribe .module-form-area .left,
.module-form.subscribe .module-form-area .left fieldset,
.module-form.subscribe .module-form-area .right,
.module-form.subscribe .module-form-area .right fieldset {
  width: 280px;
}
.module-form.subscribe .module-form-area .button {
  margin: 40px 0 0 0;
  float: right;
  width: auto;
  padding: 0 10px;
}
.dark .module-form form {
  display: block;
}
.dark .module-form form fieldset input.text,
.dark .module-form form fieldset textarea.text {
  background: transparent;
  border-bottom: 2px solid #666;
  color: #666;
}
.dark .module-form form fieldset input.text:focus,
.dark .module-form form fieldset textarea.text:focus {
  border-color: #ff3300;
}
.dark .module-form form fieldset .form-select.dropdown {
  border-bottom: 2px solid #666;
}
.dark .module-form form fieldset .form-select.dropdown > span {
  color: #666;
}
.dark .module-form form fieldset .form-select.dropdown > ul {
  background: #333;
}
.dark .module-form form fieldset .form-select.dropdown > ul li a {
  color: #666;
}
.dark .module-form form fieldset .form-select.dropdown > ul li a:hover {
  border-color: #666;
}
.dark .module-form form fieldset label.label.checkbox:before {
  background: #262727;
  color: #666;
  border-bottom: 2px solid transparent;
}
.dark .module-form.contacts .module-form-area form fieldset input.text,
.dark .module-form.signin .module-form-area form fieldset input.text,
.dark .module-form.contacts .module-form-area form fieldset textarea.text,
.dark .module-form.signin .module-form-area form fieldset textarea.text {
  background: #272626;
}
.dark .module-form.addresses-form form fieldset .form-select,
.dark .module-form.addresses-form form fieldset input.text {
  border: 1px solid #666;
}
.dark .module-form.addresses-form form fieldset .form-select > ul {
  border: 1px solid #666;
}
.dark .module-form.subscribe {
  background: rgba(255, 255, 255, 0.5);
}
.dark .module-form.subscribe .module-form-area {
  background: #272626;
}
.dark .module-form.subscribe .module-form-area .subscribe-success {
  color: #666;
}
.dark .module-form.subscribe .module-form-area .subscribe-success h3 {
  color: #fff;
}
.dark .module-form.subscribe .module-form-area .close {
  background: url('/direct/images/close-white.png') no-repeat;
}
.dark .module-form.subscribe .module-form-area form fieldset input.text,
.dark .module-form.subscribe .module-form-area form fieldset textarea.text {
  background: #333;
}
@media (min-width: 1350px) {
  .module-form .module-form-area {
    width: 1100px;
  }
  .module-form.contacts .module-form-area form fieldset {
    width: 450px;
  }
  .module-form.signin .module-form-area form h2,
  .module-form.signin .module-form-area form fieldset {
    width: 450px;
  }
  .module-form.signin .module-form-area .right {
    margin: 0 0 0 180px;
  }
  .module-form.details-form form fieldset {
    width: 350px;
  }
  .module-form.addresses-form form .clearfix .left,
  .module-form.addresses-form form .clearfix .right {
    width: 350px;
  }
  .module-form.addresses-form form fieldset {
    width: 350px;
  }
  .module-form.addresses-form form fieldset label:not(.checkbox) {
    width: 100px;
  }
  .module-form.addresses-form form fieldset .form-select,
  .module-form.addresses-form form fieldset input.text {
    width: 250px;
  }
}
@media (min-width: 1900px) {
  .module-form .module-form-area {
    width: 1654px;
  }
  .module-form.contacts .module-form-area form fieldset {
    width: 500px;
  }
  .module-form.signin .module-form-area form h2,
  .module-form.signin .module-form-area form fieldset {
    width: 500px;
  }
  .module-form.signin .module-form-area .right {
    margin: 0 0 0 280px;
  }
  .module-form.details-form form fieldset {
    width: 550px;
  }
  .module-form.addresses-form form .clearfix .left,
  .module-form.addresses-form form .clearfix .right {
    width: 550px;
  }
  .module-form.addresses-form form fieldset {
    width: 550px;
  }
  .module-form.addresses-form form fieldset label:not(.checkbox) {
    width: 150px;
  }
  .module-form.addresses-form form fieldset .form-select,
  .module-form.addresses-form form fieldset input.text {
    width: 350px;
  }
}
