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;
}iframe {max-width: 100%;}
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;
}
tr {
  border-bottom: 1px solid #f2f2f2;
}
tbody tr:nth-child(2n) td,
td {
  background-color: #fff;
  color: #202020;
  color: #202020;
  word-break: break-word;
  vertical-align: middle;
}
thead td,
th {
  color: #000;
  padding: 15px 15px;
  background: #f2f2f2;
  vertical-align: middle;
  word-break: break-word;
}
th,
td {
  padding: 10px 15px;
}
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;
  margin: 5px 0;
}
article ol li {
  display: list-item;
  list-style-type: decimal;
  margin: 5px 0 5px 20px;  padding-left: 5px;
}
article ul li {
  padding-left: 35px;
}
article ul li:before {
  /*
  position: absolute;
  top: 9px;
  left: 0px;
  border-radius: 50%;
  width: 15px;
  height: 2px;
  background-color: #000;
  content: "";
  */
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
  background-image: url('../i/checked-before-bg.svg');
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

article ol {
  counter-reset: myCounter;
}

article ol li{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
article ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #2a9eb5;
  background: #fff;
  border: 2px solid #24c2e9;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  margin: 0px 10px 3px 0px;
  line-height: 20px;
  min-width: 24px;
  height: 24px;
  font-weight: bold;
}


img {
  max-width: 100%;
}
a:hover img {
  opacity: 0.9;
}
html,body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-family: arial, sans-serif;
  color: #202020;
  background-color: #fff;
}
@media (max-width: 991px) {
  body._overflow {
    overflow: hidden;
  }
}
body._overflow .s-header {
  position: relative;
  z-index: 20;
}
.s-header {
  position: relative;
  z-index: 5;
}
.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;
}

.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}
.pr-30 {padding-right: 30px;}

@media (min-width: 1320px) {
  .container {max-width: 1290px;}
}
.container.wide {
  padding: 0;
}
.wrapper {
  display: inline-block;
  width: 100%;
}
.padding-10 {padding: 10px;}
.margin-5-0 {margin: 5px 0;}.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;}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.section-name._h1,
h1,.h1 {
  font-size: 36px;
  line-height: 1.1;
}
.section-name._h2,
h2,.h2 {
  font-size: 30px;
  line-height: 1.1;
}
.section-name._h3,
h3,.h3 {
  font-size: 24px;
  line-height: 1.1;
}
.section-name._h4,
h4,.h4 {
  font-size: 18px;
  line-height: 1.1;
}
.section-name.uppercase {
  text-transform: uppercase;
}
.section-name.bold {
  font-weight: bold;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
a {
  position: relative;
  color: #ff0000;
  color: #006e97;
  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: #0084b5;
  position: relative;
  min-width: 120px;
  border: 1px solid #0084b5;
}
.button:hover {
  background-color: #28a5d4;
  border-color: #28a5d4;
}
.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;
}
.button.big {
  padding: 15px 20px;
  min-width: 220px;
}
.button.small.auto,
.button.auto,
.button.big.auto {
  min-width: inherit;
}
.button.transparent {
  background: transparent;
  color: #006e97;
  border-color: #cecece;
}
.button.transparent:hover {
  background: #0084b5;
  color: #fff;
  border-color: #0084b5;
}
.button.green {
  background: #076f07;
  color: #fff;
  border-color: #076f07;
}
.button.green:hover {
  background: #0e920e;
  border-color: #0e920e;
}
.button.yellow {
  background: #fdc928;
  color: #000;
  border-color: #fdc928;
}
.button.yellow:hover {
  background: #ffd555;
  border-color: #ffd555;
}
/*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: #006e97;
  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: 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: arial, sans-serif;
  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.colored__placeholder:-moz-placeholder {
  color: #006e97;
}
input.colored__placeholder::-webkit-input-placeholder {
  color: #006e97;
}
textarea.colored__placeholder:-moz-placeholder {
  color: #006e97;
}
textarea.colored__placeholder::-webkit-input-placeholder {
  color: #006e97;
}
input.colored__placeholder:-moz-placeholder {
  color: #fff;
}
input.colored__placeholder:focus::-webkit-input-placeholder {
  color: #fff;
}
textarea.colored__placeholder:-moz-placeholder {
  color: #fff;
}
textarea.colored__placeholder:focus::-webkit-input-placeholder {
  color: #fff;
}
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: 100px;
  position: relative;
}
.input.label-left label+input.input__default,
.input.label-left label+input.textarea__default {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 104px);
}
.jq-selectbox__select {
  height: 36px;
  border: 1px solid #cacaca;;
}
.jq-selectbox__select-text {
  line-height: 35px;
  font-weight: normal;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #006e97;
  color: #fff;
}
/*input*/
/*responsive box*/
.r-box,
.responsive-box {
  position: relative;
  width: 100%;
}
.r-box:before,
.responsive-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.responsive-box._product::before {
  padding-top: 66%;
}
.responsive-box._a4-doc::before {
  padding-top: 135%;
}
.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%;
}
.r-box .r-img,
.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: "";
}
.r-box .r-img.contain,
.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: 15;
}
.s-popup:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.w-popup {
  background: #fff;
  width: 500px;
  padding: 0;
  text-align: left;
  position: relative;
  vertical-align: middle;
  z-index: 10;
  display: none;
}
.w-popup .pop-head {
  display: table;
  width: calc(100% + 16px);
  position: relative;
  margin: 10px -8px;
}
.w-popup .pop-head .pop-name {
  background-color: #006e97;
  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: 10px 60px 20px;
  max-height: calc(100vh - 20px);
  overflow: auto;
}
.w-popup .pop-head+.pop-body {
  max-height: calc(100vh - 100px);
}
.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;
}
@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;
}
.unp,
.copyright p,
.copyright,
.developer {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  color: #fff;
  margin: 10px 0;
}
.unp,
.copyright {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 10px 0;
}
.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: #fdc928;
  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;
  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: #cecece;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.pcscontrolls .minus_item {
  line-height: 25px;
}
.pcscontrolls .plus_item:hover,
.pcscontrolls .minus_item:hover {
  background-color: #006e97;
}
.w-pagination {
  margin: 0;
  padding: 20px 0px;
  cursor: default;
}
.w-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  background-color: transparent;
  color: #202020;
  text-align: center;
  margin: 2px;
  text-decoration: none;
  border-radius: 2px;
}
.w-pagination a._active,
.w-pagination a:hover {
  background-color: #006e97;
  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 {
  width: 30px;
  height: 30px;
  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;
}
.w-pagination span._arrow a:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid transparent;
  border-left: 1px solid #202020;
  border-bottom: 1px solid #202020;
  position: absolute;
  top: 10px;
  left: 12px;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}
.w-pagination span._arrow._next a:before {
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  transform: rotate(224deg);
  left: 8px;
}
.w-pagination span._arrow a:hover:before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.w-pagination span._arrow a:hover {
  background-color: #006e97;
}
.s-fixed-elements {
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 1400px;
  margin: 0 auto;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 1420px) {
  .s-fixed-elements {width: 100%;}
}
.s-fixed-elements .right-content {
  position: absolute;
  right: 0;
  bottom: 0;
}
.s-fixed-elements .right-content.middle {
  bottom: auto;
  top: calc(50vh - 25px);
}
.pager-up {
  pointer-events: all;
  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: #006e97;
  opacity: 0.8;
}
.callback-roll {
  margin: 0 8px 8px 0;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #006e97;
  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: #006e97;
  opacity: 0.8;
}

.s-page-branding {
  padding: 20px 0;
  background-image: url(../i/branding-bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.s-page-branding .section-name._h1,
.s-page-branding h1 {
  font-weight: normal;
}
.w-product-nameing h1 {
  font-weight: normal;
  font-size: 26px;
}
.s-page-branding .button.transparent {
  background-color: #fff;
}
.s-page-branding .button.transparent .fa {
  color: #202020;
}
.s-page-branding .button.transparent:hover {
  background-color: #fdc928;
  border-color: #fdc928;
  color: #202020;
}
.s-breadcrumbs {
  margin: 0;
}
.w-breadcrumbs {
  margin: 0;
  padding: 15px 0 0;
}
.w-breadcrumbs a,
.w-breadcrumbs span {
  display: inline-block;
  font-size: 13px;
  color: #85add6;
  position: relative;
  line-height: 1.4;
}
.w-breadcrumbs span {
  color: #fff;
}
.w-breadcrumbs a {
  text-decoration: underline;
}
.w-breadcrumbs a:hover {
  text-decoration: none;
}
.w-breadcrumbs .fa {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  margin-bottom: 1px;
  font-size: 12px;
}
.w-filters-wrapper {
  background-color: #f1f1f1;
  border-radius: 2px;
  margin-right: 30px;
  margin-right: 0;
  padding: 10px 0;
  margin-bottom: 30px;
}
.w-filters .w-filter {
  padding: 0;
}
.w-filters .w-filter .name {
  padding: 20px 35px 20px 60px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.w-filters .w-filter .name.no-icon {
  padding-left: 15px;
  padding: 10px 35px 10px 15px;
  font-weight: normal;
}
.w-filters .inset .w-filter {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.w-filters .w-filter .name .icon {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  position: absolute;
  left: -5px;
  top: calc(50% - 20px);
  content: "";
  background-color: #0084b5;
  padding: 10px;
}
.w-filters .w-filter .name .icon img {

}
.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: 10px;
  cursor: pointer;
  font-family: arial, sans-serif;
}
.w-filters .w-filter.dropper .b-dropper:after {
  content: "+";
  font-size: 17px;
  text-align: center;
  pointer-events: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.w-filters .w-filter.dropper .b-dropper._toggled:after {
  content: "-";
  width: 16px;
  font-size: 20px;
  line-height: 15px;
}
.w-filters .w-filter.dropper .b-dropper:hover {
  background-color: #0084b5;
  border-color: #0084b5;
  color: #fff;
}
.w-filters .w-filter.dropper .b-dropper:hover:after {
  color: #fff;
}
.w-filters .w-filter.dropper>.inset {
  border-top: 1px solid #cecece;
  padding: 20px 20px 0 20px;
  display: block;
}
.clear-filers__link {
  text-decoration: none;
  color: #202020;
  display: block;
  position: relative;
  padding: 20px 0;
  padding-left: 40px;
  border-top: 1px solid #cecece;
}
.clear-filers__link .icon {
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
  width: 18px;
  height: 20px;
  text-align: center;
}
.clear-filers__link:hover {
  color: red;
}
.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: #006e97;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #006e97;
  background-color: #006e97;
}
.w-social .social__link .fa {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.w-social .social__link:hover {
  background-color: #fff;
  border-color: #006e97;
}
.w-social .social__link:hover .fa {
  color: #006e97;
}
.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.checkbox .checkbox__default:disabled ~ .styled+.label,
.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 #006e97;
  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: #006e97;
  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: 14px;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  position: relative;
}
.input.radio.count .label,
.input.checkbox.count .label {
  font-size: 15px;
  line-height: 1.5;
  padding-right: 15px;
}
.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;
}
.h-top a.b-mobile-button,
.b-mobile-button {
  display: none;
  text-decoration: none;
}
.customize-css-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  font-size: 0;
  line-height: 0;
  min-width: 30px;
  margin-bottom: 3px;
}
.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: 4px;
}
.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: #006e97;
  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-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: #006e97;
}
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;
}
@media (max-width: 991px) {
  .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;
  right: -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 {
  right: 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: #006e97;
  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: #006e97;
}
.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: violet;
}
.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: #006e97;
}

.h-top {
  padding: 0;
}
.h-top .container {
  font-size: 0;
  line-height: 0;
}
.h-top a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 15px;
}
.h-top a:hover {
  text-decoration: underline;
}
.h-top .ul-top-menu>li>a {
  padding: 12px 15px;
}
.h-top a.button:hover {
  text-decoration: none;
}
.h-top li._active a {
  text-decoration: none;
  color: #909090;
}
.h-top a.phone__link:hover,
.h-top a.phone__link {
  color: #202020;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding: 2px 15px;
  text-decoration: none;
}

.top-inline {
  display: inline-block;
  vertical-align: middle;
}
.ul-top-menu li {
  display: inline-block;
  vertical-align: middle;
}
.ul-top-menu li.li-mobile {
  display: none;
}

.h-bottom {
  background-color: #003367;
  padding: 15px 0;
}
.fz0 {
  font-size: 0;
  line-height: 0;
}
.row.row-short-gutters {
  margin: 0 -8px;
}
.row.row-short-gutters>* {
  padding-left: 8px;
  padding-right: 8px;
}

.h-nav__link {
  color: #fdc928;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.h-nav__link .fa {
  margin-right: 10px;
}
.h-nav__link:hover {
  color: #fff;
}
.search {
  position: relative;
  min-height: 40px;
}
.search .input__default {
  padding-right: 50px;
  width: 0px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  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;
}
.search .button._active,
.search .button {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transform: none;
  padding: 10px 15px;
  background: transparent;
  border-color: transparent;
  border-radius: 0;
}
.search .button:hover {
  background-color: #104e8e;
}
.search:hover .input__default {
  width: 100%;
  border-bottom-color: #83b0dd;
}
.search .input__default:focus {
  width: 100%;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #83b0dd;
  border-right-color: #83b0dd;
}

.col-mobile-search-btn {
  padding: 0;
  text-align: center;
  display: none;
}
.col-mobile-search-btn a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 20px;
}
.col-mobile-search-btn a._toggled {
  color: #0d4a89;
}

.s-line.gray-bg .col-xs-hide {
  padding-top: 10px;
  padding-bottom: 10px;
}
.w-offer-text-slider .slide {
  margin: 0 40px;
}
.w-offer-text-slider .table {
  display: table;
  width: 100%;
}
.w-offer-text-slider .cell {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 15px 0;
}
.w-offer-text-slider .content {
  font-size: 0;
  line-height: 0;
}
.w-offer-text-slider .icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.w-offer-text-slider .text {
  display: inline-block;
  vertical-align: middle;
}
.w-offer-text-slider .icon ~ .text {
  max-width: calc(100% - 40px);
  padding-left: 20px;
}
.w-offer-text-slider .text .name {
  font-size: 17px;
  line-height: 16px;
}
.w-offer-text-slider .text .description {
  font-size: 12px;
  line-height: 14px;
}
.w-offer-text-slider .text>*+* {
  margin-top: 5px;
}
.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}
.owl-carousel .owl-nav [class*=owl-]:hover,
.owl-carousel .owl-nav [class*=owl-] {
  background-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-]:hover:after {
  border-color: #0084b5;
}
.w-index-slider {
  background-color: #0e5196;
}
.w-index-slider .slide {
  -webkit-background-size: cover;
  background-size: cover;
}
.w-index-slider .table {
  display: table;
  width: 100%;
}
.w-index-slider .cell {
  display: table-cell;
  vertical-align: middle;
  height: 280px;
  padding: 30px 0;
}
.w-index-slider .content {
  margin-right: 300px;
  color: #fff;
}
.w-index-slider .name {
  font-size: 36px;
  line-height: 40px;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.w-index-slider .description {
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0 0 3px rgba(0,0,0,0.6);
}
.w-index-slider .name ~ .description {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.w-index-slider .name ~ .description:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 120px;
  height: 4px;
  content: "";
  background-color: #fdc928;
}
.w-index-slider .owl-carousel .owl-dots {
  max-width: 1290px;
  display: block;
  margin: 0 auto;
  text-align: right;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.w-index-slider .owl-carousel .owl-dots .owl-dot span {
  height: 4px;
  width: 40px;
  background-color: #fff;
  border-color: #fff;
}
.w-index-slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fdc928;
  border-color: #fdc928;
}

.body-layout {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  content: "";
  z-index: 1;
}
/*
  .body-layout._toggled {
    display: block;
  }
*/
.w-index-category-switcher {
  text-align: center;
}
.w-index-category-switcher .col-icon,
.w-index-category-switcher .col-name {
  padding-bottom: 10px;
}
a.w-index-category-switcher {
  color: #0084b5;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
.col-index-category._active a.w-index-category-switcher {
  color: #202020;
}
.w-index-category-switcher .icon,
.w-index-category-switcher .icon .responsive-image {
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-index-category-switcher .icon .responsive-image.hovered {
  opacity: 0;
}
.w-index-category-switcher .icon {
  width: 40px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #2e95bb;
  background-color: #0084b5;
  margin: 0 auto;
}
.col-index-category .w-index-category-switcher:hover .icon,
.col-index-category._active .w-index-category-switcher .icon {
  background-color: #0084b5;
}
.w-index-category-switcher:hover .icon .responsive-image,
.col-index-category._active .w-index-category-switcher .icon .responsive-image {
  opacity: 0;
}
.w-index-category-switcher:hover .icon .responsive-image.hovered,
.col-index-category._active .w-index-category-switcher .icon .responsive-image.hovered {
  opacity: 1;
}

.s-index-categorys {
  border-bottom: 2px solid #ececec;
  margin: 30px 0;
}
.col-index-category {
  border-bottom: 2px solid transparent;
  padding-bottom: 20px;
  margin-bottom: -2px;
  position: relative;
}
.col-index-category._active {
  border-color: #0084b5;
}
.col-index-category:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  content: "";
  margin: 0 auto;
}
.col-index-category._active:after {
  border-color: #cecece
}
.gray-bg {
  background-color: #ececec;
}
.white-bg {
  background-color: #ffffff;
}

.col-product-list-item {
  position: relative;
  margin-bottom: 30px;
}
.col-product-list-item:before {
  background-color: #fff;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  content: "";
  z-index: 1;
}
.col-product-list-item .inner-content {
  position: relative;
  z-index: 2;
  padding: 0 20px 20px 20px;
}

.col-product-list-item .block__link {
  margin-top: 20px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.col-product-list-item .block__link>*+* {
  margin: 15px 0 0 0;
}
.col-product-list-item .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  min-height: 32px;
}
.col-product-list-item a.block__link ~ .bottom-brands-list {
  margin-top: 10px;
}
.col-product-list-item .bottom-brands-list {
  font-size: 0;
  line-height: 0;
}
.col-product-list-item hr {
  background-color: #ececec;
}
.col-product-list-item .bottom-brands-list .description {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
  font-size: 12px;
  line-height: 13px;
}
.bottom-brands-list .tab__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 0;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  padding-right: 25px;
}
.bottom-brands-list .tab__link:before {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 3px;
  height: 3px;
  background-color: #cecece;
  border-radius: 50%;
  content: "";
}
.bottom-brands-list a.tab__link:hover {
  text-decoration: underline;
}
.col-product-list-item a.block__link:hover {
  color: #0084b5;
}
.col-product-list-item {
  position: relative;
}
.sale-top-sticker {
  position: absolute;
  top: -8px;
  right: 30px;
  z-index: 3;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: #606060;
}
.sale-top-sticker .sticker {
  display: inline-block;
  margin: 0 5px;
  width: 65px;
  text-align: center;
}
.sale-top-sticker .w-icon {
  background-color: #9500b5;
  border-radius: 5px;
  padding: 9px 8px;
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 0;
  line-height: 0;
}
.sale-top-sticker.sold .w-icon {
  background-color: #dc7a7a;
}

.sale-top-sticker.relative {
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding-left: 10px;
  border-left: 1px solid #ececec;
  text-align: left;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}
.sale-top-sticker.relative .sticker {
  margin: 0;
  width: auto;
}
.sale-top-sticker.relative .w-icon {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 3px;
}
.sale-top-sticker.relative .description {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  max-width: calc(100% - 25px);
  padding: 0 5px 0 0;
  font-size: 8px;
  line-height: 10px;
}
.price__link {
  text-decoration: none;
  color: #606060;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 5px 0;

}
a.price__link:hover {
  color: #006e97;
}

.w-product-inline.sold {
  background-color: #efefef;
}
.w-product-inline .name__link {
  margin: 7px 0;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
.w-product-inline .name__link:hover {
  text-decoration: underline;
}
.w-product-inline .art {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.w-product-inline .product-description {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.col-product-list-item .bottom-brands-list .description.red,
.w-product-inline .product-description.red {
  color: #c50000;
}

.col-description {
  padding-top: 10px;
  padding-bottom: 10px;
}

.w-product-inline .col-top-info {
  text-align: right;
  padding-right: 30px;
}
.w-products-inline-list {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.w-product-inline+.w-product-inline {
  border-top: 1px solid #ececec;
}

.col-catalog-left-description .w-buttons>* {
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
.w-buttons.double>*,
.col-catalog-left-description .w-buttons.double>* {
  margin-right: 0;
}
.w-buttons.double,
.col-catalog-left-description .w-buttons.double {
  font-size: 0;
  line-height: 0;
}
.w-buttons.double .button:nth-child(1),
.col-catalog-left-description .w-buttons.double .button:nth-child(1) {
  border-radius: 2px 0 0 2px;
}
.w-buttons.double .button,
.col-catalog-left-description .w-buttons.double .button {
  border-radius: 0;
}
.w-buttons.double .button+.button,
.col-catalog-left-description .w-buttons.double .button+.button {
  border-left: none;
}
.w-buttons.double .button:nth-last-child(1),
.col-catalog-left-description .w-buttons.double .button:nth-last-child(1) {
  border-radius: 0 2px 2px 0;
}
.col-catalog-left-description .w-buttons .pdf__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.pdf__link span {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 24px);
}
.pdf__link:hover span {
  text-decoration: underline;
}
.pdf__link img {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
.col-catalog-left-description article,
.col-catalog-left-description .section-name,
.col-catalog-left-description .w-buttons {
  margin-bottom: 30px;
}
.col-catalog-left-description article {
  font-size: 16px;
  line-height: 22px;
}
.col-catalog-left-description {
  padding-bottom: 10px;
}

.owl-carousel.owl-items-slider .owl-stage {
  margin: 0 auto;
}
.owl-carousel.owl-items-slider .owl-stage-outer {
  padding-bottom: 50px;
}

.s-brands-list {
  padding: 30px 0;
}

.f-bottom {
  padding: 10px 0 0 0;
  background-color: #003367;
}
.rss {
  position: relative;
}
.rss .input__default {
  padding-right: 60px;
}
.rss .button:active,
.rss .button {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
  padding: 10px 15px;
}

.f-top {
  background-color: #f2f2f2;
  padding: 20px 0;
}
.col-f-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-phones .phone__link {
  font-weight: bold;
  font-size: 18px;
}
.f-phones .phone__link.mail {
  font-weight: normal;
  font-size: 14px;
  color: #006e97;
}
.f-phones .phone__link.mail:hover {
  text-decoration: underline;
}

.f-menu .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.f-menu a {
  text-decoration: none;
}
.f-menu a:hover {
  text-decoration: underline;
}

.f-top .download-link {

}
.download-link {
  text-decoration: none;
}
.download-link:hover .name {
  text-decoration: underline;
}
.download-link .description {
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: #606060;
}

.ul-f-bottom-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px 10px 0;
}
.ul-f-bottom-menu a {
  text-decoration: none;
  color: #fff;
}
.ul-f-bottom-menu a:hover {
  text-decoration: underline;
}
.ul-f-bottom-menu li._active a:hover,
.ul-f-bottom-menu li._active a {
  color: #5780ab;
  text-decoration: none;
}

.f-bottom .left {
  width: 25%;
}
.f-bottom .middle {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
}
.f-bottom .right {
  width: 25%;
  text-align: right;
}

.s-catalog-list {
  padding: 30px 0;
}
.w-catalog-bottom .pdf__link {
  display: inline-block;
}
.w-catalog-bottom .pdf__link span {
  font-size: 16px;
  line-height: 18px;
}
.w-catalog-bottom hr {
  background-color: #ececec;
}

.catalog-feedback-form {
  max-width: 450px;
}

.s-product {
  padding: 10px 0 30px;
}
.w-product-nameing .description {
  margin-top: 5px;
  font-size: 14px;
  line-height: 15px;
  color: #606060;
}
.col-product-name {
  padding-top: 10px;
  padding-bottom: 10px;
}
.col-company-info {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
a.company__link {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
}
.w-product-top {
  position: relative;
}
.w-product-top .shadow-frame {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-bottom: 30px;
  position: relative;
}
.w-product-top .responsive-box {
  margin: 0px auto;
  max-width: 460px;
}
.w-product-top .botton-image-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.corner-lense {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #fff;
  color: #202020;
  border: 1px solid #ececec;
  text-align: center;
  z-index: 1;
}
.corner-lense .fa {
  font-size: 14px;
  line-height: 40px;
}
.corner-lense:hover {
  background-color: #fdc928;
  border-color: #fdc928;
}

.w-product-top .col-product-description {
  border-left: 1px solid #ececec;
  border: none;
}
.w-product-right-description {
  padding: 0px;
}
table.table-product-features {
  width: 100%;
  margin: 20px 0;
}
table.table-product-features tr {
  /*border: none;*/
}
table.table-product-features td {
  padding: 4px 5px 4px 0;
}
table.table-product-features td:nth-child(2) {
  font-weight: bold;
}
table.table-product-features td,
table.table-product-features tbody tr:nth-child(2n) td {
  background-color: transparent;
}
.w-product-action-buttons {
  border: 1px solid #ececec;
  display: inline-block;
  border-radius: 2px;
  margin-top: 20px;
}
.w-product-action-buttons a.price__link {
  padding: 10px 15px;
  font-size: 16px;
  margin: 0;
  color: #fff;
  background-color: #0084b5;
  border-color: #0084b5;
  font-weight: bold;
}
.w-product-action-buttons a.price__link .fa {
  color: #fff;
}
.w-product-action-buttons a.price__link:hover {
  background-color: #28a5d4;
  border-color: #28a5d4;
  color: #fff;
}
.w-product-action-buttons a.price__link:hover .fa {
  color: #fff;
}
.w-product-action-buttons .price__link .fa {
  color: #000;
  font-size: 18px;
  margin-right: 5px;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-product-action-buttons .sale-top-sticker.relative {
  margin: 0;
  padding: 10px 15px;
  border: none;
  display: inline-block;
}
.w-product-action-buttons .sale-top-sticker.relative .description {
  text-align: left;
  max-width: calc(100% - 25px);
  padding: 0 0 0 10px;
  font-size: 10px;
  line-height: 11px;
}

.w-tabs-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.gray-bg .w-tabs-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
}
.w-tabs-top .tab {
  display: inline-block;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.w-tabs-top .tab._active {
  color: #000;
}
.w-tabs-top .tab:nth-child(1) {
  padding-left: 0;
}
.w-tabs-bottom {
  padding: 20px 0;
  margin-bottom: 20px;
}
.w-product-bottom .mw-800 {
  max-width: 800px;
}
.w-more-products {
  border-top: 1px solid #ececec;
}

.w-article-list .col-item .w-article-list-item {
  border-bottom: 1px solid #ececec;
}
.w-article-list-item .column {
  padding-top: 20px;
  padding-bottom: 20px;
}
.w-article-list-item .col-content>*+* {
  margin-top: 8px;
}
.w-article-list .name__link {
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.w-article-list .name__link:hover {
  text-decoration: underline;
}
.w-article-list .name__link.black {
  color: #000;
  font-size: 24px;
  line-height: 26px;
}
.w-article-list .name__link.black:hover {
  text-decoration: none;
  color: #006e97;
}
.w-article-list .date {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.w-article-list .description {
  color: #606060;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}
.w-pagination-row .button {
  min-width: 185px;
}
.w-pagination-row .jq-selectbox__select {
  height: 75px;
  border-color: transparent;
  border-left-color: #ececec;
  border-radius: 0;
}
.w-pagination-row .jq-selectbox__select-text {
  line-height: 75px;
}
.jq-selectbox__dropdown {
  border: 1px solid #ececec;
}

.ya-share2 {
  margin: 20px 0 40px;
}
article .ya-share2 li {
  padding-left: 0;
}
article .ya-share2 li:before {
  display: none;
}

.w-brand-info-top .column {
  padding-top: 10px;
  padding-bottom: 10px;
}
.w-brand-info-top .primary-text {
  font-size: 20px;
  line-height: 26px;
}

.owl-carousel.owl-brands-slider a {
  text-decoration: none;
  text-align: center;
}
.owl-carousel.owl-brands-slider a:hover {
  text-decoration: underline;
}
.owl-carousel.owl-brands-slider img {
  max-width: 120px;
  display: inline-block;
}
.owl-carousel.owl-brands-slider .name {
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0;
}
.w-brand-info-bottom .section-name.bordered {
  border-bottom: 1px solid #cecece;
}
.w-slider-contacts .name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.w-slider-contacts .phone {
  font-size: 0;
  line-height: 0;
  margin-bottom: 5px;
}
.w-slider-contacts .phone .description {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  font-size: 13px;
  line-height: 16px;
  color: #606060;
}
.w-slider-contacts .phone .phone__link {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 60px);
  padding-left: 10px;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
}
.w-slider-contacts .phone .phone__link.blue {
  color: #006e97;
  font-weight: normal;
}

.w-contacts-info>*+* {
  margin-top: 20px;
}
.w-contacts-main-info .adress {
  font-size: 16px;
  line-height: 18px;
}
.w-contacts-main-info .contacts-unp {
  margin-top: 15px;
}
.w-contacts-main-info .phones {
  margin-top: 0;
}
.w-contacts-main-info .phones .phone {
  display: inline-block;
  vertical-align: top;
  margin: 15px 30px 0 0;
}
.w-contacts-main-info .phone__link {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.ymap {
  display: inline-block;
  width: 100%;
  height: 500px;
  max-height: 90vh;
  background-color: #fff;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  background-color: #ececec;
}
.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: 24px !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: #003367;
  background-repeat: no-repeat;
  text-align: left;
}
.w-baloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-left: 10px solid #003367;
  border-top: 10px solid #003367;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.w-baloon-name {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.s-map {
  position: relative;
}
.s-map .container {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
}
.s-map .left,
.s-map .right {
  pointer-events: all;
}
.s-map .left {
  width: 380px;
}
.s-map .right {
  width: 380px;
}
.s-map .w-feedback-form {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.s-map .right .w-feedback-form {
  padding: 10px 20px;
}
.s-map .right .w-feedback-form .icon {
  float: left;
  width: 20px;
  margin-top: 5px;
}
.s-map .right .w-feedback-form .icon ~ .content {
  margin-left: 30px;
  font-size: 14px;
  line-height: 16px;
}

.p-error {
  background-color: #00264d;
  min-height: calc(100vh - 45px);
}
.p-error ~ .s-footer .f-bottom {
  padding: 2px 0 0 0;
}
.s-error-header {
  background-color: #003367;
  text-align: center;
  padding: 20px 0;
}
.s-error-header .w-logo {
  display: inline-block;
}
.s-error-body {
  background-image: url(../i/error-bg.png);
  background-position: center;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}
.s-error-body .table {
  text-align: center;
  display: table;
  width: 100%;
}
.s-error-body .table .cell {
  display: table-cell;
  vertical-align: middle;
  height: calc(100vh - 124px);
  color: #fff;
}
.s-error-body .number {
  font-size: 400px;
  line-height: 300px;
  font-weight: bold;
}
.s-error-body .name {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 15px 0;
}
.s-error-body .description a {
  color: #fff;
}
.w-sertificates-list .col-sertificate {
  padding-bottom: 10px;
  max-width: 100%;
}
.w-sertificates-list a {
  color: #202020;
  text-decoration: none;
}
.w-sertificates-list .w-image {
  font-size: 0;
  line-height: 0;
}
.w-sertificates-list .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 0;
}
.w-sertificates-list a:hover .name {
  color: #006e97;
}

/*NY LOGO*/
.logo__link._ny {
  display: inline-block;
  position: relative;
  padding-left: 52px;
}
.logo__link._ny .ny-piggy {
  position: absolute;
  bottom:0;
  left: 0;
  content: "";
}
.logo__link._ny .ny-piggy img {
  width: 53px;
  height: 42px;
}
.logo__link._ny .ny-piggy {
  -webkit-transform-origin: 33px 37px;
  -moz-transform-origin: 33px 37px;
  -o-transform-origin: 33px 37px;
  -ms-transform-origin: 33px 37px;
  transform-origin: 33px 37px;
  -webkit-animation: ny_elenebt 1.5s infinite;
  -moz-animation: ny_elenebt 1.5s infinite;
  animation: ny_elenebt 1.5s infinite;
}
@-webkit-keyframes ny_elenebt {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 575px) {

  .logo__link._ny>img {
    max-width: calc(100% + 20px);
  }
}
/*NY LOGO END*/

article p {
  text-align: justify;
}

.f-bottom .bottom-description {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #5780ab;
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #a3afbb;
}
.article-preview-image {
  float: right;
  max-width: 500px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.article-preview-image img {
  width: 100% !important;
  height: 100% !important;
}


.w-offer-news-slider .frame {
  border-radius: 6px;
  border: 1px solid #ececec;
  padding: 0 15px;
}
.w-offer-news-slider {

}
.row-news-slider .customized-arrow {
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #0084b5;
  border-radius: 4px;

  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;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
}
.row-news-slider .customized-arrow:before {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 44px;
  height: 44px;
  border: 22px solid transparent;
  border-left-color: #0084b5;
  content: "";
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.row-news-slider .customized-arrow._right {}
.row-news-slider .customized-arrow._left:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: auto;
  right: calc(100% - 1px);
}
.row-news-slider .customized-arrow:hover {
  background-color: #1eaade;
}
.row-news-slider .customized-arrow:hover:before {
  border-left-color: #1eaade;
}
.row-news-slider .customized-arrow .more-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.w-offer-news-slider .col-arrow {
  padding-top: 5px;
  padding-bottom: 5px;
}
.w-news-vertical-slider a {
  color: #202020;
  text-decoration: none;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 15px;
  min-height: 64px;
}
.w-news-vertical-slider a:hover {
  color: #0084b5;
}
.row-index-category-switcher._tabs .col-index-category {
  cursor: pointer;
}
.row-index-category-switcher._tabs .col-index-category .col-icon {
  -ms-flex: 0 0 86px;
  flex: 0 0 86px;
  max-width: 86px;
  padding-bottom: 0;
}
.row-index-category-switcher._tabs .col-index-category .col-name {
  -ms-flex: 0 0 calc(100% - 86px);
  flex: 0 0 calc(100% - 86px);
  max-width: calc(100% - 86px);
  padding-bottom: 0;
  text-align: left;
  font-size: 17px;
  line-height: 23px;
}
.row-index-category-switcher._tabs .col-index-category {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.row-index-category-switcher._tabs .col-index-category:after {
  display: none;
}

.row-index-category-switcher._tabs .col-index-category .w-index-category-switcher .icon {
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 2px;
  background-color: transparent;
}
.row-index-category-switcher._tabs .col-index-category .block__link {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #0084b5;
  border-radius: 4px 4px 0 0;
}

.row-index-category-switcher._tabs .w-index-category-switcher .icon .responsive-image {
  opacity: 1;
}
.row-index-category-switcher._tabs .w-index-category-switcher .icon .responsive-image.hovered {
  opacity: 0;
}
.row-index-category-switcher._tabs .col-index-category._active .block__link:hover,
.row-index-category-switcher._tabs .col-index-category._active .block__link {
  background-color: #fff;
  color: #202020;
}
.row-index-category-switcher._tabs .col-index-category .block__link:hover {
  background-color: #11aae2;
}

.row-index-category-switcher._tabs .w-index-category-switcher:hover .icon .responsive-image {
  opacity: 0;
}
.row-index-category-switcher._tabs .w-index-category-switcher:hover .icon .responsive-image.hovered {
  opacity: 1;
}


.row-index-category-switcher._tabs .col-index-category._active .w-index-category-switcher .icon {
  border-color: #0084b5;;
  border-radius: 2px;
  background-color: #0084b5;
}
.row-index-category-switcher._tabs ._active .w-index-category-switcher .icon .responsive-image {
  opacity: 0;
}
.row-index-category-switcher._tabs ._active .w-index-category-switcher .icon .responsive-image.hovered {
  opacity: 1;
}
.w-tabs-content {
  padding: 25px 10px 15px 10px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding-left: 30px;
  padding-right: 30px;
}
.w-tabs-content li {
  margin-bottom: 10px;
}
.w-tabs-content article ul li {
  padding-left: 43px;
}
.w-tabs-content article ul li:before {
  top: 9px;
  left: 0px;
  border-radius: 0;
  width: 30px;
  background-color: #d2d2d2;
  content: "";
}

.w-catalog-nav-frame {
  padding: 0px 0px 10px 0px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
.ul-catalog-nav>li+li {
  margin-top: 10px;
}
.ul-catalog-nav>li {
  display: block;
}
.ul-catalog-nav>li>a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 15px 4px 15px;
  background-color: #f9f9f9;
  position: relative;
}
.ul-catalog-nav li.li-dropper>a {
  padding-right: 35px !important;
  display: block;
}
.ul-catalog-nav .b-dropper {
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  border: 1px solid #0084b5;
  border-radius: 2px;
  background-color: #0084b5;
  color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  right: 5px;
  cursor: pointer;
}
.ul-catalog-nav .b-dropper .fa {
  font-size: 9px;
  line-height: 22px;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.ul-catalog-nav .b-dropper._toggled .fa {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ul-catalog-nav .b-dropper:hover {
  background-color: #28a5d4;
  border-color: #28a5d4;
  color: #fff;
}
.ul-catalog-nav>li>a:hover {
  background-color: #f1f1f1;
}
.ul-catalog-nav li a:hover {
  background-color: #0d9bd0;
  color: #fff;
}
.ul-catalog-nav li a:hover .b-dropper {
  background-color: #45c2f1;
  border-color: #45c2f1;
}
.ul-catalog-nav li a:hover .b-dropper:hover,
.ul-catalog-nav .b-dropper:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #000;
}
.ul-catalog-nav .inset>.ul-inset {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ul-catalog-nav .inset .ul-inset>li {
  display: block;
}
.ul-catalog-nav .inset .ul-inset>li>a {
  padding: 4px 10px;
  text-decoration: none;
  display: block;
}
.ul-catalog-nav .inset .ul-inset>li>a {
  padding-left: 25px;
}
.ul-catalog-nav .inset .inset .ul-inset>li>a {
  padding-left: 35px;
}
.ul-catalog-nav .inset .inset .inset .ul-inset>li>a {
  padding-left: 45px;
}
.ul-catalog-nav .inset .ul-inset>li {
  background-color: rgba(0,0,0,0.05);
}
.ul-catalog-nav .inset .inset .ul-inset>li {
  background-color: rgba(0,0,0,0.05);
}
.ul-catalog-nav .inset .inset .inset .ul-inset>li {
  background-color: rgba(0,0,0,0.05);
}

.ul-catalog-nav li._active-color>a {
  background-color: #0d9bd0;
  color: #fff;
}
.ul-catalog-nav li._active-color>a .b-dropper {
  background-color: #45c2f1;
  border-color: #45c2f1;
}

.ul-catalog-nav li._active>a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  border: 2px solid #065a7a;
}
.ul-catalog-nav li._active a:hover:before {
  border-color: #fff;
}
.ul-catalog-nav .inset li._active a:before {
  left: 15px;
}
.ul-catalog-nav .inset .inset li._active a:before {
  left: 25px;
}
.ul-catalog-nav .inset .inset .inset li._active a:before {
  left: 35px;
}


.button.order-price-btn {
  background-color: #0084b5;
  border-color: #0084b5;
  color: #fff;
}
.button.order-price-btn:hover {
  background-color: #28a5d4;
  border-color: #28a5d4;
}
.button.order-price-btn .price__link {
  margin: 0;
  color: #fff;
}
.button.order-price-btn.small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.s-fixed-elements .button-phone {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #125090;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-fixed-elements .button-phone:hover {
  background-color: #0084b5;
}
.s-fixed-elements .button-phone svg {
  width: 24px;
  height: 24px;
}

.row-index-category-switcher._tabs {
  margin-left: -5px;
  margin-right: -5px;
}
.row-index-category-switcher._tabs>.col-index-category {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1310px) {
  .row-index-category-switcher._tabs .block__link.w-index-category-switcher .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-index-category-switcher._tabs .col-index-category .col-icon {
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    max-width: 56px;
  }
  .w-index-category-switcher .icon {
    width: 40px;
  }
  .row-index-category-switcher._tabs .col-index-category .col-name {
    -ms-flex: 0 0 calc(100% - 56px);
    flex: 0 0 calc(100% - 56px);
    max-width: calc(100% - 56px);
    font-size: 14px;
    line-height: 16px;
  }
}

.w-fixed-helper {
  position: relative;
  pointer-events: all;
}
@media (min-width: 1520px) {
  .s-fixed-elements .right-content {
    margin: 0 0 38px 0;
  }
  .w-fixed-helper {
    left: -20px;
  }
}
.w-fixed-helper .helper-button {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #fdc928;
  border-radius: 5px;
  opacity: 1;
  z-index: 1;
  position: relative;
  margin: 0 8px 8px 0;
  cursor: pointer;
  text-decoration: none;
  color: #202020;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.w-fixed-helper .helper-button br {
  display: none;
}
.w-fixed-helper .helper-button:hover {
  background-color: #fbd662;
}
.w-fixed-helper .helper-button {
  background-color: #0084b5;
  color: #fff;
}
.w-fixed-helper .helper-button:hover {
  background-color: #28a5d4;
}
.w-fixed-helper .helper-button .icon {
  position: relative;
  left: -2px;
  margin-bottom: -3px;
}
.w-fixed-helper .helper-button .icon,
.w-fixed-helper .helper-button .icon img {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.w-fixed-helper .helper-button .text {
  font-size: 11px;
  line-height: 12px;
  padding-top: 0px;
  text-align: center;
}

.w-fixed-helper .w-white-frame {
  position: absolute;
  bottom: -3px;
  right: 5px;
  z-index: 10;
  display: none;
}
.w-fixed-helper .w-white-frame._toggled {
  display: block;
}
.w-fixed-helper .w-white-frame>.frame {
  background-color: #fff;
  padding: 15px;
  width: 290px;
  min-height: 90px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  max-height: calc(100vh - 30px);
  overflow: auto;
}
.w-fixed-helper .close {
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
}
.w-fixed-helper .close:before,
.w-fixed-helper .close:after {
  width: 15px;
  top: 19px;
  right: 10px;
  background-color: #fff;
}
.w-fixed-helper .close:hover:before,
.w-fixed-helper .close:hover:after {
  background-color: red;
}
.w-fixed-helper .w-tabs .tab {

}
.w-fixed-helper .w-tabs .w-button-item {
  color: #202020;
  text-decoration: none;
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 5px;
  width: 80px;
  height: 80px;
  background-color: #ececec;
}
.w-fixed-helper .w-tabs .w-button-item:hover {
  background-color: #f1f1f1;
}
.w-fixed-helper .w-tabs .w-button-item._active,
.w-fixed-helper .w-tabs .w-button-item._active:hover {
  background-color: #fbd662;
  background-color: #a3d4e6;
}
.w-fixed-helper .w-tabs .w-button-item .icon {
  margin: 5px auto;
  width: 30px;
}

.w-fixed-helper .w-styled-header {
  padding: 10px 15px;
  margin: -15px -15px 10px -15px;
  width: calc(100% + 30px);
  color: #fff;
  padding-right: 20px;
  background-color: #0084b5;
  font-size: 18px;
  line-height: 20px;
}
.w-fixed-helper .phone__link {
  font-size: 20px;
  line-height: 24px;
}
.w-fixed-helper .description.small {
  font-size: 12px;
  line-height: 14px;
  margin: 5px 0;
}
.w-fixed-helper .description .red {
  color: red;
}
.w-fixed-helper input.input__default {
  height: 35px;
  min-height: 35px;
}
.w-fixed-helper textarea.textarea__default {
  height: 70px;
  min-height: 35px;
  max-height: 100px;
}
.w-fixed-helper .w-absolute-star {
  position: relative;
}
.w-fixed-helper .w-absolute-star input.input__default,
.w-fixed-helper .w-absolute-star textarea.textarea__default {
  padding-right: 25px;
}
.w-fixed-helper .w-absolute-star .absolute-star {
  position: absolute;
  right: 9px;
  top: 4px;
  font-size: 16px;
  line-height: 35px;
  color: red;
}
.input-file {
  position: relative;
}
.input-file .input__default {
  padding-right: 40px;
}
.input-file .button {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  min-width: inherit;
  height: 35px;
  width: 35px;
  padding: 0;
}
.input-file .button:active {

}
.input-file .button img {
  width: 20px;
}
.helper-button.animated {
  overflow: hidden;
}
.helper-button.animated .blink {
  position: absolute;
  width: 35px;
  height: calc(100% + 80px);
  top: -30px;
  left: -80px;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
  background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: button__blink 2s infinite;
  -moz-animation: button__blink 2s infinite;
  animation: button__blink 2s infinite;
}
@-webkit-keyframes button__blink {
  from {left: -40px;}
  20% {left: calc(100% + 30px);}
  100% {left: calc(100% + 30px);}
}



.w-index-categorys-list-btns article li {
  margin-bottom: 10px;
}
.w-index-categorys-list-btns article ul li {
  padding-left: 33px !important;
  padding-right: 10px !important;
}
.w-tabs-content article ul li {
  padding-left: 33px;
}
.w-index-categorys-list-btns article ul li:before {
  top: 9px;
  left: 0px;
  border-radius: 0;
  width: 20px;
  background-color: #ececec;
  content: "";
}

@media(min-width: 992px) {
  .ul-top-menu li.li-dropper {
    position: relative;
  }
  /*
  .ul-top-menu li.li-dropper a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  */
  .ul-inset>li {
    display: block;
  }
  .ul-top-menu li.li-dropper .inset {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    opacity: 0;
    pointer-events: none;
  }
  .ul-top-menu li.li-dropper:hover>a {
    color: #fff;
    background-color: #003367;
    text-decoration: none;
  }
  .ul-top-menu li.li-dropper:hover>.inset {
    opacity: 1;
    pointer-events: all;
  }
  .ul-top-menu li.li-dropper .inset .inset {
    top: 0;
    left: 100%;
  }
  .ul-top-menu li.li-dropper .inset>.ul-inset {
    background-color: #003367;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 4;
  }
  .ul-top-menu li.li-dropper .inset .inset>.ul-inset {
    position: relative;
    background-color: #0084b5;
    z-index: 3;
  }
  .ul-top-menu li.li-dropper .inset a {
    color: #fff;
    text-decoration: none;
  }
  .ul-top-menu .ul-inset.primary>li+li>a {
    border-top: 1px solid #004c69;
  }
  .ul-top-menu .ul-inset.primary>li:hover>a {
    background-color: #0084b5;
    border-top-color: #0084b5;
  }
  .ul-top-menu .ul-inset.primary>li:hover+li>a {
    border-top-color: #0084b5;
  }
  .ul-top-menu .ul-inset.secondary>li>a>.text {
    border-bottom: 1px solid transparent;
  }
  .ul-top-menu .ul-inset.secondary>li:hover>a .text {
    border-color: #4da9cb;
  }
  .ul-top-menu .ul-inset.primary>li>a {
    padding-left: 35px;
    position: relative;
  }
  .ul-top-menu .ul-inset.primary li.li-dropper>a {
    padding-right: 35px;
  }
  .ul-top-menu .ul-inset.primary li.li-dropper .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    color: #fdc928;
    font-size: 10px;
    line-height: 39px;
    width: 30px;
    text-align: center;
  }
  .ul-top-menu .ul-inset.primary>li>a:before {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 4px;
    height: 2px;
    content: "";
    background-color: #fdc928;
  }
  .ul-top-menu .ul-inset.secondary {
    padding: 15px;
  }
  .ul-top-menu .ul-inset.secondary>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.jq-selectbox__trigger-arrow {
  top: calc(50% - 2px);
}
.w-index-categorys-list-btns {

}
.row-index-categorys-list>.col {
  padding-bottom: 8px;
}

.s-index-categorys-new.gray-bg {
  padding: 30px 0;
}
.s-index-categorys-new.gray-bg .white-frame {
  padding: 10px;
  background-color: #fff;
}
.w-index-categorys-list-btns .w-index-category-switcher {
  border: 1px solid transparent;
  background-color: #0084b5;
  color: #fff;
  padding: 10px 10px 0 10px;
  border-radius: 3px;
}
.w-index-categorys-list-btns .col-name .name {
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}
.w-index-categorys-list-btns .w-index-category-switcher._active:hover,
.w-index-categorys-list-btns .w-index-category-switcher._active {
  background-color: #fff;
  border-color: #ececec;
  color: #000;
}
.w-index-categorys-list-btns .col-icon {
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  max-width: 56px;
}
.w-index-categorys-list-btns .col-name {
  -ms-flex: 0 0 calc(100% - 56px);
  flex: 0 0 calc(100% - 56px);
  max-width: calc(100% - 56px);
  text-align: left;
}

.w-index-categorys-list-btns .w-text-content-block  {
  padding: 15px 10px 10px 0px;
}
.w-index-categorys-list-btns .w-index-category-switcher .icon .responsive-image {
  opacity: 1;
}
.w-index-categorys-list-btns .w-index-category-switcher .icon .responsive-image.hovered {
  opacity: 0;
}
.w-index-categorys-list-btns .w-index-category-switcher:hover {
  background-color: #149bce;
}
.w-index-categorys-list-btns .w-index-category-switcher._active .icon {
  border-color: #0084b5;;
  border-radius: 2px;
  background-color: #0084b5 !important;
}
.w-index-categorys-list-btns .w-index-category-switcher:hover .icon {
  background-color: transparent;
}
.w-index-categorys-list-btns .w-index-category-switcher:hover .icon .responsive-image,
.w-index-categorys-list-btns .w-index-category-switcher._active .icon .responsive-image {
  opacity: 0;
}
.w-index-categorys-list-btns .w-index-category-switcher:hover .icon .responsive-image.hovered,
.w-index-categorys-list-btns .w-index-category-switcher._active .icon .responsive-image.hovered {
  opacity: 1;
}

.w-event-primary-image {
  position: relative;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 30px;
}
.w-event-primary-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 34, 69, 0.8);
}
.w-event-primary-image .flex-content {
  position: relative;
  z-index: 2;
  min-height: 260px;
}
.w-event-primary-image .flex-content>* {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.w-event-primary-image .flex-content>*+* {
  margin-top: 20px;
}
.w-event-primary-image .s-title {
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
}
.w-event-primary-image .description {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}
.w-features .col+.col {
  border-left: 1px solid rgba(255,255,255,0.2);
}
.w-event-primary-image .dash {
  width: 100%;
  max-width: 160px;
  height: 4px;
  background-color: #fdc928;
  display: inline-block;
}
.w-event-primary-image .w-icon-left {
  position: relative;
  padding-left: 45px;
  font-weight: bold;
  font-size: 16px;
}
.w-event-primary-image .w-icon-left .icon {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
}
.w-event-primary-image .w-button .button.transparent:hover,
.w-event-primary-image .w-button .button.transparent {
  border: 2px solid #0084b5;
  color: #fff;
  background-color: transparent;
}
.w-event-primary-image .w-button div.button.transparent:active {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transform: none;
}
.w-event-primary-image .w-button .w-icon-left {
  display: inline-block;
  vertical-align: middle;
}

.row-timing-item .col-time {
  text-align: right;
  font-weight: bold;
}
.row-timing-item .col-roll {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  min-height: 160px;
}
.row-timing-item .col-time,
.row-timing-item .col-description {
  padding-top: 10px;
  padding-bottom: 10px;
}
.w-timing-programm .roll {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ececec;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .w-programm-description {
    font-size: 16px;
    line-height: 22px;
  }
}
.w-timing-programm .roll.w-icon {
  padding: 9px;
}
.w-timing-programm .col-roll:after {
  width: 2px;
  height: calc(100% - 60px);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 1px);
  content: "";
  display: block;
  background-color: #ececec;
}
.w-timing-programm .w-item:nth-last-child(1) .row-timing-item .col-roll {
  min-height: inherit;
}
.w-timing-programm .w-item:nth-last-child(1) .col-roll:after  {
  display: none;
}
.w-timing-programm .roll.blue {
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  font-weight: bold;
  background-color: #0084b5;
}

@media (min-width: 992px) {
  .w-aside-catalog {
    display: block !important;
  }
}
.w-aside-catalog>.frame {
  padding: 6px 0;
  border-radius: 4px;
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.w-aside-catalog .title {
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  background-color: #003367;
  margin-left: 6px;
  margin-right: 6px;
}
.w-aside-catalog ul>li {
  padding: 0 6px;
}
.w-aside-catalog ul>li>a {
  display: block;
  color: #0084b5;
  text-decoration: none;
  display: block;
  padding: 8px 15px 8px 20px;
  position: relative;
}
.w-aside-catalog ul>li>a:hover {
  text-decoration: underline;
}
.w-aside-catalog ul>li+li>a {
  border-top: 1px solid #ececec;
}
.w-aside-catalog ul>li>a:before {
  position: absolute;
  top: 18px;
  left: 6px;
  width: 4px;
  height: 2px;
  content: "";
  background-color: #fdc928;
}

.mobile-aside-catalog-btn {
  width: 100%;
  text-align: center;
  display: none;
  margin-bottom: 15px;
  background-color: #003367;
  border-radius: 4px;
}
.mobile-aside-catalog-btn>* {
  display: inline-block;
  vertical-align: middle;
}
.mobile-aside-catalog-btn .text {
  max-width: calc(100% - 60px);
}
.mobile-aside-catalog-btn .burger {
  width: 30px;
  margin-left: 10px;
}
.mobile-aside-catalog-btn .burger .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;
}
.mobile-aside-catalog-btn .burger .line+.line {
  margin-top: 4px;
}

.w-events-list .w-event-list-item+.w-event-list-item {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ececec;
}
.row-event-list-item .col-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
}
.row-event-list-item .col-image .image {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
}
.row-event-list-item .col-image .image a:hover {
  opacity: 0.8;
}
.row-event-list-item .col-name {
  padding-top: 10px;
}
.w-event-list-item .name {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
}
.w-event-list-item .name a {
  color: #202020;
  text-decoration: none;
}
.w-event-list-item .name a:hover {
  color: #0084b5;
}
.w-event-list-item .date {
  font-size: 13px;
  margin-top: 5px;
}
.w-event-list-item .description {
  font-size: 15px;
  margin-top: 10px;
}
.w-event-list-item .w-more {
  margin-top: 20px;
}
.w-event-list-item .w-more a {
  text-decoration: none;
  color: #0084b5;
}
.w-event-list-item .w-more a:hover {
  text-decoration: underline;
}

.w-radio-big>label {
  cursor: pointer;
  display: block;
}
.w-radio-big .input.radio .label {
  font-weight: bold;
  font-size: 18px;
}
.w-radio-big .input.radio {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
}
.w-radio-big .input.radio {

}
.w-radio-big .input.radio .styled {
  top: calc(50% - 15px);
  left: 0;
  width: 28px;
  height: 28px;
}
.w-radio-big .input.radio .styled .frame {
  width: 28px;
  height: 28px;
}
.w-radio-big .input.radio .styled .inset {
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}
.w-pcs-controlls-item .pcscontrolls {
  width: 100%;
  max-width: 100%;
}
.w-pcs-controlls-item .pcscontrolls .plus_item,
.w-pcs-controlls-item .pcscontrolls .minus_item {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  line-height: 40px;
  font-weight: normal;
  background-color: #006e97;
}
.w-pcs-controlls-item .pcscontrolls .plus_item:hover,
.w-pcs-controlls-item .pcscontrolls .minus_item:hover {
  background-color: #1e8eb8;
}
.w-pcs-controlls-item .pcscontrolls .minus_item {
  line-height: 35px;
}
.w-pcs-controlls-item .pcscontrolls .input__default {
  width: calc(100% - 90px);
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #ececec;
  border-radius: 2px;
}

.w-order-form-short>.frame {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .row-form-pcs-list {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-form-pcs-list>* {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.w-product-nameing>.row {
  padding-bottom: 20px;
}
.w-product-nameing .description a {
  text-decoration: none;
}
.w-product-nameing .description a:hover {
  text-decoration: underline;
}

.w-product-right-description .w-tabs .top {
  padding-bottom: 0px;
  border-bottom: 1px solid #ececec;
}

.row-custom-tabs {
  margin-left: 0;
  margin-right: 0;
  display: table;
  width: 100%;
}

.row-custom-tabs>.col {
  padding-left: 0;
  padding-right: 0;
  display: table-cell;
  vertical-align: bottom;
}
.w-product-right-description .w-tabs .tab-item {
  display: block;
  padding: 10px 15px;
  color: #0084b5;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.w-product-right-description .w-tabs .tab-item .w-text {
  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;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

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

  width: 100%;
  min-height: 42px;
}
.w-product-right-description .w-tabs .tab-item:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}
.w-product-right-description .w-tabs .tab-item._active:hover,
.w-product-right-description .w-tabs .tab-item._active {
  background-color: #0084b5;
  color: #fff;
  text-decoration: none;
}
.w-product-top .col-product-description.w-scroll-desktop {
  height: 100%;
  position: relative;
}
.w-product-right-description.scroll-desktop {
  position: relative;
  height: 398px;
  overflow: auto;
}
.w-product-right-description.scroll-desktop>* {
  padding-top: 10px;
  padding-bottom: 10px;
}
.w-product-right-description.scroll-desktop .absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#custom-scroll {
  overflow: auto;
}
#custom-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
}
#custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0084b5;
}

.cart-icon-btn .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 16px;
  height: 14px;
  margin-right: 10px;
  background-image: url(../i/cart-white-icon.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.owl-carousel.owl-more-products-slider .owl-stage-outer {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.w-more-products-item .block__link {
  color: #000;
  text-decoration: none;
}
.w-more-products-item .block__link>.frame {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 20px 15px;
}
.w-more-products-item .w-image {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.w-more-products-item .name {
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  font-weight: bold;
  min-height: 42px;
}
.w-more-products-item a:hover .name {
  color: #006e97;
}
.owl-carousel.owl-more-products-slider .owl-nav [class*=owl-] {
  background-color: #006e97;
  border-radius: 50%;
}
.owl-carousel.owl-more-products-slider .owl-nav [class*=owl-]:after {
  border-color: #fff;
}
.owl-carousel.owl-more-products-slider .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel.owl-more-products-slider .owl-nav .owl-next {
  right: 15px;
}


.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-55 {margin-bottom: 55px;}
.mb-60 {margin-bottom: 60px;}
.mb-65 {margin-bottom: 65px;}
.mb-70 {margin-bottom: 70px;}
.mb-75 {margin-bottom: 75px;}
.mb-80 {margin-bottom: 80px;}
.mb-85 {margin-bottom: 85px;}
.mb-90 {margin-bottom: 90px;}
.mb-95 {margin-bottom: 95px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-55 {margin-top: 55px;}
.mt-60 {margin-top: 60px;}
.mt-65 {margin-top: 65px;}
.mt-70 {margin-top: 70px;}
.mt-75 {margin-top: 75px;}
.mt-80 {margin-top: 80px;}
.mt-85 {margin-top: 85px;}
.mt-90 {margin-top: 90px;}
.mt-95 {margin-top: 95px;}
.mt-100 {margin-top: 100px;}
.mt-110 {margin-top: 110px;}
.mt-120 {margin-top: 120px;}
.mt-130 {margin-top: 130px;}
.mt-140 {margin-top: 140px;}
.mt-150 {margin-top: 150px;}
.mt-160 {margin-top: 160px;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;}
.pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;}
.pb-65 {padding-bottom: 65px;}
.pb-70 {padding-bottom: 70px;}
.pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;}
.pb-85 {padding-bottom: 85px;}
.pb-90 {padding-bottom: 90px;}
.pb-95 {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;}
.pb-110 {padding-bottom: 110px;}
.pb-120 {padding-bottom: 120px;}
.pb-130 {padding-bottom: 130px;}
.pb-140 {padding-bottom: 140px;}
.pb-150 {padding-bottom: 150px;}
.pb-160 {padding-bottom: 160px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;}
.pt-55 {padding-top: 55px;}
.pt-60 {padding-top: 60px;}
.pt-65 {padding-top: 65px;}
.pt-70 {padding-top: 70px;}
.pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;}
.pt-85 {padding-top: 85px;}
.pt-90 {padding-top: 90px;}
.pt-95 {padding-top: 95px;}
.pt-100 {padding-top: 100px;}
.pt-110 {padding-top: 110px;}
.pt-120 {padding-top: 120px;}
.pt-130 {padding-top: 130px;}
.pt-140 {padding-top: 140px;}
.pt-150 {padding-top: 150px;}
.pt-160 {padding-top: 160px;}
.hidden {
  display: none;
}
.w-product-top .w-to-cart-btn .button {
  font-size: 16px;
  padding: 15px 5px;
}
.button .w-icon-left {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.button .w-icon-left .icon {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 22px;
  height: 22px;
}
.button.btn-to-cart-icon .w-icon-left .icon .r-img {
  background-image: url('../i/shopping-list.svg');
}
.w-sale-info-message {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
  border-radius: 2px;
  padding-left: 75px;
  background-color: #ececec;
}
.w-sale-info-message .icon {
  position: absolute;
  left: 15px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
}

.w-fixed-cart {
  display: none;
  position: relative;
  margin: 0 8px 8px 0;
  pointer-events: all;
}
/*
.w-fixed-cart .shine {
	position: absolute;
	left: -50px;
	top: -50px;
	width: 150px;
	height: 150px;

	left: 25px;
	top: 25px;
	width: 0px;
	height: 0px;

	border: 2px solid #fecf2d;
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 25px rgb(196 168 43 / 70%);
}
.w-fixed-cart._animate .shine {
	-webkit-animation: fixed_cart_animation 0.9s ease-out;
	-moz-animation: fixed_cart_animation 0.9s ease-out;
	animation: fixed_cart_animation 0.9s ease-out;
}
@-webkit-keyframes fixed_cart_animation {
	from {
		left: -150px;
		top: -150px;
		margin: 0 auto;
		width: 350px;
		height: 350px;
	}
	100% {
		left: 25px;
		top: 25px;
		width: 0px;
		height: 0px;
	}
}
*/
.w-fixed-cart._active {
  display: block;
}
.fixed-cart__link {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: block;
  text-decoration: none;
  background-color: #0084b5;
  border-radius: 4px;
  padding: 10px;
}
.fixed-cart__link .count {
  position: absolute;
  right: 2px;
  bottom: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  padding: 3px 2px;
  border-radius: 2px;
  color: #000;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  min-width: 17px;
  z-index: 2;
  font-weight: bold;
}
.fixed-cart__link:hover {
  background-color: #28a5d4;
}
.fixed-cart__link .icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-image: url('../i/shopping-list.svg');
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}


table[class*=columns] {
	width: 100% !important;
}
table[class*=columns] td {
  padding: 15px 0 !important;
  vertical-align: top;
}
table[class*=columns] {
  table-layout: fixed
}
table.two-columns td {

}
table.three-columns td {

}
table.four-columns td {

}
@media (min-width: 992px) {
  table[class*=columns] td {
    /*width: 315px !important;*/
    padding: 15px !important;
  }
  table[class*=columns] td:nth-child(1) {
    padding-left: 0px !important;
  }
  table[class*=columns] td:nth-last-child(1) {
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  table[class*=columns] {
    display: block;
    width: 100%;
  }
  table[class*=columns] td {
    display: inline-block;
    vertical-align: top;
    width: 50% !important;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  table[class*=columns] td {
    display: block;
    width: 100% !important;
  }
}

article blockquote {
  padding: 15px 25px;
  border-radius: 8px;
  background-color: #ececec;
}

article figure.image {
  position: relative;
  display: inline-block;
}
article figure.image figcaption {
  position: absolute;
  width: 100%;
  top: calc(50% - 8px);
  left: 0;
  color: #fff;
  text-shadow: 0 0 4px rgba(0,0,0,0.9);
  text-align: center;
  font-size: 24px;
  line-height: 22px;
}



.w-cart-list-item.head {
  color: #000;
  padding-bottom: 15px;
  font-weight: bold;
}
.w-cart-list-item.head .mobile {
  display: none;
}
.w-cart-list-item.head .desktop {
  display: block;
}
.w-cart-list-item+.w-cart-list-item {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #ececec;
}
.row-cart-list-item .column {
  padding-top: 5px;
}
.row-cart-list-item .col-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
}
.row-cart-list-item .col-pcs  {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  text-align: center;
}
.row-cart-list-item .col-delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  padding-top: 14px;
}
.w-cart-list-item {
  font-size: 16px;
}
.w-cart-list-item .w-image {
  position: relative;
}
.w-cart-list-item .w-image .absolute-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  pointer-events: none;
  z-index: 2;
}
.w-cart-list-item .w-image .sticker {
  font-size: 10px;
  padding: 2px 5px 0px;
  min-width: 39px;
  background-color: #fff;
  text-align: center;
}
.w-product-page-image-frame .sticker.color002,
.w-products-list-item .sticker.color002 {
  color: red;
}
.w-cart-list-item .w-image .fav-btn .icon ._svg {
  width: 18px;
  height: 18px;
}
.w-cart-list-item .w-image .sticker {
  font-size: 10px;
  padding: 2px 5px 0px;
  min-width: 39px;
}
.w-cart-list-item .image__link {
  text-decoration: none;
}
.w-cart-list-item a.image__link:hover .r-img {
  opacity: 0.8;
}
.w-cart-list-item .name__link {
  text-decoration: none;
}
.w-cart-list-item a.name__link:hover {
  text-decoration: underline;
}
.w-cart-list-item .description {
  color: #909090;
  font-size: 14px;
}
.w-cart-list-item .description b {
  color: #000;
}
a.delete__link {
  text-decoration: none;
  color: #202020;
}
a.delete__link svg {
  display: inline-block;
  vertical-align: middle;
}
a.delete__link path {
  fill: #c7c7c7;
}
a.delete__link:hover path {
  fill: red !important;
}
.row-cart-list-item .delete__link .mobile-text {
  vertical-align: middle;
  display: none;
  font-size: 12px;
  line-height: 14px;
  margin-right: 5px;
  margin-top: 2px;
}
.w-cart-list-item .w-price .price.old {
  width: auto;
  display: inline-block;
}
.w-cart-list-item .flex-price {
  min-height: 44px;
}
.w-cart-list-item .col-pcs .input__default {
  height: 46px;
  text-align: center;
}
.w-cart-list-item .mobile-description {
  font-size: 11px;
  color: #909090;
  margin-bottom: 2px;
  display: none;
  text-align: center;
}

.clear-cart__link {
  display: inline-block;
  text-decoration: none;
  color: #909090;
  font-size: 12px;
}
a.clear-cart__link:hover {
  color: red;
}
.w-cart-alert {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.w-cart-alert .w-icon-left {
  position: relative;
  padding-left: 40px;
}
.w-cart-alert .w-icon-left .icon {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 22px;
  height: 24px;
}


.w-product-inline .col-top-info .button {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 160px
}









@media (min-width: 1400px) {
  .owl-carousel.owl-items-slider .owl-stage-outer {padding-bottom: 0;}
}
@media (max-width: 1400px) {
  .owl-carousel.owl-managers-slider .owl-nav [class*=owl-],
  .owl-carousel.owl-brands-slider .owl-nav [class*=owl-],
  .owl-carousel.owl-items-slider .owl-nav [class*=owl-] {top: auto;bottom: 0;border: 1px solid #ececec;}
  .owl-carousel.owl-managers-slider .owl-nav [class*=owl-],
  .owl-carousel.owl-brands-slider .owl-nav [class*=owl-] {border-color: #cecece;}

  .owl-carousel.owl-managers-slider.nav-outside .owl-nav .owl-prev,
  .owl-carousel.owl-brands-slider.nav-outside .owl-nav .owl-prev,
  .owl-carousel.owl-items-slider.nav-outside .owl-nav .owl-prev {left: auto;right: 50px;}

  .w-filters-wrapper {margin-right: 0;padding: 0;}

  .owl-carousel.owl-managers-slider .owl-stage-outer,
  .owl-carousel.owl-brands-slider .owl-stage-outer {padding-bottom: 50px;}

  .w-offer-news-slider .col-arrow {display: none;-ms-flex: 0 0 200px;flex: 0 0 200px;max-width: 200px;}
  .w-offer-news-slider .col-arrow.col-arrow-right {display: block;}
  .w-offer-news-slider .col-content {-ms-flex: 0 0 calc(100% - 200px);flex: 0 0 calc(100% - 200px);max-width: calc(100% - 200px);}

  .row-index-category-switcher._tabs {margin-left: -6px;margin-right: -6px;}
  .row-index-category-switcher._tabs>.col {padding-left: 6px;padding-right: 6px;}

  .row-index-category-switcher._tabs .col-index-category .col-icon {-ms-flex: 0 0 56px;flex: 0 0 56px;max-width: 56px;}
  .row-index-category-switcher._tabs .col-index-category .col-name {-ms-flex: 0 0 calc(100% - 56px);flex: 0 0 calc(100% - 56px);max-width: calc(100% - 56px);}
  .row-index-category-switcher._tabs .col-index-category .col-name .name {
    font-size: 11px;
    line-height: 13px;
    -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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    min-height: 30px;
  }
  .row-index-category-switcher._tabs .w-index-category-switcher .icon {width: 40px;}

}



@media (max-width: 1199px) {

  .w-index-slider .content {margin-right: 200px;}

  .w-product-inline .col-image {padding-right: 0;}
  .price__link {margin: 5px 0 5px 0;}
  .sale-top-sticker.relative {display: block;text-align: right;border: none;padding-left: 0;}

  .row-index-category-switcher._tabs .col-index-category .col-name {font-size: 13px;line-height: 15px;}

  .row-index-category-switcher._tabs {-webkit-flex-wrap: nowrap;-moz-flex-wrap: nowrap;-ms-flex-wrap: nowrap;-o-flex-wrap: nowrap;flex-wrap: nowrap;width: calc(100% + 30px);overflow: auto;margin-left: -15px;margin-right: -15px;padding-left: 0px;padding-right: 0px;}
  .row-index-category-switcher._tabs>.col {-ms-flex: 0 0 210px;flex: 0 0 210px;max-width: 210px;padding-left: 0;padding-right: 0}
  .row-index-category-switcher._tabs .col-index-category .col-icon {-ms-flex: 0 0 42px;flex: 0 0 42px;max-width: 42px;}
  .row-index-category-switcher._tabs .col-index-category .col-name {-ms-flex: 0 0 calc(100% - 42px);flex: 0 0 calc(100% - 42px);max-width: calc(100% - 42px);}
  .row-index-category-switcher._tabs .w-index-category-switcher .icon {width: 34px;}

  .w-product-right-description {padding-left: 0;padding-right: 0;}

  .w-product-right-description.scroll-desktop {height: 384px;}

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

  .h-top {padding: 4px 0;}
  .h-top a.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;}

  .w-index-slider .content {margin-right: 150px;}
  .navigation-menu.main-menu .mobile-name {display: block;}
  .navigation-menu-body {height: calc(100vh - 64px);overflow: auto;}

  .b-mobile-button.menu {display: inline-block;}
  .navigation-menu.main-menu {position: fixed;right: -101%;top: 0;width: 100%;max-width: 350px;height: 100vh;background-color: rgba(0,0,0,0.9);z-index: 3;transition: ALL 0.2s ease;-webkit-transition: ALL 0.2s ease;-moz-transition: ALL 0.2s ease;-o-transition: ALL 0.2s ease;}
  .navigation-menu._toggled {right: 0;}
  .navigation-menu.main-menu .mobile-name {display: block;}
  .navigation-menu-body {overflow: auto;}

  .top-inline>a {padding-top: 14px;padding-bottom: 14px;}
  .h-top a.phone__link {padding: 13px 0;}

  ul.ul-top-menu li {display: block;}
  ul.ul-top-menu li a {display: block;color: #fff;padding: 12px 15px;text-align: left;}
  ul.ul-top-menu li a:hover {text-decoration: none;background-color: #49bae4;}
  ul.ul-top-menu li._active>a {color: #fff;background-color: #1996c5;}

  ul.ul-top-menu .inset {
    display: none;
  }
  ul.ul-top-menu .inset._js-toggled-mobile {
    display: block;
  }
  ul.ul-top-menu li.li-dropper {
    position: relative;
  }
  ul.ul-top-menu .b-dropper {
    position: absolute;
    right: 2px;
    top: 4px;
    width: 32px;
    height: 32px;
    border: 1px solid #cecece;
    border-radius: 2px;
    cursor: pointer;
  }
  ul.ul-top-menu .b-dropper:after {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 8px;
    height: 8px;
    margin: 0;
    top: 9px;
    right: 10px;
    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.ul-top-menu .b-dropper._toggled:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 13px;
    border-color: #fff;
  }
  .ul-top-menu li.li-dropper .inset>.ul-inset {
    background-color: rgba(255,255,255,0.3);
  }
  .ul-top-menu .ul-inset.primary>li>a {
    padding-left: 35px;
  }
  .ul-top-menu .ul-inset.primary>li>a:before {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 4px;
    height: 2px;
    content: "";
    background-color: #fdc928;
  }
  .ul-top-menu .ul-inset.secondary>li>a {
    padding-left: 50px;
  }

  .col-index-category._active,
  .col-index-category {padding-bottom: 0; margin-bottom: 0;border: none;}
  .col-index-category:after {display: none;}

  .s-index-categorys {border-bottom: none;margin: 20px 0;}

  .row-index-catalog-row {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important;}
  .w-index-category-switcher {text-align: left;}

  .col-catalog-left-description {padding-bottom: 20px;}
  .col-catalog-left-description article,
  .col-catalog-left-description .section-name,
  .col-catalog-left-description .w-buttons {margin-bottom: 10px;}
  .col-product-list-item .inner-content {padding: 0 10px 10px 10px;}
  .col-product-list-item .block__link {margin-top: 10px;}

  .f-contacts-col {display: inline-block;vertical-align: top;width: 49%;padding-right: 30px;}
  .f-phones {margin-bottom: 0;}
  .f-phones .phone {display: inline-block;margin: 0 15px 5px 0;}
  .f-phones .phone__link {font-weight: normal;font-size: 16px;}

  .f-bottom .right,
  .f-bottom .left {width: 50%;}
  .f-bottom .middle {width: 100%;text-align: left;padding: 0 0 4px 0;border-bottom: 1px solid #08437e;}

  .w-filters .w-filter.dropper .b-dropper:after {content: "-";width: 16px;font-size: 20px;line-height: 15px;}
  .w-filters .w-filter.dropper .b-dropper._toggled:after {content: "+";font-size: 17px;width: 18px;line-height: 18px;}
  .w-filters .w-filter.dropper>.inset {display: none;}


  .w-product-inline .name__link {font-size: 14px;line-height: 16px;}
  .w-product-inline .art {margin-bottom: 5px;}
  .w-product-inline .col-product-description,
  .w-product-inline .col-product-name {padding-right: 30px;}
  .w-product-inline .col-top-info {text-align: left;}
  .price__link {margin-right: 10px;}
  .sale-top-sticker.relative {display: inline-block;text-align: left;padding-left: 10px;border-left: 1px solid #ececec;}

  .sale-top-sticker.relative .description {max-width: calc(100% - 24px);}

  .w-product-nameing h1 {font-size: 22px;}

  .w-product-top {padding: 0;}
  .w-product-top .responsive-box {max-width: 380px;margin: 0 auto;}
  .w-product-top .corner-lense {}
  .w-product-top .col-product-description {border: none;}

  .w-tabs-top {font-size: 0;line-height: 0;padding-bottom: 0;border: none;}
  .w-tabs-top .tab:nth-child(1),
  .w-tabs-top .tab {background-color: #ececec;color: #606060;font-weight: normal;padding: 8px 12px;font-size: 14px;line-height: 16px;box-shadow: 0 0 1px rgba(0,0,0,0.2);border-radius: 2px 2px 0 0;text-align: left;}
  .w-tabs-top .tab._active {background-color: #fff;color: #202020;}
  .w-tabs-top .tab._active {color: #000;}
  .w-tabs-bottom {padding: 15px;border: 1px solid #ececec;}

  .w-tabs-top {display: table;width: 100%;}
  .w-tabs-top .tab:nth-child(1),
  .w-tabs-top .tab {display: table-cell;vertical-align: middle;padding: 13px 5px;font-size: 13px;line-height: 15px;}


  .s-more-products .col-product-list-item {-webkit-box-flex: 0;-ms-flex: 0 0 33.333%;flex: 0 0 33.333%;max-width: 33.333%;}
  .s-more-products .col-product-list-item:nth-last-child(1) {display: none;}

  .w-article-list .col-item .w-article-list-item {border-bottom: 1px solid #ececec;}
  .w-article-list-item .column.col-image {padding-bottom: 0;}
  .w-article-list .name__link {font-size: 14px;line-height: 16px;margin-top: 0;}

  .s-map {background-color: #ececec;}
  .s-map .container {position: relative;padding-bottom: 0;}
  .s-map .left {width: 100%;}
  .s-map .right {display: none;}

  .s-map .w-feedback-form textarea.textarea__default {height: 131px;}

  .w-contacts-tabs-bottom {padding-bottom: 0;}
  .w-contacts-tabs-bottom .w-tabs-bottom {margin-bottom: 0;}

  .s-error-body .number {font-size: 300px;line-height: 240px;}
  .s-error-body .name {margin: 15px 0 15px 0;font-size: 33px;line-height: 34px;}
  .s-error-body .description {font-size: 13px;}

  .article-preview-image {float: none;max-width: 100%;padding-left: 0;}

  .w-offer-news-slider .col-arrow {-ms-flex: 0 0 120px;flex: 0 0 120px;max-width: 120px;}
  .w-offer-news-slider .col-content {-ms-flex: 0 0 calc(100% - 120px);flex: 0 0 calc(100% - 120px);max-width: calc(100% - 120px);}
  .row-news-slider .customized-arrow .more-text {display: none;}
  .w-offer-news-slider .frame {padding: 0 15px 0 0;}

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

  .mobile-aside-catalog-btn {display: block;}
  .w-aside-catalog {display: none;}
  .w-aside-catalog .title {display: none;}

  .w-product-right-description.scroll-desktop {height: auto;}
  .w-product-right-description.scroll-desktop .absolute {position: relative;}

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

  .h-search._toggled {height: 45px;}
  .h-search {height: 0;overflow: hidden;transition: ALL 0.2s ease;-webkit-transition: ALL 0.2s ease;-moz-transition: ALL 0.2s ease;-o-transition: ALL 0.2s ease;}
  .h-search .search {margin-top: 5px;}
  .col-mobile-search-btn {display: block;}
  .search .input__default:focus,
  .search .input__default {width: 100%;border-color: transparent;border-bottom-color: #83b0dd;}

  .w-index-slider .cell {padding: 15px 0 25px;height: 230px;}
  .w-index-slider .content {margin-right: 0;}
  .w-index-slider .name {font-size: 24px;line-height: 28px;}
  .w-index-slider .description {font-size: 13px;line-height: 15px;}
  .w-index-slider .name ~ .description {padding-top: 10px;margin-top: 10px;}

  .top-inline {display: none;}
  .top-inline._phone {display: block;}
  .h-top a.phone__link:hover,
  .h-top a.phone__link {padding: 13px 0;}

  ul.ul-top-menu li.li-mobile {display: block;}

  .s-line.gray-bg .col-xs-hide {display: none;}

  .w-index-category-switcher .icon {width: 100%;}

  .f-bottom .right,
  .f-bottom .left {width: 100%; text-align: center;}
  .f-bottom .right {margin-bottom: 82px;}
  .f-bottom .middle {display: none;}

  table.table-product-features tr {display: block;margin-bottom: 3px;}
  table.table-product-features td {padding: 0;display: block;}

  thead td,
  th {padding: 5px 10px;font-size: 13px;line-height: 15px;}

  .s-more-products .col-product-list-item {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
  .s-more-products .col-product-list-item:nth-last-child(1) {display: block;}

  .w-article-list .name__link.black {font-size: 16px;line-height: 18px;}

  .s-error-body .name {font-size: 24px;line-height: 22px;}

  .w-offer-news-slider .frame {padding: 5px 15px 5px 15px;}
  .w-offer-news-slider .col-arrow {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .w-news-vertical-slider a {min-height: 85px;padding-left: 0;padding-right: 0;font-size: 13px;line-height: 15px;}
  .w-offer-news-slider .col-content {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .row-news-slider .customized-arrow:before {display: none;}
  .row-news-slider .customized-arrow .more-text {display: inline-block;}

  .row-index-categorys-list-btns {margin-left: -4px;margin-right: -4px;}
  .row-index-categorys-list-btns>* {padding-left: 4px;padding-right: 4px;}

  .row-index-categorys-list>.col {padding-bottom: 3px;}
  .w-index-categorys-list-btns .w-index-category-switcher {padding: 3px 3px 0 3px;}
  .w-index-categorys-list-btns .row-index-catalog-row {margin-left: -3px;margin-right: -3px;}
  .w-index-category-switcher .col-icon,
  .w-index-category-switcher .col-name {padding-bottom: 3px;padding-left: 3px;padding-right: 3px;}
  .w-index-categorys-list-btns .col-icon {-ms-flex: 0 0 28px;flex: 0 0 28px;max-width: 28px;display: none;}
  .w-index-categorys-list-btns .col-name {-ms-flex: 0 0 calc(100% - 28px);flex: 0 0 calc(100% - 28px);max-width: calc(100% - 28px);-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .w-index-categorys-list-btns .col-name .name {font-size: 10px;line-height: 12px;min-height: 24px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;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;}

  .row-timing-item .col-time {-webkit-box-flex: 0;-ms-flex: 0 0 120px;flex: 0 0 120px;max-width: 120px;}

  .w-event-primary-image {padding: 30px 0;}
  .w-event-primary-image .flex-content {min-height: inherit;}

  .w-event-primary-image .flex-content>*+* {margin-top: 10px;}
  .w-event-primary-image .s-title {font-size: 24px;line-height: 27px;}
  .w-features .col+.col {border-left: none;}

  .row-event-list-item {margin-left: -4px;margin-right: -4px;}
  .row-event-list-item>* {padding-left: 4px;padding-right: 4px;}
  .row-event-list-item .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
  }
  .row-event-list-item .col-name {
    padding-left: 15px;
    padding-top: 5px;
  }
  .w-event-list-item .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
  }
  .w-event-list-item .date {
    font-size: 10px;
    margin-top: 2px;
  }
  .w-event-list-item .description {
    font-size: 12px;
    margin-top: 5px;
  }
  .w-event-list-item .w-more {
    margin-top: 5px;
    font-size: 13px;
  }

  .w-cart-list-item.head {
    display: none;
  }

  .row-cart-list-item .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }




}

@media (max-width: 575px) {
  .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;}

  .col-h-hav {text-align: right;}
  .col-h-hav .h-nav .align-center {text-align: left;}
  .col-h-hav .h-nav {display: inline-block;text-align: left;max-width: 107px;}

  .h-top .container {padding: 0 5px;}
  .w-index-slider .name ~ .description {margin-top: 0;}
  .w-index-slider .name ~ .description:before {display: none;}

  .w-offer-text-slider .text .description {display: none;}

  .sale-top-sticker {right: 5px;}
  .row-catalog-list {margin: 0 -5px;}
  .row-catalog-list>* {padding-left: 5px;padding-right: 5px;}
  .col-product-list-item:before {width: calc(100% - 10px);left: 5px;}
  .col-product-list-item {margin-bottom: 10px;}

  .col-product-list-item .name {font-size: 12px;line-height: 14px;min-height: 28px;}
  .col-product-list-item hr {display: none;}
  .col-product-list-item .block__link>*+* {margin-top: 8px;}
  .col-product-list-item .bottom-brands-list .description,
  .col-product-list-item .bottom-brands-list .tab__link {font-size: 10px;line-height: 10px;}

  .f-contacts-col {width: 100%;display: block;padding-right: 0;}
  .f-phones .phone {margin: 0 15px 10px 0;}

  .s-page-branding .section-name._h1,
  .s-page-branding h1 {font-size: 20px;}
  .w-breadcrumbs {display: none;}

  .s-catalog-list {padding: 10px 0;}
  .w-filters-wrapper {margin-bottom: 15px;padding: 0;}
  .w-filters .w-filter .name {padding: 12px 35px 12px 55px;}
  .w-filters .w-filter .name .icon {left: 4px;}
  .clear-filers__link {padding: 13px 0 13px 40px;}

  .w-product-right-description {padding: 0px;}

  .w-tabs-top .tab {font-size: 12px;line-height: 14px;}
  .w-tabs-bottom {border:none;border-bottom: 1px solid #ececec; padding: 20px 0;}

  .row-article-list {margin: 0 -5px;}
  .row-article-list>* {padding-left: 5px;padding-right: 5px;}

  .w-brand-info-top .primary-text {font-size: 18px;line-height: 26px;}

  .s-error-body .number {font-size: 150px;line-height: 150px;}
  .s-error-body .name {font-size: 14px;line-height: 14px; max-width: 300px; margin: 10px auto;}
  .s-error-body .description {font-size: 11px;line-height: 12px;text-align: left; max-width: 300px; margin: 10px auto;}

  .w-fixed-helper .helper-button {width: 60px;height: 60px;margin: 0 4px 4px 0;}
  .w-fixed-helper .helper-button .icon,
  .w-fixed-helper .helper-button .icon img {width: 28px;height: 22px;}
  .w-fixed-helper .helper-button br {display: block;}
  .w-fixed-helper .helper-button .icon {left: 0px;margin-bottom: 0px;}
  .s-index-categorys-new.gray-bg {background-color: #fff;padding: 0;}
  .s-index-categorys-new.gray-bg .white-frame {background-color: #fff;padding: 0 15px;margin-left: -15px;margin-right: -15px;}
  .row-index-categorys-list-btns .col-nav {position: relative;}
  .row-index-categorys-list {position: sticky;top: 10px;bottom: 10px;left: 0;}
  .w-index-categorys-list-btns .w-text-content-block  {padding: 0px;}

  .w-event-primary-image {margin-left: -15px;margin-right: -15px;}

  .w-sale-info-message {
    font-size: 14px;
    line-height: 17px;
    padding: 11px;
    padding-left: 65px;
  }
  article blockquote {
    padding: 15px 15px;
  }

  .row-cart-list-item .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
  .row-cart-list-item .col-name {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 80px - 60px);
    -ms-flex: 0 0 calc(100% - 80px - 60px);
    flex: 0 0 calc(100% - 80px - 60px);
    max-width: calc(100% - 80px - 60px);
  }
  .row-cart-list-item .col-pcs  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }
  .row-cart-list-item .col-delete {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
    padding-top: 10px;
  }
  .row-cart-list-item .name {
    font-size: 14px;
    line-height: 16px;
  }
  .row-cart-list-item .description {
    font-size: 12px;
    line-height: 14px;
  }
  .row-cart-list-item .description .pt-10 {
    padding-top: 5px;
  }
  .row-cart-list-item .delete__link .mobile-text {
    display: inline-block;
  }

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

  .row-index-category-switcher {margin: 0;}
  .col-index-category {padding-left: 0;padding-right: 5px;}
  .row.row-index-catalog-row {margin: 0;}

  /*.w-index-category-switcher .col-icon {padding-left: 0;padding-right: 0;}
  .w-index-category-switcher .icon {width: 40px;}
  .w-index-category-switcher .col-name {font-size: 11px;line-height: 14px;}
  */

  .sale-top-sticker .description {display: none;}
  .sale-top-sticker .w-icon {padding: 5px;margin: 0;}
  .sale-top-sticker .w-icon img {max-width: 20px;}

  .col-catalog-left-description .w-buttons .pdf__link {font-size: 12px;max-width: 145px;}

  .w-catalog-bottom .pdf__link {padding: 10px 0;}
  .w-catalog-bottom .pdf__link span {font-size: 12px;line-height: 13px;}

  .w-offer-text-slider .icon ~ .text {padding-left: 7px;}

  .w-product-inline.category .col-product-description {display: block;}
  .w-product-inline .col-product-description {display: none;}
  .sale-top-sticker.relative {display: block;border: none;padding-left: 0;}

  .w-product-inline .name__link {margin: 0 0 5px 0;font-size: 12px;line-height: 14px;}
  .w-product-inline .art {margin-bottom: 5px;font-size: 12px;line-height: 13px;}
  .sale-top-sticker.relative .description {font-size: 13px;line-height: 13px;padding: 6px 0 6px 5px;}
  .sale-top-sticker.relative .w-icon {float: left;}

  .pager-up {width: 35px;height: 35px;margin: 0 4px 4px 0;}
  .pager-up .uparrow {top: 5px;right: 12px;width: 10px;height: 10px;}

  .w-article-list .col-item {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}

  .w-slider-contacts .phone .description {display: block;width: auto;}
  .w-slider-contacts .phone .phone__link {padding-left: 0;width: 100%;}

  .w-product-action-buttons .price__link {width: 100%;text-align: center;border-bottom: 1px solid #f1f1f1;}

  .w-timing-programm .w-item {padding-bottom: 0px;}
  .w-timing-programm .w-item+.w-item {border-top: 1px solid #ececec; padding-top: 20px;margin-top: 20px;}
  .w-timing-programm .col-roll:after {display: none;}
  .row-timing-item .col-roll {
    order: 1;
    min-height: inherit;
  }
  .row-timing-item .col-time {
    text-align: left;
    padding-left: 0;
    order: 2;
  }
  .row-timing-item .col-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }

  .row-event-list-item .col-image {

  }
  .row-event-list-item .col-name {
    padding-left: 10px;
  }
  .row-event-list-item .col-image .image {
    max-width: 130px;
  }
  .row-event-list-item .w-name {
    min-height: 125px;
  }
  .row-event-list-item .w-more,
  .row-event-list-item .description {
    margin-left: -134px;
  }


}

@media (max-width: 355px) {

  .col-catalog-left-description .w-buttons .pdf__link {font-size: 11px;line-height: 12px;}

  .w-buttons.double .button,
  .col-catalog-left-description .w-buttons.double .button {font-size: 12px;line-height: 14px;padding: 8px 15px;min-width: inherit;}

  .sale-top-sticker.relative .description {text-align: left;}

}

.news-vertical-slider {display: none;}
.news-vertical-slider.slick-initialized {display: block;}

@media (max-width: 490px){
  .w-product-right-description .w-tabs .tab-item .w-text {

    font-size: 12px;
  }
}

table.table-product-features td:nth-child(1){
	min-width:200px;
}
span.a {
    position: relative;
    color: #ff0000;
    color: #006e97;
    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;
}
.ul-catalog-nav>li>span.a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 15px 4px 15px;
    background-color: #f9f9f9;
    position: relative;
}
.ul-catalog-nav li._active-color>span.a {
    background-color: #0d9bd0;
    color: #fff;
}


