html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  margin: 0 auto !important;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font: inherit;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input:focus,
textarea:focus,
select:focus,
button:active,
button:focus {
  outline: none;
}
a {
  color: inherit;
  text-decoration: inherit;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'PT Sans';
  src: url('fonts/ptsans/PTS55F_W.eot');
  src: url('fonts/ptsans/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('fonts/ptsans/PTS55F_W.woff') format('woff'), url('fonts/ptsans/PTS55F_W.ttf') format('truetype'), url('fonts/ptsans/PTS55F_W.svg#PTSans-Regular') format('svg');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  src: url('fonts/ptsans/PTS56F_W.eot');
  src: url('fonts/ptsans/PTS56F_W.eot?#iefix') format('embedded-opentype'), url('fonts/ptsans/PTS56F_W.woff') format('woff'), url('fonts/ptsans/PTS56F_W.ttf') format('truetype'), url('fonts/ptsans/PTS56F_W.svg#PTSans-Italic') format('svg');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/ptsans/PTS75F_W.eot');
  src: url('fonts/ptsans/PTS75F_W.eot?#iefix') format('embedded-opentype'), url('fonts/ptsans/PTS75F_W.woff') format('woff'), url('fonts/ptsans/PTS75F_W.ttf') format('truetype'), url('fonts/ptsans/PTS75F_W.svg#PTSans-Bold') format('svg');
}
@font-face {
  font-family: "RobotoCondensedRegular";
  src: url("fonts/roboto/RobotoCondensedRegular.eot");
  src: url("fonts/roboto/RobotoCondensedRegular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/RobotoCondensedRegular.woff") format("woff"), url("fonts/roboto/RobotoCondensedRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoCondensedLight";
  src: url("fonts/roboto/RobotoCondensedLight.eot");
  src: url("fonts/roboto/RobotoCondensedLight.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/RobotoCondensedLight.woff") format("woff"), url("fonts/roboto/RobotoCondensedLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoCondensedBold";
  src: url("fonts/roboto/RobotoCondensedBold.eot");
  src: url("fonts/roboto/RobotoCondensedBold.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/RobotoCondensedBold.woff") format("woff"), url("fonts/roboto/RobotoCondensedBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.clearfix:after,
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.text {
  color: #5f5f5f;
  font-family: "PT Sans";
  font-size: 15px;
}
.text a {
  color: #86bd4a;
  text-decoration: underline;
}
.text b,
.text strong {
  font-weight: bold;
}
.text i,
.text em {
  font-style: italic;
}
.text p {
  margin-bottom: 15px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text sub,
.text sup {
  display: inline-block;
  font-size: 75%;
}
.text sub {
  vertical-align: text-bottom;
}
.text sup {
  vertical-align: text-top;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font: normal 24px / 1.2 "RobotoCondensedLight", Helvetica, Arial, sans-serif;
  color: #313131;
  margin-bottom: 15px;
}
.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text h6:last-child {
  margin-bottom: 0;
}
.text h1 {
  font-size: 28px;
}
.text h2 {
  font-size: 24px;
}
.text h3 {
  font-size: 20px;
}
.text h4 {
  font-size: 18px;
}
.text h5 {
  font-size: 16px;
}
.text h6 {
  font-size: 14px;
}
.text ul,
.text ol {
  margin-bottom: 15px;
}
.text ul > li,
.text ol > li {
  margin: 0 0 7px 30px;
}
.text ul:last-child,
.text ol:last-child {
  margin-bottom: 0;
}
.text ul > li {
  list-style: disc;
}
.text ol > li {
  list-style: decimal;
}
.text blockquote {
  border: 1px dotted #313131;
  border-left: 5px solid #86bd4a;
  font-style: italic;
  padding: 15px 30px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 15px;
}
.text blockquote:last-child {
  margin-bottom: 0;
}
.text pre,
.text code,
.text kbd,
.text samp {
  border: 1px solid #ccc;
  color: #888;
  font-family: "Courier New", Courier, monospace;
  padding: 15px 30px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 15px;
}
.text pre:last-child,
.text code:last-child,
.text kbd:last-child,
.text samp:last-child {
  margin-bottom: 0;
}
::-moz-selection {
  background: #86bd4a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #86bd4a;
  color: #fff;
  text-shadow: none;
}
html {
  background: #ffffff;
}
body {
  min-width: 1150px;
  max-width: 1920px;
  margin: 0 auto;
  font: normal 14px / 1.2 "RobotoCondensedLight", Helvetica, Arial, sans-serif;
  color: #313131;
}
.section-header .header-up {
  height: 38px;
  background: #f8f8f8;
  text-align: center;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 38px;
  border-bottom: 1px solid #ededed;
  letter-spacing: 0.1em;
}
.section-header .header-up span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
.section-header .header {
  height: 107px;
  width: 1110px;
  margin: 0 auto;
  position: relative;
}
.section-header .header .logo {
  height: 64px;
  padding-left: 285px;
  background: url('images/logo.svg') no-repeat left center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #181415;
  font-size: 17px;
  line-height: 64px;
}
.section-header .header .logo span {
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
  letter-spacing: 0.01em;
}
.section-header .header .logo:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 30px;
  left: 270px;
  top: 21px;
  background-color: #9f467e;
}
.section-header .header .buttons {
  position: absolute;
  right: 0;
  text-align: right;
  top: 8px;
}
.section-header .header .buttons .sform {
  position: absolute;
  width: 380px;
  left: -20px;
  visibility: hidden;
  width: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-header .header .buttons .sform input {
  display: block;
  width: 100%;
  height: 50px;
  background: none;
  border: 0;
  border-bottom: 1px solid #111111;
  padding: 0px 15px;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
}
.section-header .header .buttons .sform.active {
  visibility: visible;
  width: 380px;
  left: -400px;
}
.section-header .header .buttons a {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 5px;
  margin-bottom: 10px;
}
.section-header .header .buttons a.sbutt {
  background: url('images/sbutt.svg') no-repeat center center;
}
.section-header .header .buttons a.sbutt:hover,
.section-header .header .buttons a.sbutt.active {
  background: url('images/ssbutt.svg') no-repeat center center;
}
.section-header .header .buttons a.phone {
  background: url('images/phone.svg') no-repeat center center;
}
.section-header .header .buttons a.phone:hover {
  background: url('images/sphone.svg') no-repeat center center;
}
.section-header .header .buttons a.cart {
  background: url('images/cart.svg') no-repeat center center;
}
.section-header .header .buttons a.cart:hover {
  background: url('images/scart.svg') no-repeat center center;
}
.section-header .header .buttons .count {
  position: absolute;
  top: 0;
  right: -10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #181415;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.section-header .header .buttons .cabinet {
  display: block;
  width: 148px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #181415;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-header .header .buttons .cabinet:hover {
  background: #86bd4a;
}
.section-menu {
  height: 50px;
  background: #181415;
}
.section-menu .nav-top {
  width: 1110px;
  margin: 0 auto;
  position: relative;
}
.section-menu .nav-left {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0;
}
.section-menu .nav-left > li {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  padding-right: 20px;
  position: relative;
}
.section-menu .nav-left > li > a {
  display: block;
  height: 40px;
  padding: 0px 20px;
  padding-left: 25px;
  line-height: 40px;
  background: url('images/menu-icon.svg') no-repeat left center;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section-menu .nav-left > li > a.active {
  background: #86bd4a;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.section-menu .nav-left > li:hover > a {
  background: #86bd4a;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.section-menu .nav-left > li:hover .sub {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.section-menu .nav-left > li .sub {
  position: absolute;
  z-index: 1000;
  padding: 30px 33px;
  padding-top: 53px;
  padding-bottom: 0;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-menu .nav-left > li .sub .corner {
  position: absolute;
  border-bottom: 10px solid rgba(24,20,21,0.949);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 13px;
  margin-left: -20px;
}
.section-menu .nav-left > li .sub:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 23px;
  background-color: rgba(24,20,21,0.949);
}
.section-menu .nav-left > li .sub .image {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding-right: 60px;
}
.section-menu .nav-left > li .sub .image img {
  display: block;
}
.section-menu .nav-left > li .sub .subnav {
  display: table-cell;
  vertical-align: top;
  position: relative;
  min-width: 160px;
  padding-right: 10px;
}
.section-menu .nav-left > li .sub .subnav li {
  display: block;
  padding-bottom: 1px;
}
.section-menu .nav-left > li .sub .subnav li a {
  color: #a6a6a6;
  font-size: 15px;
  font-family: "PT Sans";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-menu .nav-left > li .sub .subnav li a:hover {
  color: #ffffff;
}
.section-menu .nav-left > li .sub .subnav li.sep {
  height: 20px;
}
.section-menu .nav-left > li .sub .subnav li.title {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.section-menu .nav-left > li .sub .subnav li.title a {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.section-menu .nav-left > li .sub .subnav1 {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-top: 60px;
  padding-left: 30px;
}
.section-menu .nav-left > li .sub .subnav1 li {
  display: block;
  padding-bottom: 3px;
  position: relative;
}
.section-menu .nav-left > li .sub .subnav1 li a {
  font-size: 15px;
  color: #a6a6a6;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-menu .nav-left > li .sub .subnav1 li a:hover {
  color: #ffffff;
}
.section-menu .nav-left > li .sub .subnav1 li.sep {
  height: 20px;
}
.section-menu .nav-right {
  font-size: 0;
  position: absolute;
  right: -20px;
  top: 5px;
}
.section-menu .nav-right > li {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}
.section-menu .nav-right > li > a {
  display: block;
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section-menu .nav-right > li > a.active {
  background: #86bd4a;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.section-menu .nav-right > li:hover > a {
  background: #86bd4a;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.section-menu .nav-right > li:hover .sub {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.section-menu .nav-right > li .sub {
  position: absolute;
  z-index: 1000;
  padding: 30px 33px;
  padding-top: 53px;
  padding-bottom: 0;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-menu .nav-right > li .sub .corner {
  position: absolute;
  border-bottom: 10px solid rgba(24,20,21,0.949);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 13px;
  margin-left: -20px;
}
.section-menu .nav-right > li .sub:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 23px;
  background-color: rgba(24,20,21,0.949);
}
.section-menu .nav-right > li .sub .subnav {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
}
.section-menu .nav-right > li .sub .subnav li {
  display: block;
  padding-bottom: 5px;
}
.section-menu .nav-right > li .sub .subnav li a {
  color: #a6a6a6;
  font-size: 15px;
  font-family: "PT Sans";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-menu .nav-right > li .sub .subnav li a:hover {
  color: #ffffff;
}
.section-menu .nav-right > li .sub .subnav li.sep {
  height: 20px;
}
.section-menu .nav-right > li .sub .subnav li.title {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.section-menu .nav-right > li .sub .subnav li.title a {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.section-footer {
  background: #181415;
}
.section-footer .footer {
  width: 1110px;
  margin: 0 auto;
}
.section-footer .footer:after {
  content: "";
  display: block;
  clear: both;
}
.section-footer .footer .address {
  float: right;
  margin-top: 67px;
  margin-right: 30px;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 26px;
}
.section-footer .footer .nav-bottom {
  float: left;
  margin-top: 47px;
  width: 280px;
  margin-bottom: 50px;
}
.section-footer .footer .nav-bottom li {
  display: block;
  padding-bottom: 12px;
}
.section-footer .footer .nav-bottom li a {
  font-size: 14px;
  color: #8e8e8e;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-footer .footer .nav-bottom li a:hover {
  color: #ffffff;
}
.section-footer .footer .nav-bottom li.title {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.section-footer .footer .copy {
  clear: both;
  height: 50px;
  position: relative;
  border-top: 1px solid #302c2d;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 50px;
}
.section-footer .footer .copy .social {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: normal;
}
.section-footer .footer .copy .social a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-footer .footer .copy .social a.vk {
  background: url('images/vk.svg') no-repeat center center;
}
.section-footer .footer .copy .social a.fb {
  background: url('images/fb.svg') no-repeat center center;
}
.section-footer .footer .copy .social a.inst {
  background: url('images/inst.svg') no-repeat center center;
}
.section-footer .footer .copy .social a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.section-subscribe {
  height: 300px;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 70px;
  background: url('images/main/sub-pic.jpg') no-repeat center center;
  position: relative;
}
.section-subscribe:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(135deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 100%);
  background: -webkit-linear-gradient(135deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 100%);
  background: linear-gradient(-45deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 100%);
}
.section-subscribe > div {
  position: relative;
  width: 1110px;
  margin: 0 auto;
  height: 300px;
}
.section-subscribe > div:after {
  content: "";
  display: block;
  clear: both;
}
.section-subscribe > div .descr {
  font-family: "RobotoCondensedRegular";
  font-size: 28px;
  color: #ffffff;
  padding-left: 25px;
  height: 300px;
  line-height: 300px;
  width: 580px;
  float: left;
}
.section-subscribe > div .descr span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-transform: uppercase;
}
.section-subscribe > div .form {
  width: 444px;
  float: right;
  margin-top: 50px;
  padding: 40px 0px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.section-subscribe > div .form input {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: none;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-subscribe > div .form input::-webkit-input-placeholder {
  color: #ffffff;
}
.section-subscribe > div .form input::-moz-placeholder {
  color: #ffffff;
}
.section-subscribe > div .form input:-moz-placeholder {
  color: #ffffff;
}
.section-subscribe > div .form input:-ms-input-placeholder {
  color: #ffffff;
}
.section-subscribe > div .form input.error {
  background-color: #FFEDEB;
  font-weight: bold;
}
.section-subscribe > div .form input.error::-webkit-input-placeholder {
  color: #aa0000;
}
.section-subscribe > div .form input.error::-moz-placeholder {
  color: #aa0000;
}
.section-subscribe > div .form input.error:-moz-placeholder {
  color: #aa0000;
}
.section-subscribe > div .form input.error:-ms-input-placeholder {
  color: #aa0000;
}
.section-subscribe > div .form button {
  display: block;
  width: 100%;
  height: 60px;
  border: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #ffffff;
  color: #181415;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-subscribe > div .form button:hover {
  background: #86bd4a;
  color: #ffffff;
}
.section-subscribe > div .form button.disabled {
  cursor: default;
}
.section-subscribe > div .form button.disabled:hover {
  background: #ffffff;
  color: #181415;
}
.section-subscribe > div .form button.disabled:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  background: url('images/loading1.gif') no-repeat;
}
.section-bottom-text {
  font-size: 0;
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.section-bottom-text > div {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin-right: 30px;
  padding-right: 50px;
}
.section-bottom-text > div:last-of-type {
  margin-right: 0;
}
.section-bottom-text > div .name {
  color: #181415;
  font-size: 25px;
  font-family: "RobotoCondensedRegular";
  padding-bottom: 30px;
  text-transform: uppercase;
}
.section-bottom-text > div .descr {
  color: #5f5f5f;
  font-size: 15px;
  font-family: "PT Sans";
}
.section-path {
  background: #fcfcfc;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
}
.section-path ul {
  width: 1110px;
  margin: 0 auto;
}
.section-path ul li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 22px;
  position: relative;
}
.section-path ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  border-left: 14px solid #e3e3e3;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 0;
  right: -7px;
}
.section-path ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  border-left: 14px solid #fcfcfc;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  top: 1px;
  right: -6px;
}
.section-path ul li a {
  color: #afaeae;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-path ul li a:hover {
  color: #86bd4a;
}
.section-path ul li:last-of-type a {
  color: #8e8e8e;
}
.section-path ul li:last-of-type:before,
.section-path ul li:last-of-type:after {
  display: none;
}
.site-title {
  color: #181415;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "RobotoCondensedRegular";
  text-align: center;
  padding: 40px 0px;
}
.layer-shadow {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
}
.layer {
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
  visibility: hidden;
  overflow-x: visible;
}
.layer .close {
  width: 29px;
  height: 29px;
  background: url('images/close.svg') no-repeat;
  position: absolute;
  right: -45px;
  top: 0px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.layer .close:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.item-added-layer {
  background: #ffffff;
  width: 730px;
	margin: auto;
	position: relative;
}
.item-added-layer .title {
  font-size: 25px;
  color: #181415;
  padding: 45px 0px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 25px;
  border-bottom: 1px solid #dddddd;
}
.item-added-layer .title.noborder {
  border: 0;
}
.item-added-layer .item-info {
  height: 214px;
  border-bottom: 1px solid #dddddd;
  padding: 0px 25px;
}
.item-added-layer .item-info:after {
  content: "";
  display: block;
  clear: both;
}
.item-added-layer .item-info .image {
  float: left;
  width: 214px;
  height: 214px;
  text-align: center;
  line-height: 214px;
  margin-right: 45px;
}
.item-added-layer .item-info .image img {
  display: inline-block;
  vertical-align: middle;
  height: 80%;
}
.item-added-layer .item-info .txt {
  font-size: 22px;
  color: #181415;
  padding-top: 40px;
  padding-bottom: 35px;
}
.item-added-layer .item-info .buttons a {
  display: inline-block;
  margin-right: 4px;
  height: 42px;
  line-height: 42px;
  padding: 0px 25px;
  border: 0;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  background: #181415;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.item-added-layer .item-info .buttons a:hover {
  background: #86bd4a;
}
.item-added-layer .one-click {
  background: #f2f2f2;
  padding: 0px 25px;
  padding-bottom: 48px;
}
.item-added-layer .one-click .title {
  border: 0;
}
.item-added-layer .one-click .form input {
  display: inline-block;
  width: 338px;
  border: 1px solid #b1b1b1;
  background: #ffffff;
  height: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #181415;
  text-align: center;
  padding: 0px 20px;
}
.item-added-layer .one-click .form input:nth-child(1) {
  margin-right: 4px;
}
.item-added-layer .one-click .form input::-webkit-input-placeholder {
  color: #181415;
}
.item-added-layer .one-click .form input::-moz-placeholder {
  color: #181415;
}
.item-added-layer .one-click .form input:-moz-placeholder {
  color: #181415;
}
.item-added-layer .one-click .form input:-ms-input-placeholder {
  color: #181415;
}
.item-added-layer .one-click .form input.error {
  background-color: #FFEDEB;
  font-weight: bold;
}
.item-added-layer .one-click .form input.error::-webkit-input-placeholder {
  color: #aa0000;
}
.item-added-layer .one-click .form input.error::-moz-placeholder {
  color: #aa0000;
}
.item-added-layer .one-click .form input.error:-moz-placeholder {
  color: #aa0000;
}
.item-added-layer .one-click .form input.error:-ms-input-placeholder {
  color: #aa0000;
}
.item-added-layer .one-click .form button {
  display: inline-block;
  line-height: normal;
  width: 100%;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 0;
  background: #181415;
  color: #ffffff;
  font-size: 20px;
  margin-top: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.item-added-layer .one-click .form button:hover {
  background: #86bd4a;
}
.item-added-layer .recommend {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 1110px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  width: auto;
  padding: 0;
}
.item-added-layer .recommend .title {
  color: #181415;
  font-size: 25px;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  padding-bottom: 25px;
}
.item-added-layer .recommend .filter {
  text-align: center;
  padding-bottom: 25px;
}
.item-added-layer .recommend .filter span {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  line-height: 38px;
}
.item-added-layer .recommend .filter span a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 13px;
  cursor: pointer;
  font-size: 15px;
  color: #888888;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.item-added-layer .recommend .filter span a:hover,
.item-added-layer .recommend .filter span a.active {
  color: #181415;
}
.item-added-layer .recommend .more {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: #181415;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.item-added-layer .recommend .more:hover {
  background: #86bd4a;
}
.item-added-layer .recommend .prev,
.item-added-layer .recommend .next {
  width: 41px;
  height: 80px;
  position: absolute;
  top: 55px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.item-added-layer .recommend .prev.prev,
.item-added-layer .recommend .next.prev {
  left: 0;
  background: url('images/main/prev.svg') no-repeat;
}
.item-added-layer .recommend .prev.prev:hover,
.item-added-layer .recommend .next.prev:hover {
  background: url('images/main/aprev.svg') no-repeat;
}
.item-added-layer .recommend .prev.next,
.item-added-layer .recommend .next.next {
  right: 0;
  background: url('images/main/next.svg') no-repeat;
}
.item-added-layer .recommend .prev.next:hover,
.item-added-layer .recommend .next.next:hover {
  background: url('images/main/anext.svg') no-repeat;
}
.item-added-layer .recommend .prev.inactive,
.item-added-layer .recommend .next.inactive {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.item-added-layer .recommend .prev.inactive.prev:hover,
.item-added-layer .recommend .next.inactive.prev:hover {
  background: url('images/main/prev.svg') no-repeat;
}
.item-added-layer .recommend .prev.inactive.next:hover,
.item-added-layer .recommend .next.inactive.next:hover {
  background: url('images/main/next.svg') no-repeat;
}
.item-added-layer .recommend .wrap {
  height: 395px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.item-added-layer .recommend .wrap .page {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.item-added-layer .recommend .wrap .page:hover .item {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.item-added-layer .recommend .wrap .page .item {
  white-space: normal;
  width: 252px;
  margin-right: 34px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.item-added-layer .recommend .wrap .page .item.item-hidden {
  display: none;
}
.item-added-layer .recommend .wrap .page .item .image {
  height: 300px;
  line-height: 300px;
  text-align: center;
}
.item-added-layer .recommend .wrap .page .item .image img {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.item-added-layer .recommend .wrap .page .item .plain {
  height: 95px;
  text-align: center;
  padding: 0px 20px;
  position: relative;
}
.item-added-layer .recommend .wrap .page .item .plain .more {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 5px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.item-added-layer .recommend .wrap .page .item .plain .name {
  color: #181415;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "RobotoCondensedRegular";
  padding-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.item-added-layer .recommend .wrap .page .item .plain .descr {
  color: #636363;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.item-added-layer .recommend .wrap .page .item .plain .price {
  color: #636363;
  font-size: 18px;
}
.item-added-layer .recommend .wrap .page .item .plain .price span {
  font-size: 15px;
  text-decoration: line-through;
  display: inline-block;
  padding-right: 10px;
}
.item-added-layer .recommend .wrap .page .item .plain .price b {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 7px;
  font-size: 11px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.item-added-layer .recommend .wrap .page .item:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.item-added-layer .recommend .wrap .page .item:hover .plain .name,
.item-added-layer .recommend .wrap .page .item:hover .plain .descr,
.item-added-layer .recommend .wrap .page .item:hover .plain .price {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.item-added-layer .recommend .wrap .page .item:hover .plain .more {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.item-added-layer .recommend .title {
  border: 0;
  padding-bottom: 0;
  font-family: "RobotoCondensedLight";
}
.item-added-layer .recommend .prev,
.item-added-layer .recommend .next {
  top: 220px;
}
.item-added-layer .recommend .prev.prev,
.item-added-layer .recommend .next.prev {
  left: 15px;
}
.item-added-layer .recommend .prev.next,
.item-added-layer .recommend .next.next {
  right: 15px;
}
.item-added-layer .recommend .wrap {
  height: 380px;
  width: 538px;
  margin: 0 auto;
}
.layer-win {
  width: 400px;
  background: #ffffff;
}
.layer-win .up {
  height: 40px;
  background: url('images/menu-icon.svg') no-repeat 10px center #181415;
}
.layer-win .body {
  padding: 30px 80px;
  font-size: 18px;
  color: #535456;
  text-align: center;
}
.layer-win .body .buttons {
  padding-top: 50px;
  text-align: center;
}
.layer-win .body .buttons a.button {
  display: inline-block;
  margin: 0px 20px;
  cursor: pointer;
  border: 0;
  background-color: #181415;
  padding: 4px 20px;
  min-width: 80px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.layer-win .body .buttons a.button:hover {
  background: #86bd4a;
}
.section-content {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.section-content .content {
  color: #5f5f5f;
  font-family: "PT Sans";
  font-size: 15px;
  width: 800px;
  margin: 0 auto;
}
.section-content .content a {
  color: #86bd4a;
  text-decoration: underline;
}
.section-content .content b,
.section-content .content strong {
  font-weight: bold;
}
.section-content .content i,
.section-content .content em {
  font-style: italic;
}
.section-content .content p {
  margin-bottom: 15px;
}
.section-content .content p:last-child {
  margin-bottom: 0;
}
.section-content .content sub,
.section-content .content sup {
  display: inline-block;
  font-size: 75%;
}
.section-content .content sub {
  vertical-align: text-bottom;
}
.section-content .content sup {
  vertical-align: text-top;
}
.section-content .content h1,
.section-content .content h2,
.section-content .content h3,
.section-content .content h4,
.section-content .content h5,
.section-content .content h6 {
  font: normal 24px / 1.2 "RobotoCondensedLight", Helvetica, Arial, sans-serif;
  color: #313131;
  margin-bottom: 15px;
}
.section-content .content h1:last-child,
.section-content .content h2:last-child,
.section-content .content h3:last-child,
.section-content .content h4:last-child,
.section-content .content h5:last-child,
.section-content .content h6:last-child {
  margin-bottom: 0;
}
.section-content .content h1 {
  font-size: 28px;
}
.section-content .content h2 {
  font-size: 24px;
}
.section-content .content h3 {
  font-size: 20px;
}
.section-content .content h4 {
  font-size: 18px;
}
.section-content .content h5 {
  font-size: 16px;
}
.section-content .content h6 {
  font-size: 14px;
}
.section-content .content ul,
.section-content .content ol {
  margin-bottom: 15px;
}
.section-content .content ul > li,
.section-content .content ol > li {
  margin: 0 0 7px 30px;
}
.section-content .content ul:last-child,
.section-content .content ol:last-child {
  margin-bottom: 0;
}
.section-content .content ul > li {
  list-style: disc;
}
.section-content .content ol > li {
  list-style: decimal;
}
.section-content .content blockquote {
  border: 1px dotted #313131;
  border-left: 5px solid #86bd4a;
  font-style: italic;
  padding: 15px 30px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 15px;
}
.section-content .content blockquote:last-child {
  margin-bottom: 0;
}
.section-content .content pre,
.section-content .content code,
.section-content .content kbd,
.section-content .content samp {
  border: 1px solid #ccc;
  color: #888;
  font-family: "Courier New", Courier, monospace;
  padding: 15px 30px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 15px;
}
.section-content .content pre:last-child,
.section-content .content code:last-child,
.section-content .content kbd:last-child,
.section-content .content samp:last-child {
  margin-bottom: 0;
}
.section-content .content:after {
  content: "";
  display: block;
  clear: both;
}
.section-contacts {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section-contacts .nav {
  font-size: 0;
}
.section-contacts .nav a {
  display: inline-block;
  vertical-align: top;
  width: 222px;
  background: #181415;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #464344;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.section-contacts .nav a:last-of-type {
  border-right: 1px solid #181415;
}
.section-contacts .nav a:hover,
.section-contacts .nav a.active {
  background: #86bd4a;
  border-right: 1px solid #86bd4a;
}
.section-contacts .nav a.active {
  cursor: default;
}
.section-contacts .nav a.active:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  border-top: 10px solid #86bd4a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.section-contacts .city-body {
  display: none;
}
.section-contacts .city-body.active {
  display: block;
}
.section-contacts .body {
  background: #fcfcfc;
  background: -moz-linear-gradient(top,#f8f8f8 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#f8f8f8 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#f8f8f8 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#f8f8f8 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#f8f8f8 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
  padding: 45px;
  padding-bottom: 0;
}
.section-contacts .body .name {
  font-size: 25px;
  color: #747474;
  padding-bottom: 40px;
}
.section-contacts .body .name.dblock {
  display: block;
  padding-top: 80px;
}
.section-contacts .body .block {
  width: 370px;
  display: inline-block;
  vertical-align: top;
}
.section-contacts .body .block:nth-child(3) {
  width: auto;
}
.section-contacts .body .block .descr {
  padding-left: 50px;
  font-size: 26px;
  color: #181415;
  line-height: 40px;
  letter-spacing: 0.1em;
}
.section-contacts .body .block .social {
  padding-left: 50px;
}
.section-contacts .body .block .social a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: no-repeat center center #cdcdcd;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-contacts .body .block .social a:hover {
  background-color: #181415;
}
.section-contacts .body .block .social a.vk {
  background-image: url('images/contacts/vk1.svg');
}
.section-contacts .body .block .social a.fb {
  background-image: url('images/contacts/fb.svg');
}
.section-contacts .body .block .social a.inst {
  background-image: url('images/contacts/inst.svg');
}
.section-contacts .address .tabs span {
  background: #1b1b1b;
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
  width: 255px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #1b1b1b;
  border-bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.section-contacts .address .tabs span.active,
.section-contacts .address .tabs span:hover {
  background: transparent;
  border: 1px solid #cecece;
  border-bottom: 0;
  color: #1b1b1b;
}
.section-contacts .address .tabs span.active:after,
.section-contacts .address .tabs span:hover:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: -1px;
}
.section-contacts .address .tab {
  padding: 40px;
  border: 1px solid #cecece;
  display: none;
}
.section-contacts .address .tab.active {
  display: block;
}
.section-contacts .address .tab .map-selector {
  padding: 35px 0px;
  text-align: center;
}
.section-contacts .address .tab .map-selector span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.section-contacts .address .tab .map-selector span b {
  display: inline-block;
  margin: 0px 12px;
  font-weight: normal;
  font-size: 15px;
  color: #888888;
  font-family: "RobotoCondensedLight";
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-contacts .address .tab .map-selector span b.active,
.section-contacts .address .tab .map-selector span b:hover {
  color: #181415;
}
.section-contacts .address .tab .map {
  height: 290px;
  background: #666666;
}
.section-contacts .address .tab .name1 {
  font-size: 15px;
  color: #181415;
  text-align: center;
  height: 95px;
  line-height: 95px;
}
.section-contacts .address .tab .scheme_image {
  display: block;
  width: 100%;
}
.form-call-layer {
  background: #ffffff;
  width: 400px;
  padding: 25px;
}
.form-call-layer .title {
  font-size: 25px;
  color: #181415;
  padding: 25px 0px;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.form-call-layer form input,
.form-call-layer form textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #b1b1b1;
  background: #ffffff;
  height: 60px;
  margin-bottom: 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 13px;
  text-transform: uppercase;
  color: #181415;
  text-align: center;
  padding: 0px 20px;
  resize: none;
}
.form-call-layer form input:nth-child(1),
.form-call-layer form textarea:nth-child(1) {
  margin-right: 4px;
}
.form-call-layer form input::-webkit-input-placeholder,
.form-call-layer form textarea::-webkit-input-placeholder {
  color: #181415;
}
.form-call-layer form input::-moz-placeholder,
.form-call-layer form textarea::-moz-placeholder {
  color: #181415;
}
.form-call-layer form input:-moz-placeholder,
.form-call-layer form textarea:-moz-placeholder {
  color: #181415;
}
.form-call-layer form input:-ms-input-placeholder,
.form-call-layer form textarea:-ms-input-placeholder {
  color: #181415;
}
.form-call-layer form input.error,
.form-call-layer form textarea.error {
  background-color: #FFEDEB;
  font-weight: bold;
}
.form-call-layer form input.error::-webkit-input-placeholder,
.form-call-layer form textarea.error::-webkit-input-placeholder {
  color: #aa0000;
}
.form-call-layer form input.error::-moz-placeholder,
.form-call-layer form textarea.error::-moz-placeholder {
  color: #aa0000;
}
.form-call-layer form input.error:-moz-placeholder,
.form-call-layer form textarea.error:-moz-placeholder {
  color: #aa0000;
}
.form-call-layer form input.error:-ms-input-placeholder,
.form-call-layer form textarea.error:-ms-input-placeholder {
  color: #aa0000;
}
.form-call-layer form textarea {
  height: 100px;
  line-height: normal;
  padding: 10px 20px;
}
.form-call-layer form button {
  display: inline-block;
  line-height: normal;
  width: 100%;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 0;
  background: #181415;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-call-layer form button:hover {
  background: #86bd4a;
}
.form-call-layer form button.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: default;
}
.form-call-layer form button.disabled:hover {
  background: #1b1b1b;
}
.form-call-layer form button.disabled:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  background: url('images/loading.gif') no-repeat;
}
.sdescription {
  width: 1110px;
  margin: 0 auto;
  color: #999999;
  font-size: 12px;
  padding: 20px 0px;
}
.greeting-layer {
  background: #ffffff;
  width: 920px;
}
.greeting-layer .title {
  font-size: 25px;
  color: #181415;
  padding: 45px 0px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 25px;
}
.greeting-layer .options {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0;
  width: 100%;
  padding: 15px 0px;
}
.greeting-layer .options div {
  display: inline-block;
  border: 1px solid #ebebeb;
  font-size: 19px;
  color: #949494;
  width: 366px;
  margin-right: 6px;
  height: 72px;
  line-height: 65px;
  padding-right: 40px;
}
.greeting-layer .options div:last-of-type {
  margin-right: 0;
}
.greeting-layer .options div span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.greeting-layer .options div.opt1 {
  padding-left: 80px;
  background: url('images/main/opt1.png') no-repeat 31px center #f6f6f6;
}
.greeting-layer .options div.opt2 {
  padding-left: 124px;
  background: url('images/main/opt2.png') no-repeat 74px center #f6f6f6;
}
.greeting-layer .options div.opt3 {
  padding-left: 94px;
  background: url('images/main/opt3.png') no-repeat 50px center #f6f6f6;
}
.greeting-layer .options > div {
  width: 304px;
  margin-right: 4px;
}
.greeting-layer .section-subscribe {
  margin-bottom: 0;
}
.greeting-layer .section-subscribe > div {
  width: 100%;
}
.greeting-layer .section-subscribe > div:after {
  content: "";
  display: block;
  clear: both;
}
.greeting-layer .section-subscribe > div .descr {
  width: 440px;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 23px;
}
.greeting-layer .section-subscribe > div .form {
  margin-right: 50px;
  width: 400px;
}
.section-front-page {
  position: relative;
}
.section-front-page .slider {
  padding: 18px 0px;
  max-width: 1400px;
  margin: 0 auto;
}
.section-front-page .slider .wrap {
  height: 620px;
  overflow: hidden;
  position: relative;
}
.section-front-page .slider .wrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.section-front-page .slider .wrap a:first-of-type {
  display: block;
}
.section-front-page .slider .wrap a img {
  display: block;
  width: 100%;
}
.section-front-page .slider .wrap a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(-45deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(-45deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(135deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}
.section-front-page .slider .wrap a span {
  position: absolute;
  color: #ffffff;
  font-size: 50px;
  left: 165px;
  top: 85px;
  width: 500px;
  text-transform: uppercase;
  line-height: 52px;
}
.section-front-page .slider .wrap a span b {
  display: block;
  padding-top: 15px;
}
.section-front-page .options {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0;
}
.section-front-page .options div {
  display: inline-block;
  border: 1px solid #ebebeb;
  font-size: 19px;
  color: #949494;
  width: 366px;
  margin-right: 6px;
  height: 72px;
  line-height: 65px;
  padding-right: 40px;
}
.section-front-page .options div:last-of-type {
  margin-right: 0;
}
.section-front-page .options div span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.section-front-page .options div.opt1 {
  padding-left: 80px;
  background: url('images/main/opt1.png') no-repeat 31px center #f6f6f6;
}
.section-front-page .options div.opt2 {
  padding-left: 124px;
  background: url('images/main/opt2.png') no-repeat 74px center #f6f6f6;
}
.section-front-page .options div.opt3 {
  padding-left: 94px;
  background: url('images/main/opt3.png') no-repeat 50px center #f6f6f6;
}
.section-front-page .popular {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 1110px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.section-front-page .popular .title {
  color: #181415;
  font-size: 25px;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  padding-bottom: 25px;
}
.section-front-page .popular .filter {
  text-align: center;
  padding-bottom: 25px;
}
.section-front-page .popular .filter span {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  line-height: 38px;
}
.section-front-page .popular .filter span a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 13px;
  cursor: pointer;
  font-size: 15px;
  color: #888888;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-front-page .popular .filter span a:hover,
.section-front-page .popular .filter span a.active {
  color: #181415;
}
.section-front-page .popular .more {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: #181415;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-front-page .popular .more:hover {
  background: #86bd4a;
}
.section-front-page .popular .prev,
.section-front-page .popular .next {
  width: 41px;
  height: 80px;
  position: absolute;
  top: 55px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-front-page .popular .prev.prev,
.section-front-page .popular .next.prev {
  left: 0;
  background: url('images/main/prev.svg') no-repeat;
}
.section-front-page .popular .prev.prev:hover,
.section-front-page .popular .next.prev:hover {
  background: url('images/main/aprev.svg') no-repeat;
}
.section-front-page .popular .prev.next,
.section-front-page .popular .next.next {
  right: 0;
  background: url('images/main/next.svg') no-repeat;
}
.section-front-page .popular .prev.next:hover,
.section-front-page .popular .next.next:hover {
  background: url('images/main/anext.svg') no-repeat;
}
.section-front-page .popular .prev.inactive,
.section-front-page .popular .next.inactive {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.section-front-page .popular .prev.inactive.prev:hover,
.section-front-page .popular .next.inactive.prev:hover {
  background: url('images/main/prev.svg') no-repeat;
}
.section-front-page .popular .prev.inactive.next:hover,
.section-front-page .popular .next.inactive.next:hover {
  background: url('images/main/next.svg') no-repeat;
}
.section-front-page .popular .wrap {
  height: 395px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.section-front-page .popular .wrap .page {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.section-front-page .popular .wrap .page:hover .item {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.section-front-page .popular .wrap .page .item {
  white-space: normal;
  width: 252px;
  margin-right: 34px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-front-page .popular .wrap .page .item.item-hidden {
  display: none;
}
.section-front-page .popular .wrap .page .item .image {
  height: 300px;
  line-height: 300px;
  text-align: center;
}
.section-front-page .popular .wrap .page .item .image img {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.section-front-page .popular .wrap .page .item .plain {
  height: 95px;
  text-align: center;
  padding: 0px 20px;
  position: relative;
}
.section-front-page .popular .wrap .page .item .plain .more {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 5px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.section-front-page .popular .wrap .page .item .plain .name {
  color: #181415;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "RobotoCondensedRegular";
  padding-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-front-page .popular .wrap .page .item .plain .descr {
  color: #636363;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-front-page .popular .wrap .page .item .plain .price {
  color: #636363;
  font-size: 18px;
}
.section-front-page .popular .wrap .page .item .plain .price span {
  font-size: 15px;
  text-decoration: line-through;
  display: inline-block;
  padding-right: 10px;
}
.section-front-page .popular .wrap .page .item .plain .price b {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 7px;
  font-size: 11px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-front-page .popular .wrap .page .item:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.section-front-page .popular .wrap .page .item:hover .plain .name,
.section-front-page .popular .wrap .page .item:hover .plain .descr,
.section-front-page .popular .wrap .page .item:hover .plain .price {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.section-front-page .popular .wrap .page .item:hover .plain .more {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.section-front-page .feedbacks {
  padding: 15px 0px;
}
.section-front-page .feedbacks .item {
  width: 1110px;
  margin: 0 auto;
  background: #f5f5f5;
}
.section-front-page .feedbacks .item .image {
  display: table-cell;
  height: 300px;
  width: 410px;
  vertical-align: middle;
  text-align: center;
}
.section-front-page .feedbacks .item .image img {
  width:230px;
  height:230px;
  display:inline-block;
  border:10px solid #ffffff;
  border-radius:50%;
}
.section-front-page .feedbacks .item .plain {
  display: table-cell;
  height: 300px;
  padding-right: 50px;
  width: 700px;
  vertical-align: middle;
}
.section-front-page .feedbacks .item .plain .name {
  color: #181415;
  font-size: 30px;
  text-transform: uppercase;
}
.section-front-page .feedbacks .item .plain .prof {
  color: #808080;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 7px;
}
.section-front-page .feedbacks .item .plain .descr {
  padding-top: 20px;
  font-size: 15px;
  color: #5f5f5f;
  font-family: "PT Sans";
}
.section-front-page .feedbacks .item .plain .more {
  display: block;
  margin-top: 15px;
  border: 1px solid #b4b2b3;
  cursor: pointer;
  width: 172px;
  height: 42px;
  background: #f6f6f6;
  color: #888888;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-front-page .feedbacks .item .plain .more:hover {
  background: #86bd4a;
  border: 1px solid #86bd4a;
  color: #ffffff;
}
.section-catalog {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section-catalog:after {
  content: "";
  display: block;
  clear: both;
}
.section-catalog .text {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.section-catalog .sorting {
  height: 42px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 45px;
  line-height: 40px;
  padding-left: 30px;
  color: #181415;
  font-size: 15px;
  position: relative;
}
.section-catalog .sorting b {
  position: absolute;
  right: 0;
  color: #888888;
}
.section-catalog .sorting span {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.section-catalog .sorting span a {
  display: inline-block;
  margin-right: 20px;
  color: #888888;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: relative;
}
.section-catalog .sorting span a:hover,
.section-catalog .sorting span a.active {
  color: #181415;
}
.section-catalog .sorting span a:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  background: #181415;
  top: 50%;
  margin-top: -6px;
  right: -10px;
}
.section-catalog .sorting span a:last-of-type:after {
  display: none;
}
.section-catalog-filter {
  float: left;
  width: 255px;
  margin-right: 30px;
}
.section-catalog-filter .title {
  font-size: 20px;
  color: #181415;
  font-family: "RobotoCondensedRegular";
  padding-bottom: 10px;
  text-transform: uppercase;
}
.section-catalog-filter .buttons {
  padding: 20px 0px;
  padding-top: 30px;
}
.section-catalog-filter .buttons button {
  display: block;
  cursor: pointer;
  border: 0;
  background-color: #181415;
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-catalog-filter .buttons button:hover {
  background: #86bd4a;
}
.section-catalog-filter .reset {
  height: 41px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px dotted #757573;
  color: #8e8e8e;
  font-size: 15px;
}
.section-catalog-filter .reset a {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: url('images/catalog/reset.svg') no-repeat center center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-catalog-filter .reset a:hover {
  background: url('images/catalog/reseta.svg') no-repeat center center;
}
.section-catalog-filter .block {
  border-bottom: 1px dotted #757573;
}
.section-catalog-filter .block .name {
  font-size: 14px;
  color: #181415;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.section-catalog-filter .block .name:after {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  background: url('images/catalog/collapse.svg') no-repeat center center;
  right: 0;
  top: 7px;
}
.section-catalog-filter .block .name.collapsed:after {
  background: url('images/catalog/expand.svg') no-repeat center center;
}
.section-catalog-filter .block .name.no-collapse {
  cursor: default;
}
.section-catalog-filter .block .name.no-collapse:after {
  display: none;
}
.section-catalog-filter .block .prices {
  height: 75px;
  position: relative;
  margin-right: 22px;
  margin-left: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.section-catalog-filter .block .prices input[type=text] {
	width: 50px;
}
.section-catalog-filter .block .prices input#filter_price_to {
	float: right;
	text-align: right;
}
.section-catalog-filter .block .prices .line {
  position: absolute;
  width: 100%;
  background: #636363;
  height: 2px;
  left: 0;
  top: 37px;
}
.section-catalog-filter .block .prices .point {
  width: 60px;
  position: absolute;
  top: 0px;
}
.section-catalog-filter .block .prices .point span {
  text-align: center;
  font-size: 15px;
  display: block;
}
.section-catalog-filter .block .prices .point b {
  position: absolute;
  width: 12px;
  height: 12px;
  cursor: pointer;
  top: 32px;
  background: #636363;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  margin-left: -6px;
}
.section-catalog-filter .block .prices .point.active b {
  width: 22px;
  height: 22px;
  border: 5px solid #d9dada;
  margin-left: -11px;
  top: 27px;
}
.section-catalog-filter .block .prices .point.point-left {
  left: -30px;
}
.section-catalog-filter .block .prices .point.point-right {
  right: -30px;
}
.section-catalog-filter .block .options {
  padding-bottom: 23px;
  font-size: 0;
}
.section-catalog-filter .block .options:after {
  content: "";
  display: block;
  clear: both;
}
.section-catalog-filter .block .options .panel {
  display: inline-block;
  vertical-align: top;
  min-width: 50%;
}
.section-catalog-filter .block .options label {
  display: block;
  cursor: pointer;
  font-size: 15px;
  color: #181415;
  padding-left: 45px;
  line-height: 18px;
  padding-top: 3px;
  padding-bottom: 10px;
  padding-right: 15px;
  position: relative;
}
.section-catalog-filter .block .options label:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #bababa;
  left: 0;
  top: 0;
}
.section-catalog-filter .block .options label.checked:before {
  background: url('images/catalog/option.svg') no-repeat center center;
}
.section-catalog-filter .block .options label input {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}
.section-catalog-items {
  float: right;
  width: 825px;
  font-size: 0;
}
.section-catalog-items .item {
  width: 252px;
  margin-right: 34px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-catalog-items .item:nth-child(3n) {
  margin-right: 0;
}
.section-catalog-items .item .icon {
  position: absolute;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.section-catalog-items .item .icon.discount {
  background: #e84d4d;
}
.section-catalog-items .item .icon.sale {
  background: #df1717;
}
.section-catalog-items .item .icon.new {
  background: #242021;
}
.section-catalog-items .item .image {
  z-index: 0;
  height: 300px;
  line-height: 300px;
  text-align: center;
}
.section-catalog-items .item .image img {
 /* width: 220px;*/
	max-width: 100%;
	width: auto;
  display: inline-block;
  vertical-align: middle;
}
.section-catalog-items .item .plain {
  height: 95px;
  text-align: center;
  padding: 0px 20px;
  position: relative;
}
.section-catalog-items .item .plain .more {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: #181415;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 5px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.section-catalog-items .item .plain .more:hover {
  background: #86bd4a;
}
.section-catalog-items .item .plain .name {
  color: #181415;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "RobotoCondensedRegular";
  padding-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-catalog-items .item .plain .descr {
  color: #636363;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-catalog-items .item .plain .price {
  color: #636363;
  font-size: 18px;
}
.section-catalog-items .item .plain .price span {
  font-size: 15px;
  text-decoration: line-through;
  display: inline-block;
  padding-right: 10px;
}
.section-catalog-items .item .plain .price b {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 7px;
  font-size: 11px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-catalog-items .item:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.section-catalog-items .item:hover .plain .name,
.section-catalog-items .item:hover .plain .descr,
.section-catalog-items .item:hover .plain .price {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.section-catalog-items .item:hover .plain .more {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.section-catalog-item {
  width: 1110px;
  margin: 0 auto;
  padding-top: 70px;
}
.section-catalog-item .item-options {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0;
}
.section-catalog-item .item-options div {
  display: inline-block;
  border: 1px solid #ebebeb;
  font-size: 19px;
  color: #949494;
  width: 366px;
  margin-right: 6px;
  height: 72px;
  line-height: 65px;
  padding-right: 40px;
}
.section-catalog-item .item-options div:last-of-type {
  margin-right: 0;
}
.section-catalog-item .item-options div span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.section-catalog-item .item-options div.opt1 {
  padding-left: 80px;
  background: url('images/main/opt1.png') no-repeat 31px center #f6f6f6;
}
.section-catalog-item .item-options div.opt2 {
  padding-left: 124px;
  background: url('images/main/opt2.png') no-repeat 74px center #f6f6f6;
}
.section-catalog-item .item-options div.opt3 {
  padding-left: 94px;
  background: url('images/main/opt3.png') no-repeat 50px center #f6f6f6;
}
.section-catalog-item .recommend {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 1110px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.section-catalog-item .recommend .title {
  color: #181415;
  font-size: 25px;
  font-family: "RobotoCondensedRegular";
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  padding-bottom: 25px;
}
.section-catalog-item .recommend .filter {
  text-align: center;
  padding-bottom: 25px;
}
.section-catalog-item .recommend .filter span {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  line-height: 38px;
}
.section-catalog-item .recommend .filter span a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 13px;
  cursor: pointer;
  font-size: 15px;
  color: #888888;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-catalog-item .recommend .filter span a:hover,
.section-catalog-item .recommend .filter span a.active {
  color: #181415;
}
.section-catalog-item .recommend .more {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: #181415;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-catalog-item .recommend .more:hover {
  background: #86bd4a;
}
.section-catalog-item .recommend .prev,
.section-catalog-item .recommend .next {
  width: 41px;
  height: 80px;
  position: absolute;
  top: 55px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-catalog-item .recommend .prev.prev,
.section-catalog-item .recommend .next.prev {
  left: 0;
  background: url('images/main/prev.svg') no-repeat;
}
.section-catalog-item .recommend .prev.prev:hover,
.section-catalog-item .recommend .next.prev:hover {
  background: url('images/main/aprev.svg') no-repeat;
}
.section-catalog-item .recommend .prev.next,
.section-catalog-item .recommend .next.next {
  right: 0;
  background: url('images/main/next.svg') no-repeat;
}
.section-catalog-item .recommend .prev.next:hover,
.section-catalog-item .recommend .next.next:hover {
  background: url('images/main/anext.svg') no-repeat;
}
.section-catalog-item .recommend .prev.inactive,
.section-catalog-item .recommend .next.inactive {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.section-catalog-item .recommend .prev.inactive.prev:hover,
.section-catalog-item .recommend .next.inactive.prev:hover {
  background: url('images/main/prev.svg') no-repeat;
}
.section-catalog-item .recommend .prev.inactive.next:hover,
.section-catalog-item .recommend .next.inactive.next:hover {
  background: url('images/main/next.svg') no-repeat;
}
.section-catalog-item .recommend .wrap {
  height: 395px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.section-catalog-item .recommend .wrap .page {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.section-catalog-item .recommend .wrap .page:hover .item {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.section-catalog-item .recommend .wrap .page .item {
  white-space: normal;
  width: 252px;
  margin-right: 34px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-catalog-item .recommend .wrap .page .item.item-hidden {
  display: none;
}
.section-catalog-item .recommend .wrap .page .item .image {
  height: 300px;
  line-height: 300px;
  text-align: center;
}
.section-catalog-item .recommend .wrap .page .item .image img {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.section-catalog-item .recommend .wrap .page .item .plain {
  height: 95px;
  text-align: center;
  padding: 0px 20px;
  position: relative;
}
.section-catalog-item .recommend .wrap .page .item .plain .more {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 5px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.section-catalog-item .recommend .wrap .page .item .plain .name {
  color: #181415;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "RobotoCondensedRegular";
  padding-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-catalog-item .recommend .wrap .page .item .plain .descr {
  color: #636363;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-catalog-item .recommend .wrap .page .item .plain .price {
  color: #636363;
  font-size: 18px;
}
.section-catalog-item .recommend .wrap .page .item .plain .price span {
  font-size: 15px;
  text-decoration: line-through;
  display: inline-block;
  padding-right: 10px;
}
.section-catalog-item .recommend .wrap .page .item .plain .price b {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 7px;
  font-size: 11px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-catalog-item .recommend .wrap .page .item:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.section-catalog-item .recommend .wrap .page .item:hover .plain .name,
.section-catalog-item .recommend .wrap .page .item:hover .plain .descr,
.section-catalog-item .recommend .wrap .page .item:hover .plain .price {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.section-catalog-item .recommend .wrap .page .item:hover .plain .more {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.section-catalog-item .descr-bottom {
  padding: 30px 0px;
}
.section-catalog-item .descr-bottom .tabs {
  height: 45px;
}
.section-catalog-item .descr-bottom .tabs span {
  height: 45px;
  line-height: 43px;
  padding: 0px 40px;
  min-width: 255px;
  background: #1b1b1b;
  color: #ffffff;
  border: 1px solid #1b1b1b;
  border-bottom: 0;
  display: inline-block;
  margin-right: 2px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.section-catalog-item .descr-bottom .tabs span.active {
  cursor: default;
  border: 1px solid #cecece;
  border-bottom: 0;
  background: none;
  color: #1b1b1b;
}
.section-catalog-item .descr-bottom .tabs span.active:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: -1px;
  left: 0;
}
.section-catalog-item .descr-bottom .tab {
  padding: 45px 40px;
  color: #5f5f5f;
  font-family: "PT Sans";
  font-size: 15px;
  border: 1px solid #cecece;
  display: none;
}
.section-catalog-item .descr-bottom .tab a {
  color: #86bd4a;
  text-decoration: underline;
}
.section-catalog-item .descr-bottom .tab b,
.section-catalog-item .descr-bottom .tab strong {
  font-weight: bold;
}
.section-catalog-item .descr-bottom .tab i,
.section-catalog-item .descr-bottom .tab em {
  font-style: italic;
}
.section-catalog-item .descr-bottom .tab p {
  margin-bottom: 15px;
}
.section-catalog-item .descr-bottom .tab p:last-child {
  margin-bottom: 0;
}
.section-catalog-item .descr-bottom .tab sub,
.section-catalog-item .descr-bottom .tab sup {
  display: inline-block;
  font-size: 75%;
}
.section-catalog-item .descr-bottom .tab sub {
  vertical-align: text-bottom;
}
.section-catalog-item .descr-bottom .tab sup {
  vertical-align: text-top;
}
.section-catalog-item .descr-bottom .tab h1,
.section-catalog-item .descr-bottom .tab h2,
.section-catalog-item .descr-bottom .tab h3,
.section-catalog-item .descr-bottom .tab h4,
.section-catalog-item .descr-bottom .tab h5,
.section-catalog-item .descr-bottom .tab h6 {
  font: normal 24px / 1.2 "RobotoCondensedLight", Helvetica, Arial, sans-serif;
  color: #313131;
  margin-bottom: 15px;
}
.section-catalog-item .descr-bottom .tab h1:last-child,
.section-catalog-item .descr-bottom .tab h2:last-child,
.section-catalog-item .descr-bottom .tab h3:last-child,
.section-catalog-item .descr-bottom .tab h4:last-child,
.section-catalog-item .descr-bottom .tab h5:last-child,
.section-catalog-item .descr-bottom .tab h6:last-child {
  margin-bottom: 0;
}
.section-catalog-item .descr-bottom .tab h1 {
  font-size: 28px;
}
.section-catalog-item .descr-bottom .tab h2 {
  font-size: 24px;
}
.section-catalog-item .descr-bottom .tab h3 {
  font-size: 20px;
}
.section-catalog-item .descr-bottom .tab h4 {
  font-size: 18px;
}
.section-catalog-item .descr-bottom .tab h5 {
  font-size: 16px;
}
.section-catalog-item .descr-bottom .tab h6 {
  font-size: 14px;
}
.section-catalog-item .descr-bottom .tab ul,
.section-catalog-item .descr-bottom .tab ol {
  margin-bottom: 15px;
}
.section-catalog-item .descr-bottom .tab ul > li,
.section-catalog-item .descr-bottom .tab ol > li {
  margin: 0 0 7px 30px;
}
.section-catalog-item .descr-bottom .tab ul:last-child,
.section-catalog-item .descr-bottom .tab ol:last-child {
  margin-bottom: 0;
}
.section-catalog-item .descr-bottom .tab ul > li {
  list-style: disc;
}
.section-catalog-item .descr-bottom .tab ol > li {
  list-style: decimal;
}
.section-catalog-item .descr-bottom .tab blockquote {
  border: 1px dotted #313131;
  border-left: 5px solid #86bd4a;
  font-style: italic;
  padding: 15px 30px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 15px;
}
.section-catalog-item .descr-bottom .tab blockquote:last-child {
  margin-bottom: 0;
}
.section-catalog-item .descr-bottom .tab pre,
.section-catalog-item .descr-bottom .tab code,
.section-catalog-item .descr-bottom .tab kbd,
.section-catalog-item .descr-bottom .tab samp {
  border: 1px solid #ccc;
  color: #888;
  font-family: "Courier New", Courier, monospace;
  padding: 15px 30px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 15px;
}
.section-catalog-item .descr-bottom .tab pre:last-child,
.section-catalog-item .descr-bottom .tab code:last-child,
.section-catalog-item .descr-bottom .tab kbd:last-child,
.section-catalog-item .descr-bottom .tab samp:last-child {
  margin-bottom: 0;
}
.section-catalog-item .descr-bottom .tab.active {
  display: block;
}
.section-catalog-item .catalog-item {
  font-size: 0;
}
.section-catalog-item .catalog-item .left-side {
  display: inline-block;
  vertical-align: top;
  width: 540px;
  margin-right: 60px;
  padding-bottom: 50px;
  position: relative;
}
.section-catalog-item .catalog-item .left-side .icon {
  position: absolute;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.section-catalog-item .catalog-item .left-side .icon.discount {
  background: #e84d4d;
}
.section-catalog-item .catalog-item .left-side .icon.sale {
  background: #df1717;
}
.section-catalog-item .catalog-item .left-side .icon.new {
  background: #242021;
}
.section-catalog-item .catalog-item .left-side .mimages a {
  display: none;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section-catalog-item .catalog-item .left-side .mimages a img {
  display: block;
  width: 98%;
}
.section-catalog-item .catalog-item .left-side .mimages a:first-of-type {
  display: block;
}
.section-catalog-item .catalog-item .left-side .pimages img {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 16px;
  margin-bottom: 20px;
  cursor: pointer;
}
.section-catalog-item .catalog-item .left-side .pimages img.active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.section-catalog-item .catalog-item .right-side {
  padding-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 510px;
  padding-top: 20px;
}
.section-catalog-item .catalog-item .right-side .item-title {
  color: #181415;
  font-size: 30px;
  padding-bottom: 15px;
}
.section-catalog-item .catalog-item .right-side .sdescr {
  color: #636363;
  font-size: 22px;
  padding-bottom: 25px;
}
.section-catalog-item .catalog-item .right-side .chars {
  padding-bottom: 50px;
  font-size: 16px;
  color: #636363;
  font-family: "RobotoCondensedRegular";
  line-height: 25px;
}
.section-catalog-item .catalog-item .right-side .chars b {
  display: inline-block;
  color: #181415;
  padding-right: 10px;
}
.section-catalog-item .catalog-item .right-side .sizes {
  padding-bottom: 50px;
}
.section-catalog-item .catalog-item .right-side .sizes div {
  font-size: 20px;
  color: #636363;
  padding-bottom: 30px;
}
.section-catalog-item .catalog-item .right-side .sizes label {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-bottom: none;
  background: #fafafa;
  text-align: center;
  font-size: 19px;
  color: #181415;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-catalog-item .catalog-item .right-side .sizes label input[type='radio'] {
  display: none;
}
.section-catalog-item .catalog-item .right-side .sizes label:nth-of-type(4n),
.section-catalog-item .catalog-item .right-side .sizes label:last-of-type {
  width: 111px;
  border-right: 1px solid #e6e6e6;
}
.section-catalog-item .catalog-item .right-side .sizes label:nth-last-of-type(1),
.section-catalog-item .catalog-item .right-side .sizes label:nth-last-of-type(2),
.section-catalog-item .catalog-item .right-side .sizes label:nth-last-of-type(3),
.section-catalog-item .catalog-item .right-side .sizes label:nth-last-of-type(4) {
  border-bottom: 1px solid #e6e6e6;
}
.section-catalog-item .catalog-item .right-side .sizes label:hover,
.section-catalog-item .catalog-item .right-side .sizes label.active {
  background: #181415;
  color: #ffffff;
}
.section-catalog-item .catalog-item .right-side .item-price {
  padding-bottom: 50px;
}
.section-catalog-item .catalog-item .right-side .item-price .name {
  font-size: 20px;
  color: #636363;
  display: inline-block;
  padding-right: 10px;
}
.section-catalog-item .catalog-item .right-side .item-price .old {
  font-size: 23px;
  color: #181415;
  display: inline-block;
  padding-right: 10px;
  text-decoration: line-through;
}
.section-catalog-item .catalog-item .right-side .item-price .price {
  font-size: 35px;
  color: #181415;
  display: inline-block;
  padding-right: 10px;
}
.section-catalog-item .catalog-item .right-side .item-price b {
  font-size: 30px;
  color: #181415;
}
.section-catalog-item .catalog-item .right-side .item-add {
  display: block;
  margin-bottom: 50px;
  border: 0;
  background: #1b1b1b;
  width: 470px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 22px;
  color: #ffffff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}
.section-catalog-item .catalog-item .right-side .item-add:hover {
  background: #86bd4a;
}
.section-catalog-item .catalog-item .right-side .item-add.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: default;
}
.section-catalog-item .catalog-item .right-side .item-add.disabled:hover {
  background: #1b1b1b;
}
.section-catalog-item .catalog-item .right-side .item-add.disabled:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  background: url('images/loading.gif') no-repeat;
}
.section-catalog-item .catalog-item .right-side .social span {
  font-size: 20px;
  color: #636363;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.section-catalog-item .catalog-item .right-side .social a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: no-repeat center center #d1d1d1;
}
.section-catalog-item .catalog-item .right-side .social a.vk {
  background-image: url('images/catalog/vka.svg');
}
.section-catalog-item .catalog-item .right-side .social a.fb {
  background-image: url('images/catalog/fba.svg');
}
.section-catalog-item .catalog-item .right-side .social a.inst {
  background-image: url('images/catalog/insta.svg');
}
.section-catalog-item .catalog-item .right-side .social a:hover {
  background-color: #1b1b1b;
}
.hint-layer {
  position: absolute;
  visibility: hidden;
  padding: 8px 40px;
  background: #86bd4a;
  border: 1px solid #79ae3f;
  font-family: "RobotoCondensedLight";
  font-size: 18px;
  color: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  left: 0;
  top: 0;
}
.hint-layer:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  bottom: -10px;
  margin-left: -10px;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #79ae3f;
}
.hint-layer:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  bottom: -7px;
  margin-left: -8px;
  left: 50%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #86bd4a;
}
.hint-layer.hint-layer-error {
  background: #ff0000;
  border: 1px solid #e60000;
}
.hint-layer.hint-layer-error:before {
  border-top: 10px solid #e60000;
}
.hint-layer.hint-layer-error:after {
  border-top: 8px solid #ff0000;
}
.content-about {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 45px;
  font-size: 0;
}
.content-about .accord {
  width: 635px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.content-about .accord .title {
  border-bottom: 1px solid #e1e1e1;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  font-size: 20px;
  color: #747474;
  cursor: pointer;
  position: relative;
  background: #f8f8f8;
}
.content-about .accord .title:after {
  content: "";
  position: absolute;
  display: block;
  width: 65px;
  height: 50px;
  right: 0;
  top: 0;
  background: url('images/about/closed.svg') no-repeat center center;
}
.content-about .accord .title.opened {
  background: none;
}
.content-about .accord .title.opened:after {
  background: url('images/about/opened.svg') no-repeat center center;
}
.content-about .accord .text {
  border-bottom: 1px solid #e1e1e1;
  padding: 40px;
  display: none;
  color: #333333;
}
.content-about .accord .text p {
  text-align: left;
}
.content-about .accord .text.opened {
  display: block;
}
.content-about .image {
  width: 445px;
  display: inline-block;
  vertical-align: top;
}
.content-about .image img {
  display: block;
}
.content-delivery {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 140px;
  font-size: 0;
}
.content-delivery h2.site-title {
  position: relative;
}
.content-delivery h2.site-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: -90px;
}
.content-delivery .delivery {
  width: 50%;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.content-delivery .delivery h2.site-title:before {
  background: url('images/delivery/delivery.svg') no-repeat center center;
}
.content-delivery .payment {
  width: 50%;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
}
.content-delivery .payment h2.site-title:before {
  background: url('images/delivery/payment.svg') no-repeat center center;
}
.content-delivery .text {
  font-size: 17px;
  color: #333333;
}
.content-delivery .text p {
  text-align: left;
}
.content-delivery .button {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
  background-color: #181415;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content-delivery .button:hover {
  background: #86bd4a;
}
.content-news {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 0;
}
.content-news .panel {
  width: 540px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.content-news .panel:nth-of-type(2n) {
  margin-right: 0px;
}
.content-news .panel .news-item {
  background: #f8f8f8;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #333333;
}
.content-news .panel .news-item img {
  display: block;
  width: 100%;
}
.content-news .panel .news-item .plain {
  padding: 25px 20px;
}
.content-news .panel .news-item .plain .title {
  font-size: 27px;
  padding-bottom: 15px;
}
.content-news .panel .news-item .plain .date {
  font-size: 16px;
  color: #828282;
  padding-bottom: 20px;
}
.content-news .panel .news-item .plain .pre {
  font-size: 15px;
  padding-bottom: 40px;
}
.content-news .panel .news-item .plain .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.content-news .panel .news-item .plain .buttons .more {
  float: left;
  display: block;
  cursor: pointer;
  background-color: #181415;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content-news .panel .news-item .plain .buttons .more:hover {
  background: #86bd4a;
}
.content-news .panel .news-item .plain .buttons .social {
  float: right;
  margin-top: 5px;
}
.content-news .panel .news-item .plain .buttons .social a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: no-repeat center center #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.content-news .panel .news-item .plain .buttons .social a:hover {
  background-color: #181415;
}
.content-news .panel .news-item .plain .buttons .social a.vk {
  background-image: url('images/news/vk.svg');
}
.content-news .panel .news-item .plain .buttons .social a.fb {
  background-image: url('images/news/fb.svg');
}
.content-pages {
  padding-top: 55px;
  text-align: center;
}
.content-pages > span {
  display: inline-block;
  vertical-align: middle;
  background: #f8f8f8;
  border: 1px solid #cfcfcf;
  padding: 2px;
  height: 40px;
  -webkit-border-top-right-radius: 38px;
  -webkit-border-bottom-right-radius: 38px;
  -webkit-border-bottom-left-radius: 38px;
  -webkit-border-top-left-radius: 38px;
  -moz-border-radius-topright: 38px;
  -moz-border-radius-bottomright: 38px;
  -moz-border-radius-bottomleft: 38px;
  -moz-border-radius-topleft: 38px;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
  border-bottom-left-radius: 38px;
  border-top-left-radius: 38px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #828282;
}
.content-pages > span a,
.content-pages > span b {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 16px;
}
.content-pages > span a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content-pages > span a:hover {
  color: #181415;
}
.content-pages > span b {
  width: 34px;
  text-align: center;
  background: #181415;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: default;
}
.content-news-single {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.content-news-single .image {
  width: 100%;
  display: block;
}
.content-news-single .comments > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 35px 30px;
}
.content-news-single .comments > div > h3 {
  font-size: 25px;
  color: #333333;
  padding-bottom: 20px;
}
.content-news-single .center {
  background: #f8f8f8;
  padding: 60px 30px;
  padding-bottom: 35px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0;
}
.content-news-single .center .text {
  display: inline-block;
  vertical-align: top;
  width: 755px;
  margin-right: 40px;
  position: relative;
}
.content-news-single .center .text:after {
  content: "";
  display: block;
  clear: both;
}
.content-news-single .center .text img {
  max-width: 100%;
}
.content-news-single .center .text .social {
  padding-top: 35px;
  text-align: right;
  font-size: 20px;
  color: #636363;
}
.content-news-single .center .text .social span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  font-family: "RobotoCondensedLight";
}
.content-news-single .center .text .social a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: no-repeat center center #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.content-news-single .center .text .social a:hover {
  background-color: #181415;
}
.content-news-single .center .text .social a.vk {
  background-image: url('images/news/vk.svg');
}
.content-news-single .center .text .social a.fb {
  background-image: url('images/news/fb.svg');
}
.content-news-single .center .aside {
  display: inline-block;
  vertical-align: top;
  width: 255px;
  height: 360px;
}
.content-news-single .center .aside .subscribe {
  padding: 30px 15px;
  background: url('images/subscribe.jpg') no-repeat;
}
.content-news-single .center .aside .subscribe .descr {
  font-family: "RobotoCondensedRegular";
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.content-news-single .center .aside .subscribe .form {
  padding: 20px 0px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.content-news-single .center .aside .subscribe .form input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: none;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.content-news-single .center .aside .subscribe .form input::-webkit-input-placeholder {
  color: #ffffff;
}
.content-news-single .center .aside .subscribe .form input::-moz-placeholder {
  color: #ffffff;
}
.content-news-single .center .aside .subscribe .form input:-moz-placeholder {
  color: #ffffff;
}
.content-news-single .center .aside .subscribe .form input:-ms-input-placeholder {
  color: #ffffff;
}
.content-news-single .center .aside .subscribe .form input.error {
  background-color: #FFEDEB;
  font-weight: bold;
}
.content-news-single .center .aside .subscribe .form input.error::-webkit-input-placeholder {
  color: #aa0000;
}
.content-news-single .center .aside .subscribe .form input.error::-moz-placeholder {
  color: #aa0000;
}
.content-news-single .center .aside .subscribe .form input.error:-moz-placeholder {
  color: #aa0000;
}
.content-news-single .center .aside .subscribe .form input.error:-ms-input-placeholder {
  color: #aa0000;
}
.content-news-single .center .aside .subscribe .form button {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  color: #181415;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content-news-single .center .aside .subscribe .form button:hover {
  background: #86bd4a;
  color: #ffffff;
}
.content-news-single .center .aside .subscribe .form button.disabled {
  cursor: default;
}
.content-news-single .center .aside .subscribe .form button.disabled:hover {
  background: #ffffff;
  color: #181415;
}
.content-news-single .center .aside .subscribe .form button.disabled:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  background: url('images/loading1.gif') no-repeat;
}
.content-brands {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.content-brands .letter {
  font-size: 36px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.content-brands .list {
  font-size: 0;
  padding-bottom: 20px;
}
.content-brands .list span {
  display: inline-block;
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 8px;
}
.content-brands .list span a {
  font-size: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content-brands .list span a:hover {
  color: #86bd4a;
}
.section-search {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section-search .not-found {
  text-align: center;
  font-size: 20px;
  color: #aa0000;
}
.section-search form {
  text-align: center;
  display: block;
  padding-bottom: 40px;
}
.section-search form input[type='text'] {
  display: inline-block;
  margin-right: 10px;
  height: 50px;
  width: 400px;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #333333;
  padding: 0px 20px;
}
.section-search form input[type='text']::-webkit-input-placeholder {
  color: #797979;
}
.section-search form input[type='text']::-moz-placeholder {
  color: #797979;
}
.section-search form input[type='text']:-moz-placeholder {
  color: #797979;
}
.section-search form input[type='text']:-ms-input-placeholder {
  color: #797979;
}
.section-search form button {
  display: inline-block;
  line-height: normal;
  width: 170px;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 0;
  background: #181415;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-search form button:hover {
  background: #86bd4a;
}
.section-search .item {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 40px;
}
.section-search .item:nth-child(even) {
  background: #f2f2f2;
}
.section-search .item:after {
  content: "";
  display: block;
  clear: both;
}
.section-search .item img {
  float: left;
  width: 150px;
  margin-right: 40px;
}
.section-search .item .title {
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 20px;
}
.section-search .item .text {
  font-size: 14px;
  padding-bottom: 10px;
}
.section-search .item .plain {
  text-align: justify;
  overflow: auto;
  display: block;
  padding-bottom: 5px;
}
.section-search .item .more {
  color: #86bd4a;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-search .item .more:hover {
  color: #181415;
}
.section-search .item.item-catalog .title {
  padding-top: 30px;
}
.section-cart-up {
  width: 1110px;
  margin: 0 auto;
  background: #f7f7f7;
  border-bottom: 1px solid #e3e3e3;
  height: 245px;
}
.section-cart-up .steps {
  width: 600px;
  background: url('images/cart/order-back.png') no-repeat center top;
  margin: 0 auto;
  padding-top: 85px;
  font-size: 0;
  text-align: center;
}
.section-cart-up .steps .step {
  color: #181415;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 193px;
  position: relative;
}
.section-cart-up .steps .step span {
  position: absolute;
  width: 54px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  left: 50%;
  margin-left: -27px;
  top: -80px;
  color: #737373;
  font-size: 35px;
}
.section-cart-up .steps .step span.active {
  background: url('images/cart/order-active.png') no-repeat;
}
.section-cart-up .steps .step span.ready {
  width: 85px;
  height: 85px;
  font-size: 0;
  margin-left: -42px;
  top: -97px;
  background: url('images/cart/order-ready.png') no-repeat;
}
.section-cart {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.section-cart .no-items {
  padding-top: 50px;
  font-size: 20px;
  text-align: center;
}
.section-cart .table {
  font-size: 0;
}
.section-cart .table .th1,
.section-cart .table .th2,
.section-cart .table .th3 {
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans";
  color: #333333;
  font-size: 13px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 25px;
}
.section-cart .table .th1.th1,
.section-cart .table .th2.th1,
.section-cart .table .th3.th1 {
  width: 575px;
}
.section-cart .table .th1.th2,
.section-cart .table .th2.th2,
.section-cart .table .th3.th2 {
  width: 285px;
}
.section-cart .table .th1.th3,
.section-cart .table .th2.th3,
.section-cart .table .th3.th3 {
  width: 250px;
}
.section-cart .table .td1,
.section-cart .table .td2,
.section-cart .table .td3,
.section-cart .table .td4,
.section-cart .table .td5 {
  display: inline-block;
  vertical-align: middle;
  height: 215px;
  border-bottom: 1px solid #d1d1d1;
}
.section-cart .table .td1.td1,
.section-cart .table .td2.td1,
.section-cart .table .td3.td1,
.section-cart .table .td4.td1,
.section-cart .table .td5.td1 {
  width: 245px;
  line-height: 215px;
  text-align: center;
}
.section-cart .table .td1.td1 img,
.section-cart .table .td2.td1 img,
.section-cart .table .td3.td1 img,
.section-cart .table .td4.td1 img,
.section-cart .table .td5.td1 img {
  display: inline-block;
  vertical-align: middle;
}
.section-cart .table .td1.td2,
.section-cart .table .td2.td2,
.section-cart .table .td3.td2,
.section-cart .table .td4.td2,
.section-cart .table .td5.td2 {
  padding-left: 30px;
  line-height: 215px;
  padding-right: 25px;
  width: 355px;
}
.section-cart .table .td1.td2 > span,
.section-cart .table .td2.td2 > span,
.section-cart .table .td3.td2 > span,
.section-cart .table .td4.td2 > span,
.section-cart .table .td5.td2 > span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.section-cart .table .td1.td2 .title,
.section-cart .table .td2.td2 .title,
.section-cart .table .td3.td2 .title,
.section-cart .table .td4.td2 .title,
.section-cart .table .td5.td2 .title {
  color: #181415;
  font-size: 22px;
  padding-bottom: 20px;
}
.section-cart .table .td1.td2 .opts,
.section-cart .table .td2.td2 .opts,
.section-cart .table .td3.td2 .opts,
.section-cart .table .td4.td2 .opts,
.section-cart .table .td5.td2 .opts {
  font-size: 16px;
  color: #636363;
  line-height: 24px;
}
.section-cart .table .td1.td2 .opts b,
.section-cart .table .td2.td2 .opts b,
.section-cart .table .td3.td2 .opts b,
.section-cart .table .td4.td2 .opts b,
.section-cart .table .td5.td2 .opts b {
  display: inline-block;
  padding-right: 10px;
  color: #181415;
}
.section-cart .table .td1.td3,
.section-cart .table .td2.td3,
.section-cart .table .td3.td3,
.section-cart .table .td4.td3,
.section-cart .table .td5.td3 {
  width: 285px;
  padding-top: 74px;
}
.section-cart .table .td1.td3 .count,
.section-cart .table .td2.td3 .count,
.section-cart .table .td3.td3 .count,
.section-cart .table .td4.td3 .count,
.section-cart .table .td5.td3 .count {
  display: block;
  width: 100px;
  height: 45px;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.section-cart .table .td1.td3 .count input,
.section-cart .table .td2.td3 .count input,
.section-cart .table .td3.td3 .count input,
.section-cart .table .td4.td3 .count input,
.section-cart .table .td5.td3 .count input {
  height: 45px;
  width: 60px;
  padding: 0px 20px;
  border: 0;
  background: none;
  font-size: 22px;
  color: #181415;
}
.section-cart .table .td1.td3 .count b,
.section-cart .table .td2.td3 .count b,
.section-cart .table .td3.td3 .count b,
.section-cart .table .td4.td3 .count b,
.section-cart .table .td5.td3 .count b {
  position: absolute;
  width: 16px;
  height: 14px;
  border: 1px solid #d1d1d1;
  right: 10px;
  top: 50%;
  cursor: pointer;
}
.section-cart .table .td1.td3 .count b.up,
.section-cart .table .td2.td3 .count b.up,
.section-cart .table .td3.td3 .count b.up,
.section-cart .table .td4.td3 .count b.up,
.section-cart .table .td5.td3 .count b.up {
  border-bottom: 0;
  margin-top: -14px;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 16px;
  -moz-border-radius-topright: 16px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 16px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url('images/cart/up.png') no-repeat center center;
}
.section-cart .table .td1.td3 .count b.down,
.section-cart .table .td2.td3 .count b.down,
.section-cart .table .td3.td3 .count b.down,
.section-cart .table .td4.td3 .count b.down,
.section-cart .table .td5.td3 .count b.down {
  border-top: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url('images/cart/down.png') no-repeat center center;
}
.section-cart .table .td1.td4,
.section-cart .table .td2.td4,
.section-cart .table .td3.td4,
.section-cart .table .td4.td4,
.section-cart .table .td5.td4 {
  width: 150px;
  font-size: 35px;
  color: #181415;
  padding-top: 80px;
  line-height: 35px;
}
.section-cart .table .td1.td4 b,
.section-cart .table .td2.td4 b,
.section-cart .table .td3.td4 b,
.section-cart .table .td4.td4 b,
.section-cart .table .td5.td4 b {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
}
.section-cart .table .td1.td5,
.section-cart .table .td2.td5,
.section-cart .table .td3.td5,
.section-cart .table .td4.td5,
.section-cart .table .td5.td5 {
  width: 75px;
  line-height: 215px;
}
.section-cart .table .td1.td5 .del,
.section-cart .table .td2.td5 .del,
.section-cart .table .td3.td5 .del,
.section-cart .table .td4.td5 .del,
.section-cart .table .td5.td5 .del {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 40px;
  height: 40px;
  background: url('images/cart/delete.png') no-repeat center center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.section-cart .table .td1.td5 .del:hover,
.section-cart .table .td2.td5 .del:hover,
.section-cart .table .td3.td5 .del:hover,
.section-cart .table .td4.td5 .del:hover,
.section-cart .table .td5.td5 .del:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.section-cart .table .promo {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  height: 240px;
  padding-left: 30px;
}
.section-cart .table .promo b {
  display: block;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #181415;
  font-size: 20px;
  padding-left: 15px;
}
.section-cart .table .promo input {
  display: block;
  width: 340px;
  height: 60px;
  text-align: center;
  font-size: 13px;
  color: #181415;
  text-transform: uppercase;
  border: 1px solid #b1b1b1;
  background: #fafafa;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.section-cart .table .promo input::-webkit-input-placeholder {
  color: #181415;
}
.section-cart .table .promo input::-moz-placeholder {
  color: #181415;
}
.section-cart .table .promo input:-moz-placeholder {
  color: #181415;
}
.section-cart .table .promo input:-ms-input-placeholder {
  color: #181415;
}
.section-cart .table .totals {
  display: inline-block;
  vertical-align: middle;
  width: 510px;
  font-family: "PT Sans";
  font-size: 13px;
  color: #333333;
}
.section-cart .table .totals > span {
  display: block;
  padding: 13px 0px;
  text-align: right;
}
.section-cart .table .totals > span > b {
  width: 250px;
  text-align: left;
  display: inline-block;
  color: #181415;
  font-size: 35px;
  padding-left: 25px;
  font-family: "RobotoCondensedLight";
}
.section-cart .table .totals > span > b span {
  display: inline-block;
  font-size: 30px;
  padding-left: 10px;
}
.section-cart .buttons {
  background: #f7f7f7;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: 140px;
  padding-top: 40px;
  text-align: center;
  font-size: 0;
}
.section-cart .buttons input {
  display: inline-block;
  line-height: normal;
  margin-right: 4px;
  width: 340px;
  height: 60px;
  text-align: center;
  font-size: 13px;
  color: #181415;
  text-transform: uppercase;
  border: 1px solid #b1b1b1;
  background: #fafafa;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.section-cart .buttons input::-webkit-input-placeholder {
  color: #181415;
}
.section-cart .buttons input::-moz-placeholder {
  color: #181415;
}
.section-cart .buttons input:-moz-placeholder {
  color: #181415;
}
.section-cart .buttons input:-ms-input-placeholder {
  color: #181415;
}
.section-cart .buttons input.error {
  background-color: #FFEDEB;
  font-weight: bold;
}
.section-cart .buttons input.error::-webkit-input-placeholder {
  color: #aa0000;
}
.section-cart .buttons input.error::-moz-placeholder {
  color: #aa0000;
}
.section-cart .buttons input.error:-moz-placeholder {
  color: #aa0000;
}
.section-cart .buttons input.error:-ms-input-placeholder {
  color: #aa0000;
}
.section-cart .buttons button {
  display: inline-block;
  line-height: normal;
  width: 360px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 0;
  background: #181415;
  color: #ffffff;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-cart .buttons button:hover {
  background: #86bd4a;
}
.section-order-address {
  width: 1050px;
  margin: 0 auto;
  font-size: 0;
}
.section-order-address .left-side,
.section-order-address .right-side,
.section-order-address .center {
  width: 490px;
}
.section-order-address .left-side {
  float: left;
}
.section-order-address .right-side {
  float: right;
}
.section-order-address .center {
  margin: 0 auto;
}
.section-order-address .error-text {
  padding-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: #aa0000;
}
.section-order-address .title {
  font-size: 20px;
  color: #333333;
  padding-bottom: 25px;
  line-height: 20px;
}
.section-order-address .title.padding {
  padding-top: 50px;
}
.title.padding {
  padding-top: 0px !important;
}
.section-order-address input[type='text'] {
  display: inline-block;
  height: 50px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 2px;
  font-size: 16px;
  color: #333333;
  padding: 0px 20px;
}
.section-order-address input[type='text']::-webkit-input-placeholder {
  color: #797979;
}
.section-order-address input[type='text']::-moz-placeholder {
  color: #797979;
}
.section-order-address input[type='text']:-moz-placeholder {
  color: #797979;
}
.section-order-address input[type='text']:-ms-input-placeholder {
  color: #797979;
}
.section-order-address input[type='text'].margin {
  margin-right: 2px;
}
.section-order-address input[type='text'].small {
  width: 121px;
}
.section-order-address input[type='text'].medium {
  width: 162px;
}
.section-order-address input[type='text'].error {
  background-color: #FFEDEB;
  font-weight: bold;
}
.section-order-address input[type='text'].error::-webkit-input-placeholder {
  color: #aa0000;
}
.section-order-address input[type='text'].error::-moz-placeholder {
  color: #aa0000;
}
.section-order-address input[type='text'].error:-moz-placeholder {
  color: #aa0000;
}
.section-order-address input[type='text'].error:-ms-input-placeholder {
  color: #aa0000;
}
.section-order-address .delivery {
  padding-bottom: 2px;
}
.section-order-address .delivery label {
  display: block;
  height: 50px;
  background: #181415;
  color: #ffffff;
  line-height: 50px;
  font-size: 16px;
  font-family: "PT Sans";
  padding-left: 40px;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-order-address .delivery label input {
  display: none;
}
.section-order-address .delivery label:hover {
  background: #86bd4a;
}
.section-order-address .delivery label.active {
  background: #86bd4a;
  cursor: default;
}
.section-order-address .buttons {
  text-align: center;
  padding: 50px 0px;
}
.section-order-address .buttons button,
.section-order-address .buttons a {
  display: inline-block;
  line-height: normal;
  width: 360px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 0;
  background: #181415;
  color: #ffffff;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-order-address .buttons div {
  display: inline-block;
  line-height: normal;
  width: 360px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 0;
  background: #929292;
  color: #ffffff;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-order-address .buttons button:hover,
.section-order-address .buttons a:hover {
  background: #86bd4a;
}
.section-cabinet {
  padding-bottom: 80px;
  width: 1110px;
  margin: 0 auto;
}
.section-cabinet .left-side {
  display: table-cell;
  vertical-align: top;
  padding-right: 55px;
}
.section-cabinet .left-side .nav {
  width: 255px;
}
.section-cabinet .left-side .nav li {
  display: block;
  padding-bottom: 2px;
}
.section-cabinet .left-side .nav li a {
  display: block;
  padding: 15px 40px;
  padding-right: 20px;
  background: #181415;
  font-size: 16px;
  font-family: "PT Sans";
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-cabinet .left-side .nav li a:hover,
.section-cabinet .left-side .nav li a.active {
  background: #86bd4a;
}
.section-cabinet .right-side {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.section-cabinet .backLs{
	display: none;
	text-align: center;
	font-size: 20px;
	margin: 30px 0px;
}
.content-reg-form.reg-form-small {
  width: 500px;
  margin: 0 auto;
}
.content-reg-form input[type='text'],
.content-reg-form input[type='password'] {
  display: block;
  margin-bottom: 20px;
  height: 50px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #333333;
  padding: 0px 20px;
}
.content-reg-form input[type='text']::-webkit-input-placeholder,
.content-reg-form input[type='password']::-webkit-input-placeholder {
  color: #797979;
}
.content-reg-form input[type='text']::-moz-placeholder,
.content-reg-form input[type='password']::-moz-placeholder {
  color: #797979;
}
.content-reg-form input[type='text']:-moz-placeholder,
.content-reg-form input[type='password']:-moz-placeholder {
  color: #797979;
}
.content-reg-form input[type='text']:-ms-input-placeholder,
.content-reg-form input[type='password']:-ms-input-placeholder {
  color: #797979;
}
.content-reg-form input[type='text'].error,
.content-reg-form input[type='password'].error {
  background-color: #FFEDEB;
  font-weight: bold;
}
.content-reg-form input[type='text'].error::-webkit-input-placeholder,
.content-reg-form input[type='password'].error::-webkit-input-placeholder {
  color: #aa0000;
}
.content-reg-form input[type='text'].error::-moz-placeholder,
.content-reg-form input[type='password'].error::-moz-placeholder {
  color: #aa0000;
}
.content-reg-form input[type='text'].error:-moz-placeholder,
.content-reg-form input[type='password'].error:-moz-placeholder {
  color: #aa0000;
}
.content-reg-form input[type='text'].error:-ms-input-placeholder,
.content-reg-form input[type='password'].error:-ms-input-placeholder {
  color: #aa0000;
}
.content-reg-form input[type='text']:disabled,
.content-reg-form input[type='password']:disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: default;
}
.content-reg-form .checkbox {
  display: block;
  cursor: pointer;
}
.content-reg-form .checkbox input {
  margin: 0;
  margin-right: 10px;
}
.content-reg-form .small-text {
  color: #666666;
  font-size: 14px;
}
.content-reg-form .buttons {
  padding-top: 50px;
  text-align: right;
}
.content-reg-form .buttons button {
  display: inline-block;
  line-height: normal;
  width: 360px;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 0;
  background: #181415;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content-reg-form .buttons button:hover {
  background: #86bd4a;
}
.content-reg-form button#continue[disabled] {
    background: #B5B5B5;
}
.orders-table {
  width: 100%;
}
.orders-table tr:nth-child(even) {
  background: #F5F5F5;
}
.orders-table tr th {
  padding: 12px 10px;
  font-weight: normal;
  color: #ffffff;
  background: #181415;
  text-align: left;
}
.orders-table tr th a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.orders-table tr th a.asc {
  background: url('images/sort-asc.png') no-repeat center center;
}
.orders-table tr th a.desc {
  background: url('images/sort-desc.png') no-repeat center center;
}
.orders-table tr th a:first-of-type {
  margin-left: 10px;
}
.orders-table tr td {
  font-family: "PT Sans";
  font-size: 14px;
  padding: 8px 10px;
  border-bottom: 1px solid #e2e2e2;
}
.orders-table tr td:last-child {
  text-align: center;
}
.orders-table tr td a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.orders-table tr td a:hover {
  color: #86bd4a;
}
.section-feedback {
  width: 1110px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section-feedback .item {
  font-size: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
}
.section-feedback .item .image {
  display: inline-block;
  vertical-align: top;
  width: 410px;
  text-align: center;
  padding: 25px 0px;
}
.section-feedback .item .image img {
  width: 230px;
  height: 230px;
  display: inline-block;
  vertical-align: middle;
  border: 10px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.section-feedback .item .plain {
  display: inline-block;
  vertical-align: top;
  max-width: 700px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.section-feedback .item .plain .title {
  font-size: 30px;
  display: block;
  color: #181415;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.section-feedback .item .plain .post {
  color: #808080;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 25px;
}
.section-feedback .item .plain .txt {
  display: block;
  font-size: 15px;
  color: #5f5f5f;
}
.section-feedback .buttons {
  text-align: center;
  padding-top: 35px;
}
.section-feedback .buttons a {
  display: inline-block;
  margin-right: 4px;
  height: 42px;
  line-height: 42px;
  padding: 0px 25px;
  border: 0;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  background: #181415;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-feedback .buttons a:hover {
  background: #86bd4a;
}
.section-feedback .buttons a.disabled {
  cursor:default;
}
.section-feedback .buttons a.disabled:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  background: url('images/loading.gif') no-repeat;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('images/fancybox/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url('images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
}

@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
.fancybox-close{
	top: 0px !important;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.fancybox-close{
	top: 0px !important;
}	
}
@media (min-width: 481px) and (max-width: 767px){
.fancybox-close{
	top: 0px !important;
}
}
@media (max-width: 767px) {
.fancybox-wrap{
	width: 210px !important;
	}
.fancybox-inner{
	width: 205px !important;
	}
.fancybox-close{
	top: 27px !important;
	right: -30px !important;
}
input[type="text"]{
	height: 35px !important;
}
}
@media (max-width: 320px) {

}