html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
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;
}
: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;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* font-family: "Lato"; */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/latoregular.eot');
  src: url('../fonts/latoregular.woff') format('woff'),
       url('../fonts/latoregular.ttf') format('truetype'),
       url('../fonts/latoregular.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;
}
@media (max-width: 768px) {
  table {display: block; overflow: auto;}
  table td, table th {word-break: inherit; min-width: 150px;}
}
table a {
  text-decoration: underline;
}
table a:hover {
  text-decoration: none;
}
th,
td {
  border: 2px solid #fff;
}
td {
  background-color: #ececec;
  color: #202020;
  padding: 10px 5px;
  color: #202020;
  word-break: break-word;
  vertical-align: middle;
}
thead td,
th {
  color: #202020;
  padding: 10px 5px;
  background: #a7a7a7;
  vertical-align: middle;
  word-break: break-word;
  text-transform: uppercase;
  font-weight: normal;
}
th,
td {
  padding: 12px 20px;
}
hr {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #cecece;
}
article h1,
article h2 {
  margin-bottom: 20px;
}
article h3,
article h4 {
  margin-bottom: 15px;
}
article p {
  margin: 0 0 10px 0;
}
article ul,
article ol {
  margin: 0 0 10px 0;
}
article ul li {
  display: block;
  padding-left: 20px;
  position: relative;
}
article ol li {
  display: list-item;
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 5px;
}
article ul li:before {
  position: absolute;
  top: 8px;
  left: 4px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #9d221a;
  content: "";
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: 0.9;
}
html,body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Exo 2", arial, sans-serif;
  font-weight: 400;
  color: #202020;
  background-color: #fff;
}
body._overflow {
  overflow: hidden;
}
.b-wrapper {
  min-height: calc(100vh - 100px);
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
}
.s-footer {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
}
.container.wide {
  padding: 0;
}
@media (min-width: 992px) {
  .container.shortest {max-width: 700px;}
}
.wrapper {
  display: inline-block;
  width: 100%;
}
.margin-10-0 {margin: 10px 0;}.margin-20-0 {margin: 20px 0;}.margin-30-0 {margin: 30px 0;}.margin-40-0 {margin: 40px 0;}.margin-bottom-10 {margin-bottom: 10px;}.margin-bottom-20 {margin-bottom: 20px;}.margin-bottom-30 {margin-bottom: 30px;}.margin-bottom-40 {margin-bottom: 40px;}.margin-bottom-50 {margin-bottom: 50px;}.margin-top-10 {margin-top: 10px;}.margin-top-20 {margin-top: 20px;}.margin-top-30 {margin-top: 30px;}.margin-top-40 {margin-top: 40px;}.margin-top-50 {margin-top: 50px;}.padding-10-0 {padding: 10px 0;}.padding-20-0 {padding: 20px 0;}.padding-30-0 {padding: 30px 0;}.padding-40-0 {padding: 40px 0;}.padding-50-0 {padding: 50px 0;}.padding-bottom-10 {padding-bottom: 10px;}.padding-bottom-20 {padding-bottom: 20px;}.padding-bottom-30 {padding-bottom: 30px;}.padding-bottom-40 {padding-bottom: 40px;}.padding-bottom-50 {padding-bottom: 50px;}.padding-top-10 {padding-top: 10px;}.padding-top-20 {padding-top: 20px;}.padding-top-30 {padding-top: 30px;}.padding-top-40 {padding-top: 40px;}.padding-top-50 {padding-top: 50px;}
.margin-top-6 {margin-top: 6px;}
.margin-bottom-6 {margin-bottom: 6px;}
.margin-top-8 {margin-top: 8px;}
.margin-bottom-8 {margin-bottom: 8px;}
.margin-top-21 {margin-top: 21px;}
.margin-bottom-21 {margin-bottom: 21px;}
.padding-0-15 {padding: 0 15px;}
.left {  
  float: left;
}
.right {
  float: right;
}
.w-section-name-gray {
  background-color: #f1f1f1;
  padding: 10px;
}
.w-section-name-yellow {
  background-color: #febe1e;
  padding: 10px;
}
.section-name._h1,
h1,.h1 {
  font-size: 36px;
  line-height: 1.2;
}
.section-name._h2,
h2,.h2 {
  font-size: 30px;
  line-height: 1.2;
}
.section-name._h3,
h3,.h3 {
  font-size: 24px;
  line-height: 1.2;
}
.section-name._h4,
h4,.h4 {
  font-size: 18px;
  line-height: 1.2;
}
.section-name.bold {
  font-weight: 700;
}
.section-name.uppercase {
  text-transform: uppercase;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
a {
  position: relative;
  color: #ff0000;
  color: #9d221a;
  text-decoration: underline;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
a:hover {
  text-decoration: none;
}
.button {
  cursor: pointer;
  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;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #8b231a;
  position: relative;
  min-width: 120px;

  border: 2px solid #8b231a;
}
.button:hover {
  background-color: #b5372d;
  border-color: #b5372d;
}
.button:active {
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -o-transform: translateY(1px);
  -moz-transform: translateY(1px);
  transform: translateY(1px);
}
.button.block {
  display: block;
  width: 100%;
}
.button.round {
  border-radius: 32px;
}
.button.small {
  padding: 5px 15px;
  font-size: 13px;
  line-height: 16px;
  min-width: inherit;
}
.button.medium {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 18px;
  min-width: 150px;
}
.button.big {
  padding: 15px 20px;
  font-size: 22px;
  line-height: 24px;
  min-width: 220px;
}
.button.small.auto,
.button.auto,
.button.big.auto {
  min-width: inherit;
}
.button.transparent {
  background: transparent;
  color: #8b231a;
  border-color: #8b231a;
}
.button.transparent:hover {
  background: #b5372d;
  color: #fff;
  border-color: #b5372d;
}
.button.green {
  background: #076f07;
  color: #fff;
  border-color: #076f07;
}
.button.green:hover {
  background: #0e920e;
  border-color: #0e920e;
}
.button.black {
  background: #404040;
  color: #fff;
  border-color: #404040;
}
.button.black:hover {
  background: #606060;
  border-color: #606060;
}
/*article spoiler*/
.w-article-spoiler {
  margin: 5px 0;
}
.w-article-spoiler .name {
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  background-color: #f1f1f1;
  position: relative;
  cursor: s-resize;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-article-spoiler._toggled .name,
.w-article-spoiler .name:hover {
  background-color: #9d221a;
  color: #fff;
}
.w-article-spoiler._toggled .name .b-dropper,
.w-article-spoiler .name:hover .b-dropper {
  color: #fff;
}
.w-article-spoiler .name .b-dropper {
  width: 50px;
  height: 40px;
  color: #000;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  content: "";
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-article-spoiler .name .b-dropper:before {
  content: "+";
} 
.w-article-spoiler .name._toggled .b-dropper:before {
  content: "-";
  line-height: 32px;
} 
.w-article-spoiler .article-spoiler-content {
  display: none;
  background-color: #f6f6f6;
  padding: 20px;
}
/*article spoiler end*/
/*input*/
input.input__default,
textarea.textarea__default {
  display: inline-block;
  width: 100%;
  height: 80px;
  min-height: 40px;
  border: 1px solid #cacaca;
  background-color: #fff;
  font-size: 14px;
  line-height: 18px;
  color: #202020;
  font-family: "Exo 2", arial, sans-serif;
  font-weight: 400;
  border-radius: 2px;
}
input.input__default {
  padding: 0 10px;
  height: 36px;
  border: 1px solid #cacaca;
  background-color: #fff;
}
textarea.textarea__default {
  padding: 10px 10px;
  height: 80px;
  min-height: 40px;
  resize: vertical;
}
input.input__default.round, 
textarea.textarea__default.round {
    border-radius: 16px;
}
input.colored__placeholder:-moz-placeholder {
  color: #9d221a;
}
input.colored__placeholder::-webkit-input-placeholder {
  color: #9d221a;
}
textarea.colored__placeholder:-moz-placeholder {
  color: #9d221a;
}
textarea.colored__placeholder::-webkit-input-placeholder {
  color: #9d221a;
}
input.colored__placeholder:-moz-placeholder {
  color: orange;
}
input.colored__placeholder:focus::-webkit-input-placeholder {
  color: orange;
}
textarea.colored__placeholder:-moz-placeholder {
  color: orange;
}
textarea.colored__placeholder:focus::-webkit-input-placeholder {
  color: orange;
}
input.input__default:focus {
  border-color: #000;
}
textarea.textarea__default:focus {
  border-color: #000;
}
input.input__default._error,
textarea.textarea__default._error {
  border-color: red;
}
.input.label-top label {
  display: block;
  margin-bottom: 3px;
  position: relative;
}
.input label span.red {
  color: red;
  display: inline-block;
  margin-left: 3px;
}
.input.icon-start {
  position: relative;
}
.input.icon-start .textarea__default,
.input.icon-start .input__default {
  padding-left: 30px;
}
.input.icon-start .fa {
  position: absolute;
  width: 15px;
  text-align: center;
  bottom: 9px;
  left: 8px;
  z-index: 1;
  pointer-events: none;
  font-size: 14px;
  color: #404040;
}
.input.icon-start.textarea .fa {
  bottom: inherit;
  top: 36px;
}
.input.icon-start .textarea__default:focus ~ .fa,
.input.icon-start .input__default:focus ~ .fa {
  color: #000;
}
.input.icon-start .textarea__default._error ~ .fa,
.input.icon-start .input__default._error ~ .fa {
  color: red;
}
.input.label-left label {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  position: relative;
}
.input.label-left label+input.input__default,
.input.label-left label+textarea.textarea__default {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 124px);
}

.jq-selectbox__select {
  height: 36px;
  border: 1px solid #cacaca;;
}
.jq-selectbox__select-text {
  line-height: 35px;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9d221a;
  color: #fff;
}
/*input*/
/*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;
}
.s-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  text-align: center;
  display: none;
  z-index: 18;
}
.s-popup:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.w-popup {
  background: #fff;
  max-width: 440px;
  padding: 0;
  text-align: left;
  position: relative;
  vertical-align: middle;
  z-index: 10;
  display: none;
}
.w-popup .pop-head {
  display: table;
  width: 100%;
  position: relative;
  margin: 0;
}
.w-popup .pop-head .pop-name {
  background-color: #9d221a;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  padding: 0 30px;
}
.w-popup .pop-body {
  padding: 40px 50px 20px;
  max-height: calc(100vh - 20px);
  overflow: auto;
}
.w-popup.w-pop-callback .pop-body {
  background-image: url(../i/pop-callback-bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.w-popup .pop-head+.pop-body {
  max-height: calc(100vh - 70px);
}
.s-popup__background {
  background-color: rgba(0,0,0,0.8);
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  display: none;
}
.w-popup .description {
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  color: #909090;
}
.w-popup .description.small {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 590px) {
  .w-popup {width: 96%;}
  .w-popup .pop-head {width: 100%;margin: 0 0 0 0;}
  .w-popup .pop-body {padding: 10px 20px 20px;}
  .w-popup .pop-head+.pop-body {max-height: calc(100vh - 75px);}
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  cursor: pointer;
  float: right;
  margin: 0;
}
.close:after, 
.close:before {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #202020;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
}
.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:hover:before, 
.close:hover:after {
  background-color: red;
}
.w-popup .pop-head .close {
  top: calc(50% - 13px);
  right: 5px;
}
.close.white:after, 
.close.white:before {
  background-color: #fff;
}
.close.white:hover:before, 
.close.white:hover:after {
  background-color: red;
}
.w-popup .pop-body .close {
  top: 5px;
  right: 5px;
}
.copyright p,
.copyright,
.developer {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  color: #909090;
  margin: 10px 0;
}
.copyright,
.copyright p {
  color: #fff;
  margin-bottom: 5px;
}
.developer a {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
  line-height: 22px;
  color: #fff;
}
.developer a:hover {
  text-decoration: none;
}
.developer:hover:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.developer:before {
  width: 16px;
  height: 16px;
  background-color: #9d221a;
  display: inline-block;
  margin-right: 4px;
  content: "";
  position: relative;
  top: 2px;
  background-image: url(../i/developer.png);
  background-position: 0px 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  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;
}
.pcscontrolls {
  font-size: 0;
  line-height: 0;
  max-width: 100px;
}
.pcscontrolls .input__default {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  text-align: center;
  width: ;
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 60px);
  border-radius: 0;
  padding: 0;
  border: none;
  color: #000;
  font-weight: bold;
}
.pcscontrolls .plus_item,
.pcscontrolls .minus_item {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #9d221a;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  border-radius: 0 30px 30px 0;
}
.pcscontrolls .minus_item {
  line-height: 25px;
  border-radius: 30px 0 0 30px;
}
.pcscontrolls .plus_item:hover,
.pcscontrolls .minus_item:hover {
  background-color: #d54137;
}
.w-pagination {
  padding: 10px 0px;
  cursor: default;
}
.w-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 28px;
  background-color: transparent;
  color: #202020;
  text-align: center;
  margin: 2px 2px 2px 0;
  text-decoration: none;
  border-radius: 3px;
}
.w-pagination a._active,
.w-pagination a:hover {
  background-color: #9d221a;
  color: #fff;
}
.w-pagination a:active {
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -o-transform: translateY(1px);
  -moz-transform: translateY(1px);
  transform: translateY(1px);
}
.w-pagination span._arrow {
  content: "";
  background-color: transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  line-height: 35px;
}
.w-pagination span._arrow a {
  display: block;
  margin: 0;
  width: auto;
  height: auto;
  padding: 0 10px;
  background-color: #f1f1f1;
  font-size: 13px;
}
.w-pagination span._arrow a:hover {
  background-color: #9d221a;
  color: #fff;
}
.s-fixed-elements {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 1400px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1420px) {
  .s-fixed-elements {width: 100%;}
}
.s-fixed-elements .right-content {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pager-up {
  display: none;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #cecece;
  border-radius: 5px;
  opacity: 0.6;
  z-index: 1;
  position: relative;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.pager-up .uparrow {
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0;
  margin: auto 0;
  right: 17px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s;
}
.pager-up:hover {
  background-color: #9d221a;
  opacity: 0.8;
}
.callback-roll {
  margin: 0 8px 8px 0;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #9d221a;
  border-radius: 5px;
  opacity: 0.6;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 53px;
  cursor: pointer;
  -webkit-animation: animation_callback 2s infinite;
  -moz-animation: animation_callback 2s infinite;
  animation: animation_callback 2s infinite;
}
@-webkit-keyframes animation_callback {
  from {transform: rotate(0deg);}
  10% {opacity: 0.6;}
  20% {opacity: 0.8;}
  30% {opacity: 0.6;}
  40% {opacity: 0.8;}
  50% {transform: rotate(0deg);opacity: 0.6;}
  60% {opacity: 0.8;}
  70% {opacity: 0.6;}
  80% {transform: rotate(-360deg);opacity: 0.8;}
  100% {transform: rotate(-360deg);}
}
.callback-roll:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background-color: #9d221a;
  opacity: 0.8;
}

.w-page-branding {
  margin: 0 0 8px 0;
}
.w-breadcrumbs {
  margin: 0;
  padding: 5px 15px;
  background-color: #f1f1f1;
}
.w-page-branding h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  margin: 5px 15px 8px 15px;
}
.w-breadcrumbs a, 
.w-breadcrumbs span {
  display: inline-block;
  font-size: 13px;
  color: #000;
  position: relative;
  line-height: 1.1;
}
.w-breadcrumbs span {
  color: #909090;
}
.w-breadcrumbs a {
  text-decoration: none;
}
.w-breadcrumbs a:hover {
  text-decoration: underline;
}
.w-breadcrumbs .fa {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  margin-bottom: 1px;
  font-size: 12px;
}
.w-filters .w-filter {
  padding: 0;
}
.w-filters .w-filter .name {
  padding: 8px 35px 8px 0;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.w-filters .w-filter.dropper .b-dropper {
  width: 20px;
  height: 20px;
  border: 1px solid #cecece;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #000;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  cursor: pointer;
}
.w-filters .w-filter.dropper .b-dropper:after {
  content: "+";
  font-size: 17px;
  text-align: center;
  pointer-events: none;
  width: 20px;
  height: 20px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.w-filters .w-filter.dropper .b-dropper._toggled:after {
  content: "-";
  font-size: 20px;
  line-height: 13px;
}
.w-filters .w-filter.dropper .b-dropper:hover {
  background-color: #000;
  color: #fff;
}
.w-filters .w-filter.dropper .inset {
  font-size: 0;
  line-height: 0;
}
.input.price-from-to {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.input.price-from-to .input {
  width: 47%;
  float: left;
}
.input.price-from-to .input+.input {
  margin-left: 6%;
}
.input.price-from-to .description {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.input.price-from-to .input__default {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  height: 30px;
}
.w-social .social__link {
  display: inline-block;
  vertical-align: middle;
  margin: 6px;
  color: #9d221a;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9d221a;
  background-color: #9d221a;
}
.w-social .social__link .fa {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.w-social .social__link:hover {
  background-color: #fff;
  border-color: #9d221a;
}
.w-social .social__link:hover .fa {
  color: #9d221a;
}
.input.radio, 
.input.checkbox {
  position: relative;
  padding-left: 26px;
  min-height: 20px;
  margin: 0;
}
.input.radio .radio__hidden, 
.input.checkbox .checkbox__hidden {
  display: none;
}
.input.checkbox .styled,
.input.radio .styled {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 18px;
  height: 18px;
}
.input.checkbox .styled .frame {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  content: "";
  border: 1px solid #909090;
  background-color: #fff;
  cursor: pointer;
}
.input.radio .styled .frame {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  border: 1px solid #909090;
  background-color: #fff;
  cursor: pointer;
}
.input.radio .radio__default:disabled ~ .styled .frame {
  border-color: #bbbbbb;
  background-color: #f5f5f5;
}
.input.radio .radio__default:disabled ~ .styled+.label {
  color: #909090;
}
.input.checkbox .styled .inset {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  content: "";
  border: 2px solid #9d221a;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 2px;
  left: 6px;
  display: none;
}
.input.radio .styled .inset {
  width: 14px;
  height: 14px;
  content: "";
  border: 2px solid #fff;
  margin: 2px;
  background-color: #9d221a;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.input.checkbox  .checkbox__default:checked ~ .styled .frame {
  border-color: #000;
}
.input.checkbox  .checkbox__default:checked ~ .styled .inset {
  display: block;
}
.input.radio .radio__default:checked ~ .styled .frame {
  border-color: #000;
}
.input.radio .radio__default:checked ~ .styled .inset {
  display: block;
}
.input.checkbox  .checkbox__default._error ~ .styled .frame {
  border-color: red;
}
.input.radio .label,
.input.checkbox .label {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 15px 0 0;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  position: relative;
}
.input.radio .label span,
.input.checkbox .label span {
  color: #606060;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: 0px;
}
._js-tab-content {
  display: none;
}
._js-tab-content._active {
  display: block;
}
.b-mobile-button {
  display: none;
}
.b-mobile-button.menu {
  padding: 12px 15px;
}
.customize-css-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  font-size: 0;
  line-height: 0;
  min-width: 30px;
  margin-bottom: 4px;
}
.customize-css-icon .line {
  display: block;
  background-color: #fff;
  content: "";
  width: 100%;
  height: 2px;
  transition: ALL 0.8s ease;
  -webkit-transition: ALL 0.8s ease;
  -moz-transition: ALL 0.8s ease;
  -o-transition: ALL 0.8s ease;
}
.customize-css-icon .line+.line {
  margin-top: 2px;
}
.b-mobile-button._toggled .customize-css-icon .line {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 2px;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(2) {
  display: none;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(2) {
  display: none;
}
.mobile-name {
  display: none;
  width: 100%;
  position: relative;
  background-color: #9d221a;
  height: 64px;
  overflow: hidden;
  z-index: 2;
}
.mobile-name .name-table {
  display: table;
  width: 100%;
}
.mobile-name .name-cell {
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 21px;
  padding: 0 30px;
}
.mobile-name .close {
  top: calc(50% - 13px);
  right: 5px;
}
.navigation-menu-body {
  position: relative;
  background-color: transparent;
  z-index: 2;
}
.button-double-changed span {
  display: block;
}
.button-double-changed span+span {
  display: none;
}
.button-double-changed._toggled span {
  display: none;
}
.button-double-changed._toggled span+span {
  display: block;
}
.w-items-grid {
  font-size: 0;
  line-height: 0;
  width: 102%;
  margin-left: -1%;
}
.w-items-grid .w-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
}
.block__link {
  display: block;
}
a.block__link:hover .responsive-image {
  opacity: 0.8;
}
.phone__link {
  text-decoration: none;
  color: #202020;
}
/*_CUSTOM*/
ul.main-menu {
  background-color: #000;
}
ul.main-menu>li {
  display: inline-block;
}
ul.main-menu>li>a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  padding: 10px 15px;
}
ul.main-menu>li._active>a:hover,
ul.main-menu>li._active>a {
  background-color: #9d221a;
}
ul.main-menu>li>a:hover {
  background-color: red;
}
ul.main-menu li.li-dropper {
  position: relative;
}
ul.main-menu li.li-dropper>a {
  position: relative;
}
ul.main-menu .li-dropper .b-dropper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 0 0 5px;
  top: -2px;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}
ul.main-menu .li-dropper .inset {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
ul.main-menu .li-dropper:hover .inset {
  display: block;
}
ul.main-menu .li-dropper .inset .ul-inset {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 0;
}
ul.main-menu .li-dropper .inset .li-inset {
  display: block;
  text-align: left;
  padding: 0;
  border: none;
}
ul.main-menu .li-dropper .inset .li-inset>a {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #202020;
}
ul.main-menu .li-dropper .inset .li-inset>a:hover {
  text-decoration: none;
  background-color: #c5c5c5;
}
.body-layout._toggled {
  display: block;
}
.w-change-tabs-controlls a.button {
  background-color: #ececec;
  color: #202020;
}
.w-change-tabs-controlls a.button:hover {
  background-color: green;
  border-color: green;
  color: #fff;
}
.w-change-tabs-controlls a._active:hover,
.w-change-tabs-controlls a._active {
  background-color: #202020;
  color: #fff;
}
body._blocked {
  overflow: hidden;
}
.s-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 18;
  pointer-events: none;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-mobile-menu {
  position: fixed;
  top: 0;
  left: -330px;
  width: 320px;
  pointer-events: all;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  z-index: 20;
}
.s-mobile-menu._toggled .w-mobile-menu {
  left: 0;
}
.mobile-menu-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  background-color: rgba(0,0,0,0);
  z-index: 19;
}
.s-mobile-menu._toggled .mobile-menu-background {
  background-color: rgba(0,0,0,0.5);
  pointer-events: all;
}
.mobile-menu-header {
  background-color: #9d221a;
  padding-top: 4px;
  border-bottom: 4px solid #4e4e4e;
}
.mobile-menu-header .table {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.mobile-menu-header .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 19px;
  line-height: 24px;
  height: 48px;
  color: #fff;
  padding: 0 35px 0 15px;
  position: relative;
}
.mobile-menu-header .close {
  top: 10px;
  right: 4px;
}
.mobile-menu-header .customize-css-icon .line+.line {
  margin-top: 3px;
}
.mobile-menu-body {
  padding-bottom: 20px;
  height: calc(100vh - 56px);
  background-color: rgba(0,0,0,0.8);
  overflow: auto;
}
.ul-mobile-menu .li-mobile-menu {
  display: block;
}
.ul-mobile-menu .li-mobile-menu.li-dropper {
  position: relative;
}
.ul-mobile-menu .li-dropper a.mobile-menu__link {
  padding-right: 32px;
}
.ul-mobile-menu .li-mobile-menu._toggled a.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu:hover a.mobile-menu__link {
  background-color: #9d221a;
}
.ul-mobile-menu .li-mobile-menu._active._toggled a.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu._active:hover a.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu._active a.mobile-menu__link {
  background-color: #b5372d;
}
.ul-mobile-menu a.mobile-menu__link {
  display: block;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.ul-mobile-menu .b-dropper {
  position: absolute;
  right: 5px;
  top: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  cursor: pointer;
}
.ul-mobile-menu .li-dropper._active .b-dropper,
.ul-mobile-menu .li-dropper:hover .b-dropper,
.ul-mobile-menu .li-dropper._active .b-dropper {
  border-color: #fff;
}
.ul-mobile-menu .b-dropper:after {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0 0 0 5px;
  top: 4px;
  right: 6px;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.ul-mobile-menu .b-dropper._toggled:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 7px;
}
.ul-mobile-menu .inset {
  display: none;
}
.ul-mobile-menu .ul-inset {
  background-color: rgba(0,0,0,0.2);
}
.ul-mobile-menu .ul-inset>li>a {
  padding: 10px 15px 10px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}
.ul-mobile-menu .ul-inset>li._active>a,
.ul-mobile-menu .ul-inset>li:hover>a {
  background-color: #9d221a;
}
.h-top {
  background-color: #eeeeee;
}
.h-top .container {
  font-size: 0;
  line-height: 0;
}
.h-top a {
  color: #202020;
}
.h-top .button {
  color: #fff;
}
.ul-top-menu {
  float: left;
}
.ul-top-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.ul-top-menu a {
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 15px 0 13px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.ul-top-menu li._active a {
  border-bottom-color: #8b231a;
}
.ul-top-menu li a:hover {
  color: #8b231a;
  border-bottom-color: #909090;
}
.w-top-login {
  float: right;
}
.w-top-login a.login__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
}
.w-top-login a.login__link.enter .fa {
  color: #909090;
}
.w-top-login a.login__link.enter span {
  border-bottom: 2px solid #8b231a;
}
.w-top-login a.login__link.enter:hover span {
  border-bottom-color: transparent;
}
.w-top-login a.login__link.reg {
  padding: 15px;
  background-color: #b5372d;
  background-color: #8b231a;
  color: #fff;
}
.w-top-login a.login__link.reg:hover {
  background-color: #b5372d;
}

.col-h-phones {
  text-align: center;
}
.h-phones {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.h-phones .phone {
  text-align: left;
}
.h-phones .icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.h-phones .icon .roll {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
}
.h-phones .icon .roll .fa {
  font-size: 30px;
  line-height: 50px;
  color: #8b231a;
  /*
  -webkit-animation: animation_callback 2s infinite;
  -moz-animation: animation_callback 2s infinite;
  animation: animation_callback 2s infinite;
  */
}
.h-phones .icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.h-phones .content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  padding-left: 10px;
  padding-right: 10px;
}

.h-phone .description {
  font-size: 12px;
  line-height: 14px;
}
.h-phone .phone__link {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 2px 2px 0;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  color: #202020;
}
.h-phone .phone__link span {
  font-weight: bold;
  font-family: Arial;
}
.custom-svg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 2px;
  font-size: 0;
  line-height: 0;
}
.col-h-phones .btn-call {
  padding: 10px;
}
.col-cart {
  text-align: right;
}
.cart__link {
  display: inline-block;
  text-align: left;
  font-size: 0;
  line-height: 0;
  color: #202020;
}
.cart__link .roll {
  display: inline-block;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
  position: relative;
}
.col-cart._active .roll .count {
  -webkit-animation: cart-roll-animate 1s infinite;
  -moz-animation: cart-roll-animate 1s infinite;
  animation: cart-roll-animate 1s infinite;
}
.col-cart._active .cart__link:hover .roll .count {
  -webkit-animation: inherit;
  -moz-animation: inherit;
  animation: inherit;
}
@-webkit-keyframes cart-roll-animate {
  from {top: 0px;}
  10% {top: 3px}
  20% {top: 2px}
  30% {top: 3px}
  40% {top: 2px}
  50% {top: 0px}
  60% {top: 0px}
  70% {top: 0px}
  80% {top: 0px}
  100% {top: 0px;}
}
.cart__link .roll .custom-svg-icon {
  display: block;
  margin: 15px auto;
  width: 20px;
  height: 20px;
}
.cart__link .content {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 50px);
  padding-left: 25px;
}
.cart__link .roll .count {
  position: absolute;
  top: 0;
  left: 40px;
  font-size: 14px;
  line-height: 23px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 1px solid #8b231a;
  background-color: #8b231a;
  border-radius: 50%;
  opacity: 0;
}
.col-cart._active .cart__link .roll .count {
  opacity: 1;
}
.cart__link:hover .roll .count {
  background-color: #fff;
  color: #202020;
}
.cart__link .cart-name {
  color: #202020;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.cart__link .pcs-count {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  padding: 3px 0;
  border-bottom: 2px solid #8b231a;
  margin-right: 6px;
}
.cart__link .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  padding: 3px 0;
}

.cart__link:hover .pcs-count {
  color: #202020;
  border-color: transparent;
}
.h-bottom {
  background-color: #eeeeee;
  padding: 5px 0;
}
.search {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.search input.input__default {
  width: calc(100% - 50px);
  height: 43px;
  padding-right: 130px;
  vertical-align: middle;
  border-color: transparent;
  background-color: #fff;
}
.search input.input__default:focus {
  background-color: #fff;
  border-color: #cecece;
}
.search .w-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 43px;
}
.search .search_btn {
  width: 100%;
  height: 100%;
  padding: 0;
  min-width: inherit;
  padding-left: 20px;
}
.search .search_btn:active {
  top: 0;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.search .fa {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 40px;
  height: 44px;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  pointer-events: none;
  color: #fff;
}
.col-btn-order {
  text-align: right;
}
.col-header-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.w-mobile-menu-group {
  padding: 10px;
  color: #fff;
}
.w-mobile-menu-group a {
  color: #fff;
}
.w-mobile-menu-group .btn-call {
  border-color: #fff;
  color: #fff;
}
.w-mobile-menu-group .phone {
  margin-bottom: 5px;
}

label.attr-file {
  cursor: pointer;
}
.attr-file {
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.attr-file .fa {
  display: inline-block;
  vertical-align: top;
  color: #202020;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 24px;
  line-height: 30px;
}
.attr-file .text {
  display: inline-block;
  vertical-align: top;
  color: #b51218;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  max-width: 180px;
}
label.attr-file .text {
  text-decoration: underline;
}
label.attr-file:hover .text {
  text-decoration: none;
}
.hidden {
  display: none;
}
.attr-file ~ a.delete {
  padding: 5px 8px;
  background-color: #cecece;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 20px;
}
.attr-file ~ a.delete:hover {
  background-color: #404040;
}
.attr-file ~ a.delete .roll {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: arial;
  font-size: 21px;
  line-height: 25px;
}

.fz0 {
  font-size: 0;
  line-height: 0;
}
.w-three-columns {
  font-size: 0;
  line-height: 0;
}
.w-three-columns .column {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
}
.w-three-columns {
  margin-top: 10px;
}
.column-middle {
  width: 720px;
  padding: 0 10px;
}
.column-left {
  float: left;
  width: calc(50% - 360px);
}
.column-right {
  width: calc(50% - 360px);
}
.column-left a.block__link,
.column-right a.block__link {font-size: 0;line-height: 0;}

.w-index-slider .slide {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.w-index-slider .table {
  display: table;
  width: 100%;
}
.w-index-slider .cell {
  display: table-cell;
  vertical-align: middle;
  height: 414px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.w-index-slider .cell .content {
  padding: 20px 20px 50px 20px;
  max-width: 445px;
}
.w-index-slider .cell .content*+* {
  margin-top: 15px;
}
.w-index-slider .name {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.w-index-slider .name2 {
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
}
.w-index-slider .description {
  font-size: 18px;
  line-height: 22px;
}
.w-product .w-bottom-slider .owl-carousel .owl-dots {
  position: relative;
  line-height: 0;
  margin: 0;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
  border: 2px solid transparent;
  width: 12px;
  height: 12px;
  margin: 2px 2px;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #cecece;
}
.owl-carousel .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 4px solid #fff;
  margin: 4px 2px;
}
.row.row-short-gutters {
  margin: 0 -8px;
}
.row.row-short-gutters>* {
  padding-left: 8px;
  padding-right: 8px;
}
.row.row-no-gutters {
  margin: 0;
}
.row.row-no-gutters>* {
  padding-left: 0px;
  padding-right: 0px;
}
.w-index-news {
  background-color: #f1f1f1;
  padding: 10px 10px 0 10px; 
}
.w-index-news .section-name a {
  color: #202020;
  text-decoration: none;
}
.w-index-news .section-name a:hover {
  color: #9d221a;
}
.col-index-news-item {
  padding-bottom: 10px;
}
.w-index-news-item a {
  text-decoration: none;
  color: #202020;
}
.w-index-news-item .w-date {
  text-align: center;
}
.w-index-news-item .w-date .number {
  font-size: 30px;
  line-height: 24px;
  color: red;
  font-weight: bold;
}
.w-index-news-item .w-date .description {
  font-size: 10px;
  line-height: 14px;
}
.w-index-news-item .name {
  font-weight: bold;
}
.w-index-news-item .col-content {
  font-size: 14px;
  line-height: 16px;
}
.w-index-news-item .col-content>*+* {
  margin-top: 5px;
}
.w-index-news-item .col-content .block__link {
  color: #9d221a;
  margin-bottom: 10px;
}
.w-index-news-item .col-content .block__link:hover {
  text-decoration: underline;
}
.w-index-news a:hover .name {
  color: #9d221a;
}
.col-index-news-item.fourth-item {
  display: none;
}

.col-index-category {
  margin-bottom: 14px;
}
.col-index-category .row {
  border: 1px solid #cecece;
}
.col-index-category a {
  color: #202020;
  text-decoration: none;
}
.col-index-category .name {
  padding: 0 10px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.col-index-category a:hover .name {
  color: #9d221a;
}
.section-name.yellow {
  background-color: #febe1e;
  padding: 8px;
}
.w-product-frame {
  background-color: #f1f1f1;
}
.w-product-frame.white {
  background-color: #fff;
}
.w-product-frame.white.shadow {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.shadow {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.col-product-item {
  padding-bottom: 10px;
}
.w-product-frame a.block__link {
  color: #202020;
  text-decoration: none;
}
.w-product-frame a.block__link>*+* {
  margin-top: 10px;
}
.w-product-frame .name {
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.w-product-frame .w-button {
  padding-bottom: 10px;
}
.w-product-frame a.block__link:hover .name {
  color: #9d221a;
}
.w-products-slider .owl-carousel .owl-stage-outer {
  margin: 0 -10px;
  padding: 10px;
}
.w-products-slider .owl-carousel .owl-nav {
  position: relative;
  text-align: center;
}
.w-products-slider .owl-carousel .owl-nav [class*=owl-] {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f1f1f1;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.w-products-slider .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #fff;
}

.col-better-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  margin-bottom: 20px;
}
.col-better-item .roll {
  background-color: #b51218;
  border-radius: 50%;
  padding: 30px;
  margin-bottom: 10px;
}
.col-better-item .name {
  font-size: 14px;
  line-height: 16px;
  color: #8b231a;
  font-weight: 700;
  text-transform: uppercase;
}
.col-better-item .description {
  font-size: 12px;
  line-height: 14px;
}

.w-section-name.decorate-left {
  position: relative;
  padding-left: 48px;
}
.w-section-name.decorate-left:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  background-image: url(../i/decorate-roll.png);
}
.w-section-name.decorate-left.yellow:before {
  background-image: url(../i/decorate-roll-y.png);
}
.s-index-about {
  background-color: #f1f1f1;
  padding: 40px 0;
  background-image: url(../i/index-article-decorate.png);
  background-position: top center;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}
.s-index-about p {
  color: #606060;
  text-align: justify;
}
article .w-yellow-frame {
  background-color: #febe1e;
  padding: 30px 20px;
  color: #000;
  max-width: 500px;
  margin: 10px auto;
}
article .w-yellow-frame p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.s-sertificates {
  padding: 40px 0;
}

.s-projects-index-slider {
  padding: 0 0 40px 0;
  background-color: #f1f1f1;
}

.owl-projects-index-slider .slide .w-item {
  margin-bottom: 5px;
  float: left;
}
.owl-projects-index-slider .slide .w-item:nth-child(1) {
  width: 67%;
  padding-right: 1%;
}
.owl-projects-index-slider .slide .w-item:nth-child(2) {
  width: 33%;
}
.owl-projects-index-slider .slide .w-item:nth-child(3) {
  width: 34%;
  padding-right: 1%;
}
.owl-projects-index-slider .slide .w-item:nth-child(4) {
  width: 66%;
}

.owl-carousel.dots-outside .owl-dots {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.owl-carousel.dots-outside .owl-dots .owl-dot span {
  background-color: #000;
}
.owl-carousel.dots-outside .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 4px solid #000;
}

.s-bottom-map {
  position: relative;
  padding: 20px 0;
  min-height: 350px;
}
.s-bottom-map .right-side-content {
  background-color: rgba(255,255,255,0.9);
  padding: 15px 20px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  text-align: left;
  margin-right: -100px;
}
.s-bottom-map .container {
  position: relative;
  pointer-events: none;
  text-align: right;
  z-index: 1;
}
.s-bottom-map .container>* {
  pointer-events: all;
}
.s-bottom-map .ymap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ymap {
  display: inline-block;
  width: 100%;
  height: 400px;
  background-color: #fff;
  margin-bottom: -4px;
  font-size: 0;
  line-height: 0;
}
/*
.ymap [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%);
}
*/
.popover {
  position: absolute;
  width: 310px;
  left: 10px !important;
  top: inherit !important;
  bottom: 70px !important;
}
.popover .close {
  font-family: arial;
  position: absolute;
  color: #fff;
  top: 0px;
  right: 3px;
  z-index: 2;
  text-decoration: none;
  width: 10px;
  height: 10px;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
}
.popover .close:before,
.popover .close:after {
  display: none;
}
.w-baloon {
  width: 100%;
  padding: 10px 10px;
  position: relative;
  background-color: #424242;
  background-repeat: no-repeat;
  text-align: left;
}
.w-baloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-left: 10px solid #424242;
  border-top: 10px solid #424242;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.w-baloon-name {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
  color: #fff;
}
.s-bottom-map .right-side-content>*+* {
  margin-top: 8px;
}
.s-bottom-map .top-tabs .tab {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #404040;
  text-decoration: none;
  margin: 0 5px 2px 0;
}
.s-bottom-map .top-tabs .tab:hover,
.s-bottom-map .top-tabs .tab._active {
  background-color: #b51218;
}
.s-bottom-map .w-contact-block .name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.s-bottom-map .w-contact-block .fa {
  color: #b51218;
  font-size: 20px;
  margin-right: 5px;
}
.s-bottom-map a.phone__link {
  display: inline-block;
}

.s-footer {
  background-color: #3d4144;
  padding: 30px 0 0 0;
  color: #fff;
}
.s-footer a {
  color: #fff;
  text-decoration: none;
}
.col-footer {
  padding-bottom: 20px;
}
.f-col-name {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.f-col-name:after {
  width: 40px;
  height: 2px;
  background-color: #b51218;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.ul-f-menu li {
  margin-bottom: 5px;
}
.ul-f-menu a {
  font-size: 16px;
  line-height: 18px;
}
.ul-f-menu a:hover {
  color: #b51218;
}
.f-contacts-group>*+* {
  margin-top: 20px;
}
.f-contacts-group .phone__link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.f-contact-block .fa {
  display: inline-block;
  width: 30px;
  font-size: 25px;
}
.f-contact-block .fa ~ .content {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 35px);
}
.s-footer .w-paysystems img {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  max-width: 100px;
}

.s-footer .w-paysystems.mobile {
  display: none;
}
.ul-left-catalog {
  background-color: #f1f1f1;
  border-left: 4px solid #b51218;
}
.ul-left-catalog>li._active {
  border-bottom: 4px solid #b51218;
}
.ul-left-catalog a {
  color: #000;
  display: block;
  padding: 9px 10px 8px;
  border-bottom: 1px solid #cecece;
  /*
  background: -webkit-linear-gradient(bottom, #f1f1f1, #f9f9f9);
  background: -o-linear-gradient(bottom, #f1f1f1, #f9f9f9);
  background: linear-gradient(to top, #f1f1f1, #f9f9f9);
  background-color: #f9f9f9;
  */
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
.ul-left-catalog a:hover {
  background-color: #969696;
  color: #fff;
}
.ul-left-catalog li._active>a:hover,
.ul-left-catalog li._active>a {
  background: -webkit-linear-gradient(bottom, #b51218, #b51218);
  background: -o-linear-gradient(bottom, #b51218, #b51218);
  background: linear-gradient(to top, #b51218, #b51218);
  background-color: #b51218;
  color: #fff;
}
.ul-left-catalog .inset {
  background-color: rgba(150,150,150,0.3);
}
.ul-left-catalog .inset a {
  padding-left: 20px;
  color: #404040;
  /*
  background: -webkit-linear-gradient(bottom, #ececec, #f1f1f1);
  background: -o-linear-gradient(bottom, #ececec, #f1f1f1);
  background: linear-gradient(to top, #ececec, #f1f1f1);
  background-color: #f3f3f3;
  */
  position: relative;
}
.ul-left-catalog>li>.inset>.ul-inset>li>.inset>.ul-inset>li>a:before,
.ul-left-catalog>li>.inset>.ul-inset>li>a:before {
  display: block;
  position: absolute;
  top: 15px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}
.ul-left-catalog>li>.inset>.ul-inset>li>.inset>.ul-inset>li>a:before {
  left: 9px;
  top: 17px;
  width: 15px;
  height: 1px;
  border-radius: 0;
}
.ul-left-catalog li._active>a:before {
  background-color: #fff !important;
}
.ul-left-catalog>li>.inset>.ul-inset>li>.inset>.ul-inset>li>.inset>.ul-inset>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ul-left-catalog .inset a:hover {
  background: -webkit-linear-gradient(bottom, #dddddd, #f5f5f5);
  background: -o-linear-gradient(bottom, #dddddd, #f5f5f5);
  background: linear-gradient(to top, #dddddd, #f5f5f5);
  background-color: #dddddd;
}

/*
.ul-left-catalog .inset li._active > a:after,
.ul-left-catalog .inset li._active > a:hover:after {
  position: absolute;
  left: 89%;
  top: 0;
  width: 30px;
  height: 50%;
  background: -webkit-linear-gradient(bottom, #b51218, #b51218);
  background: -o-linear-gradient(bottom, #b51218, #b51218);
  background: linear-gradient(to top, #b51218, #b51218);
  background-color: #b51218;
  content: "";
  z-index: 2;
  -webkit-transform: skewX(18deg);
  -ms-transform: skewX(18deg);
  transform: skewX(18deg);
}
.ul-left-catalog .inset li._active > a:before,
.ul-left-catalog .inset li._active > a:hover:before {
  position: absolute;
  left: 89%;
  bottom: 0;
  width: 30px;
  height: 50%;
  background: -webkit-linear-gradient(bottom, #b51218, #b51218);
  background: -o-linear-gradient(bottom, #b51218, #b51218);
  background: linear-gradient(to top, #b51218, #b51218);
  background-color: #b51218;
  content: "";
  z-index: 2;
  -webkit-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
*/

.w-product-item-bottom-content,
.w-product-item-buttons {
  padding: 0 10px;
}
.w-product-item-bottom-content .name {
  font-weight: 700;
  height: 70px;
}
.w-product-item-bottom-content .description {
  font-size: 13px;
  line-height: 15px;
  color: #909090;
  height: 45px;
  overflow: hidden;
  margin-top: 5px;
}

.w-product-item-buttons .button {
  margin-top: 5px;
}
.button.btn-to-cart {
  font-size: 16px;
}
.button.btn-to-cart.yellow {
  background-color: #febe1e;
  border-color: #febe1e;
  color: #000;
}
.button.btn-to-cart.yellow:hover {
  background-color: #ffc943;
  border-color: #ffc943;
  color: #000;
}
.button.btn-to-cart._active {
  background: green;
  border-color: green;
}
.button.btn-to-cart .mobile-description {
  display: none;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 14px;
  line-height: 16px;
}
.button.btn-to-cart .custom-svg-icon {
  margin: 0;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH"; 
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.button.btn-to-cart:hover .custom-svg-icon {
  margin: 0;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); 
}
.w-product-item-buttons .price {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  padding: 10px 0 0;
  position: relative;
}
.old-price-absolute {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 14px;
  color: #909090;
  text-decoration: line-through;
  font-weight: 300;
}
.w-product-item-buttons .price.red {
  color: #b51218;
}
.w-product-item-buttons .price .value {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  color: #404040;
}
.w-product-item-buttons .instock {
  color: #909090;
}
.w-product-item-buttons .instock.yes {
  color: green;
}
.w-product-item-buttons .instock.no {
  color: #b51218;
}

.col-right-product-descr {
  padding-left: 0;
}
.w-product-slider-pager {
  padding: 0 25px;
}
.w-product-slider-pager .owl-carousel .owl-nav [class*=owl-] {
  width: 20px;
  height: 100%;
  top: 0;
}
.w-product-slider-pager .owl-carousel .owl-nav {
  padding: 0 25px;
  margin: 0 -25px;
  width: calc(100% + 50px);
}
.w-product-slider-pager .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.w-product-slider-pager .owl-carousel .owl-nav .owl-next {
  right: 0px;
}
.w-product-slider-pager .owl-carousel .owl-nav [class*=owl-]:after {
  top: calc(50% - 5px);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 9px;
  height: 9px;
}
.w-product-slider-pager .owl-carousel .owl-nav .owl-prev:after {
  left: 7px;
}
.w-product-slider-pager .owl-carousel .owl-nav .owl-next:after {
  left: 2px;
}
.w-product-slider-pager a.block__link {
  border: 2px solid transparent;
  margin: 0 1px;
}
.w-product-slider-pager a.block__link._toggled  {
  border-color: #b51218;
}
.w-product-gray-frame {
  padding: 10px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
.w-product-gray-frame>.description {
  font-size: 16px;
  line-height: 18px;
}
.w-product-gray-frame .price {
  display: inline-block;
  vertical-align: bottom;
  margin: 5px 10px 5px 0;
}
.w-product-gray-frame .price {
  font-size: 34px;
  line-height: 30px;
  font-weight: 700;
}
.w-product-gray-frame .price.red {
  color: #b51218;
}
.w-product-gray-frame .price span.description {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 18px;
  color: #202020;
}
.w-product-gray-frame .price.old {
  font-size: 20px;
  line-height: 22px;
  text-decoration: line-through;
  margin: 5px 10px 3px 0;
}
.col-right-product-descr .w-instock {
  font-size: 18px;
  line-height: 20px;
  color: #606060;
  margin-bottom: 10px;
}
.col-right-product-descr .w-instock.yes {
  color: green;
}
.col-right-product-descr .w-instock.no {
  color: red;
}

.w-objects-list .col-item {
  margin-bottom: 16px;
}
.w-objects-list a {
  text-decoration: none;
}
.w-objects-list a:hover .w-absolute-name {
  padding-bottom: 15px;
}
.w-objects-list .w-absolute-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-objects-list .w-absolute-name>*+* {
  margin-top: 10px;
}
.w-objects-list .w-absolute-name .name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.article-grayframe {
  background-color: #f1f1f1;
  padding: 15px;
}

.w-services-list .col-item {
  padding-bottom: 30px;
}
.w-services-list a {
  color: #202020;
  text-decoration: none;
}
.w-services-list .content>* {
  margin-top: 10px;
}
.w-services-list .name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.w-services-list .description {
  color: #909090;
}
.w-services-list .button {
  min-width: 200px;
}
.w-services-list a:hover .name {
  color: #b5372d;
}

.w-news-list .w-item+.w-item {
  margin-top: 16px;
}
.w-news-list a {
  color: #202020;
  text-decoration: none;
}
.w-news-list .name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.w-news-list .w-absolute-date {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 72px;
  padding: 10px 5px;
  background-color: #fff;
  margin: 5px;
  text-align: center;
  z-index: 1;
}
.w-news-list .w-absolute-date .number {
  font-weight: 700;
  color: red;
  font-size: 40px;
  line-height: 35px;
}
.w-news-list .w-absolute-date .description {
  font-size: 14px;
  line-height: 15px;
}
.w-news-list .description {
  color: #909090;
  font-size: 16px;
  line-height: 20px;
}
.w-news-list .col-content>*+* {
  margin-top: 10px;
}
.w-news-list a:hover .name  {
  color: #9d221a;
}

.w-rss .w-grayframe {
  padding: 35px 20px;
  background-color: #f1f1f1;
  text-align: center;
}
.w-rss .search {
  padding-right: 30px;
  width: calc(100% - 30px);
}
.w-rss .search input.input__default {
  border-radius: 32px;
  padding-left: 20px;
}
.w-rss .search .w-search-btn {
  width: 160px;
}
.w-rss .search .search_btn {
  min-width: 100%;
  padding-left: 0;
}

.w-stotes-map .ymap {
  height: 500px;
  max-height: calc(100vh - 80px);
}
.w-stotes-list .w-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.redicons .f-contact-block .fa {
  color: #9d221a;
}
.w-stotes-list .f-contacts-group {
  margin: 5px 0;
}
.w-stotes-list .f-contacts-group .phone__link {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

table.table-cart {
  width: 100%;
  margin-bottom: 20px;
}
table.table-cart th {
  background-color: transparent;
  color: #202020;
  padding: 3px;
  text-align: center;
}
table.table-cart thead tr {
  border-bottom: 2px solid #9d221a;
}
table.table-cart tbody tr:nth-child(2n) td {
  background-color: transparent;
}
table.table-cart td {
  padding: 5px 3px;
  text-align: center;
  background-color: transparent;
}
table.table-cart tr.total-row {
  background-color: #ececec;
}
table.table-cart .td-items-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  padding: 5px 15px;
}
table.table-cart .td-total-price {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  text-align: right;
  padding: 5px 15px;
}
table.table-cart .td-total-price span {
  font-size: 16px;
}

table.table-cart .td-number {width: 20px;}
table.table-cart .td-image {width: 60px;}
table.table-cart .td-name {text-align: left;}
table.table-cart .td-pcs {width: 150px;}
table.table-cart .td-price {width: 107px;}
table.table-cart .td-total {width: 107px;}
table.table-cart .td-delete {width: 25px;}

table.table-cart .pcscontrolls {
  display: inline-block;
}
table.table-cart .responsive-box {
  box-shadow: 0 0 30px rgba(150,150,150,0.3);
}
table.table-cart a {
  text-decoration: none;
  color: #202020;
}
table.table-cart .name__link {
  font-size: 14px;
  line-height: 1.1;
}
table.table-cart .name__link:hover {
  color: #9d221a;
}
table.table-cart .price {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 0;
  display: inline-block;
  position: relative;
}
table.table-cart .price span.new {
  color: green;
}
table.table-cart .price.old {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #909090;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
  padding: 0;
}
table.table-cart .delete__link {
  font-size: 14px;
  line-height: 1.3;
  color: #202020;
  text-decoration: none;
}
table.table-cart .delete__link span {
  display: none;
}
table.table-cart .delete__link:hover {
  color: red;
}
.w-product-page tbody tr:nth-child(2n-1) td {
  background-color: #f1f1f1;
}

.w-cart-delivery-form.decorate-left,
.w-product-delivery-wrapp.decorate-left {
  padding-left: 50px;
  background-image: url(../i/decorate-left001.png);
  background-position: left top;
  min-height: 209px;
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
}
.w-cart-delivery-form.decorate-left {
  background-image: url(../i/decorate-left002.png);
  min-height: 362px;
  margin-bottom: 20px;
}
.w-cart-page hr {
  margin: 20px 0;
}
.relative {
  position: relative;
}
.right-side-helper {
  position: absolute;
  top: 0;
  left: 100%;
  color: #909090;
  font-style: italic;
  width: 100%;
  padding: 8px;
}
.w-cart-delivery-form .w-button {
  text-align: center;
}
.w-cart-delivery-form .w-button .button {
  width: 100%;
  border-radius: 12px;
}
.w-cart-delivery-form .w-error-message {
  padding: 5px;
  background-color: #ffc2c6;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 12px;
}
.w-cart-delivery-form .w-error-message .frame {
  padding: 15px;
  border: 1px dashed #fff;
  font-size: 14px;
  line-height: 16px;
  border-radius: 12px;
}
.w-cart-delivery-form .w-button,
.w-cart-delivery-form .w-error-message {
  margin-left: 115px;
}

.w-product-delivery-wrapp .inline {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  width: auto;
}
.w-product-delivery-wrapp .radio-row label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 5px 0;
}
.w-product-delivery-wrapp .description {
  font-size: 13px;
  line-height: 15px;
  margin: 15px 0;
  color: #909090;
  font-style: italic;
}

.article-date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.w-social-share li {
  padding: 0;
}
.w-social-share li:before {
  display: none;
}

.s-bottom-map .right-side-content>*+* {
  margin-top: 8px;
}
.w-colored-tabs .tab {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #404040;
  text-decoration: none;
  margin: 0 5px 2px 0;
}
.w-colored-tabs.big .tab {
  padding: 8px 20px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.w-colored-tabs .tab:hover,
.w-colored-tabs .tab._active {
  background-color: #b51218;
}
.col-contact-column {
  padding-bottom: 15px;
}
.f-contact-block .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  min-height: 20px;
}
.row.bigger .f-contact-block {
  font-size: 16px;
  line-height: 18px;
}
.col-contact-column .phone__link.email {
  color: #9d221a;
}
.messenger-icon__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 18px;
  height: 18px;
}
.messenger-icon__link .custom-svg-icon {
  display: block;
  margin: 0;
  margin-top: -1px;
  font-size: 0;
  line-height: 0;
}
.s-contacts-map {
  padding-bottom: 300px;
  position: relative;
}
.s-contacts-map .ymap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-contacts-map .container {
  padding: 15px;
  background-color: rgba(255,255,255,0);
  pointer-events: none;
}
.s-contacts-map .w-light-frame a {
  pointer-events: all;
}
.s-contacts-map .container {
  position: relative;
  z-index: 1;
}
.s-404 {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.s-404 .w-button {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
  left: 0;
}
.button.big.error-btn {
  padding-right: 250px;
  overflow: hidden;
  font-size: 40px;
  line-height: 40px;
  border: none;
  left: -70px;
}
.button.big.error-btn .absolute-decor {
  position: absolute;
  display: block;
  width: 242px;
  height: 100px;
  background-color: #fff;
  right: 20px;
  top: -20px;
  -ms-transform: rotate(-51deg);
  -webkit-transform: rotate(-51deg);
  -o-transform: rotate(-51deg);
  -moz-transform: rotate(-51deg);
  transform: rotate(-51deg);
  content: "";
}
.button.big.error-btn:after {
  position: absolute;
  content: ">";
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 63px;
  font-size: 53px;
  text-align: center;
  -ms-transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

._1 {
  background-color: #5575b6;
}
._2 {
  background-color: #7d9fe4;
}

.styled-blue ~ .s-popup .w-popup .pop-head .pop-name {
  background-color: #5575b6;
}
.styled-blue ~ .s-popup .attr-file .text {
  color: #5575b6;
}
.styled-blue .ul-top-menu li._active a {
  border-bottom-color: #5575b6;
}
.styled-blue .ul-top-menu li a:hover {
    color: #5575b6;
}
.styled-blue .h-phones .icon .roll .fa {
  color: #5575b6;
}
.styled-blue .button.transparent {
  color: #5575b6;
  background-color: transparent;
  border-color: #5575b6;
}
.styled-blue .button.transparent:hover {
  background: #5575b6;
  color: #fff;
  border-color: #5575b6;
}
.styled-blue .w-top-login a.login__link.reg {
  background-color: #5575b6;
  color: #fff;
}
.styled-blue .w-top-login a.login__link.reg:hover {
  background-color: #7d9fe4
}
.styled-blue .w-top-login a.login__link.enter span {
  border-bottom: 2px solid #5575b6;
}
.styled-blue .cart__link .pcs-count {
  border-bottom: 2px solid #5575b6;
}
.styled-blue ~ .s-popup .button,
.styled-blue .button {
  background-color: #5575b6;
  border: 2px solid #5575b6;
}
.styled-blue ~ .s-popup .button:hover,
.styled-blue .button:hover {
  background-color: #7d9fe4;
  border-color: #7d9fe4;
}
.styled-blue .w-index-news-item .w-date .number {
  color: #5575b6;
}
.styled-blue .col-better-item .roll {
  background-color: #5575b6;
}
.styled-blue .owl-carousel .owl-nav [class*=owl-]:hover:after {
  border-color: #5575b6;
}
.styled-blue .col-better-item .name {
  color: #5575b6;
}
.styled-blue .s-bottom-map .top-tabs .tab:hover, 
.styled-blue .s-bottom-map .top-tabs .tab._active {
  background-color: #5575b6;
}
.styled-blue .s-bottom-map .w-contact-block .fa {
  color: #5575b6;
}
.styled-blue ~ .s-footer .f-col-name:after {
  background-color: #5575b6;
}
.styled-blue ~ .s-footer .developer:before {
  background-color: #5575b6;
}
.styled-blue ~ .s-footer .ul-f-menu a:hover {
  color: #5575b6;
}
.styled-blue .mobile-menu-header {
  background-color: #5575b6;
}
.styled-blue .pager-up:hover {
  background-color: #5575b6;
}
.styled-blue .ul-left-catalog {
  border-color: #5575b6;
}
.styled-blue .ul-left-catalog li._active>a:hover, 
.styled-blue .ul-left-catalog li._active>a {
  background: -webkit-linear-gradient(bottom, #5575b6, #5575b6);
  background: -o-linear-gradient(bottom, #5575b6, #5575b6);
  background: linear-gradient(to top, #5575b6, #5575b6);
  background-color: #5575b6;
}
.styled-blue .ul-left-catalog .inset li._active a:after, 
.styled-blue .ul-left-catalog .inset li._active a:hover:after,
.styled-blue .ul-left-catalog .inset li._active a:before, 
.styled-blue .ul-left-catalog .inset li._active a:hover:before {
  background: -webkit-linear-gradient(bottom, #5575b6, #5575b6);
  background: -o-linear-gradient(bottom, #5575b6, #5575b6);
  background: linear-gradient(to top, #5575b6, #5575b6);
  background-color: #5575b6;
}
.styled-blue .w-pagination span._arrow a:hover,
.styled-blue .w-pagination a._active, 
.styled-blue .w-pagination a:hover {
  background-color: #5575b6;
}
.styled-blue .cart__link .roll .count {
  border: 1px solid #5575b6;
  background-color: #5575b6;
}
.styled-blue .w-colored-tabs .tab:hover, 
.styled-blue .w-colored-tabs .tab._active {
  background-color: #5575b6;
}
.styled-blue .redicons .f-contact-block .fa {
  color: #5575b6;
}
.styled-blue .w-news-list .w-absolute-date .number {
  color: #5575b6;
}
.styled-blue .w-news-list a:hover .name {
  color: #5575b6;
}
.styled-blue article ul li:before {
  background-color: #5575b6;
}
.styled-blue .w-product-slider-pager a.block__link._toggled {
  border-color: #5575b6;
}
.styled-blue .w-services-list a:hover .name {
  color: #5575b6;
}
.styled-blue table.table-cart .name__link:hover {
  color: #5575b6;
}

.styled-blue .pcscontrolls .plus_item, 
.styled-blue .pcscontrolls .minus_item {
  background-color: #5575b6;
}
.styled-blue .pcscontrolls .plus_item:hover, 
.styled-blue .pcscontrolls .minus_item:hover {
  background-color: #7d9fe4;
}
.styled-blue .input.radio .styled .inset {
  background-color: #5575b6;
}

.styled-blue .w-mobile-menu-group .btn-call {
  border-color: #fff;
  color: #fff;
}
.styled-blue .jq-selectbox li:hover, 
.styled-blue .jq-selectbox li.selected {
  background-color: #5575b6;
}


._1 {
  background-color: #037f8b;
}
._2 {
  background-color: #139fac;
}
.styled-lblue ~ .s-popup .w-popup .pop-head .pop-name {
  background-color: #037f8b;
}
.styled-lblue ~ .s-popup .attr-file .text {
  color: #037f8b;
}

.styled-lblue .ul-top-menu li._active a {
  border-bottom-color: #037f8b;
}
.styled-lblue .ul-top-menu li a:hover {
    color: #037f8b;
}
.styled-lblue .h-phones .icon .roll .fa {
  color: #037f8b;
}
.styled-lblue .button.transparent {
  color: #037f8b;
  background-color: transparent;
  border-color: #037f8b;
}
.styled-lblue .button.transparent:hover {
  background: #037f8b;
  color: #fff;
  border-color: #037f8b;
}
.styled-lblue .w-top-login a.login__link.reg {
  background-color: #037f8b;
  color: #fff;
}
.styled-lblue .w-top-login a.login__link.reg:hover {
  background-color: #139fac
}
.styled-lblue .w-top-login a.login__link.enter span {
  border-bottom: 2px solid #037f8b;
}
.styled-lblue .cart__link .pcs-count {
  border-bottom: 2px solid #037f8b;
}
.styled-lblue ~ .s-popup .button,
.styled-lblue .button {
  background-color: #037f8b;
  border: 2px solid #037f8b;
}
.styled-lblue ~ .s-popup .button:hover,
.styled-lblue .button:hover {
  background-color: #139fac;
  border-color: #139fac;
}

.styled-lblue .w-index-news-item .w-date .number {
  color: #037f8b;
}
.styled-lblue .col-better-item .roll {
  background-color: #037f8b;
}
.styled-lblue .owl-carousel .owl-nav [class*=owl-]:hover:after {
  border-color: #037f8b;
}
.styled-lblue .col-better-item .name {
  color: #037f8b;
}
.styled-lblue .s-bottom-map .top-tabs .tab:hover, 
.styled-lblue .s-bottom-map .top-tabs .tab._active {
  background-color: #037f8b;
}
.styled-lblue .s-bottom-map .w-contact-block .fa {
  color: #037f8b;
}
.styled-lblue ~ .s-footer .f-col-name:after {
  background-color: #037f8b;
}
.styled-lblue ~ .s-footer .developer:before {
  background-color: #037f8b;
}
.styled-lblue .mobile-menu-header {
  background-color: #037f8b;
}
.styled-lblue ~ .s-footer .ul-f-menu a:hover {
  color: #037f8b;
}
.styled-lblue .pager-up:hover {
  background-color: #037f8b;
}
.styled-lblue .ul-left-catalog {
  border-color: #037f8b;
}
.styled-lblue .ul-left-catalog li._active>a:hover, 
.styled-lblue .ul-left-catalog li._active>a {
  background: -webkit-linear-gradient(bottom, #037f8b, #037f8b);
  background: -o-linear-gradient(bottom, #037f8b, #037f8b);
  background: linear-gradient(to top, #037f8b, #037f8b);
  background-color: #037f8b;
}
.styled-lblue .ul-left-catalog .inset li._active a:after, 
.styled-lblue .ul-left-catalog .inset li._active a:hover:after,
.styled-lblue .ul-left-catalog .inset li._active a:before, 
.styled-lblue .ul-left-catalog .inset li._active a:hover:before {
  background: -webkit-linear-gradient(bottom, #037f8b, #037f8b);
  background: -o-linear-gradient(bottom, #037f8b, #037f8b);
  background: linear-gradient(to top, #037f8b, #037f8b);
  background-color: #037f8b;
}
.styled-lblue .w-pagination span._arrow a:hover,
.styled-lblue .w-pagination a._active, 
.styled-lblue .w-pagination a:hover {
  background-color: #037f8b;
}
.styled-lblue .cart__link .roll .count {
  border: 1px solid #037f8b;
  background-color: #037f8b;
}
.styled-lblue .w-colored-tabs .tab:hover, 
.styled-lblue .w-colored-tabs .tab._active {
  background-color: #037f8b;
}
.styled-lblue .redicons .f-contact-block .fa {
  color: #037f8b;
}
.styled-lblue .w-news-list .w-absolute-date .number {
  color: #037f8b;
}
.styled-lblue .w-news-list a:hover .name {
  color: #037f8b;
}
.styled-lblue article ul li:before {
  background-color: #037f8b;
}
.styled-lblue .w-product-slider-pager a.block__link._toggled {
  border-color: #037f8b;
}
.styled-lblue .w-services-list a:hover .name {
  color: #037f8b;
}
.styled-lblue table.table-cart .name__link:hover {
  color: #037f8b;
}

.styled-lblue .pcscontrolls .plus_item, 
.styled-lblue .pcscontrolls .minus_item {
  background-color: #037f8b;
}
.styled-lblue .pcscontrolls .plus_item:hover, 
.styled-lblue .pcscontrolls .minus_item:hover {
  background-color: #139fac;
}
.styled-lblue .input.radio .styled .inset {
  background-color: #037f8b;
}


.styled-lblue .w-mobile-menu-group .btn-call {
  border-color: #fff;
  color: #fff;
}
.styled-lblue .jq-selectbox li:hover, 
.styled-lblue .jq-selectbox li.selected {
  background-color: #037f8b;
}

img.img-style-r {display: block;}
img.img-style-b {display: none;}
img.img-style-lb {display: none;}
.styled-blue img.img-style-r {display: none;}
.styled-blue img.img-style-b {display: block;}
.styled-blue img.img-style-lb {display: none;}
.styled-lblue img.img-style-r {display: none;}
.styled-lblue img.img-style-b {display: none;}
.styled-lblue img.img-style-lb {display: block;}

.desktop-fixed-images {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  pointer-events: none;
}
.desktop-fixed-images a {
  pointer-events: all;
}
.desktop-fixed-images .left {
  width: 255px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}
.desktop-fixed-images .right {
  width: 255px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}

.ul-left-catalog .inset .inset a {
    padding-left: 30px;
}
.ul-left-catalog .inset .inset .inset a {
    padding-left: 40px;
}

article {font-size: 14px;line-height: 20px;}

@media (min-width: 1300px) {
  .s-header.fixed .h-middle {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 10;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .s-header.fixed .h-top:after {
    display: block;
    height: 112px;
    content: "";
  }
  .desktop-fixed-images.fixed {
    display: block;
  }
}



.p-starter-page .w-top {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.p-starter-page .w-top .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.p-starter-page .w-top .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.p-starter-page .logo__link {
  max-width: 250px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.p-starter-page .w-top .col.s-left {
  text-align: left;
}
.p-starter-page .w-top .col.s-center {
  text-align: center;
}
.p-starter-page .w-top .col.s-right {
  text-align: right;
}
.p-starter-page .w-top .col.s-right .w-button+.w-button {
  margin-top: 6px;
}
.p-starter-page .w-top .col.s-right .w-button .button {
  min-width: 160px;
  padding: 6px 15px;
}
.p-starter-page .w-middle {
  height: calc(100vh - 95px);
  background-color: #f1f1f1;
}

.p-starter-page .logo__link {
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 100%;
}
.p-starter-page .w-top.aluminium {
  background-color: #ececec;
  background-image: url(../i/aluminium-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: -25% center;
  box-shadow: 0 0 10px rgba(0,0,0,0.7);
  position: relative;
}
.p-starter-page .w-middle.aluminium {
  background-image: url(../i/aluminium-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.p-starter-page .w-middle.gray {
  background-color: #f1f1f1;
}
.styled-black .button.transparent {
  background: transparent;
  color: #000;
  border-color: #000;
}
.styled-black .button.transparent:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.styled-black .h-phones .icon .roll .fa {
  color: #000;
}
.p-starter-page .inner-content .top.named {
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
}
.p-starter-page .inner-content .top.named ~ .bottom {
  padding: 30px 20px 55px;
}

.p-starter-page .inner-content .top.named .w-description {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0px 10px;
  height: 50px;
  text-align: center;
}
.p-starter-page .inner-content .top.named .w-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  font-size: 0;
  line-height: 0;
}

.p-starter-page .container-fluid,
.p-starter-page .row-side>.col,
.p-starter-page .row-side {
  height: 100%;
}

.p-starter-page .row-side>.col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0px;
}


.p-starter-page .row-side>.col.col-left {
  text-align: right;
}
.p-starter-page .row-side>.col.col-right {
  text-align: left;
}
.p-starter-page .row-side>.col .inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.p-starter-page .row-side>.col .w-side-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.p-starter-page .row-side>.col .w-side-content .inner-content {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 630px;
  color: #fff;
  transition: ALL 0.5s ease;
  -webkit-transition: ALL 0.5s ease;
  -moz-transition: ALL 0.5s ease;
  -o-transition: ALL 0.5s ease;
  box-shadow: 0 0 0px rgba(0,0,0,0);
}
@media (min-width: 768px) {
  .p-starter-page .row-side>.col .w-side-content .inner-content:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }
}
.p-starter-page .inner-content {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(200,200,200,0.3);
}
.p-starter-page .inner-content .top {
  padding: 35px 20px;
}
.p-starter-page .inner-content .bottom {
  padding: 35px 20px;
  background-color: #202020;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  min-height: 410px;

}

.p-starter-page .inner-content .bottom {
  background-color: transparent;

}
.p-starter-page .col-left .inner-content,
.p-starter-page .col-left .inner-content .bottom2 {
	background-image: url(../i/img/b30.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-starter-page .col-right .inner-content,
.p-starter-page .col-right .inner-content .bottom2 {
	background-image: url(../i/img/a40.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-starter-page .inner-content .bottom>.wrapper {
    width: 100%;
    max-width: 320px;
    padding: 15px 8px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: inline-block;
}
.p-starter-page .col-left .inner-content .bottom>.wrapper {
    background-color: rgba(180, 18, 23, 0.8);
}
.p-starter-page .col-right .inner-content .bottom>.wrapper {
    background-color: rgba(75, 106, 173, 0.8);
}

.p-starter-page .inner-content .bottom ul {
  display: inline-block;
  text-align: left;
}
.p-starter-page .inner-content .bottom ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.p-starter-page .inner-content .bottom ul li:before {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.p-starter-page .inner-content .bottom .w-button {
  margin-top: 15px;
}
.p-starter-page .inner-content .bottom .w-button .button {
  background: -webkit-linear-gradient(bottom, #f1f1f1, #f9f9f9);
  background: -o-linear-gradient(bottom, #f1f1f1, #f9f9f9);
  background: linear-gradient(to top, #f1f1f1, #f9f9f9);
  background-color: #f1f1f1;
  border: none;
  color: #202020;
  padding: 15px 10px;
  min-width: 290px;
  box-shadow: 0 0 0px rgba(200,200,200,0);
}
.p-starter-page .inner-content .bottom .w-button .button:hover {
  box-shadow: 0 0 15px rgba(255,255,255,0.9);
}
.p-starter-page .inner-content .logo__link {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  max-width: 310px;
}
.p-starter-page .inner-content .logo__link img {
  height: 80px;
}
.p-starter-page .w-bottom {
  background-color: #ececec;
  padding: 20px 0;
}

.col-right-product-descr .w-features .description {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.w-service-list .col {
  padding-bottom: 10px;
}

.w-product-bottom-form>.frame {
  background-color: #f1f1f1;
  border: 1px solid #ececec;
  padding: 35px;
}
.w-product-bottom-form textarea.textarea__default {
  margin-top: 2px;
  height: 103px;
  min-height: 103px;
}
.aside-custom-button {
  padding: 5px;
  border-radius: 8px;

}
.aside-custom-button .name {
  font-size: 13px;
  line-height: 15px;
}
.aside-custom-button .name ~ .text {
  margin-top: 5px;
}

.w-category-price-table th {
  background-color: #f1f1f1;
  color: #202020;
  text-transform: none;
  white-space: break-word;
}
.w-product-page .w-category-price-table tbody tr:nth-child(2n-1) td,
.w-category-price-table td {
  border: 1px solid #ececec;
  background-color: #fff;
}
.w-product-page .w-category-price-table tbody tr:nth-child(2n-1):hover td,
.w-category-price-table tr:hover td {
  background-color: #f1f1f1;
}
.w-category-price-table th,
.w-category-price-table td {
  font-size: 12px;
  line-height: 13px;
  padding: 5px;
  text-align: center;
}
.w-category-price-table a {
  color: #000;
  text-decoration: underline;
}
.w-category-price-table a:hover {
  text-decoration: none;
}
.w-category-price-table td.td-name {
  font-size: 15px;
  line-height: 17px;
  text-align: left;
}

.row.bigger .f-contact-block.framed {
  background-color: #f1f1f1;
  padding: 10px;
}
.redicons .f-contact-block .fa.color-default {
  font-size: 20px;
  color: #909090 !important;
}

.f-contact-block.framed .name {
  font-weight: normal;
  text-transform: none;
}

.h-phones .icon.inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.h-phones .content.visible {
  max-height: inherit;
  position: relative;
  left: 0;
}
.h-phones .content.visible:after {
  display: none;
}
.h-phones.passive:hover .content {
  background-color: transparent;
  box-shadow: none;
}


@media (max-height: 780px) {

  .p-starter-page .inner-content .top {
    padding: 15px 20px;
  }
  .p-starter-page .inner-content .bottom {
    font-size: 14px;
    line-height: 18px;
    min-height: 310px;
    padding: 20px;
  }
  .p-starter-page .inner-content .bottom ul li {
    margin-bottom: 5px;
    font-weight: normal;
  }
  .p-starter-page .inner-content .bottom ul li:before {
    top: 5px;
  }
  .p-starter-page .inner-content .bottom .w-button .button {
    min-width: 230px;
  }
}
@media (max-width: 1220px) {
  .p-starter-page .w-bottom {

  }
  .p-starter-page .w-top {

  }
  .p-starter-page .w-top .col.s-left,
  .p-starter-page .w-top .col.s-right {
    display: none;
  }
  .p-starter-page .w-top .col.s-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .p-starter-page .logo__link {
    max-width: 295px;
  }
  .p-starter-page .w-middle {
    height: calc(100vh - 71px);
  }
  .p-starter-page .row-side>.col.col-left .w-side-content {
    padding-right: 5px;
  }
  .p-starter-page .row-side>.col.col-right .w-side-content {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {

  .p-starter-page .inner-content .top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-starter-page .inner-content .top.named ~ .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    height: calc(100vh - 122px);
  }
  .p-starter-page .row-side>.col {
    padding: 0;
  }
  .p-starter-page .row-side>.col.col-left .w-side-content,
  .p-starter-page .row-side>.col.col-right .w-side-content {
    padding: 0px;
    height: 100%;
  }
  .p-starter-page .row-side>.col .w-side-content .inner-content {
    max-width: 100%;
    box-shadow: none;
  }
  .p-starter-page .inner-content .top {
    height: 115px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-starter-page .inner-content .bottom {
    height: calc(100vh - 115px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-starter-page .inner-content .logo__link img,
  .p-starter-page .inner-content .logo__link img {
    height: auto;
    max-height: 80px;
  }
  .p-starter-page .inner-content .bottom .w-button .button {
    min-width: 100%;
  }
}

@media (max-width: 576px) {
  .p-starter-page .inner-content .top {
    height: 85px;
  }
  .p-starter-page .inner-content .bottom {
    height: calc(100vh - 85px);
  }
  .p-starter-page .inner-content .bottom {
    padding: 10px;
  }
  .p-starter-page .inner-content .bottom ul {
    min-height: 260px;
  }
}
@media (max-width: 415px) {
  .p-starter-page .inner-content .bottom ul {
      min-height: 320px;
  }
}
@media (max-width: 355px) {
  .p-starter-page .inner-content .bottom {
    font-size: 13px;
    line-height: 15px;
  }
  .p-starter-page .inner-content .bottom ul {
    min-height: 270px;
  }
}

.row-manager-item .col-photo {
  -webkit-box-flex: 0; 
  -ms-flex: 0 0 75px; 
  flex: 0 0 75px; 
  max-width: 75px;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
}
.row-manager-item .col-content {
  padding-left: 10px;
  padding-right: 10px;
}
.row-manager-item .col-photo ~ .col-content {
  flex-grow: 0; 
  flex-shrink: 0; 
  flex-basis: calc(100% - 75px); 
  -ms-flex: 0 0 calc(100% - 75px); 
  flex: 0 0 calc(100% - 75px); 
  max-width: calc(100% - 75px); 
}



/*_CUSTOM END*/

@media (max-width: 1800px) {
  .button.big.error-btn {font-size: 30px;line-height: 30px;left: 0;padding-right: 120px;}
  .button.big.error-btn .absolute-decor {height: 50px;right: -74px;}
  .button.big.error-btn:after {right: -19px;font-size: 34px;}



}

@media (min-width: 1300px) {
  .container {max-width: 1260px;}
}

@media (max-width: 1200px) {

  .column-middle {width: 700px;padding-left: 0;}
  .column-left {width: 100%; margin-top: 10px;}
  .column-right {width: calc(100% - 700px);}

  .w-index-news .section-name {text-align: left;}
  .column-left .desktop {display: none;}
  .col-index-news-item.fourth-item {display: none;}

  .col-better-item .roll {padding: 45px;}


}
@media (max-width: 992px) {
  .b-mobile-button.menu {display: inline-block;}
  .section-name._h1,h1,.h1 {font-size: 32px;}
  .section-name._h2,h2,.h2 {font-size: 28px;}
  .section-name._h3,h3,.h3 {font-size: 22px;}
  .section-name._h4,h4,.h4 {font-size: 18px;}

  .col-h-phones {text-align: center;}
  .h-phones .icon {display: none;}
  .h-phones .content {width:100%;}
  .col-h-phones .btn-call {padding: 4px;width: auto;display: inline-block;margin: 5px 0;min-width: 168px;}

  .col-btn-order .button {display: block;}

  .column-middle {width: 100%;padding: 0;}
  .w-three-columns .column.column-right {display: none;}
  .col-index-news-item.fourth-item {display: block;}

  .col-better-item .roll {padding: 30px;}

  .s-bottom-map .right-side-content {margin-right: 0;}

  .f-logo__link {width: 100%;text-align: center;}
  .s-footer .w-paysystems {width: 100%;padding-left: 0;text-align: center;}
  .s-footer .w-paysystems img {max-width: inherit;}
  .s-footer .w-paysystems.desktop {display: none;}
  .s-footer .w-paysystems.mobile {display: block;}

  .w-news-list .w-absolute-date {padding: 0 5px;margin: 5px;text-align: left;}
  .w-news-list .w-absolute-date .number,
  .w-news-list .w-absolute-date .description {display: inline-block; vertical-align: middle;color: #202020;font-size: 13px;line-height: 15px;font-weight: normal;}

  table.table-cart .td-number {width: 30px;}
  table.table-cart .td-image {width: 60px;}
  table.table-cart .td-select {width: 100px;}
  table.table-cart .td-pcs {width: 120px;}
  table.table-cart .td-price {display: none;}
  table.table-cart .td-total {width: 120px;}
  table.table-cart .td-delete {width: 20px;}
  table.table-cart .name__link {font-weight: normal;font-size: 13px;}
  table.table-cart .price {font-size: 14px;padding: 15px 0;}
  table.table-cart .price.old {font-size: 13px;}


.button.big.error-btn {font-size: 20px;line-height: 22px;padding: 10px;}
  .button.big.error-btn .absolute-decor,
  .button.big.error-btn:after {display: none;}

}


@media (max-width: 767px) {

  .w-index-slider .cell {height: 300px;}
  .w-index-slider .name {font-size: 24px;line-height: 30px;}
  .w-index-slider .name2 {font-size: 35px;line-height: 35px;}
  .w-index-slider .description {font-size: 14px;line-height: 18px;}

  .row-w-better {-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important;}
  .col-better-item {-webkit-box-flex: 0;-ms-flex: 0 0 33.3%;flex: 0 0 33.3%;max-width: 33.3%;}

  .col-btn-order {display: none;}
  .h-top .button {padding: 7px 0;}
  .w-top-login a.login__link {background: #868686;color: #fff;padding: 10px;}

  .styled-blue .w-top-login a.login__link.enter span,
  .styled-lblue .w-top-login a.login__link.enter span,
  .w-top-login a.login__link.enter span {border-bottom: none;}
  .w-top-login a.login__link.enter .fa {color: #fff;}
  .w-top-login a.login__link.reg {padding: 10px;}

  .s-bottom-map {padding: 0;}
  .s-bottom-map .right-side-content {background-color: transparent;width: 100%;max-width: inherit;padding: 0;}
  .s-bottom-map .ymap {position: relative;margin-top: 20px;height: 350px;max-height: calc(100vh - 80px);}

  .w-catalog-branding.desktop {display: none;}

  .w-product-slider-pager {display: none;}
  .w-product-slider-pager.mobile {display: block;}
  .col-right-product-descr {padding-left: 15px;}
  .w-product-page {margin-bottom: 20px;}

  .w-news-list .description {display: none;}

  table.table-cart {display: table;}
  table.table-cart td, table.table-cart th {word-break: break-word;min-width: inherit;}
  table.table-cart thead {display: none;}
  table.table-cart tr {display: block;width: 100%;font-size: 0;line-height: 0;border: none;box-shadow: 0 0 10px rgba(150,150,150,0.2);}
  table.table-cart tr+tr {margin-top: 20px;}

  table.table-cart td {display: inline-block;vertical-align: middle;padding: 5px 10px;}
  table.table-cart .td-number {display: none;}
  table.table-cart .td-image {width: 80px;padding-top: 10px;}
  table.table-cart .td-name {width: calc(100% - 80px);padding-top: 10px;}
  table.table-cart .td-select {width: 50%;}
  table.table-cart .td-pcs {width: 50%;text-align: center;}
  table.table-cart .td-price {display: none;}
  table.table-cart .td-total {width: 50%;text-align: center;}
  table.table-cart tbody tr:nth-child(2n) td.td-delete,
  table.table-cart .td-delete {width: 100%;text-align: right;padding: 10px;background-color: #f1f1f1;}
  table.table-cart .name__link {font-weight: normal;font-size: 13px;}
  table.table-cart .price {font-size: 14px;padding: 15px 0;min-width: 120px;text-align: center;}
  table.table-cart .price.old {font-size: 13px;}
  table.table-cart .delete__link span {display: inline;}

  table.table-cart .td-items-count,
  table.table-cart .td-total-price {width: 50%;}

  .row-contacts .f-contact-block .content {padding-left: 30px;}
  .f-contact-block .name {min-height: inherit;}
  .row-contacts .f-contact-block .fa ~ .content {padding-left: 0;}

  .s-contacts-map {padding: 0;}
  .s-contacts-map .ymap {position: relative;height: 400px;max-height: calc(100vh - 80px);}

  .col-cart {display: none;}
  .col-cart._active {display: block;}

}

@media (max-width: 576px) {
  .w-page-branding h1 {font-size: 25px;line-height: 1.1;padding: 5px 0;margin: 0;}
  .section-name._h1,h1,.h1 {font-size: 28px;}
  .section-name._h2,h2,.h2 {font-size: 24px;}
  .section-name._h3,h3,.h3 {font-size: 20px;}
  .section-name._h4,h4,.h4 {font-size: 16px;}

  .w-index-news .section-name {text-align: center;}
  .col-index-news-item.fourth-item {display: none;}

  .col-index-category {margin-bottom: 5px;}

  .col-better-item {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
  .col-better-item .roll {padding: 21px;max-width: 100px;margin: 0 auto 10px;}

  .w-index-slider .cell {height: 205px;}
  .w-index-slider .name {font-size: 18px;line-height: 20px;}
  .w-index-slider .name2 {font-size: 22px;line-height: 24px;}
  .w-index-slider .description {font-size: 13px;line-height: 14px;}

  .f-bottom .left,
  .f-bottom .right {width: 100%;text-align: center;}

  .w-product-item-buttons .right {width: 100%;}
  .w-product-item-buttons .button {width: 100%;font-size: 0;line-height: 0;}
  .button.btn-to-cart .mobile-description {display: inline-block;}

  .w-product-item-bottom-content .name {height: auto;min-height: 54px;font-size: 14px;line-height: 16px;}
  .w-product-item-bottom-content .description {height: auto;min-height: 45px;}

  .w-objects-list .w-absolute-name {background-color: rgba(0,0,0,0.6);}
  .w-objects-list .w-absolute-name .name {font-size: 14px;line-height: 15px;}

  .w-news-list .name {font-size: 14px;line-height: 16px;margin: 10px 0;}
  .w-news-list .description {display: none;}

  .w-rss .w-grayframe {background-color: transparent;padding: 20px 0;}
  .w-rss .search {text-align: left;width: 100%;}
  .w-rss .search input.input__default {border-color: #ececec;padding-right: 40px;}
  .w-rss .search .w-search-btn {width: 119px;}

  .input.label-left label {width: 100%;text-align: left;padding-left: 5px;}
  .input.label-left label ~ input.input__default, 
  .input.label-left label ~ textarea.textarea__default {width: 100%;}
  .w-cart-delivery-form .w-button, 
  .w-cart-delivery-form .w-error-message {margin-left: 0;}

  table.table-cart .td-items-count, 
  table.table-cart .td-total-price {width: 100%;text-align: right;}

  .w-contagts-page.padding-0-15,
  article .padding-0-15 {padding: 0;}

  .s-404 .w-button {bottom: 4%;}

  .w-product-bottom-form>.frame {padding: 15px;}

  .w-category-price-table {width: calc(100% + 30px);margin-left: -15px;margin-right: -15px;}

.p-starter-page .col-left .inner-content .bottom>.wrapper {
    background-color: rgba(180, 18, 23, 0.5);
}
.p-starter-page .inner-content .bottom>.wrapper {
    padding: 10px 8px;
}

.p-starter-page .inner-content .top.named ~ .bottom {
  padding-left: 5px;
  padding-right: 5px;
}

}
@media (max-width: 420px) {

  .h-top .container {padding: 0;}
  .h-top .button {min-width: inherit;width: 33.3%;}
  .w-top-login {width: 66.6%;}
  .w-top-login a.login__link {width: 50%;}

  .w-services-list .w-button {text-align: center;}

  .p-starter-page .inner-content .bottom ul {min-height: 275px;}
  .p-starter-page .w-middle {height: auto;}

}
@media (max-width: 355px) {

  .button.btn-to-cart .mobile-description {font-size: 12px;}

  .w-pagination {font-size: 0;line-height: 0;}
  .w-pagination a {width: 27px;height: 27px;line-height: 27px;}
  .w-pagination span._arrow a {padding: 0 8px}

  .w-news-list .row-news-item>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .p-starter-page .inner-content .bottom .w-button .button {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 13px;
  }

}

.margin-10-0 {margin: 10px 0;}.margin-20-0 {margin: 20px 0;}.margin-30-0 {margin: 30px 0;}.margin-40-0 {margin: 40px 0;}.margin-bottom-10 {margin-bottom: 10px;}.margin-bottom-20 {margin-bottom: 20px;}.margin-bottom-30 {margin-bottom: 30px;}.margin-bottom-40 {margin-bottom: 40px;}.margin-bottom-50 {margin-bottom: 50px;}.margin-top-10 {margin-top: 10px;}.margin-top-20 {margin-top: 20px;}.margin-top-30 {margin-top: 30px;}.margin-top-40 {margin-top: 40px;}.margin-top-50 {margin-top: 50px;}.padding-10-0 {padding: 10px 0;}.padding-20-0 {padding: 20px 0;}.padding-30-0 {padding: 30px 0;}.padding-40-0 {padding: 40px 0;}.padding-50-0 {padding: 50px 0;}.padding-bottom-10 {padding-bottom: 10px;}.padding-bottom-20 {padding-bottom: 20px;}.padding-bottom-30 {padding-bottom: 30px;}.padding-bottom-40 {padding-bottom: 40px;}.padding-bottom-50 {padding-bottom: 50px;}.padding-top-10 {padding-top: 10px;}.padding-top-20 {padding-top: 20px;}.padding-top-30 {padding-top: 30px;}.padding-top-40 {padding-top: 40px;}.padding-top-50 {padding-top: 50px;}
.margin-top-5 {margin-top: 5px;}.margin-bottom-5 {margin-bottom: 5px;}.margin-top-15 {margin-top: 15px;}.margin-bottom-15 {margin-bottom: 15px;}

/*.ul-inset .ul-inset {
  border-bottom: 4px solid #b52316;
}*/

.section-name a {
  color: #202020;
  text-decoration: none;
}
.section-name a:hover {
  text-decoration: underline;
}
.w-index-slider .slide a {
  text-decoration: none;
}

/*hovered-phones*/
.h-phones .icon {
  margin-right: 180px;
}
.h-phones {
  position: relative;
}
.h-phones .content {
  max-height: 48px;
  min-width: 192px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 55px;
}
.h-phones:hover .content {
  max-height: inherit;
  overflow: visible;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.h-phones .content:after {
  display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 8px;
    height: 8px;
    margin: 0;
    top: 19px;
    right: 3px;
    border: 1px solid #202020;
    border-right: none;
    border-top: none;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
.h-phones:hover .content:after {
  opacity: 0;
}
/*hovered-phones end*/
/*dropped search*/
.search input.input__default {
  position: relative;
  z-index: 5;
}
.search .w-search-btn {
  z-index: 6;
}
.w-absulute-search {
  position: absolute;
  top: 100%;
  left: 0px;
  width: calc(100% - 10px);
  left: 0;
  z-index: 4;
  background-color: #fff;
  display: none;
  max-height: calc(100vh - 80px);
  overflow: auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background-color: #f9f9f9;
}
.w-absulute-search:hover {
  display: block !important;
}
.w-absulute-search .row.row-short-gutters,
.w-absulute-search .row {
  margin-left: 0;
  margin-right: 0;
}
.w-absulute-search a {
  text-decoration: none;
  color: #202020;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0;
}
.w-absulute-search .col-name {
  padding: 0;
}
.w-absulute-search .col-price {
  text-align: right;
}
.row-h-middle {
  position: relative;
}
.w-absulute-search .price {
  font-weight: 500;
}
.w-absulute-search .price.old {
  font-weight: 300;
  text-decoration: line-through;
  color: #404040;
  font-size: 12px;
}
.w-absulute-search .price.new {
  color: green;
}
.w-absulute-search a:hover .name {
  color: #4377ea;
}
/*dropped search end*/