@font-face {
  font-family: 'PF_BeauSans';
  src: url("fonts/pfbeausanspro-regular-webfont.eot");
  src: url("fonts/pfbeausanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-regular-webfont.woff") format("woff"), url("fonts/pfbeausanspro-regular-webfont.ttf") format("truetype"), url("fonts/pfbeausanspro-regular-webfont.svg#pf_beausans_proregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PF_BeauSans';
  src: url("fonts/pfbeausanspro-italic-webfont.eot");
  src: url("fonts/pfbeausanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-italic-webfont.woff") format("woff"), url("fonts/pfbeausanspro-italic-webfont.ttf") format("truetype"), url("fonts/pfbeausanspro-italic-webfont.svg#pf_beausans_proitalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'PF_BeauSans';
  src: url("fonts/pfbeausanspro-light-webfont.eot");
  src: url("fonts/pfbeausanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-light-webfont.woff") format("woff"), url("fonts/pfbeausanspro-light-webfont.ttf") format("truetype"), url("fonts/pfbeausanspro-light-webfont.svg#pf_beausans_prolight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'PF_BeauSans';
  src: url("fonts/pfbeausanspro-bbook-webfont.eot");
  src: url("fonts/pfbeausanspro-bbook-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-bbook-webfont.woff") format("woff"), url("fonts/pfbeausanspro-bbook-webfont.ttf") format("truetype"), url("fonts/pfbeausanspro-bbook-webfont.svg#pf_beausans_probbook") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'PF_BeauSans';
  src: url("fonts/pfbeausanspro-bbookitalic-webfont.eot");
  src: url("fonts/pfbeausanspro-bbookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-bbookitalic-webfont.woff") format("woff"), url("fonts/pfbeausanspro-bbookitalic-webfont.ttf") format("truetype"), url("fonts/pfbeausanspro-bbookitalic-webfont.svg#pf_beausans_probbook_italic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'PF_BeauSans';
  src: url("fonts/pfbeausanspro-semibold-webfont.eot");
  src: url("fonts/pfbeausanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-semibold-webfont.woff") format("woff"), url("fonts/pfbeausanspro-semibold-webfont.ttf") format("truetype"), url("fonts/pfbeausanspro-semibold-webfont.svg#pf_beausans_prosemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

html,
body {
  height: 100%; }

html {
  margin: 0;
  padding: 0; }

body {
  background: url("../img/blue-noize.png") top center;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, sans-serif;
  line-height: 18px;
  font-size: 13px;
  color: #fff;
  position: relative; }

body.overflow {
  overflow: hidden; }

#index {
  background: url("../files/index.jpg") top center no-repeat;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 2000px;
  z-index: 1000;
  opacity: 0.5;
  pointer-events: none;
  display: none; }

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

ol,
ul {
  padding: 0;
  margin: 0; }

b {
  font-weight: 500;
  color: #1f48a2; }

a {
  color: #227dbd;
  outline: none; }

img {
  border: 0; }

button,
input {
  outline: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hidden {
  display: none; }

.clear:after {
  content: '';
  display: table;
  clear: both; }

.inp {
  position: relative; }

.inp .label {
  position: absolute;
  top: 3px;
  left: 10px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

#mainmenu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/mainmenu.png) no-repeat 50% -1px;
  height: 98px; }

#mainmenu.static {
  position: absolute; }

#mainmenu .header {
  height: 98px;
  width: 1000px;
  margin: 0 auto;
  position: relative; }

#mainmenu .header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  bottom: 0; }

#mainmenu .footer {
  width: 1000px;
  margin: -7px auto 0;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif; }

#mainmenu .footer .content .toggle,
#mainmenu .footer > .toggle {
  background: url("../img/status-label-bg.png") no-repeat top center;
  height: 39px;
  width: 210px;
  margin: 0 auto;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  line-height: 33px; }

#mainmenu .footer .content .toggle span,
#mainmenu .footer > .toggle span {
  color: #1f48a2;
  border-bottom: 1px dotted;
  line-height: 13px;
  display: inline-block;
  vertical-align: middle; }

#mainmenu .footer .content .toggle {
  position: absolute;
  bottom: -39px;
  left: 50%;
  margin: 0 0 0 -105px; }

#mainmenu .footer .content {
  background: #e6e6e6;
  margin: 0 0 0 -140px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 240px;
  padding: 0 20px 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }

#mainmenu .footer.opened .container {
  height: 320px; }

#mainmenu .footer .container {
  overflow: hidden;
  position: absolute;
  height: 0;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
  transition: height 0.35s ease; }

#mainmenu .footer .container .form-item-field {
  text-align: left;
  width: 240px; }

#mainmenu .footer .container .form-item-field h4 {
  text-align: center; }

#mainmenu .footer .container input[type='text'] {
  width: 220px; }

#mainmenu .menu {
  font-size: 17px;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  text-align: center;
  width: 715px;
  margin: 30px -15px 0 85px;
  float: left; }

#mainmenu .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#mainmenu .menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }

#mainmenu .menu ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 6px;
  margin: 8px 0;
  border-radius: 5px;
  text-align: left;
  max-width: 100px; }

#mainmenu .menu ul li.current a {
  background: #227dbd; }

#mainmenu .search {
  position: relative;
  float: left;
  margin: 30px 0 0; }

#mainmenu .search:before,
#mainmenu .search:after {
  content: '';
  width: 15px;
  height: 60px;
  background: url("../img/search-container.png") no-repeat;
  float: left; }

#mainmenu .search:after {
  background-position: 0 -60px; }

#mainmenu .search .open {
  background: #e6e6e6 url("../img/search-icon.png") no-repeat center;
  width: 42px;
  height: 60px;
  float: left;
  cursor: pointer; }

#mainmenu .search .container {
  position: absolute;
  top: 0;
  left: 15px;
  width: 0;
  height: 60px;
  overflow: hidden;
  transition: width 0.6s ease; }

#mainmenu .search.opened .container {
  width: 278px; }

#mainmenu .search .container .content {
  background: #e6e6e6;
  height: 45px;
  width: 206px;
  padding: 15px 20px 0 27px;
  white-space: nowrap; }

#mainmenu .search .container .content form {
  float: left; }

#mainmenu .search .container .content:after {
  content: '';
  background: url("../img/search-container.png") no-repeat 0 -60px;
  width: 15px;
  height: 60px;
  float: right;
  margin: -15px -35px 0 0; }

#mainmenu .search .container input[type='text'] {
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  background: #fff;
  float: left;
  height: 28px;
  line-height: 16px;
  padding: 0 9px;
  margin: 0;
  width: 170px; }

#mainmenu .search .container input[type='submit'] {
  background: url("../img/search-icon.png") no-repeat center;
  float: left;
  width: 16px;
  height: 16px;
  border: 0;
  margin: 7px 0 0 -28px;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  text-indent: -9999px; }

#mainmenu .cart {
  float: left;
  margin: 41px 0 0 6px; }

#mainmenu .cart a {
  text-decoration: none; }

#mainmenu .cart .label {
  display: block;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #78a6f1;
  margin: 0 0 2px; }

#mainmenu .cart .label:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../img/circle-arrow.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 7px; }

#mainmenu .cart .wrapper {
  display: block;
  color: #fff; }

#mainmenu .cart .wrapper .count,
#mainmenu .cart .wrapper .total {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dotted #7097ef; }

#mainmenu .cart .wrapper .total {
  margin: 0 0 0 5px; }

#mainmenu .contact {
  width: 100%;
  font-size: 13px;
  padding: 8px 0;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  color: #5a5a5a; }
  #mainmenu .contact__address {
    display: inline-block;
    margin: 0 85px 0 0; }
  #mainmenu .contact__phone {
    display: inline-block;
    margin: 0 85px 0 0;
 }
  #mainmenu .contact__time {
    display: inline-block; }

#start-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

#start-page .footer,
#start-page .header,
#start-page .header .content {
  position: absolute;
  left: 0;
  right: 0; }

#start-page .footer,
#start-page .header {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1; }

#start-page.disabled {
  pointer-events: none; }

#start-page.hide {
  display: none; }

#start-page.opened .footer,
#start-page.opened .header {
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out; }

#start-page.opened .header {
  transform: translate3d(0, -100%, 0); }

#start-page.opened .footer {
  transform: translate3d(0, 100%, 0); }

#start-page .header {
  background: #fff;
  bottom: 140px;
  top: 0; }

#start-page .header .content {
  top: 0;
  bottom: 0;
  margin: auto;
  color: #5a5a5a;
  width: 900px;
  height: 380px;
  text-align: center; }

#start-page .header .content .logo {
  margin: 0 0 32px; }

#start-page .header .content .slogan {
  font-style: italic;
  font-size: 14px;
  line-height: 16px; }

#start-page .header .content .slogan p {
  margin: 16px 0; }

#start-page .footer {
  background: #fcfcfc;
  border-top: 1px solid #d7d7d7;
  bottom: 0;
  height: 240px; }

#start-page.disabled .footer:after {
  opacity: 0; }

#start-page .footer:after {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: url("../img/news-arrow.png") no-repeat;
  opacity: 1;
  transition: opacity 0.6s ease; }

#start-page .footer .news {
  margin: 65px auto 0;
  padding: 0 0 0 10px;
  width: 990px;
  text-align: center;
  font-family: Tahoma, Verdana, sans-serif; }

#start-page .footer .news .news-item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 0 0 10px;
  text-align: left; }

#start-page .footer .news .news-item .news-img img {
  float: left;
  margin-right: 5px;
  border-radius: 5px; }

#start-page .footer .news-item .news-date {
  color: #8c8c8c;
  margin: 0 0 7px; }

#start-page .footer .news-item .news-title {
  font-size: 14px;
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
  width: 155px; }

#start-page .footer .news-item .news-title a {
  text-decoration: none; }

#start-page .footer .news-item .news-title a:hover {
  text-decoration: underline; }

#content {
  background: url("../img/blue-noize.png") top center;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.block {
  margin: 0 auto;
  width: 1000px; }

/* main tech */
.content .title {
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center; }

.tech {
  padding: 140px 0 0;
  position: relative; }

.tech .paralax,
.tech .paralax li {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.tech .paralax {
  background: url("../img/block-shadow.png") top left repeat-x; }

.tech .paralax ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.tech .paralax li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0); }

.tech .paralax li:nth-child(1) {
  background: url("../img/bg-tech-1.png") no-repeat top center; }

.tech .paralax li:nth-child(2) {
  background: url("../img/bg-tech-2.png") no-repeat top center; }

.tech .paralax li:nth-child(3) {
  background: url("../img/bg-tech-3.png") no-repeat top center; }

.tech .paralax li:nth-child(4) {
  background: url("../img/bg-tech-4.png") no-repeat top center; }

.tech .paralax li:nth-child(5) {
  background: url("../img/bg-tech-5.png") no-repeat top center; }

.tech .block {
  position: relative; }

.tech .content {
  background: rgba(21, 49, 112, 0.7);
  border-radius: 3px 3px 0 0;
  padding: 10px 50px 35px; }

.tech .content .title {
  margin: 21px 0 26px;
  color: #78a6f1; }

.tech .content p {
  margin: 0;
  max-height: 99999px; }

.tech .content table {
  width: 1000px;
  border-spacing: 40px;
  margin: -14px -60px; }

.tech .content table td {
  min-width: 450px;
  padding: 0 0 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  vertical-align: top; }

.tech .content table td h3 {
  text-align: center;
  color: #78a6f1;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  margin: 17px 0 10px; }

.tech .content table td ul {
  margin: 10px 19px 17px; }

.tech .content table td ul li {
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  position: relative; }

.tech .content table td ul li:before {
  content: '';
  background: #6e90da;
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0; }

.tech .line {
  background: rgba(116, 152, 65, 0.96);
  position: relative;
  z-index: 10; }

.tech .line .block {
  height: 200px;
  position: relative; }

.tech .line .block:after {
  content: '';
  bottom: -20px;
  left: 0;
  right: 0;
  height: 20px;
  position: absolute;
  display: block;
  background: url("../img/tech-border.png") repeat-x left top; }

.tech .line .icons li {
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  float: left;
  width: 480px;
  margin: 7px 20px 0 0; }

.tech .line .icons li a:before {
  content: '';
  display: block;
  float: left;
  margin: 0 13px 0 37px;
  background: url("../img/icons.png") no-repeat; }

.tech .line .icons li.delivery a:before {
  width: 242px;
  height: 181px;
  background-position: 0 0; }

.tech .line .icons li.video-item a:before {
  width: 196px;
  height: 194px;
  margin-right: -16px;
  margin-left: 56px;
  background-position: -242px 0; }

.tech .line .icons li a {
  text-decoration: none; }

.tech .line .icons li .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  display: block;
  text-transform: uppercase;
  margin: 48px 0 6px; }

.tech .line .icons li .desc {
  font-size: 13px;
  line-height: 16px;
  color: #c4e696;
  display: block;
  max-height: 64px;
  overflow: hidden; }

/* main tech end */
/* products */
.products {
  background: #1e2b41 url("../img/products-bg.png") top center;
  padding: 1px;
  transform: translate3d(0, 0%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.products .content .title {
  margin: 60px 0 22px;
  color: #a6c6fa; }

.products .product-items {
  margin: 0 0 38px 8px;
  text-align: center; }

.products .product-items > ul > li {
  width: 220px;
  margin: 0 0 0 20px;
  position: relative;
  min-height: 330px;
  display: inline-block;
  vertical-align: top; }

.products .product-items .product-item {
  text-align: center; }

.products .product-items .product-item .product-icon {
  display: block;
  width: 220px;
  height: 180px;
  margin: 10px 0 18px;
  border-radius: 3px;
  overflow: hidden; }

.products .product-items .product-item .product-icon:after {
  content: '';
  display: block;
  margin: -9px auto 0;
  width: 196px;
  height: 196px;
  background: url("../img/icons.png?1") no-repeat; }

.products .product-items > ul > li.logos .product-icon:after {
  background-position: 0 -194px; }

.products .product-items > ul > li.serial .product-icon:after {
  background-position: -975px -174px; }

.products .product-items > ul > li.services .product-icon:after {
  background-position: -392px -194px; }

.products .product-items > ul > li.paper .product-icon:after {
  background-position: -588px -194px; }

.products .product-items > ul > li.gloves .product-icon:after {
  background-position: -787px -194px; }

.products .product-items .product-item .product-title {
  color: #efefef;
  font-size: 22px;
  line-height: 20px;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-weight: 500;
  height: 48px;
  margin: 0 12px 2px; }

.products .product-items .product-item .product-desc {
  color: #78a6f1;
  font-size: 14px;
  line-height: 18px;
  margin: 0 5px 2px;
  position: relative; }

.products .product-items .product-item .product-desc:after {
  content: '';
  width: 20px;
  height: 11px;
  background: url("../img/bottom-arrow.png") no-repeat;
  left: 3px;
  right: 0;
  margin: auto;
  bottom: -29px;
  position: absolute;
  display: block; }

.products .product-items .product-item .product-menu {
  display: none;
  border-top: 1px solid #324159;
  margin: 14px -10px 0;
  padding: 11px 0 0;
  font-size: 13px; }

.products .product-items .product-item .product-menu li {
  margin: 0 0 3px; }

.products .product-items .product-item .product-menu li a {
  color: #efefef; }

.products .product-items .product-item .product-menu li a:hover {
  text-decoration: none; }

.products .product-items .product-item:hover,
.products .product-items .product-item:hover:after,
.products .product-items .product-item:hover:before {
  background: url("../img/product-overlay.png"); }

.products .product-items .product-item:hover:after,
.products .product-items .product-item:hover:before {
  content: '';
  display: block;
  margin: 0 -29px;
  padding: 0 29px; }

.products .product-items .product-item:hover {
  margin: 10px -29px 0;
  padding: 0 29px;
  background-position: -556px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10; }

.products .product-items .product-item:hover .product-desc:after {
  content: none; }

.products .product-items .product-item:hover .product-menu {
  display: block; }

.products .product-items .product-item:hover .product-icon {
  background: #1d2a3e;
  margin: -24px 0 18px; }

.products .product-items .product-item:hover:after {
  height: 47px;
  background-position: 0 0;
  position: absolute;
  left: 29px;
  right: 29px;
  bottom: -47px; }

.products .product-items .product-item:hover:before {
  height: 24px;
  background-position: -278px -40px;
  position: relative;
  top: -24px; }

/* popular */
.popular .title {
  color: #a6c6fa;
  font-size: 38px;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  position: relative;
  margin: 37px 0 27px; }

.popular .title span {
  display: inline-block;
  padding: 0 26px;
  position: relative; }

.popular .title span:after,
.popular .title span:before {
  content: '';
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  position: absolute;
  display: block;
  top: 50%; }

.popular .title span:after {
  left: 100%;
  right: -1920px; }

.popular .title span:before {
  left: -1920px;
  right: 100%; }

.popular .popular-items {
  margin: 0 0 25px 9px; }

.popular .popular-items .popular-item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 0 20px 20px; }

.popular .popular-items .popular-item a {
  text-decoration: none; }

.popular .popular-items .popular-item a:hover .popular-title {
  text-decoration: underline; }

.popular .popular-item .popular-img {
  float: left;
  margin: 0 20px 0 0;
  height: 110px;
  text-align: center; }

.popular .popular-item .popular-img img {
  border-radius: 5px; }

.popular .popular-item .popular-title {
  color: #78a6f1;
  font-size: 14px;
  line-height: 18px;
  margin: 12px 0 13px;
  overflow: hidden;
  max-height: 54px; }

.popular .popular-item .popular-price {
  color: #fff;
  font-size: 16px; }

/* main-slider */
.main-slider {
  background: #f8f8f8;
  padding: 35px 100px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10; }

.main-slider .arrow {
  width: 24px;
  height: 47px;
  position: absolute;
  top: 76px;
  background: url("../img/slider-arrows.png") no-repeat;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }

.main-slider .arrow:after {
  content: '';
  position: absolute;
  top: -76px;
  bottom: -76px;
  left: -22px;
  right: -22px;
  display: block; }

.main-slider .arrow:active {
  transform: scale(0.8); }

.main-slider .arrow.left {
  left: 22px;
  background-position: 0 0; }

.main-slider .arrow.right {
  right: 22px;
  background-position: -24px 0; }

.main-slider .wrapper {
  height: 130px;
  overflow: hidden;
  position: relative; }

.main-slider .wrapper:before,
.main-slider .wrapper:after {
  content: '';
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  width: 20px;
  z-index: 11; }

.main-slider .wrapper:after {
  right: 0;
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%); }

.main-slider .wrapper:before {
  left: 0;
  background: linear-gradient(to right, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%); }

.main-slider .wrapper ul {
  height: 130px;
  width: 2000px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s ease; }

.main-slider .wrapper ul.center {
  text-align: center;
  margin: 0 auto;
  right: 0; }

.main-slider .wrapper ul li {
  height: 130px;
  width: 172px;
  float: left;
  position: relative;
  margin: 0 20px 0 0;
  border-radius: 3px;
  background: #f8f8f8; }

.main-slider .wrapper ul.center li {
  display: inline-block;
  vertical-align: top;
  float: none; }

.main-slider .wrapper ul li img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%) brightness(1.1); }

.main-slider .wrapper ul li:hover img {
  filter: grayscale(0%) brightness(1); }

/* footer */
.contacts {
  background: #3c3c3c;
  position: relative; }

.contacts .title {
  position: absolute;
  text-align: center;
  top: 41px;
  left: 0;
  right: 0;
  margin: auto;
  color: #0a0a0a;
  z-index: 10; }

.contacts .map {
  height: 610px;
  position: relative;
  overflow: hidden; }

#google-map {
  width: 100%;
  height: 610px; }

.contacts .footer {
  border-top: 1px solid rgba(60, 60, 60, 0.6);
  background: rgba(60, 60, 60, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 159px; }

.contacts .footer .block {
  width: 940px; }

.contacts .footer .footer-item {
  margin-top: 20px;
  background: rgba(60, 60, 60, 0.6);
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 13px;
  line-height: 20px;
  color: #fff; }

.contacts .footer .footer-item.left {
  float: left;
  margin-right: 10px; }

.contacts .footer .footer-item.right {
  float: right;
  margin-left: 10px; }

.contacts .footer .footer-item p {
  margin: 0 0 10px; }

.contacts .footer .footer-item p.copyright {
  font-size: 14px;
  line-height: 18px;
  margin: 1px -5px 15px; }

.contacts .footer .footer-item p.address {
  margin: 0 -5px; }

.contacts .footer .footer-item a {
  color: #fff; }

.contacts .footer .footer-item.dev {
  text-align: right; }

.contacts .footer .footer-item.logo img {
  margin: -2px 0 -7px; }

/* inner pages */
#container {
  background: url("../img/innerbg.png") 50% -20px;
  padding: 140px 0 0;
  box-sizing: border-box;
  min-height: 100%;
  margin: 0 0 -187px; }

#container:after {
  content: '';
  height: 188px;
  display: block; }

#footer-helper {
  height: 160px; }

.mcontent {
  width: 900px;
  padding: 0 50px 20px;
  border-radius: 5px;
  background: #efefef;
  font-size: 13px;
  line-height: 18px;
  color: #373a3f;
  min-height: 100%;
  height: 100%;
  margin: 0 auto; }

.ui-dialog a,
.mcontent a {
  color: #227dbd; }

.ui-dialog a:hover,
.mcontent a:hover {
  text-decoration: none; }

.ui-dialog .mtitle,
.mcontent .mtitle {
  font-size: 34px;
  line-height: 34px;
  padding: 26px 0 0;
  margin: 0; }

.ui-dialog .mtitle h1,
.mcontent .mtitle h1 {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.ui-dialog h1,
.ui-dialog h2,
.ui-dialog h3,
.ui-dialog h4,
.ui-dialog h5,
.ui-dialog h6,
.mcontent h1,
.mcontent h2,
.mcontent h3,
.mcontent h4,
.mcontent h5,
.mcontent h6 {
  color: #669223;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0; }

h1,
.ui-dialog h1,
.mcontent h1 {
  font-size: 40px;
  line-height: 38px;
  margin: 32px 0 22px; }

h2,
.ui-dialog h2,
.mcontent h2 {
  font-size: 32px;
  line-height: 30px;
  margin: 33px 0 16px; }

h3,
.ui-dialog h3,
.mcontent h3 {
  font-size: 26px;
  line-height: 26px;
  margin: 27px 0 14px; }

h4,
.ui-dialog h4,
.mcontent h4 {
  font-size: 22px;
  line-height: 22px;
  margin: 18px 0 13px; }

.ui-dialog p,
.mcontent p {
  margin: 0 0 18px; }

.ui-dialog img,
.mcontent img {
  margin: 2px 20px 8px 0;
  border-radius: 5px; }

.ui-dialog img[align='right'],
.mcontent img[align='right'] {
  margin-right: 0;
  margin-left: 20px; }

.ui-dialog a:hover img,
.mcontent a:hover img {
  border-color: #15d6af; }

.mcontent .breadcrumbs {
  font-size: 12px;
  padding: 35px 0 16px;
  border-bottom: 1px solid #bebebe; }

.mcontent .breadcrumbs ul {
  float: left;
  padding: 0;
  margin: 0;
  width: 800px; }

.mcontent .breadcrumbs ul li {
  padding: 0 20px 0 0;
  background: url("../img/breadcrumbs-sep.png") no-repeat 100% 9px;
  margin: 0 9px 0 0;
  float: left; }

.mcontent .breadcrumbs ul li:last-child {
  background: none;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mcontent .breadcrumbs ul li a {
  display: inline-block;
  vertical-align: top; }

.mcontent .breadcrumbs .back {
  float: right;
  text-align: right; }

.mcontent .breadcrumbs .back a {
  display: inline-block;
  position: relative; }

.mcontent .breadcrumbs .back a:after {
  content: '';
  width: 15px;
  height: 7px;
  background: url("../img/back-arrow.png") no-repeat top left;
  position: absolute;
  left: -20px;
  top: 6px; }

.mcontent .breadcrumbs .back a:hover:after {
  background-position: bottom left; }

.ui-dialog .page,
.mcontent .page {
  padding: 32px 0 1px;
  position: relative; }

.mcontent .page {
  min-height: 350px; }

.ui-dialog .page ol,
.ui-dialog .page ul,
.mcontent .page ol,
.mcontent .page ul {
  margin: 13px 0 18px; }

.ui-dialog .page ol li,
.ui-dialog .page ul li,
.mcontent .page ol li,
.mcontent .page ul li {
  padding: 0 0 0 39px;
  background: url("../img/li.png") no-repeat 9px 0.88em;
  margin: 0 0 9px; }

.ui-dialog .page ol li,
.mcontent .page ol li {
  background: none;
  padding-left: 0; }

.ui-dialog .table,
.mcontent table {
  border: 0;
  margin: 26px 0;
  color: #373a3f;
  line-height: 17px;
  border-spacing: 0; }

.ui-dialog .table tr th,
.ui-dialog .table tr td,
.mcontent table tr th,
.mcontent table tr td {
  border: 0;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  text-align: left;
  padding: 9px 20px 10px;
  vertical-align: middle;
  border-spacing: 0; }

.ui-dialog table tr:first-child th,
.ui-dialog table tr:first-child td,
.mcontent table tr:first-child th,
.mcontent table tr:first-child td {
  border-top: 0; }

.ui-dialog table tr th:first-child,
.ui-dialog table tr td:first-child,
.mcontent table tr th:first-child,
.mcontent table tr td:first-child {
  border-left: 0; }

.ui-dialog table tr th,
.mcontent table tr th {
  background: #789e3f;
  border-left-color: #a8c377;
  margin: 0;
  color: #efefef;
  font-weight: 400;
  padding: 11px 20px 12px;
  font-size: 14px; }

.ui-dialog table tr td,
.mcontent table tr td {
  background: #e6e6e6; }

.ui-dialog table tr:nth-child(odd) td,
.mcontent table tr:nth-child(odd) td {
  background: #dcdcdc; }

.ui-dialog .statuses,
.mcontent .statuses {
  color: #fff;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1px; }

.mcontent .statuses span {
  display: inline-block;
  line-height: 23px;
  padding: 9px 0 8px;
  vertical-align: top; }

.mcontent .statuses.ok {
  background: #389211; }

.mcontent .statuses.error {
  background: #bf1d07; }

.mcontent .page .statuses {
  margin: 0 0 1px; }

.form-item {
  margin: 16px 0 0; }

.form-item.inline {
  margin: 16px 0 0;
  font-size: 0; }

.form-item.left {
  float: left;
  margin-left: 30px; }

.form-item.left:first-child {
  margin-left: 0; }

.form-item.right {
  float: right; }

.form-item .form-item-label {
  font-size: 14px;
  color: #227dbd;
  margin: 0 0 8px 10px; }

.form-item.disabled .form-item-label {
  color: #aaa; }

.form-item.inline .form-item-label {
  display: inline-block;
  vertical-align: top;
  padding: 6px 16px 0 0;
  text-align: right; }

.form-item .form-item-field {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.form-item .form-item-field .policy {
  margin-left: -10px; }

.form-item.error .form-item-field:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url("../img/error-icon.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 11px; }

.form-item .form-item-error {
  color: #bf1d07;
  font-size: 11px;
  margin: 4px 0 0 11px;
  text-align: left; }

.form-item .form-item-field .inp {
  height: 34px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px; }

.form-item .form-item-field .label {
  color: #373a3f;
  top: 7px; }

input[type='text'],
.form-item .form-item-field input[type='text'],
.form-item .form-item-field input:not([type='submit']),
textarea,
.form-item .form-item-field textarea {
  background: #e6e6e6;
  border: 1px solid #a0a0a0;
  color: #373a3f;
  height: 30px;
  padding: 0 9px 2px;
  margin: 0;
  width: 260px;
  line-height: 32px;
  border-radius: 5px;
  font-family: Tahoma, Verdana, sans-serif; }

.form-item.small,
.form-item.small {
  width: 150px; }

.form-item.small .form-item-field input[type='text'],
.form-item.small .form-item-field input:not([type='submit']) {
  width: 130px; }

.form-item.medium,
.form-item.medium {
  width: 230px; }

.form-item.medium .form-item-field input[type='text'],
.form-item.medium .form-item-field input:not([type='submit']) {
  width: 210px; }

textarea,
.form-item .form-item-field textarea {
  height: 80px;
  padding: 5px 11px;
  resize: vertical;
  width: 506px;
  line-height: 20px;
  display: block;
  overflow: auto;
  outline: none; }

.form-item.disabled .form-item-field .label,
.form-item.disabled .form-item-field:hover .label {
  color: #aaa; }

.form-item .form-item-field input[disabled='disabled']:not([type='submit']),
.form-item .form-item-field input[readonly='readonly']:not([type='submit']),
.form-item .form-item-field textarea[readonly='readonly'],
.form-item .form-item-field textarea[disabled='disabled'] {
  background: #e6e6e6;
  border-color: #bebebe;
  color: #aaa; }

.form-item .form-item-field input:not([type='submit']):focus,
.form-item .form-item-field input:not([type='submit']):not([disabled='disabled']):hover,
.form-item .form-item-field textarea:focus,
.form-item .form-item-field textarea:hover,
.form-item .form-item-field:hover .label {
  border-color: #227dbd; }

.form-item .form-item-field input:not([type='submit'])[readonly='readonly']:focus,
.form-item .form-item-field input:not([type='submit'])[readonly='readonly']:hover {
  border-color: #bebebe;
  color: #373a3f; }

button::-moz-focus-inner {
  border: 0; }

.button.left {
  float: left; }

.button.right {
  float: right; }

.button,
.ui-dialog .button,
.mcontent .button {
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  min-width: 160px;
  padding: 0 19px;
  height: 40px;
  line-height: 40px;
  background: #227dbd;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  outline: 0 none; }

.button.cart:after {
  content: '';
  width: 19px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/cart-icon.png") no-repeat 0 -15px;
  margin: -4px 0 0 10px; }

.button.small {
  height: 27px;
  line-height: 27px;
  min-width: 60px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500; }

.button.medium {
  height: 36px;
  line-height: 36px;
  min-width: 100px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 400; }

.button.loading,
.button.loading:hover,
.ui-dialog .button.loading,
.mcontent .button.loading {
  background: #227dbd;
  color: transparent;
  box-shadow: 0 0 0;
  cursor: default; }

.button.loading:after {
  content: '';
  top: 0;
  left: 6px;
  right: 6px;
  bottom: 0;
  background: #227dbd url("../img/button-loading.gif") no-repeat center;
  z-index: 2;
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  margin: 0; }

.button:active,
.button:hover {
  color: #fff;
  background: #3b97d7;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45); }

.button:active {
  background: #3b97d7; }

.form-item .checkbox,
.form-item .radio,
.checkbox,
.radio {
  color: #227dbd;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }

.form-item .checkbox.disabled,
.form-item .radio.disabled,
.checkbox.disabled,
.radio.disabled
.jq-radio.disabled {
  color: #aaa;
  cursor: default; }

.form-item .checkbox .jq-checkbox,
.form-item .radio .jq-radio,
.checkbox .jq-checkbox,
.radio .jq-radio,
.jq-radio {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background-position: 0 -19px; }

.form-item .checkbox .jq-checkbox.checked,
.form-item .radio .jq-radio.checked,
.checkbox .jq-checkbox.checked,
.radio .jq-radio.checked,
.jq-radio.checked {
  background-position: 0 -38px; }

.form-item .checkbox.disabled .jq-checkbox,
.form-item .radio.disabled .jq-radio,
.checkbox.disabled .jq-checkbox,
.radio.disabled .jq-radio {
  background-position: 0 0; }

.form-item .checkbox .checkbox-label,
.form-item .radio .radio-label,
.checkbox .checkbox-label,
.radio .radio-label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  line-height: 21px; }

.form-item .checkbox .jq-checkbox,
.checkbox .jq-checkbox {
  background-image: url("../img/checkbox.png"); }

.form-item .radio .jq-radio,
.radio .jq-radio,
.jq-radio {
  background-image: url("../img/radiobutton.png"); }

.jq-selectbox,
select {
  width: 279px; }

.jq-selectbox .jq-selectbox__select {
  height: 32px;
  background: #e6e6e6;
  border: 1px solid #bebebe;
  color: #373a3f;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.jq-selectbox:hover .jq-selectbox__select,
.jq-selectbox.opened .jq-selectbox__select {
  border-color: #227dbd;
  color: #373a3f; }

.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  border: 1px solid #227dbd;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 1px 1px 2px;
  margin: -1px;
  background: #e6e6e6;
  position: relative;
  z-index: 2; }

.jq-selectbox:hover .jq-selectbox__select .jq-selectbox__trigger-arrow,
.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow {
  background-position: bottom left; }

.jq-selectbox.disabled .jq-selectbox__select,
.jq-selectbox.disabled:hover .jq-selectbox__select {
  background: #e6e6e6;
  color: #aaa;
  cursor: default;
  border-color: #bebebe; }

.jq-selectbox.disabled:hover .jq-selectbox__select .jq-selectbox__trigger-arrow {
  background-position: top left; }

.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px 0 0 8px;
  max-width: 80%; }

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  float: right;
  margin: 1px; }

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger-arrow {
  height: 30px;
  width: 30px;
  background: url("../img/select-arrow.png") no-repeat top left; }

.jq-selectbox .jq-selectbox__dropdown {
  width: 100%;
  top: 33px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px 0 5px 5px; }

.jq-selectbox .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  background: #e6e6e6;
  border: 1px solid #227dbd;
  border-radius: 5px 0 5px 5px;
  overflow: hidden; }

.jq-selectbox .jq-selectbox__dropdown ul li {
  background: none;
  padding: 6px 9px 7px;
  margin: 0;
  cursor: pointer; }

.jq-selectbox .jq-selectbox__dropdown ul li.sel,
.jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #dcdcdc; }

.jq-selectbox .jq-selectbox__dropdown ul li.sel:hover {
  color: #000; }

.form-item.captcha img {
  margin: 0 2px 0 6px;
  border-radius: 3px; }

#mainmenu .form-item.captcha .form-item-field input[type='text'],
.form-item.captcha .form-item-field input[type='text'] {
  width: 84px; }

.form-item.captcha.error .form-item-field:after {
  left: 84px;
  right: auto; }

.form-item.captcha .refresh-captcha.spin:before {
  animation: spin 1s infinite linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

.form-item.captcha .refresh-captcha {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 7px 0 0; }

.form-item.captcha .refresh-captcha:before {
  content: '';
  background: url("../img/refresh.png") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

.mcontent .pager {
  margin: 25px 0; }

.mcontent .pager ul {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 14px; }

.mcontent .pager ul li {
  padding: 0;
  margin: 0 3px;
  background: none;
  display: inline-block;
  vertical-align: middle; }

.mcontent .pager ul li span,
.mcontent .pager ul li a {
  padding: 0 7px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  min-width: 16px;
  text-decoration: none; }

.mcontent .pager ul li.current a {
  color: #fff;
  background: #669223;
  text-decoration: none;
  border-radius: 5px; }

.mcontent .pager ul li a:hover {
  text-decoration: underline; }

.mcontent .pager ul li.current a:hover {
  text-decoration: none; }

.mcontent .pager ul li.prev,
.mcontent .pager ul li.next {
  margin: 0 18px; }

.mcontent .pager ul li.prev a,
.mcontent .pager ul li.next a,
.mcontent .pager ul li.prev span,
.mcontent .pager ul li.next span {
  text-indent: -9999px;
  width: 25px;
  padding: 0;
  position: relative; }

.mcontent .pager ul li.prev a:before,
.mcontent .pager ul li.next a:before,
.mcontent .pager ul li.prev span:before,
.mcontent .pager ul li.next span:before {
  content: '';
  width: 25px;
  height: 9px;
  padding: 0;
  background: url("../img/pager-arrow.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -5px 0 0; }

.mcontent .pager ul li.prev a:before {
  background-position: 0 0; }

.mcontent .pager ul li.next a:before {
  background-position: 100% 0; }

.mcontent .pager ul li.prev a:hover:before {
  background-position: 0 -9px; }

.mcontent .pager ul li.next a:hover:before {
  background-position: 100% -9px; }

.mcontent .pager ul li.prev span:before {
  background-position: 0 -18px; }

.mcontent .pager ul li.next span:before {
  background-position: 100% -18px; }

#container + .contacts {
  margin: 28px 0 0;
  background: url("../img/darkblue-noize.png"); }

#container + .contacts .footer {
  position: static;
  border: 0;
  background: none; }

#container + .contacts .footer .footer-item {
  background: none; }

/* search */
.search-items .search-item {
  margin: 0 0 20px; }

.search-items .search-item .left {
  float: left;
  width: 50px; }

.search-items .search-item .right {
  float: right;
  border-bottom: 1px dotted #bebebe;
  width: 843px; }

.search-items .search-item .id {
  color: #669223;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  font-size: 14px; }

.search-items .search-item .title {
  color: #669223;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-weight: 300;
  line-height: 16px;
  margin: 0 0 14px;
  font-size: 19px; }

.search-items .search-item .title a {
  color: #669223; }

.search-items .search-item .desc {
  margin: 0 0 12px; }

.search-items .search-item .link {
  margin: 0 0 16px; }

.search-form {
  margin: 2px 0; }

.search-form .form-item {
  margin: 0 0 13px; }

.search-form .form-item input[type='text'] {
  width: 740px; }

.search-form .form-item .button {
  min-width: 93px;
  height: 34px;
  line-height: 34px; }

.search-form .total {
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #373a3f;
  line-height: 16px;
  margin: 17px 0 36px;
  text-align: center; }

/* news items */
.mcontent .news-items ul {
  margin: 0; }

.mcontent .news-items .news-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 16px 0;
  width: 440px;
  padding: 0;
  background: none; }

.mcontent .news-items .news-item a {
  text-decoration: none; }

.mcontent .news-items .news-item a:hover .title {
  text-decoration: underline; }

.mcontent .news-items .news-item:nth-child(even) {
  margin-right: 0; }

.mcontent .news-items .news-item .img {
  float: left; }

.mcontent .news-items .news-item .date {
  display: block;
  margin: 0 0 5px;
  color: #8c8c8c;
  line-height: 22px; }

.mcontent .news-items .news-item .title {
  display: block;
  font-size: 14px; }

/* menulist */
.mcontent .menulist {
  margin: 1px 0;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 12px 0; }

.mcontent .menulist ul {
  padding: 0;
  margin: 0;
  background: none; }

.mcontent .menulist ul li {
  padding: 0;
  margin: 0;
  background: none; }

.mcontent .menulist ul li.collapsed ul {
  display: none; }

.mcontent .menulist ul li a {
  text-decoration: none;
  display: block;
  padding: 8px 9px 0 29px; }

.mcontent .menulist > ul > li > a:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 14px;
  width: 7px;
  height: 7px;
  background: url("../img/toggle-icon.png") no-repeat top left; }

.mcontent .menulist > ul > li.expanded > a:after {
  background-position: top left; }

.mcontent .menulist > ul > li.collapsed > a:after {
  background-position: bottom left; }

.mcontent .menulist > ul > li > a {
  color: #669223;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 3px;
  position: relative; }

.mcontent .menulist ul li ul {
  margin: 0 10px 0 30px; }

.mcontent .menulist ul li ul li {
  margin: 0 0 7px; }

.mcontent .menulist ul li ul li a {
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px dotted;
  display: inline;
  padding: 0; }

/* menu items */
.mcontent .catalog-items {
  margin: 0; }

.mcontent .catalog-items ul {
  margin: 0;
  padding: 0; }

.mcontent .catalog-items ul .catalog-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 28px 0;
  width: 200px;
  padding: 0;
  background: none;
  text-align: center; }

.mcontent .catalog-items ul .catalog-item:nth-child(3n) {
  margin-right: 0; }

.mcontent .catalog-items .catalog-item a {
  text-decoration: none;
  display: block; }

.mcontent .catalog-items .catalog-item .add-to-cart {
  display: inline-block; }

.mcontent .catalog-items .catalog-item img {
  border: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0; }

.mcontent .catalog-items .catalog-item .img {
  font-size: 0;
  width: 200px;
  height: 160px;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin: 0 0 10px;
  line-height: 160px; }

.mcontent .catalog-items .catalog-item .title {
  margin: 0 0 8px;
  display: block;
  font-size: 14px; }

.mcontent .catalog-items .catalog-item a:hover .title {
  text-decoration: underline; }

.mcontent .catalog-items .catalog-item a:hover img {
  border: 0; }

.mcontent .catalog-items .catalog-item .price {
  font-size: 16px;
  margin: 13px 0 17px; }

.mleft {
  float: left;
  width: 230px; }

.mright {
  float: right;
  width: 640px; }

.add-to-cart {
  height: 32px;
  background: #efefef;
  border: 1px solid #bebebe;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer; }

.add-to-cart.small {
  text-indent: -9999px;
  width: 42px;
  padding: 0; }

.add-to-cart:before {
  content: '';
  width: 19px;
  height: 15px;
  display: block;
  position: absolute;
  background: url("../img/cart-icon.png") no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.add-to-cart:active {
  transform: scale(0.95); }

.add-to-cart.loading {
  cursor: default; }

.add-to-cart.loading:before {
  content: '';
  top: 0;
  left: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  bottom: 0;
  background: url("../img/button-loading-inverse.gif") no-repeat center;
  z-index: 2;
  position: absolute; }

.add-to-cart.loading:active {
  transform: scale(1); }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 100000; }

.ui-dialog {
  background: #efefef;
  border-radius: 5px;
  padding: 10px 40px 20px;
  z-index: 100001;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #373a3f;
  outline: none; }

.ui-dialog * {
  outline: 0 none; }

.ui-dialog-content:empty {
  background: url("../img/button-loading-inverse.gif") no-repeat center; }

.ui-dialog-titlebar-close {
  background: url("../img/close.png") no-repeat;
  position: absolute;
  top: -19px;
  right: -19px;
  outline: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  border: 0;
  cursor: pointer; }

.ui-dialog .mtitle {
  padding: 8px 0 0; }

.ui-dialog .page {
  padding: 34px 0 6px; }

.product-dialog {
  width: 900px; }

.product dl {
  margin: 0;
  padding: 0; }

.product .label,
.product dl dt {
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #669223;
  margin: 6px 0 9px;
  padding: 0; }

.product dl dd {
  margin: 0 0 20px;
  padding: 0; }

.product .price {
  color: #373a3f;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  white-space: nowrap; }

.product .count {
  color: #8c8c8c; }

.product .button.cart {
  margin: 27px 0 0;
  min-width: 131px; }

.pleft {
  width: 275px;
  float: left;
  margin: 0 30px 0 0; }

.pleft img {
  margin: 0; }

.pright {
  margin: 0 0 0 30px;
  width: 195px;
  float: right; }

.pcenter {
  overflow: hidden; }

.page .cart table {
  border-top: 1px solid #dcdcdc;
  margin: 2px 0;
  width: 100%; }

.page .cart table tr th {
  background: none;
  color: #669223;
  border-left-color: rgba(0, 0, 0, 0);
  padding: 6px 0 7px;
  text-align: center; }

.page .cart table tr td {
  background: #dcdcdc;
  padding: 0;
  text-align: center;
  font-size: 15px; }

.page .cart table tr td:first-child {
  border-radius: 5px 0 0 5px;
  padding: 0 20px 0 0; }

.page .cart table tr td:last-child {
  border-radius: 0 5px 5px 0; }

.page .cart table tr:nth-child(odd) td {
  background: #e6e6e6; }

.page .cart table .img {
  float: left;
  margin: 10px 20px;
  font-size: 0;
  line-height: 0;
  width: 150px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center; }

.page .cart table .img img {
  border-radius: 0;
  margin: 0; }

.page .cart table .desc {
  text-align: left;
  overflow: hidden;
  font-size: 13px; }

.page .cart table .desc .product-title {
  margin: 21px 0 8px;
  font-size: 14px; }

.page .cart table .desc .product-title a {
  text-decoration: none; }

.page .cart table .desc .product-title a:hover {
  text-decoration: underline; }

.page .cart table .desc .product-params {
  margin: 11px 0 0; }

.page .cart table .desc .product-params li {
  float: left;
  margin: 0 30px 10px 0;
  padding: 0;
  background: none; }

.page .cart table .desc .product-params .label {
  color: #8c8c8c;
  margin: 0 0 4px; }

.page .cart table input[type='text'] {
  width: 32px;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px; }

.page .cart table .delete {
  background: url("../img/delete.png") no-repeat 0 0;
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px; }

.page .cart .total {
  margin: 18px 0 20px;
  text-align: right;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 73px 17px; }

.page .cart .total .label,
.page .cart .total .value {
  display: inline-block;
  vertical-align: top;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400; }

.page .cart .total .label {
  color: #8c8c8c; }

.page .cart .total .value {
  color: #373a3f;
  margin: 0 0 0 14px;
  font-size: 16px;
  font-family: Tahoma, Verdana, sans-serif;
  min-width: 79px;
  text-align: left; }

/* partners */
.mcontent .page .partners {
  text-align: center; }

.mcontent .page .partners li {
  width: 172px;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  line-height: 172px;
  background: none;
  padding: 0; }

.mcontent .page .partners li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border-radius: 0; }

.ui-dialog.confirm .ui-dialog-buttonpane {
  margin: 0 -20px;
  padding: 10px 0; }

.ui-dialog.confirm .ui-dialog-buttonpane .ui-button {
  outline: 0 none;
  margin: 0 5px; }

.ui-dialog.confirm .ui-dialog-titlebar {
  min-height: 0;
  width: auto;
  text-align: center;
  margin: 18px 0 11px;
  font-family: 'PF_BeauSans', Tahoma, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #669223;
  text-transform: uppercase; }

.ui-dialog.confirm .ui-dialog-content {
  margin: 18px 0 10px;
  text-align: center; }

.ui-spinner input.spinner {
  display: block;
  margin: 0 auto -27px; }

.ui-spinner {
  white-space: nowrap;
  display: block;
  width: 82px;
  text-align: center;
  margin: 0 auto;
  height: 34px; }

.ui-spinner .ui-spinner-down,
.ui-spinner .ui-spinner-up {
  text-indent: -9999px;
  background: url("../img/spinner.png") no-repeat;
  height: 12px;
  width: 12px;
  margin: 3px 0 0;
  cursor: pointer;
  position: relative; }

.ui-spinner .ui-spinner-down:after,
.ui-spinner .ui-spinner-up:after {
  content: '';
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  position: absolute;
  display: block; }

.ui-spinner .ui-spinner-up {
  float: right;
  background-position: -12px 0; }

.ui-spinner .ui-spinner-down {
  float: left;
  background-position: 0 0; }

.social_panel {
  background-color: #fcfcfc;
  position: fixed;
  right: 0;
  top: 50%;
  width: 50px;
  height: auto;
  transform: translate(0, -50%);
  z-index: 51;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 14px 0; }
  .social_panel:after, .social_panel:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 12px;
    background-image: url("../img/social_decor.svg");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat; }
  .social_panel:after {
    top: -12px; }
  .social_panel:before {
    bottom: -12px;
    transform: scaleY(-1); }
  .social_panel__item {
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 0; }
    .social_panel__item.vk {
      background-image: url("../img/ico_vk.svg");
      width: 30px;
      height: 18px; }
    .social_panel__item.ig {
      background-image: url("../img/ico_ig.svg");
      width: 26px;
      height: 26px; }
    .social_panel__item.fb {
      background-image: url("../img/ico_fb.svg");
      width: 26px;
      height: 26px; }
    .social_panel__item.tg {
      background-image: url("../img/ico_tg.svg");
      width: 28px;
      height: 28px; }
    .social_panel__item.vb {
      background-image: url("../img/ico_vb.svg");
      width: 26px;
      height: 28px; }
    .social_panel__item.wa {
      background-image: url("../img/ico_wa.svg");
      width: 26px;
      height: 26px; }
