html,
body,
h1,
h2,
h3,
h4,
h5,
h6,s-
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area,
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* font-family: "ArialBlack"; */
@font-face {
  font-family: 'ArialBlack';
  src: url('../fonts/arialBlack.eot');
  src: url('../fonts/arialBlack.woff') format('woff'),
       url('../fonts/arialBlack.ttf') format('truetype'),
       url('../fonts/arialBlack.svg#arialBlack') format('svg'),
       url('../fonts/arialBlack.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
section {
  display: block;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}
table a {
  text-decoration: underline;
}
table a:hover {
  text-decoration: none;
}
tr {
}
th {
  font-weight: normal;
  background-color: #f3f3f3;
  color: #1C1C1C;
  padding: 15px 10px;
  font-size: 14px;
}
thead td,
th
{
  background-color: #262626;
  color: #fff;
  padding: 4px 10px;
  border: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: left;
}
td {
  background-color: #fff;
  color: #202020;
  padding: 4px 10px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 1px solid #cecbcb;
  /* text-align: center; */
  font-size: 14px;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button {
  border: 0;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
textarea {
  resize: vertical;
}
textarea:focus {
  outline: 1px solid #FFD200;
  background-color: #fff !important;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
button {
  background: transparent;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
}
html,body {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: arial, sans-serif;
  color: #000000;
  background-color: #fff;
  background-color: #f9f9f9;
}
label {
  color: 000;
  font-size: 14px;
  line-height: 14px;

}
input[type=tel],
input[type=email],
input[type=text] {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
  height: 40px;
  border-radius: 2px;
}
input[type=radio] {
  -webkit-appearance: radio;
  position: relative;
  top: 1px;
  cursor: pointer;
  margin-right: 2px;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
  position: relative;
  top: 1px;
  cursor: pointer;
  margin-right: 2px;
}
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
  outline: 1px solid #cecece;
}
input {
  display: block;
  margin-bottom: 20px;
}
textarea {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  height: 90px;
  font-size: 14px;
  line-height: 20px;
  font-family: verdana, arial, sans-serif;
  border-radius: 2px;
  margin-bottom: 20px;
}
a {
  text-decoration: underline;
  line-height: 18px;
  font-size: 14px;
  color: #f03d0a;
  text-decoration: none;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  -webkit-backface-visibility: hidden;
  position: relative;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.button {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 40px;
  padding: 11px 35px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background-color: #ff6c00;
  border-radius: 1px;
  margin: 0;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  position: relative;
  color: #fff;
}
.button:hover {
  opacity: 0.9;
}
.button:active {
  top: 1px;
}
h1,
.h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
  margin: 20px 0;
  text-transform: none;
  letter-spacing: -1px;
}
h2,
.h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  margin: 15px 0;
  text-transform: none;
  letter-spacing: -1px;
}
h3,
.h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  margin: 15px 0;
  text-transform: none;
  letter-spacing: -1px;
}
h4,
.h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 15px 0;
  text-transform: none;
  letter-spacing: -1px;
}
p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #404040;
  line-height:20px;
  margin: 8px 0;
  min-height: 1px;
}
ol, ul {
  display: block;
  margin: 0;
}
ol li,
ul li {
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
  list-style: disc;
  font-size: 14px;
  margin: 0;
}
article {
  display: inline-block;
  width: 100%;
}
article p {
  margin: 10px 0;
}
article ol li,
article ul li {
  display: list-item;
  margin: 8px 0 8px 20px;
  list-style-type: decimal;
  color: #404040;
  position: relative;
}
article ul li {
list-style-type: square;
}
/*
article ol li:before,
article ul li:before {
  position: absolute;
  left: -50px;
  top: 10px;
  width: 35px;
  height: 2px;
  background-color: #ffd200;
  content: "";
  display: inline-block;
}
*/
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 ;
}
.bx-controls-direction {
  min-width: 980px;
  position: relative;
}
.bx-wrapper .bx-pager {
  min-width: 980px;
}
.content {
  padding: 0 4%;
}
.wrapper,
.row {
  display: inline-block;
  width: 100%;
}
.wrapper.wrapp {
  padding: 35px 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.error {
  border: 1px solid #ed6060 !important;
}
.sprite {
  position: relative;
}
.sprite:before,
.sprite:after {
  background-image: url(../i/sprite.png);
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
}
.ymap {
  width: 100%;
  height: 500px;
}
.gray-bg {
  background-color: #ececec;
}
.h-topline {
  background-color: #262626;
  width: 100%;
  content: "";
  height: 5px;
}
.h-content {
  background-color: #fff;
}
.h-content .left {
  width: 180px;
}
.h-content .right {
  width: calc(100% - 185px);
}

.h-logo {
  margin: 2px 0;
  display: inline-block;
  vertical-align: middle;
  display: block;
  max-width: 120px;
}
.h-logo.partner {
    margin-top: -5px;
}
.h-logo-mobile {
  display: none;
}
.logo img {
  display: block;
}

.h-top .block {
  margin: 20px 0 20px 1%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 35px;
}
.h-top .block.phones {
    padding-left: 10px;
}
.h-top .block.phones:before {
    display: none;
}
.h-top .block.adress {
  width: 34%;
}
.h-top .block p {
  margin: 0;
  display: block;
}
.h-top .block b {
  display: block;
  font-weight: normal;
}
.h-top .block:before {
  width: 28px;
  height: 28px;
  content: "";
  background-image: url(../i/sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.h-top .block.links {
  padding-left: 0;
  margin-left: 3%;
}
.h-top .block.adress:before {
  background-position: -16px 0;
}
.h-top .block.worktime:before {
  background-position: -44px 0;
}
.h-top .block.phones:before {
  background-position: -72px 0;
}
.h-top .block.links:before {
  display: none;
}
.worktime .square {
  width: 10px;
  height: 10px;
  float: left;
  margin: 3px 1px;
  margin-right: 2px;
  background-color: #ff6800;
  position: relative;
  cursor: default;
}
.worktime .square ._about {
  position: absolute;
  width: 156px;
  text-align: center;
  background-color: #ff6800;
  color: #fff;
  z-index: 1;
  font-size: 11px;
  line-height: 14px;
  padding: 2px;
  top: calc(100% + 5px);
  left: -73px;
  border: 1px solid #fc5503;
  border-radius: 2px;
  display: none;
}
.worktime .square.bg-gray ._about {
  background-color: #fff;
  border-color: #cecece;
  color: #202020;
}
.worktime .square.bg-gray ._about:before {
  border-bottom: 10px solid #fff;
}
.worktime .square ._about:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ff6800;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.worktime .square:hover,
.worktime .square.bg-gray:hover {
  background-color: #606060;
}
.worktime .square:hover ._about {
  display: block;
}
.worktime .square.bg-gray {
  background-color: #e1e1e1;
}
.icon {
  position: relative;
  padding-left: 20px;
}
.icon a:hover {
  text-decoration: underline;
}
.icon:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../i/sprite.png);
  position: absolute;
  top: 0;
  left: 0;
}
.icon.skype:before {
  background-position: -100px 0;
}
.icon.mail:before {
  background-position: -116px 0;
}
.phones a {
  color: #202020;
}
.phones a:hover {
    text-decoration:underline;
}
.h-bottom {
  margin: 30px 0 0 0;
  float: right;
  width: 100%;
}
.main-menu {
  display: table;
  width: 100%;
  padding-left: 4%;
  table-layout: auto;
}
.main-menu>li {
  display: table-cell;
  text-align: center;
}
.main-menu>li.dropdown {
  width: 230px;
}
.main-menu>li.dropdown:hover .drop_down  {
  display: block;
}
.main-menu>li._active a {
  font-weight: bold;
}
.main-menu a {
  color: #202020;
}
.main-menu>li>a {
  display: inline-block;
  padding: 10px 2%;
  font-size: 16px;
  position: relative;
  border: 2px solid transparent;
}
.main-menu>li>a:hover {
  color: #ff8937;
}
.main-menu>li>a span {
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #ff8937;
}
.main-menu>li._active>a span,
.main-menu>li:hover>a span {
  width: 100%;
}
.main-menu>li.dropdown {
  position: relative;
}
.main-menu>li.dropdown>a {
  position: relative;
  padding-right: 10%;
  width: 100%;
  border: 2px solid #ff8937;
}
.main-menu>li.dropdown:hover>a {
  background-color: #ff8937;
  border-color: #ff8937;
  color: #fff;
}
.main-menu>li.dropdown:hover>a:before {
  border-top-color: #fff;
}
.main-menu>li.dropdown>a:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 18px;
  right: 10%;
  border: 4px solid #202020;
  border-color: transparent;
  border-top-color: #202020;
}
.main-menu>li.dropdown .drop_down {
  position: absolute;
  width: 100%;
  display: none;
}
.drop_down {
  z-index: 2;
}
.drop_down li {
  display: block;
  padding: 10px 2% 10px 8%;
  background-color: #262626;;
  text-align: left;
}
.drop_down li a {
  color: #fff;
  line-height: 16px;
}
.drop_down li a:hover {
  color: #ff6c00;
  text-decoration: underline;
}
.s-main-banner .slide {
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 480px;
  display: table;
  width: 100%;
}
.s-main-banner .slide .content {
  display: table-cell;
  height: 480px;
  vertical-align: middle;
}
.s-main-banner .slide .name {
  font-family: 'ArialBlack';
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  width: 860px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-shadow: 5px 3px 3px rgba(0,0,0,0.5);
}
.s-main-banner .slide .description {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.s-main-banner .slide .description:before {
  display: block;
  width: 100px;
  height: 4px;
  content: "";
  background-color: #ff6800;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.s-our-products {
  background-color: #262626;
}
.s-our-products .container {
  background-color: #262626;
  text-align: center;
}
.w-better {
  display: inline-block;
  vertical-align: top;
  width: 12%;
}
.s-our-better .w-better {
    width: 20%;
    text-align:center;
}
.w-better a {
  display: block;
}
.w-better a:hover .roll-category {
  background-color: #fff;
}
.w-better a:hover p {
  color: #fff;
}
.roll-category {
  width: 80px;
  height: 80px;
  background-color: #ff6c00;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -webkit-backface-visibility: hidden;
}
.w-better p {
  color: #cecece;
  font-size: 17px;
  height: 36px;
  margin-bottom: 0;
}
.roll-category:before {
  display: block;
  content: "";
  width: 43px;
  height: 43px;
  left: 0;
  right: 0;
  margin: 17px auto;
  position: absolute;
  background-image: url(../i/sprite.png);
}
.roll-category.product1:before {
  background-position: -132px 0;
}
.roll-category.product2:before {
  background-position: -175px 0;
}
.roll-category.product3:before {
  background-position: -218px 0;
}
.roll-category.product4:before {
  background-position: -262px 0;
}
.roll-category.product5:before {
  background-position: -303px 0;
}
.roll-category.product6:before {
  background-position: -132px -43px;
}
.roll-category.product7:before {
    background-position: -218px -43px;
}
.roll-category.product8:before {
    background-position: -261px -43px;
}
.roll-category.product9:before {
    background-position: -175px -43px;
}
.section-name {
    font-size: 24px;
    text-align: left;
    background: #ff8937;
    color: #fff;
    padding: 10px;
}
.s-main-hits .description {
  text-align: center;
  margin: 10px auto;
  max-width: 800px;
}
.banners {
  margin: 20px 0;
}
.w-banner {
  display: block;
  float: left;
  content: "";
  width: 48%;
  margin-right: 1%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.w-banner.h1x {
  height: 220px;
  margin-bottom: 10px;
}
.w-banner.h2x {
  height: 450px;
  margin-bottom: 10px;
}
.w-banner.w2x {
  width: 49%;
  margin-right: 1%;
}
.w-banner.w1x {
  width: 24%;
  margin-right: 1%;
}
.w-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.w-banner a:before {
  width: 100%;
  height: 100%;
  background-image: url(../i/orange-pat.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.w-banner a:hover:before {
  opacity: 1;
}
.w-banner a:hover .top-name {
  background-color: #262626;
}
.w-banner .top-name {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff8328;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
.w-banner .name {
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-backface-visibility: hidden;
  margin: 15px 0;
}
.w-banner a:hover .name {
  position: absolute;
  bottom: 10px;
}
.w-banner .name p {
  color: #fff;
  font-size: 16px;
  padding: 0 5%;
  margin: 0;
}
.w-banner .name p b {
  font-size: 38px;
  line-height: 42px;

  display: block;
  margin-bottom: 10px;
}
.w-banner .name span {
  height: 1px;
  background-color: #fff;
  width: 0%;
  content: "";
  display: block;
  margin-bottom: 10px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.w-banner a:hover .name span {
  width: 100%;
}
.w-banner.w1x.h1x .name {
  min-height: 60px;
}
.w-banner.w1x.h1x .name p {
  font-size: 14px;
  line-height: 16px;
}
.w-banner.h1x span {
  margin-bottom: 5px;
}
.w-banner.w1x.h1x .name p b {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
.w-banner.w2x.h1x .name p {
  font-size: 14px;
  line-height: 16px;
}
.w-banner.w2x.h1x .name p b {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}
.p-catalog .s-more-items .section-name,
.p-index h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
  margin: 20px 0;
  text-transform: none;
  margin-bottom: 10px;
}
.p-catalog .s-more-items p,
.p-index article p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.s-more-items,
.s-article {
  margin: 20px 0;
}
.w-better .icon {
  position: relative;
  content: "";
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.w-better .icon:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  margin: 0px auto;
  position: absolute;
  background-image: url(../i/sprite.png);
}
.w-better .icon.better1:before {
  background-position: 0px -474px;
}
.w-better .icon.better2:before {
  background-position: -80px -474px;
}
.w-better .icon.better3:before {
  background-position: -160px -474px;
}
.w-better .icon.better4:before {
  background-position: -240px -474px;
}
.w-better .icon.better5:before {
  background-position: -320px -474px;
}
.s-our-better .w-better p {
  text-align: center;
  color: #202020;
  font-weight: bold;
  font-size:14px;
}
footer {
  background-image: url(../i/f-pat.jpg);
  padding: 50px 0 10px;
  margin-top: 30px;
}
footer .container {
  background-color: transparent;
  color: #fff;
}
.f-top {
  padding-bottom: 15px;
}
.f-bottom {
  padding-top: 20px;
  border-top: 1px solid #6a6a6a;
}
.f-bottom .left.pay {
  margin-left: 5%;
}
.f-top .right {
  width: 55%;
}
.f-top .left {
  width: 44%;
}
.f-top .left p {
  margin: 0;
  color: #fff;
}
.f-top .right ul {
  display: block;
  width: 100%;
  text-align: right;
}
.f-top .right ul li {
  display: inline-block;
  text-align: center;
  padding: 0 1%;
}
.f-top .right a {
  color: #fff;
}
.f-top .right a:hover {
  text-decoration: underline;
}
.f-top .phone {
  color: #fff;
  font-weight: bold;
}
.f-top .left .adress {
  width: 60%;
  float: left;
}
.f-top .left .links {
  width: 39%;
  float: right;
}
.f-top .links a {
  color: #ff8a33;
}
.f-top .links a:hover {
    text-decoration: underline;   
}
.s-page-branding {
  background-position: center;
  padding: 40px 0;
}
.s-page-branding .page-name {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  font-family: "ArialBlack";
}
.s-article {
  margin-bottom: 40px;
}
.s-page-branding .roll-category {
  display: inline-block;
  vertical-align: middle; 
  margin: 10px;
}
.s-catalog h1 {
  text-align: center;
}
.s-catalog .description {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.w-catalog {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 30px 0 50px;
}
.left-catalog,
.right-catalog {
  display: table-cell;
  vertical-align: top;
}
.left-catalog {
  width: 250px;
  background-color: #262626;
}
.right-catalog {
  width: 100%;
  position: relative;
  padding-left: 3%;
}
.left-catalog ul {
  padding: 20px 0;
  border-top: 1px solid #3c3c3c;
}
.left-catalog ul li {
  display: block;
  position: relative;
}
.left-catalog ul li:before {

  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff6c00;
  content: "";
  position: absolute;
  left: 11%;
  top: 17px;
}
.left-catalog ul li.catalog-category {
  position: relative;
  margin-bottom: 10px;
}
.left-catalog ul li._active,
.left-catalog ul li:hover {
  background-color: #404040;
}
.left-catalog ul li.catalog-category._active {
  background-color: transparent;
}
.left-catalog ul li.catalog-category:hover {
  background-color: transparent;
}
.left-catalog ul li.catalog-category:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../i/sprite.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  top: 5px;
  left: 5%;
}
.left-catalog ul li a {
  color: #fff;
  padding: 10px 5% 10px 17%;
  display: block;
}
.left-catalog ul li.catalog-category._active a,
.left-catalog ul li a:hover {
  color: #ff6c00;
}
.left-catalog ul li.catalog-category a {
  font-size: 18px;
  padding-left: 19%;
}
.left-catalog ul li.catalog-category.category1:before {
  background-position: 0 -28px;
}
.left-catalog ul li.catalog-category.category2:before {
  background-position: -32px -28px;
}
.left-catalog ul li.catalog-category.category3:before {
  background-position: -64px -28px;
}
.left-catalog ul li.catalog-category.category4:before {
  background-position: -96px -28px;
}
.left-catalog ul li.catalog-category.category5:before {
  background-position: 0px -60px;
}
.left-catalog ul li.catalog-category.category6:before {
    background-position: -32px -60px;
}
.left-catalog ul li.catalog-category.category7:before {
    background-position: -116px -103px;
}
.left-catalog ul li.catalog-category.category8:before {
    background-position: -72px -102px;
}
.left-catalog ul li.catalog-category.category9:before {
    background-position: -37px -102px;
}
.items-wrapper {
  margin-top: -10px;
  display: inline-block;
  width: 100%;
}
.items-wrapper .w-item {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 31%;
    margin-right: 2%;
    min-height: 425px;
    z-index: 1;
    position: relative;
    text-align: center;
}
.items-wrapper .w-item .item {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 3%;
  border: 1px solid #eee;
  min-height: 425px;
}
.items-wrapper .w-item:nth-child(3n) {
  margin-right: 0;
}
.items-wrapper .w-item a {
  display: block;
}
.items-wrapper .w-item .w-image {
  background-position: center;
  height: 220px;
  content: "";
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.items-wrapper .item-content {
  overflow: hidden;
}
.items-wrapper .w-item .name {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 0;
  font-weight: bold;
  text-align:center;
}
.items-wrapper .w-item .description {
  color: #909090;
  text-align: left;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
  display: none;
  margin: 5px 0;
  text-align:center;
}
.items-wrapper .w-item .price {
  color: #000;
  font-weight: bold;
  line-height: 35px;
  margin-top:10px;
  font-size:20px;
}
.items-wrapper .w-item .inset-item {
  color: #f03d0a;
  font-size: 14px;
  display: inline-block;
  text-align:center;
  text-decoration:underline;
}
.items-wrapper .w-item .inset-item+.inset-item:before {
  display: inline-block;
  margin-right: 2px;
}
.items-wrapper .w-item a:hover .w-image {
  opacity: 0.8;
}
.items-wrapper .w-item .name:hover {
  color: #ff6c00;
}
.items-wrapper .w-item:hover {
  z-index: 2;
}
.items-wrapper .w-item:hover .item {
  background-color: #fff;
  border: 1px solid #cecece;
}
.items-wrapper .w-item:hover .item-content {
  height: auto;
}
.items-wrapper .w-item:hover .name {
  height: auto;
}
.first-catalog .items-wrapper .w-item .description, 
.items-wrapper .w-item:hover .description {
  display:block;
  max-height: 40px;
  max-height: 100px;
  overflow:hidden;
  transition: all 0.2s ease-out;
}
.first-catalog .items-wrapper .w-item:hover .description, 
.items-wrapper .w-item:hover .description {
  max-height: 100px;
}
.first-catalog article {
    margin-top: 10px;
}
.items-wrapper .w-item:hover .inset-item {
  color: #202020;
}
.items-wrapper .w-item:hover .price {
  color: #ff6c00;
  text-align:center;
}
.s-pagination {
  border-bottom: 1px solid #e9e9e9;
}
.s-pagination .container {
  border-top: 1px solid #e9e9e9;

}
.pagination {
  padding-top: 15px;
  padding-bottom: 10px;
}
.s-pagination select {
  border: 1px solid #cecece;
  padding: 7px 12px;
  border-radius: 3px;
  text-align: center;
  margin-right: 25px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.p-news .s-our-better,
.p-feedbacks .s-our-better,
.p-contacts .s-our-better {
  padding-top: 40px;
}
.p-catalog .s-our-better {
  border-top: 1px solid #ff8937;
  padding-top: 40px;
}
.p-article .s-our-better {
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
}
.more-items {
  min-width:100%;
}
.more-items .w-item {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  margin-right: 0%;
  margin-bottom:20px;
}
.more-items .w-item:nth-child(3n) {
  margin-right: 0;
}
.more-items .w-item .image {
  background-position: center;
  height: 120px;
  content: "";
  width: 100%;
  display: table;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.more-items .w-item a {
  display: table-cell;
  width: 100%;
  color: #fff;
  padding: 0 5%;
  position: relative;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.more-items .w-item a:before {
  width: 100%;
  height: 100%;
  background-image: url(../i/orange-pat.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.more-items .content {
  position: absolute;
  padding: 0;
  width: 92%;
  top: 35%;
  z-index: 3;
}
.more-items .w-item .name {
  font-size: 16px;
  margin-bottom: 10px;
  z-index: 3;
  color: #000;
  background: #fff;
  padding-top: 10px;
  text-align:center;
}
.more-items .w-item span {
  width: 0%;
  height: 2px;
  background-color: #fff;
  content: "";
  display: block;
  margin: 0 auto 5px;
  text-align: center;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.more-items .w-item .description {
  font-size: 12px;
  margin-bottom: 10px;
}
.more-items .w-item .price {
  font-size: 16px;
  font-weight: bold;
}
.more-items .w-item a:hover .name {
  /*color: #ff8937;*/
}
.more-items .w-item a:hover span {
  width: 100%;
}
.more-items .w-item a:hover:before {
  opacity: 1;
  z-index: 2;
}
.p-contacts .breadcrumbs {
  border-bottom: none; 
}
.s-contacts .w-contacts {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.s-contacts .w-contacts>.left {
  width: 43%;
  display: table-cell;
  background-color: #f2f2f2;
  height: 700px;
}
.s-contacts .w-contacts>.right {
  width: 57%;
  background-color: #f2f2f2;
  display: table-cell;
}
.s-contacts .container {
  position: absolute;
  right: 0;
  left: 0;
  height: 0;
}
.s-contacts .content {
  width: 39%;
  padding: 30px 40px 30px 0px;
  float: left;
  background-color: #f2f2f2;
}
.ymap {
  width: 100%;
  height: 700px;
}
.s-contacts .section-name {
  text-align: left;
}
.s-contacts .links,
.s-contacts .phones,
.s-contacts .adress {
  display: block;
  font-weight: bold;
  margin: 10px 0;
  line-height: 16px;
}
.s-contacts .phones a {
  display: block;
  font-weight: bold;
  color: #000;
}
.s-contacts .links p {
  display: block;
  margin: 0;
}
.s-contacts .links p a {
  font-weight: normal;
}
.s-contacts .right .content {
  width: 400px;
  padding: 40px 4%;
}
.s-contacts .form-name {
  font-size: 22px;
  margin-bottom: 20px;
}
.s-contacts form {
  margin-top: 40px;
  display: block;
}
.w-news-list {
  margin: 20px 0 100px;
}
.w-new {
  margin-bottom: 30px;
}
.w-new .image {
  float: left;
  margin: 0 2% 0px 0; 
}
.w-new .date {
  font-size: 14px;
  color: #606060;
}
.w-new .name {
  font-size: 18px;
  color: #f03d0a;
}
.w-new .description {
  font-size: 14px;
  color: #202020;
}
.w-new .name:hover {
  text-decoration: underline;
}
.w-feedback-list {
  margin: 10px 0 100px;
}
.w-feedback .date {
  color: #808080;
  font-size: 14px;
}
.w-feedback .name {
  font-size: 18px;
  font-weight: bold;
}
.w-feedback .full_description {
  display: none;
  border-bottom: 1px solid #cecece;
}
.w-feedback {
  margin: 20px 0;
}
.w-feedback .content {
  display: inline-block;
  vertical-align: top;
  width: 88%;
  padding: 0;
}
.w-feedback .image {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  text-align: center;
}
.w-feedback .image img {
  border: 1px solid #cecece;
}
.w-feedback .full_description,
.w-feedback .description {
  padding-bottom: 10px;
}
.descr_action {
  display: none;
  margin-top: 10px;
  cursor: pointer;
}
.descr_action._active {
  display: block;
}
.descr_action:hover {
  text-decoration: underline;
}
.w-feedback .image {
  float: right;
}
.product-nameing {
  margin-bottom: 10px;
}
.product-nameing .left {
    width: 49%;
}
.product-nameing .right {
    width: 49%;
}
.product-nameing .right .b-take-a-credit {
    float: left;
    margin: 5px 0 5px 5px;
}
.product-nameing .right .b-take-a-credit a {
    text-transform: uppercase;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    line-height: 14px;
    color: #c70000;
    display: inline-block;
    margin: 20px 5px 20px 0;
    padding-left: 45px;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    max-width: 176px;
    text-align: left;
}
.product-nameing .right .b-take-a-credit a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -21px;
    width: 38px;
    height: 73px;
    background-image: url(../i/credit.png);
}
.product-nameing .right .b-take-a-credit a:hover {
    color: #eca65d;
}
.product-nameing .right .b-take-a-credit a:hover:before {
    opacity: 0.6;
}
.product-nameing .right .total-price-item {
    float: right;
}
.p-item .s-catalog h1 {
  margin: 0;
  text-align: left;
}
.p-item .s-catalog .description {
  max-width: 100%;
  text-align: left;
}
.p-item .s-catalog .main-price {
  font-size: 28px;
  font-weight: bold;
  line-height: 24px;
  color: #f60;
  margin: 0;
  text-transform: none;
  letter-spacing: -1px;
  display: block;
  padding: 16px 8px;
  text-align: center;
}
.main-menu>li.dropdown .drop_down {
    position: absolute;
    width: 100%;
    display: none;
}
.w-product {
  margin-top: 0px;
}
.w-product .right,
.w-product .left {
  width: 49%;
}
.w-product .top .w-image {
  display: table;
  width: 100%;
}
.w-product .top {
  margin-bottom: 10px;
}
.w-product .top img {
  display: none;
}
.w-product .top img._active {
  display: block;
}
.w-product .top .w-image .image {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  text-align: center;
}
.w-product .bottom .item {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 1%;
  margin-bottom: 5px;
  text-align: center;
}
.w-product .bottom .item._active {
  outline: 1px solid #ff8937;
}
.w-product .bottom .w-image {
  display: table;
  width: 100px;
}
.w-product .bottom .w-image .image {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  text-align: center;
  margin-bottom: -5px;
}
.color-variant .w-color {
  margin: 0 5px 10px 0;
  display: inline-block;
  vertical-align: top;
  width: 90px;
}
.color-variant .w-color .frame {
  width: 100%;
  height: 30px;
  content: "";
  display: block;
}
.color-variant .w-color p {
  font-size: 12px;
  margin: 5px 0 0 0;
}
.w-product article {
  margin: 20px 0 10px 0;
}
.w-product .banner {
  margin: 30px 0 10px 0;
}
.w-product .download {
  margin: 10px 0;
}
.w-product .download a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.w-product .download a:before {
  display: inline-block;
  width: 36px;
  height: 48px;
  content: "";
  background-image: url(../i/sprite.png);
  background-position: 0 -92px;
  position: absolute;
  left: 0;
}
.w-product .download a:hover b {
  text-decoration: underline;
}
.w-product .download a:hover:before {
  opacity: 0.8;
}
.w-product .download p {
  color: #909090;
}
.w-product .download b {
  color: #f03d0a;
  font-size: 16px;
  display: block;
}
.w-product .share {
  margin: 10px 0;
}
.w-product .to_print {
  margin: 10px 0;
}
.w-product .to_print a {
  font-size: 16px;
}
.w-product .to_print a:hover {
  text-decoration: underline;
}

.f-top .right ul.bottom {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #6a6a6a;
}




/*CLOUDZOOM*/
.cloudzoom-lens {
  border: 3px solid 4b5154;
  width:230px;
  height:230px;
  box-shadow: 0px 0px 5px #909090;
  cursor:crosshair;
  z-index: 9999;
}
.cloudzoom-zoom {
  border: 3px solid 4b5154;
  width:600px;
  height:200px;
  box-shadow: 0px 0px 5px #909090;
  z-index: 9999;
}
.cloudzoom-zoom-inside {
  border:none;
  box-shadow:none;
  z-index: 4;
}
.cloudzoom-caption {
  display:none;   /* CSS captions should be hidden initially */
  text-align: left;
  background-color:#000;
  color:#fff;
  font-weight:bold;
  padding:10px;
  font-family: sans-serif;
  font-size:11px;
}
.cloudzoom-blank {
  background-image:url(http://www.starplugins.com/sites/starplugins/js/cloudzoom/blank.png);
}
.cloudzoom-ajax-loader {
  background-image:url(ajax-loa.gif);
  width:32px;
  height:32px;
}
.cloudzoom-blank > div:nth-child(3){display: none !important;}
.fancybox, .fancybox-item.fancybox-close{border: none !important;}
[class*="ground-pane"] {
  -ms-filter: grayscale(100%);
  -webkit-filter: #808080;
  filter: #808080;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.s-404 .window-height {
  position: relative;
  text-align: center;
}
.s-404 .bottom {

}
.middle {
  display: table;
  width: 100%;
}
.middle .wrapper {
  display: table-cell;
  vertical-align: middle;
}
.img-404 img {
  margin-left: 70px;
}
.s-404 .section-name {
  font-size: 20px;
  margin: 10px 0;
}
.s-404 p {
  font-size: 16px;
  line-height: 22px;
  width: 550px;
  display: block;
  margin: 0 auto;
}
.s-404 p a {
  color: #007eff;

}
.s-404 .f-logo {
  margin-bottom: 10px;
}
.s-404 .f-phones a {
  color: #202020;
  font-weight: bold;
  margin-right: 5px;
}
.s-404 .f-adress {
  font-size: 12px;
  color: #404040;
}
.left-catalog-btn {
  display: none;
  text-align: center;
}
.left-catalog-btn p {
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
  color: #909090;
  background-color: #ff8937;
  background-color: #f4ba91;
  color: #fff;
}
.left-catalog-btn._active p {
  background-color: #101010;
}
._mobile-menu-icon {
  width: 100px;
  height: 42px;
  display: none;
  float: right;
  margin-right: 1%;
}
._mobile-menu-icon a {
  display: inline-block;
  margin: 8px auto;
  padding: 2px 10px;
  margin-right: 1%;
  float: right;
  border: 1px solid #fff;
  border-radius: 3px;
}
._mobile-menu-icon a p {
    margin: 4px 8px 4px 0;
    float: left;
    width: 40px;
    color: #fff;
}
._mobile-menu-icon .line {
    display: block;
    width: 25px;
    height: 3px;
    margin: 3px 0;
    background-color: #fff;
    margin: 3px 0;
    content: "";
    border-radius: 3px;
    float: right;
}
/*PAGINATION*/
.pagination {
  text-align: left;
  cursor: default;
}
.pagination a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  color: #ff6c00;
  text-align: center;
  margin: 0 2px;
  line-height: 35px;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
}
.pagination a._active:hover,
.pagination a:hover {
  background-color: #ff6c00;
  color: #fff;
}
.pagination a._active {
  color: #000;
}
/*POPUP*/
.s-popup {
  display: inherit;
}
.pop {
  position: fixed;
  top: 3%;
  right: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.gray {
  z-index: 9;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  display: none;
}
.close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  content: "";
  cursor: pointer;
  transform: rotate(45deg);
}
.close:after {
  font-size: 40px;
  content: "+";
  line-height: 26px;
  color: #202020;
}
.close:hover:after {
  color: #00a3b4;
}
.pop.p-send-message {
  width: 590px;
  margin: 0 auto;
  top: 10%;
}
.w-popup {
  padding: 40px 50px 10px;
  background-color: #fff;
}
.pop .input {
  margin: 10px 0;
}
.pop .section-name {
  font-size: 15px;
  line-height: 20px;
}
.pop input {
  height: 49px;
}
.pop span {
  color: #00a3b4;
  font-size: 14px;
  margin: 0 0 0 5px;
}
.pop .button {
  float: right;
}
.w-popup>p {
  margin: 15px 0 5px;
  color: #404040;
}
/*developer*/
.copy {
  font-size: 13px;
}
.copy p {
  display: inline;
  color: #fff;
}
.developer a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.developer a span {
  text-decoration: underline;
}
.developer a:hover {
  text-decoration: none;
}
.developer a:hover i {
  text-decoration: none;
}
.developer a:hover:before {
  transform: rotate(360deg);
}
.developer a:before {
  width: 16px;
  height: 16px;
  background-color: #ff8328;
  display: inline-block;
  margin-right: 4px;
  content: "";
  position: relative;
  top: 3px;
  background-image: url(../i/sprite.png);
  transform: rotate(0deg);
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  -webkit-backface-visibility: hidden;
}
.developer a i {
  font-style: normal;
  text-decoration: underline;
}
/*breadcrumbs*/
.breadcrumbs {
  margin: 15px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.breadcrumbs a, .breadcrumbs span {
  display: block;
  float: left;
  font-size: 12px;
  color: #202020;
  text-decoration: none;
  position: relative;
  line-height: 15px;
}
.breadcrumbs span {
  color: #909090;
}
.breadcrumbs a {
  padding-right: 15px;
  text-decoration: underline;
}
.breadcrumbs a:after {
  position: absolute;
  top: 0;
  right: 4px;
  content: "/";
  color: #202020;
  transform: scaleX(0.5);
}
.breadcrumbs a:hover {text-decoration: none;}
/*width*/
.w_50 {
  float: left;
  width: 48%;
  margin-right: 4%; 
}
.w_50:nth-child(2n) {
  margin-right: 0; 
}
.w_33 {
  width: 32%;
  margin-right:1%; 
}
.w_33:nth-child(3) {
  margin-right: 0;
}
.w_66 {
  width: 66.1% !important;
}
.w_90 {
  width: 90% !important;
}
.search input[type=text].fill {
  width: 180px;
}
.search:hover input[type=text] {
  width: 180px;
  padding: 0 37px 0 10px;
}

.w-baloon {
  width: 360px;
  padding: 20px;
  background-color: #fff;
}
.w-baloon .description {
  margin: 5px 0;
  color: #909090;
  font-size: 12px;
  line-height: 14px;
}
.w-baloon .left {
  width: 30%;
  text-align: center;
}
.w-baloon .right {
  width: 70%;
  padding-left: 4%;
}
.w-baloon p {
  margin: 8px 0;
  line-height: 15px;
}
.w-baloon .left img {
  height: 60px;
}
.w-baloon .close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  content: "";
  cursor: pointer;
}
.popover .close:after {
  display: none;
}
.popover {
  display: block;
  position: absolute;
}
.popover .close {
  color: #202020;
  font-size: 14px;
  line-height: 14px;
  top: 4px;
  right: 1px;
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 0;
}
.close {
  transform: none;
}
header.fixed .main-menu>li:hover {
    background-color: #a54706;
}
.roofmap-image a {
    position: absolute;
	top: 0;
	left: 0;
	padding: 4px 6px;
	background-color: #262626;
	border: 2px solid #ff8937;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	width: 162px;
	text-align: center;
}
.roofmap-image a:hover {
	background-color: #ff8937;
}
.roofmap-image a.link1 {
	top: 275px;
}
.roofmap-image a.link2 {
    top: 138px;
}
.roofmap-image a.link3 {
	top: 78px;
}
.roofmap-image a.link4 {
    top: 25px;
    left: 30px;
}
.roofmap-image a.link5 {
	left: 250px;
}
.roofmap-image a.link6 {
	left: 417px;
}
.roofmap-image a.link7 {
	left: 681px;
}
.roofmap-image a.link8 {
	left: 736px;
   	top: 80px;
}
.roofmap-image a.link9 {
	left: 743px;
	top: 293px;
}
.roofmap-image a.link10 {
	left: 743px;
	top: 424px;
}
.roofmap-image {
    content: "";
    display: block;
    margin: 0 auto;
    width: 905px;
    height: 495px;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.phone-row {
    fon-size: 0;
    line-height: 0;
}
.phone-row .phone__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    margin-left: 3px;
    font-size: 13px;
    line-height: 20px;
}
.phone-row .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    padding: 0;
    background-image: url(../i/phones-sprite.png);
}
.phone-row .icon._phone {
    background-position: -48px 0;
}
.phone-row .icon._vel {
    background-position: 0 0;
}
.phone-row .icon._viber {
    background-position: -32px 0;
}
.phone-row .icon._mts {
    background-position: -16px 0;
}
.phone-row .icon:before {
    display: none;
}
.phone-row .icon img {
    max-width: 100%;
    margin: 0;
}
@media (max-width: 1220px) {
    .h-top .phone-row .icon {padding: 0;}
}

header.fixed .h-content {position: fixed;width: 100%;top: 0;z-index: 5; background-color: #ff8937; height: 42px;}
/*
header.fixed .h-content .h-top .block.adress {display: none;}
header.fixed .h-content .h-top .block.links {display: none;}
header.fixed .h-content .h-top .block.phones {display: none;}
header.fixed .h-content .h-top .block.worktime {display: none;}
header.fixed .h-content .h-logo {display: none;}
header.fixed .h-content .h-logo-mobile {display: block;}
*/
header.fixed .h-content .h-bottom {margin-top: 0;}
header.fixed .h-content .main-menu>li>a {color: #fff;}
header.fixed .h-content .main-menu>li.dropdown>a {border: none;}
header.fixed .h-content .main-menu>li.dropdown>a:before {border-top-color: #fff;}
header.fixed .h-topline {height: 3px;height: 175px;}

header.fixed .h-topline {height: 175px;}
header.fixed .h-content {background-color: #ffffff;height: auto;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
header.fixed .h-content .h-bottom {display: none;}
header.fixed .h-logo {margin: 9px 0;display: inline-block; max-width: 48%;}


.w-publicated-opinion {
    padding: 20px 0;
    display: none;
}
.w-publicated-opinion:nth-child(1),
.w-publicated-opinion.shown {
    display: inline-block;
}
.w-publicated-opinion:nth-child(2n) {
    background-color: #fdfdfd;
}
.w-publicated-opinion .picture {
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    content: "";
    background-position: center;
    background-size: cover;
}
.w-publicated-opinion .picture img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.w-publicated-opinion .content {
    float: left;
    width: calc(100% - 90px);
    padding: 0;
    padding-left: 20px;
}
.w-publicated-opinion .date,
.w-publicated-opinion .name {
    display: inline-block;
    vertical-align: middle;
}
.w-publicated-opinion .name {
    font-size: 16px;
    column-rule: #202002;
    font-weight: bold;
}
.w-publicated-opinion .date {
    color: #909090;
    font-size: 14px;
    line-height: 15px;
}
.w-publicated-opinion .description {
    margin-top: 10px;
}

.header-empty {height: 58px;display: none;}

@media (min-width: 750px) {
    header.fixed .header-empty {display: block;}
}



@media (max-width: 1220px) { 
    .container {width: 100%; padding: 0 1%;}
    .h-top {width: 750px; float: right;}
    .h-top .block {width: 30%;}
    .h-top .block.worktime {width: 32%;}
    .h-top .block.phones {float: right;}
    .h-top .block.adress {display: none;}
    .h-top .block.links {padding-left: 10px;}
    .h-top .icon {padding-left: 27px;}

    .w-better {width: 25%;padding: 10px 0;}
}
@media (max-width: 1150px) { 
    /*.h-top .block,
    .h-top .block.adress {width: 40%;}
    .h-top .block.phones {width: 37%;}*/

}
@media (max-width: 1000px) { 
  /*.container {width: 980px;}*/
  header.fixed .h-topline {height: 153px;}
  .h-top {width: 100%;}
  .h-logo {margin: 3px 0 0 0px;}
  .h-top .block {width: auto; margin-left: 3%;}
  .h-top .block.worktime {display: none;}
  .h-top .block.links {float: right;}
  .h-bottom {margin: 0px}
  .main-menu>li>a {font-size: 14px;color: #fff;display: block;}
  .main-menu>li.dropdown>a:before {border-top-color: #ffffff;}
  .main-menu>li.dropdown {width: 190px;}
  .main-menu>li {background-color: #ff8937;}
  .s-main-banner .slide .name {font-size: 18px;line-height: 24px;width: 80%;}
  .s-main-banner .slide .description {font-size: 14px;line-height: 18px;width: 80%;}
  .bx-controls-direction {min-width: inherit;}
  .bx-wrapper .bx-pager {min-width: inherit;}
  .f-top .left {width: 100%;}
  .f-top .right {display: none;}
  .f-bottom .right {width: 100%; text-align: center;}
  .s-page-branding .page-name {font-size: 32px;}
  .items-wrapper .w-item {width: 48%; text-align:center;}
  .items-wrapper .w-item:nth-child(3n) {margin-right: 2%;}
  .items-wrapper .w-item:nth-child(2n) {margin-right: 0;}
  .s-contacts .section-name {font-size: 22px;}
  .s-contacts .form-name {font-size: 19px;}
  .s-contacts .content {padding: 30px 20px;}
  .w-feedback .content {width: 60%;}
  .w-feedback .image {width: 37%;}
  .w-feedback {padding: 20px 0; background-color: #fff;}
  .w-feedback:nth-child(2n) {background-color: #e9e9e9;}
  .w-feedback .image {padding: 0 1% 0 2%;}
  .w-product .right, .w-product .left {width: 100%;}
  .right-catalog {padding-left: 2%;}
  .w-better {width: 32%; margin-bottom: 25px;}
  article iframe {max-width: 100% !important;height: auto !important;}
  .product-nameing .right,
  .product-nameing .left {width: 100%;}
  /*
  .product-nameing .right .b-take-a-credit a {font-size: 10px;line-height: 13px;border: 2px solid #ff8937; padding: 3px 5px;}
  .product-nameing .right .b-take-a-credit a:before {display: none;}
  */
  .roofmap-image {display: none;}
  
  header.fixed .h-logo {margin: 3px 0;max-width: 72px;}
  header.fixed .h-top .block {margin-top: 5px;margin-bottom: 5px;}
  
}
@media (max-width: 750px) {
  .h-content {background-color: #ff8937;margin-bottom: -7px;}
  header.fixed .h-content {height: inherit;}
  header.fixed .h-content .main-menu>li>a {color: #202020; font-size: 14px;}
  .h-topline {height: 49px !important;}
  .h-content {position: fixed;width: 100%;top: 0;z-index: 5;}
  .h-top .block.links {display: none;}
  .h-top .block.phones {display: none;}
  
  .h-content .left {width: 51px;}
  .h-content .right {width: calc(100% - 51px);}
  .h-logo {display: none;}
  header.fixed .h-logo {display: none;}
  .h-logo-mobile {display: block;}
  .bx-controls-direction {display: none;}
  .main-menu {display: none;}
  ._mobile-menu-icon {display: block;}
  .main-menu {position: absolute;top: 49px;left:0;z-index: 1; padding: 0;border: 1px solid #f98a3c;}
  .main-menu>li {background-color: #ffffff; display: block;}
  .main-menu>li.dropdown {width: auto;}
  .main-menu>li.dropdown:hover .drop_down  {display: none;}
  .main-menu>li.dropdown>a {border: none; padding-right: 2%;}
  .main-menu>li.dropdown>a:before {display: none;}
  .main-menu>li>a {color: #202020;}
  .w-better p {font-size: 14px; margin-top: 5px;}
  .w-banner.w2x {width: 100%;}
  .w-banner.w1x {width: 100%;}
  .s-our-better .wrapper {text-align: center;}
  .s-main-hits .description {text-align: left;}
  .w-banner .name p b {font-size: 25px;line-height: 32px;}
  .p-index article p {text-align: left;}
  .f-top .left {width: 100%; padding-left: 5%;}
  .f-top .right {display: none;}
  .f-top .left .adress {width: 100%; margin-bottom: 20px;}
  .f-top .left .links {width: 100%;}
  .copy {font-size: 16px; margin-bottom: 15px; text-align: center;}
  .copy p {display: block; margin-top: 0;}
  .f-bottom .left {float: none;}
  .f-bottom .left.pay {display: none;}
  .f-bottom .right  {width: 100%; text-align: center;}
  .s-page-branding .page-name {font-size: 25px; line-height: 28px;}
  .items-wrapper .w-item {width: 100%;}
  .items-wrapper .w-item:nth-child(3n) {margin-right: 0;}
  .items-wrapper .w-item:nth-child(2n) {margin-right: 0;}
  .more-items .w-item {width: 48%;}
  .more-items .w-item:nth-child(3n) {margin-right: 2%; display: none;}
  .more-items .w-item:nth-child(2n) {margin-right: 0;}
  .s-contacts .w-contacts>.left {display: none;}
  .s-contacts .w-contacts>.right {width: 100%; height: 400px;}
  .s-contacts .container {position: relative; padding: 0;}
  .s-contacts .content {width: 101%;padding: 30px 20px;display: inline-block;}
  .s-our-better .w-better {width: 150px;}
  .s-our-better .w-better p {text-align: center;width: 100%;max-width:100%;display: block;padding-left: 0;}
  header.fixed .main-menu>li:hover {background-color: #a54706;}
  
  header.fixed .h-content {background-color: #ff8937;}
  header.fixed .h-content .h-bottom {display: block;}
  
}
@media (max-width: 670px) {
  .items-wrapper .w-item {width: 100%;}
  .items-wrapper .w-item:nth-child(3n) {margin-right: 0;}
  .items-wrapper .w-item:nth-child(2n) {margin-right: 0;}
  .w-catalog {display: block;}
  .left-catalog-btn {display: block;}
  .left-catalog {display: none; width: 100%;}
  .product-nameing {margin-top: 20px;}
  .right-catalog {padding-left: 0; display: block;}
  .items-wrapper {margin-top: 10px;}
  .w-new .image {display: block; float: none;}
  .w-new {margin: 0 0 40px 0;}
  .w-feedback {padding: 20px 0; background-color: #fff;}
  .w-feedback:nth-child(2n) {background-color: #e9e9e9;}
  .w-feedback .content {width: 100%; padding: 0 2%;}
  .w-feedback .image {width: 100%; padding: 20px 2%}
  .w-better {width: 48%;}

}
@media (max-width: 415px) {
  .more-items .w-item {width: 100%; margin-bottom: 10px;}
  .more-items .w-item:nth-child(3n) {margin-right: 0; display: block;}
  .more-items .w-item:nth-child(2n) {margin-right: 0;}
  
  .w-better {width: 100%;padding: 5px 0;margin: 0;padding: 5px 20px;}
  .w-better .roll-category {width: 50px;height: 50px;display: inline-block;vertical-align: middle;border-radius: 8%;}
  .w-better .roll-category:before {margin: 4px auto;}
  
  .w-better p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: calc(100% - 68px);
    margin: 0;
    height: auto;
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
}
  
}
.sale-price{
    text-align: center;
    font-size: 17px;
    text-decoration: line-through;
    font-weight:300;
}




.main-menu>li.dropdown>li.dropdown {
  width: 230px;
}
.main-menu>li.dropdown:hover .drop_down>li.dropdown:hover .drop_down  {
  display: block;
}
.main-menu>li.dropdown:hover .drop_down>li.dropdown .drop_down  {
  display: none;
}

.main-menu>li.dropdown .drop_down>li.dropdown .drop_down {
  margin-left: 200px;
  margin-top: -27px;}
    
.s-main-hits .section-name {
  text-align: center;
  background: none;
  color: #000;}

.s-contacts .section-name {background:none; padding:0px; color:#000;}

/*2017.03.07*/
.w-product .right {}
.w-product .left .left {
	width: auto;
}
.ec-stars {
    background: url(../i/ec-stars.png) 0 -16px repeat-x;
    width: 96px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    vertical-align: middle;
}
.ec-stars span {
    background: url(../i/ec-stars.png) 0 0 repeat-x;
    display: block;
    height: 16px;
    width: 0px;
}
.ec-stars span.rating-5 {
    width: 96px;
}
.ec-stars span.rating-4 {
    width: 78px;
}
.ec-stars span.rating-3 {
    width: 60px;
}
.ec-stars span.rating-2 {
    width: 42px;
}
.ec-stars span.rating-1 {
    width: 20px;
}
.w-feedbacks {
    margin: 20px 0;
}
.w-feedbacks .w_75 {
    width: 75%;
}
.w-feedback-publicated {
	padding: 20px 0;
	display: none;
}
.w-feedback-publicated.shown,
.w-feedback-publicated:nth-child(1) {
    display: inline-block;
}
.w-feedback-publicated .name {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}
.w-feedback-publicated .date {
	display: inline-block;
	font-size: 13px;
	color: #909090;
	vertical-align: middle;
}
.w-feedback-publicated .description {
	font-weight: bold;
}
.w-feedback-publicated .content {
	padding: 0;
}
.d_stars .star, .stars .star {
    float: left;
    width: 16px;
    height: 16px;
    content: "";
    background: url(../i/ec-stars.png) 0 0 repeat-x;
    background-position: -188px -17px;
}
.w-catalog .bottom .left .stars {
  display: inline-block;
  width: 100%;
}
.w-catalog .bottom .left a {
  color: #2985da;
  font-family: "Roboto";
  font-size: 15px;
}
.stars-input {
    margin: 28px 0;
}
.stars-input>label {
	display: inline-block;
    vertical-align: middle;
    line-height: 29px;
    height: 25px;
    margin-right: 5px;
}
.d_stars, .stars {
  display: inline-block;
  position: relative;
  margin: 4px 0;
  vertical-align: middle;
}
.d_stars .star.hover, 
.d_stars .star:hover, 
.d_stars .star.active, 
.stars .star.active {
  background-position: -20px 2px;
}
.d_stars .star, .stars .star {
  float: left;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url(../i/ec-stars.png);
  background-position: -20px -15px;
}
.w-feedbacks p {
    margin: 25px 0;
}
.button._gray {
    background-color: transparent;
    border: 2px solid #ff8937;
    color: #000;
}
.button._gray:hover {
    background-color: #ff8937;
    color: #fff;
}
.button.feedback {
	margin: 0;
	line-height: 25px;
}
.ec-clearfix {
    position: relative;
}
.ec-rating-description {
    position: absolute;
    left: 0;
    bottom: -22px;
    font-size: 12px;
}
.input {
    position: relative;
}
.stars-input .ec-error {
    top: 5px;
    left: 59px;
}
.ec-error {
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
    line-height: 13px;
    color: white;
    padding: 3px 5px;
    background-color: red;
    text-align: center;
    min-width: 150px;
}
@media (max-width: 1000px) {
   .w-feedbacks .w_75 {width: 100%;}
}
@media (max-width: 750px) {
   .w-feedbacks .w_50 {width: 100%; margin-right: 0;}
   .stars-input {margin: 0 0 10px 0;}
}

._js-more-feedbacks {
    margin-bottom: 20px;
    display: inline-block;
}
.link-back-to-catalog {
    display: inline-block;
    padding: 5px 10px 5px 20px;
    border: 1px solid #000000;
    margin: 5px 0 3px;
    color: #000000;
    position: relative;
}
.link-back-to-catalog:hover {
    background-color: #f03d0a;
    border-color: #f03d0a;
    color: #fff;
}
.link-back-to-catalog:before {
    position: absolute;
    content: "<";
    left: 6px;
    top: 5px;
    transform: scaleX(0.6);
}
.offers-left-side-block {
    display: inline-block;
    width: 100%;
}
.offers-left-side-block a {
    display: block;
    margin: 10px 8%;
    width: 84%;
}
.item-description-buttons .button {
    font-size: 12px;
    color: #ffffff;
    background-color: #ff8937;
    border: 1px solid #ff8937;
    line-height: 13px;
    padding: 8px 0 6px;
    margin: 3px 0;
    margin-right: 1%;
    width: 48%;
    display: inline-block;
    min-height: auto;
    cursor: pointer;
    position: relative;
}
.item-description-buttons .button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.item-description-buttons .button:before {
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
    background-image: url(../i/sprite.png);
}
.item-description-buttons .button._icon1:before {background-position: -355px -18px;}
.item-description-buttons .button._icon2:before {background-position: -373px -18px;}
.item-description-buttons .button:hover:before {background-position-y: -0px;}

.w-article-better-links {
    text-align: center;
}
.w-article-better-links a.item {
    display: inline-block;
    width: 290px;
    margin: 0 10px 10px 0;
    border: 2px solid #ff8937;
    padding: 12px 25px 12px 30px;
    color: #404040;
    text-align: left;
}
.w-article-better-links a.item .top {
    margin-bottom: 2px;
    color: #ff8937;
    font-weight: bold;
}
.w-article-better-links a.item .image {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.w-article-better-links a.item .name {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    width: calc(100% - 45px);
    column-rule: #606060;
}
.w-article-better-links a.item .description {
    margin-top: 3px;
    font-size: 12px;
    line-height: 14px;
    column-rule: #404040;
}
.w-article-better-links a.item:hover {
    border-color: #404040;
}
.w-article-better-links a.item:hover .name {
    color: #404040;
}
.mobile-phone-number {
    display: none;  
    vertical-align: middle;
    margin-top: 8px;
    float: right;
    margin-right: 8px;
}
.h-top .block.phones:before {
    background-position: -72px 0;
}
.mobile-phone-number .block.phones {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 2px;
}
.mobile-phone-number .block.phones:before {
    background-position: -72px 0;
    width: 28px;
    height: 28px;
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}
.mobile-phone-number a {
    display: block;
    padding: 8px 10px;
    padding-left: 35px;
    color: #ff6800;
}
.mobile-phone-number.in-product {
    float: none;
    display: none;
    text-align: center;
    margin: 5px 0;
}
.mobile-phone-number.in-product a {
    display: block;
    padding: 2px 0;
    background-color: #ff8937;
    border: 1px solid #ff8937;
    color: #fff;
    background: linear-gradient(to top, #da691a, #ff8937);
}
.mobile-phone-number.in-product .phone-number {
    display: inline-block;
    padding: 8px 0px;
    padding-left: 0px;
    color: #fff;
}
.mobile-phone-number.in-product .block.phones {
    display: block;
    width: 100%;
}
.mobile-phone-number.in-product .block.phones:before {
    display: none;
}
.mobile-phone-number.in-product .phone-number:before {
    background-position: -67px -64px;
    width: 28px;
    height: 28px;
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1000px) {
    .mobile-phone-number.in-product {display: block;}
    .open_modal.special {display: none;}
}
@media (max-width: 750px) {
    .mobile-phone-number {display: inline-block;}
    .h-logo-mobile .logo {margin-top: 3px;}
}
@media (max-width: 480px) {
    .item-description-buttons .button {margin-right: 0%;width: 99%;}
    article table {display: block;overflow: auto;}
    .w-article-better-links a.item {width: 100%;margin: 3px 0;}
    
}
@media (max-width: 350px) {
    .mobile-phone-number a {padding: 8px 10px;}
    .mobile-phone-number .block.phones:before {display: none;}
}
.p-contacts footer {
    margin-top: -5px;
}
.s-main-banner {
text-align: center;
}
.s-main-banner {
text-align: center;    
}

.product-nameing .right {
    text-align: right;
}
.w-price-frame {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px;
    background-color: #f1f1f1;
    font-size: 0;
    line-height: 0;
    margin: 0 0 8px 0;
}
.w-price-frame .frame {
    display: inline-block;
    border: 1px dashed #cecece;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.product-nameing .right .total-price-item {
    float: right;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.sale-price {
    padding-bottom: 5px;
}
.total-price--right-sticker {
  display: inline-block;
  vertical-align: middle;
  width: 79px;
  height: 60px;
  background-image: url(../i/sale-5bg.png);
  background-position: center;
  -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    line-height: 86px;
    text-align: center;
    color: #c60113;
    margin: 10px 5px;
    margin-right: 0;
    padding-left: 5px;
}

@media (max-width: 1320px) {
  .total-price--right-sticker {margin-right: -0;}
}
@media (max-width: 580px) {
  .w-price-frame {width: 100%;}
}

/*responsive box*/
.responsive-box {
  position: relative;
  width: 100%;
}
.responsive-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.responsive-box._75::before {
  padding-top: 75%;
}
.responsive-box._66::before {
  padding-top: 66.6%;
}
.responsive-box._50::before {
  padding-top: 50%;
}
.responsive-box._25::before {
  padding-top: 25%;
}
.responsive-box .responsive-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.responsive-box .responsive-image.contain {
  -webkit-background-size: contain;
  background-size: contain;
}
.w-page-images .w-image {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.w-page-images .w-image:nth-child(1) {
  width: 49%;
}
.w-page-images .w-image .responsive-box::before {
  padding-top: 66%;
}
.w-page-images .w-image:nth-child(1) .responsive-box::before {
  padding-top: 66.5%;
}
.w-page-images .w-image a:hover .responsive-image {
    opacity: 0.8;
}
@media (max-width: 980px) {
  .w-page-images .w-image {width: 49%;margin-bottom: 5px;}
  .w-page-images .w-image:nth-child(1) {width: 99%;}
}
@media (max-width: 580px) {
  .w-page-images .w-image {width: 99%;margin-bottom: 3px;}
  .w-page-images .w-image:nth-child(1) {width: 99%;}
}
.w-article-better-items {
    margin: -10px -1% 0;
    font-size: 0;
    line-height: 0;
}
.w-article-better-items .w-item {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    margin: 0 1% 20px 1%;
    font-size: 12px;
    line-height: 14px;
}
.w-article-better-items .roll {
    height: 84px;
    border-radius: 50%;
    text-align: center;
    background: -webkit-linear-gradient(bottom, #ff5722, #ff835c);
    background: -o-linear-gradient(bottom, #ff5722, #ff835c);
    background: linear-gradient(to top, #ff5722, #ff835c);
    background-color: #ff5722;
    background: transparent;
    margin: 0 auto 10px;
    padding: 5px;
}
.customize-svg-icon {
    margin: 0 auto;
    width: 70px;
}
.w-article-better-items .name {
    text-align: center;
    font-weight: bold;
}
@media (max-width: 1100px) {
    .w-article-better-items .w-item {width: 31.3%;}
}
@media (max-width: 420px) {
    .w-article-better-items .w-item {width: 48%;}
}
.p-index .align-left article h1,
.p-index .align-left article,
.p-index .align-left article p {
    text-align: left;
}
.p-index article {
    font-size: 14px;
    line-height: 20px;
    min-height: 1px;
}


.s-fixed-offer {
background: linear-gradient(to right, #853AFF, #00B9E1, #853AFF, #853AFF);
}
.s-fixed-offer .container {
    padding-top: 20px;
    padding-bottom: 15px;
}
.s-fixed-offer .row.row-offer {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
}
.s-fixed-offer .row.row-offer>.col {
    padding-left: 15px;
    padding-right: 15px;
}
.s-fixed-offer .h1 {
    color: #fff;
    margin: 0;
}
.s-fixed-offer .w-button,
.s-fixed-offer .h1 {
    margin-bottom: 5px;
}
.s-fixed-offer .button {
padding: 16px 25px 15px;
    background: #44ad48;
    color: #ffffff;
    border-radius: 5px;
}
.s-fixed-offer .button:hover {
    background: #4a974d;
    color: #fff;
    opacity: 1;
}
@media (max-width: 750px) {
.s-fixed-offer {
    margin-top: 51px;
}
.s-fixed-offer ~ header .h-topline {
    display: none;
}
}


.s-fixed-offer {
    color: #fff;
}
.s-fixed-offer .container {
    padding-top: 20px;
    padding-bottom: 0px;
}
.s-fixed-offer .r-content {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.s-fixed-offer .r-content>.left-content {
    width: 38%;
    padding-left: 100px;
}
.s-fixed-offer .r-content>.right-content {
    width: 52%;
    text-align: right;
    padding-bottom: 20px;
}
.s-fixed-offer .decorated-image {
    margin-bottom: -50px;
    pointer-events: none;
    text-align: center;
}
.s-fixed-offer .title001 {
        padding-left: 10px;
    text-align:left;
    font-size: 20px;
    margin-bottom: 10px;
}
.s-fixed-offer .title002 {
    font-size: 37px;
    width: 259px;
    text-align:left;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #FFD912;
    margin-right: 10px;
}
.s-fixed-offer .title003 {
    font-size: 18px;
    line-height: 22px;
    background-color: #00B9E1;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
}



.s-fixed-offer .bottom-controlls {
    display: inline-block;
    width: 340px;
    margin-top: 10px;
}
.s-fixed-offer .bottom-controlls .title004 {
    float: left;
    font-size: 16px;
    line-height: 20px;
     text-align: left;
    font-style: italic;
    position: relative;
}
.s-fixed-offer .bottom-controlls .title004 .arrow {
position: absolute;
left: 60%;
    top: 97%;
    pointer-events: none;
    width: 100px;
}
.s-fixed-offer .bottom-controlls .w-button {
    float: right;
}
.s-fixed-offer .button {
    background: linear-gradient(180deg, #FF8D00 0%, #FF5000 100%);
    border-radius: 3px;
}
.s-fixed-offer .button:hover {
    background: linear-gradient(180deg, #ffb75d 0%, #d36b3c 100%);
}



@media (max-width: 1220px) {
    .s-fixed-offer .r-content {
        justify-content: center;
    }
    .s-fixed-offer .r-content>.left-content {
        display: none;
    }
    .s-fixed-offer .r-content>.right-content {
        width: 622px;
    }
}
@media (max-width: 767px) {
    .s-fixed-offer {
    background: linear-gradient(to right, #853AFF, #00B9E1);}
    .s-fixed-offer .r-content>.right-content,
    .s-fixed-offer .title004,
    .s-fixed-offer .title003,
    .s-fixed-offer .title002,
.s-fixed-offer .title001 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.s-fixed-offer .title001 {
    font-size: 17px;
}
    .s-fixed-offer .title002,
.s-fixed-offer .title001 {
    display: block;
}
    .s-fixed-offer .title002 {
        margin-bottom: 10px;
        width: 100%;
    }
        .s-fixed-offer .title003 {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 13px;
            width: 260px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }
        .s-fixed-offer .bottom-controlls {
            width: 290px;
            
            margin-left: auto;
            margin-right: auto;
        }
        .s-fixed-offer .bottom-controlls .title004 {
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding-top: 3px;}
