@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,cyrillic);

/* ------------- Reset Styles -------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  box-shadow: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

/* ------------ Generic Styles ------------- */

body {
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  font-size: 14px;
  color: #111111;
}

.container {
  width: 940px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}

.clear {
  clear: both;
}

a,
a:visited {
  color: #4d5e9a;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

input[type="submit"] {
  cursor: pointer;
  border: 0;
  color: #ffffff;
}

/* -------------- Head Styles -------------- */

.head {
  height: 50px;
  line-height: 26px;
  background: #2d323f;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 7px 0;
}

.attention {
  background: #4d5e9a;
  color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.attention a {
  color: #fff;
}

.head .container {
  overflow: visible;
}

.head .catbutton {
  float: left;
  width: 220px;
  margin-right: 0;
  position: relative;
  transition: 0.2s all ease;
  background: #ed1a3b;
}

.head .catbutton:hover {
  background-color: #4d5e9a;
}

.head .catbutton > a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 12px 0 12px 66px;
  background: url(/img/icon23.png) 30px 50% no-repeat;
  box-sizing: border-box;
  width: 220px;
}

.head .catbutton > ul {
  background: #4d5e9a;
  position: absolute;
  top: 50px;
  left: 0;
  width: 220px;
  display: none;
}

.head .catbutton > ul li {
  line-height: 20px;
  border-bottom: 1px solid #6e78be;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.head .catbutton > ul > li:hover {
  background: #6e78be;
}

.head .catbutton > ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px 14px;
}

.head .catbutton > ul > li ul {
  position: absolute;
  left: 220px;
  top: 0;
  background: #6e78be;
  width: 220px;
  display: none;
}

.head .catbutton > ul > li > ul li {
  border-bottom: 1px solid #828bc9;
}

.head .catbutton > ul > li > ul li:hover {
  background: #828bc9;
}

.head .catbutton > ul > li > ul > li > ul {
  background: #828bc9;
}

.head .catbutton > ul > li > ul > li > ul li a:hover {
  text-decoration: underline;
}

.head .search {
  float: left;
  display: block;
  width: 340px;
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 20px;
}

.head .search input[type="text"] {
  font-size: 14px;
  width: 220px;
  height: 30px;
  background: #ffffff;
  border: 0;
  padding: 0 10px;
  float: left;
}

.head .search input[type="submit"] {
  width: 100px;
  height: 30px;
  background: #4d5e9a;
  float: left;
  font-size: 14px;
  transition: 0.2s ease all;
}

.head .search input[type="submit"]:hover {
  background: #6e78be;
}

.head .delivery-info {
  float: left;
  margin: 10px 0 0 35px;
  line-height: 30px;
}

.head .delivery-info a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding-left: 32px;
  background: url(/img/icon21.png) left no-repeat;
}

.head .cart {
  float: right;
  color: #ffffff;
  text-decoration: none;
  display: block;
  background: url(/img/icon1.png) left no-repeat;
  padding-left: 30px;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  margin-right: 10px;
}

.head .cart span {
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-left: 5px;
  border-radius: 50%;
  background: #4d5e9a;
  float: right;
  position: relative;
  transition: 0.2s ease all;
}

.head .cart:hover span {
  background: #6e78be;
}

.head .helper-info {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.head .helper-info a {
  display: block;
  width: 50px;
  height: 64px;
  background: #ed1a3b url(/img/icon25.png) center no-repeat;
  text-indent: -9999px;
  transition: 0.2s ease all;
}

.head .helper-info a:hover {
  background-color: #4d5e9a;
}

.head .helper-info span {
  position: absolute;
  top: 58px;
  right: 5px;
  width: 230px;
  background: #ffffff;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: none;
  transition: 0.2s ease all;
}

.head .helper-info.active span {
  display: block;
}

.head .helper-info span:after {
  content: "";
  position: absolute;
  right: 8px;
  top: -24px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}

.head .helper-info span p {
  text-align: left;
  text-align: justify;
}

.head .helper-info span div {
  display: inline-block;
  border-bottom: 1px dotted #111;
  cursor: pointer;
  margin: 8px 0 0 0;
  transition: 0.2s ease all;
}

.head .helper-info span div:hover {
  color: #4d5e9a;
  border-color: #4d5e9a;
}

/* ------------- Header Styles ------------- */

.header {
  height: 80px;
  padding-top: 64px;
}

.header .logo {
  margin-top: 15px;
  height: 50px;
  float: left;
}

.header .desc {
  float: left;
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  padding: 34px 0 14px 0;
  margin-left: 0px;
  color: #47403d;
  font-weight: 300;
}

.header .medhref {
  float: left;
  padding-left: 28px;
  background: url(/img/icon28.png) left no-repeat;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin: 32px 0 0 50px;
}

.header .phone {
  float: right;
  padding-left: 25px;
  background: url(/img/icon2.png) 0 3px no-repeat;
  margin-top: 20px;
}

.header .phone span {
  display: block;
  font-size: 22px;
  color: #4d5e9a;
  line-height: 22px;
  font-weight: 700;
}

.header .phone a {
  font-size: 12px;
  line-height: 14px;
  margin: 5px 0 0 10px;
  display: block;
  text-align: right;
  padding-right: 1px;
}

/* -------------- Menu Styles -------------- */

.topmenu {
  background: #f4f1f2;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.topmenu .container {
  overflow: visible;
}

.topmenu ul {
}

.topmenu .container > ul > li {
  float: left;
  position: relative;
  transition: 0.2s all ease;
  margin-right: 45px;
}

.topmenu .container > ul > li:last-child {
  margin: 0;
  float: right;
}

.topmenu ul li a {
  text-decoration: none;
  color: #111;
  display: block;
  padding: 0 16px;
}

.topmenu ul li:hover {
  background: #fff;
}

.topmenu ul li ul {
  background: #fff;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 21;
  width: 220px;
  display: none;
}

.topmenu ul li ul li {
  float: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}

.topmenu ul li ul li:last-child {
  border: 0;
}

.topmenu ul li ul li a {
  border: none;
  color: #4d5e9a;
  text-decoration: underline;
  display: inline-block;
}

.topmenu ul li ul li a:hover {
  text-decoration: none;
}

/* ------------- Slider Styles ------------- */

.slider {
  background: #e1e1e1;
  height: 300px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.slider .caroufredsel_wrapper {
  margin: 0 auto !important;
}

.slider .pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.slider .pagination a {
  width: 17px;
  height: 17px;
  background: url(/img/icon7.png) top no-repeat;
  text-indent: -9999px;
  margin: 0 5px;
  display: inline-block;
}

.slider .pagination a.selected {
  background-position: bottom;
}

.slider .nav {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -470px;
  width: 940px;
  z-index: 5;
  display: none;
}

.slider .nav div {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background: url(/img/icon8.png) no-repeat;
  position: absolute;
  top: 136px;
  cursor: pointer;
}

.slider .nav .prev {
  background-position: 0 0;
  left: 0;
}

.slider .nav .prev:hover {
  background-position: 0 -28px;
}

.slider .nav .next {
  background-position: -28px 0;
  right: 0;
}

.slider .nav .next:hover {
  background-position: -28px -28px;
}

/* ------------ Triggers Styles ------------ */

.triggers {
  height: 90px;
  background: #f4f1f2;
  margin-bottom: 50px;
}

.triggers .container a {
  width: 300px;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: 0.2s all ease;
  font-size: 15px;
  font-weight: 600;
}

.triggers .container a:last-child {
  width: 340px;
}

.triggers .container a div {
  display: inline-block;
  padding: 25px 10px;
  line-height: 40px;
  height: 40px;
}

.triggers .container a:hover {
  background: #fff;
}

.triggers .container a div img {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
}

.triggers .container a div span {
  display: block;
  padding-left: 12px;
  text-decoration: underline;
  line-height: 40px;
  height: 40px;
  float: left;
}

/* ---------- Breadcrumbs Styles ----------- */

.breadcrumbs {
  background: #f0f4f7;
  height: 26px;
  padding: 12px 0;
  line-height: 26px;
  margin-bottom: 50px;
}

.breadcrumbs .back {
  width: 80px;
  height: 26px;
  float: left;
  display: block;
  background: #4d5e9a;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: 0.2s ease all;
}

.breadcrumbs .back:hover {
  background: #ed1a3b;
}

.breadcrumbs .bcont {
  float: left;
  font-size: 14px;
  margin-left: 20px;
  color: #4d5e9a;
  width: 840px;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
}

.breadcrumbs .bcont a {
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumbs .bcont a:first-child {
  margin-left: 0;
}

.breadcrumbs .bcont span {
  margin-left: 5px;
}

.breadcrumbs .bcont a:hover {
  text-decoration: underline;
}

/* ------------ Content Styles ------------- */

.main .lblk {
  width: 240px;
  min-height: 10px;
  float: left;
}

.main .rblk {
  width: 700px;
  float: left;
}

/* ------- Main Page Category Styles ------- */

.mainpage {
  margin-bottom: 30px;
}

.mainpage h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
  color: #4d5e9a;
}

.mainpage p {
  line-height: 22px;
  font-weight: 400;
}

.confblk {
  margin-bottom: 40px;
  overflow: hidden;
}

.hdrholder {
  background: url(/img/line.jpg) center repeat-x;
  height: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}

.confblk h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  background: #fff;
}

.confblk p {
  line-height: 22px;
  font-weight: 400;
}

.confblk .categories {
  overflow: hidden;
  margin-top: 20px;
}

.confblk .categories a {
  text-align: center;
  float: left;
  display: block;
  width: 220px;
  padding: 9px;
  position: relative;
  margin: 0 20px 10px 0;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.confblk .categories.fourlink a {
  width: 170px;
  margin-right: 6.6px;
}

.confblk .categories a:nth-child(4n + 4) {
  margin-right: 0;
}

.confblk .categories a:hover {
  border-color: #4d5e9a;
  text-decoration: underline;
}

.confblk .categories a img {
  display: block;
  padding: 0 25px;
}

.confblk .categories.fourlink a img {
  padding: 0px;
}

.confblk .categories a span {
  display: block;
  line-height: 20px;
  color: #4d5e9a;
  font-size: 16px;
  margin-top: 10px;
  padding: 8px 0;
}

.confblk .lblk .categories a:nth-child(2n + 2) {
  margin-right: 0;
}

.confblk .rblk .categories a:nth-child(2n + 2) {
  margin-right: 0;
}

/* ----------- Left Menu Styles ------------ */

.main .lblk .menuhdr {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
  color: #4d5e9a;
}

.main .lblk ul {
  margin-bottom: 30px;
  display: block;
}

.main .lblk ul li {
  line-height: 24px;
  margin-bottom: 20px;
}

.main .lblk ul li a {
  color: #ed1a3b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 2px 5px;
  width: 215px;
}

.main .lblk ul li a:hover {
  text-decoration: underline;
}

.main .lblk ul li ul {
  margin: 8px 0 25px 0;
}

.main .lblk ul li ul li {
  margin-bottom: 5px;
  padding-left: 20px;
}

.main .lblk ul li ul li.current {
  background: url(/img/icon9.png) left 8px no-repeat;
}

.main .lblk ul li ul li a {
  color: #2d323f;
  font-size: 14px;
  font-weight: 400;
  background: none;
  padding: 0;
  width: auto;
}

.main .lblk ul li ul li ul {
  margin-bottom: 8px;
}

/* ------------ Sort Block Styles ---------- */

.filt {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}

.filt .sort {
  float: left;
}

.filt .sort div,
.filt .display div {
  float: left;
  color: #4d5e9a;
}

.filt .sort span,
.filt .display span {
  display: inline-block;
  font-weight: 600;
  float: left;
  margin-left: 15px;
  cursor: default;
}

.filt .sort a,
.filt .display a {
  display: inline-block;
  float: left;
  margin-left: 15px;
}

.filt .display {
  float: right;
}

.filt .display a,
.filt .display span {
  margin-left: 9px;
}

.pagination {
  overflow: hidden;
  margin-bottom: 20px;
}

.pagination .pcont {
  float: left;
}

.pagination .pcont div {
  float: left;
  line-height: 38px;
  height: 25px;
  color: #4d5e9a;
  margin: 0 5px;
}

.pagination .pcont a,
.pagination .pcont b {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  border: 1px solid #4d5e9a;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
  margin: 0 5px;
  transition: 0.2s ease all;
}

.pagination .pcont a:hover {
  border-color: #ed1a3b;
  background: #ed1a3b;
  color: #ffffff;
}

.pagination .pcont .current {
  background: #4d5e9a;
  color: #ffffff;
}

.pagination .pcont .prev,
.pagination .pcont .next {
  border: 0;
  width: 80px;
  height: 26px;
  line-height: 26px;
  background: #4d5e9a;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: 0.2s ease all;
  margin: 0;
}

.pagination .pcont .prev {
  margin-right: 15px;
}

.pagination .pcont .next {
  margin-left: 15px;
}

.pagination .pcont a.prev:hover,
.pagination .pcont a.next:hover {
  background: #ed1a3b;
}

.pagination .mode {
  line-height: 26px;
  float: right;
}

.pagination .mode div {
  float: left;
  color: #4d5e9a;
  margin-right: 15px;
}

.pagination .mode a {
  display: block;
  float: left;
  height: 26px;
  width: 33px;
  text-indent: -9999px;
}

.pagination .mode a.grid {
  background: url(/img/icon20.png) -33px 0 no-repeat;
  margin-right: 10px;
}

.pagination .mode a.grid.active {
  background: url(/img/icon20.png) -33px -26px no-repeat;
}

.pagination .mode a.list {
  background: url(/img/icon20.png) 0 0 no-repeat;
}

.pagination .mode a.list.active {
  background: url(/img/icon20.png) 0 -26px no-repeat;
}

.pagination .showed {
  line-height: 26px;
  float: right;
  font-weight: 300;
}

/* ------------- Filter Styles ------------- */

.filters {
  margin-bottom: 30px;
}

.filters h3 {
  color: #5969a1;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.filters .fblk {
  overflow: hidden;
}

.filters .fblk.acsale {
  margin: 10px 0;
}

.filters .fblk .fhdr {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgUlEQVQ4jcWTsQ2AMAwEPUZKCoqUDMAEkR4FmYwWIRt2YYyMQEHJAhQU0CZB4vs7vWw90StgsWDdXIiGSoJRerCeYE2fSLyfm0rJsoPF/iyZ9KiTsNhb8KfEhWjAmsB6YpQ+C/Z+borhp3oVvOwuaFcMZx+t6vfvHQxhbbNgorI5Xx6lbCzjEtyJAAAAAElFTkSuQmCC")
    96% 50% no-repeat;
  background-color: #f0f4f7;
  color: #4d5e9a;
  width: 210px;
  padding: 5px 10px;
  transition: 0.2s background-color ease;
  cursor: pointer;
  margin-bottom: 1px;
}

.filters .fblk .fhdr:hover {
  background-color: #d4e3ef;
}

.filters .fblk.opened .fhdr {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA10lEQVQ4jdXRQUoDMRjF8TmGR5ila2mxYAWZyYtMXgJerOD30psILaIoiFBwoXiCHmAu0MWUlkptme76QZa/f/KRojj/Aa1EY4PerrEBaGUBag6q7RPpsFpQ8+I+6spTT5769VEPx7DjFI5agDbbXFrHPAQ1c9S3Czn+h32a3oH6QLAXF/NotxzzCMzPnvpyQc1fXFNjBHsD9e5Tvt3/vPh4A+rVUYs6yG92Trpexz8dc3VwR9BKMC+7Y2WVJhegfkC1VdLlQbw/0uHeX72NnIB3Iqfi85kVi/9sT701eR4AAAAASUVORK5CYII=");
}

.filters .fblk .fhdr .comphref {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
}

.filters .fblk .finp {
  margin: 20px 0;
  overflow: hidden;
  padding: 0 5px;
  display: none;
}

.filters .pricehldr {
  overflow: hidden;
  color: #4d5e9a;
  line-height: 28px;
  height: 28px;
}

.filters .pricehldr span {
  float: left;
  display: block;
}

.filters .pricehldr input[type="text"] {
  border: 2px solid #abb3cf;
  width: 58px;
  height: 24px;
  float: left;
  padding: 0;
  margin: 0 10px 0 5px;
  text-align: center;
  font-size: 14px;
  color: #4d5e9a;
}

.filters .action {
  overflow: hidden;
  padding: 0 10px;
  margin-top: 10px;
}

.filters .action input[type="submit"] {
  float: left;
  width: 120px;
  height: 30px;
  line-height: 26px;
  background: #4d5e9a;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 15px;
  transition: 0.2s ease all;
}

.filters .action input[type="submit"]:hover {
  background: #ed1a3b;
}

.filters .action .reset {
  line-height: 30px;
  display: inline-block;
  padding-left: 26px;
  line-height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAf0lEQVQ4jZ2RsRWAIAwFM6C/CYzgAOxBYWtgVAtt8D0FkYTUuctPQnApLrx7MtbCu4dLkcAS4NJhkRT4AEsgIjJJGvgujaQLayRD+E+ihr8kZriWTMGv2DOCZ+yS5FRLvnZWS8Cy9iIPJZop3R7Lnk2v+Ug1A5+3mT+DJcDn7QJ2Np/HDUDrsgAAAABJRU5ErkJggg==")
    left no-repeat;
}

/* ---------- Product Block Styles --------- */

.prodblk {
  margin-bottom: 60px;
}

.hdr-holder {
  position: relative;
}

.prodblk h3,
.catalog h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.hdr-holder .b-h1-helper-link {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  background: #4d5e9a;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: all 0.2s ease 0s;
}

.hdr-holder .b-h1-helper-link:hover {
  background: #ed1a3b;
}

.prodblk ul.nav {
  overflow: hidden;
}

.prodblk ul.nav li {
  float: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  color: #b7b7b7;
  cursor: pointer;
  transition: 0.2s ease all;
  margin-right: 30px;
}

.prodblk ul.nav li.active {
  color: #2d323f;
  cursor: default;
}

.prodblk ul.nav li:hover {
  color: #4d5e9a;
}

.prodblk ul.nav li.active:hover {
  color: #2d323f;
}

.prodblk a.more {
  float: right;
  line-height: 26px;
  display: block;
  color: #2d323f;
}

.prodholder {
  overflow: hidden;
  padding: 10px 0;
  height: 320px;
}

.prodholder.hidden {
  display: none;
}

.productdesc .also .prodholder {
  display: none;
}

.productdesc .also .prodholder.active {
  display: block;
}

.catalog .prodholder {
  height: auto;
}

.productdesc .desc .cert {
  overflow: hidden;
}

.productdesc .desc .cert a {
  display: block;
  float: left;
  width: 220px;
  height: 300px;
  box-sizing: border-box;
  padding: 9px;
  border: 1px solid #d8d8d8;
  margin: 20px 20px 0 0;
}

.productdesc .desc .cert a:nth-child(4 + 4n) {
  margin-right: 0;
}

.productdesc .desc .cert a img {
  width: 200px;
  height: 280px;
}

.catalog {
  margin-bottom: 0;
}

.catalog .product {
  margin-bottom: 30px;
}

.catalog .banner {
  margin-bottom: 30px;
}

.catalog .category {
  overflow: hidden;
  margin-bottom: 30px;
}

.catalog .category a {
  text-align: center;
  float: left;
  display: block;
  width: 220px;
  padding: 9px;
  position: relative;
  margin: 0 20px 10px 0;
  box-sizing: border-box;
  border: 1px solid #4d5e9a;
  transition: all 0.2s ease;
  border-radius: 28px;
  text-decoration: none;
}

.catalog .category.fourlink a {
  width: 170px;
  margin-right: 6.6px;
}

.catalog .category a:nth-child(3n + 3),
.catalog .category.fourlink a:nth-child(4n + 4) {
  margin-right: 0;
}

.catalog .category.fourlink a:nth-child(3n + 3) {
  margin-right: 6.6px;
}

.catalog .category a:hover {
  background-color: #4d5e9a;
  color: #fff;
}

.catalog .category a img {
  display: block;
  padding: 0 25px;
}

.catalog .category.fourlink a img {
  padding: 0 12.5px;
}

.catalog .category a span {
  display: block;
  line-height: 20px;
  font-size: 16px;
  padding: 8px 0;
}

.catalog .seeall {
  margin: 20px 0 -10px 0;
}

.catalog .seeall a {
  width: 200px;
  height: 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  background: #ed1a3b;
  color: #ffffff;
  display: block;
  border-radius: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s all ease;
}

.catalog .seeall a:hover {
  background: #4d5e9a;
}

.product:nth-child(3n + 3) {
  margin-right: 0;
}

.also .product:nth-child(3n + 3) {
  margin-right: 5px;
}

.product {
  width: 230px;
  height: 320px;
  position: relative;
  float: left;
  overflow: hidden;
  padding: 9px;
  margin-right: 5px;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: 0.2s all ease;
}

.prodholder.list .product {
  width: 700px;
  height: 170px;
  float: none;
  padding: 0 0 20px 0;
  box-sizing: content-box;
  margin: 0 0 20px 0;
  border: 0;
  border-bottom: 1px solid #4d5e9a;
}

.prodholder.list .product:last-child {
  border: 0;
}

.product:hover {
  border: 1px solid #4d5e9a;
}

.prodholder.list .product:hover {
  border: 0;
  border-bottom: 1px solid #4d5e9a;
}

.prodholder.list .product:last-child:hover {
  border: 0;
}

.product .label {
  font-family: "Ubuntu", sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 30px;
  height: 30px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.product .label.sale {
  padding-left: 0;
  color: #ed1a3b;
}

.product .label.sale span {
  float: left;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background: #ed1a3b;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 11px;
}

.product .label.sale.withnew {
  left: 120px;
}

.product .label.new {
  background: url(/img/icon4.png) left no-repeat;
  color: #7db24f;
}

.product img {
  max-width: 210px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

.prodholder.list .product img {
  max-width: 150px;
}

.prodholder.list .product .image {
  float: left;
  width: 170px;
  height: 170px;
  margin-right: 20px;
}

.prodholder.list .product .info {
  float: left;
  width: 380px;
  margin-right: 20px;
}

.product a.name {
  font-size: 15px;
  line-height: 20px;
  color: #2d323f;
  margin-top: 15px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  max-height: 60px;
  overflow: hidden;
}

.prodholder.list .product .info a.name {
  margin: 0;
}

.product .article {
  color: #959596;
  margin-top: 5px;
  line-height: 20px;
}

.prodholder.list .product .info .char {
  overflow: hidden;
  margin-top: 10px;
  font-size: 13px;
}

.prodholder.list .product .info .char div {
  line-height: 20px;
  height: 20px;
  width: 180px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.prodholder.list .product .info .char div:nth-child(2n + 2) {
  margin-right: 0;
}

.prodholder.list .product .info .char div span {
  font-weight: 600;
  margin-right: 5px;
}

.product .actions {
  position: absolute;
  bottom: 10px;
  line-height: 30px;
  height: 35px;
  width: 210px;
}

.prodholder.list .product .actions {
  float: left;
  width: 110px;
  position: relative;
  bottom: 0;
  height: 170px;
}

.product .actions .price {
  float: left;
  font-size: 16px;
  font-weight: 600;
}

.prodholder.list .product .actions .price {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

.product .actions .price.sale {
  position: relative;
  top: -3px;
}

.prodholder.list .product .actions .price.sale {
  top: 0;
  margin-bottom: 15px;
}

.product .actions .price.sale u {
  line-height: 15px;
  font-weight: 300;
  color: #7c859d;
  text-decoration: line-through;
  font-size: 14px;
  display: block;
}

.prodholder.list .product .actions .price.sale u {
  margin-bottom: 5px;
}

.product .actions .price.sale span {
  display: block;
  line-height: 20px;
  color: #ed1a3b;
}

.product .actions .watch {
  font-family: "Ubuntu", sans-serif;
  float: right;
  height: 30px;
  width: 110px;
  background: #ed1a3b;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: 0.2s ease all;
  display: block;
}

.prodholder.list .product .actions .watch {
  float: none;
}

.product .actions .watch:hover {
  background: #4d5e9a;
}

/* ---------- Product Page Styles ---------- */

.production .lblk {
  width: 300px;
  margin-right: 20px;
  float: left;
}

.production .lblk ul.photo {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.production .lblk ul.photo li {
  width: 300px;
  height: 300px;
  overflow: hidden;
  float: left;
}

.production .lblk ul.photo li img {
  width: 300px;
  height: 300px;
}

.production .lblk ul.photo li a {
  display: block;
  position: relative;
}

.production .lblk ul.photo li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: url(/img/icon26.png) center no-repeat;
  z-index: 1;
}

.production .lblk ul.additphoto {
  margin-top: 20px;
  overflow: hidden;
}

.production .lblk ul.additphoto li {
  float: left;
}

.production .lblk ul.additphoto li {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 17px 17px 0 0;
  border: 1px solid #838ba2;
  transition: 0.2s all ease;
  cursor: pointer;
}

.production .lblk ul.additphoto li:nth-child(1),
.production .lblk ul.additphoto li:nth-child(2),
.production .lblk ul.additphoto li:nth-child(3),
.production .lblk ul.additphoto li:nth-child(4) {
  margin: 0 17px 0 0;
}

.production .lblk ul.additphoto li.selected {
  border-color: #ed1a3b;
}

.production .lblk ul.additphoto li:nth-child(4n + 4) {
  margin-right: 0;
}

.production .rblk {
  width: 620px;
  float: left;
}

.production .rblk h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
}

.production .rblk .prblk {
  overflow: hidden;
}

.production .rblk .prblk .prblkl {
  float: left;
  width: 380px;
  margin-right: 20px;
}

.production .rblk .prblk .prblkl .char div {
  line-height: 20px;
  margin-bottom: 5px;
}

.production .rblk .prblk .prblkl .char div span {
  font-weight: 600;
  margin-right: 5px;
}

.production .rblk .prblk .prblkl .char div.chokker {
  line-height: 28px;
  margin: 10px 0;
}

.production .rblk .prblk .prblkl .char div.chokker a.chok {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #fff;
  border: 1px solid #4d5e9a;
  text-decoration: none;
  color: #4d5e9a;
  padding: 0 16px;
  font-weight: 400;
  margin-right: 8px;
  transition: all 0.2s ease;
  border-radius: 14px;
}

.production .rblk .prblk .prblkl .char div.chokker a.chok:hover {
  border-color: #ed1a3b;
  background: #ed1a3b;
  color: #fff;
}

.production .rblk .prblk .prblkl .char div.chokker span.chok {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background: #4d5e9a;
  color: #fff;
  padding: 0 16px;
  font-weight: 400;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 14px;
}

.production .rblk .prblk .prblkl .char div a {
  color: #333333;
  font-weight: 300;
}

.production .rblk .prblk .prblkl .char div a.hlp {
  margin-left: 10px;
}

.production .rblk .prblk .prblkl .fblk {
  margin-top: 20px;
  overflow: hidden;
}

.production .rblk .prblk .prblkl .tblk {
  margin-top: 20px;
}

.production .rblk .prblk .prblkl .tblk ul {
  /*overflow: hidden;*/
}

.production .rblk .prblk .prblkl .tblk ul li {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 8px 8px 0;
  position: relative;
}

.production .rblk .prblk .prblkl .tblk ul li:nth-child(5n + 6) {
  clear: left;
}

.production .rblk .prblk .prblkl .tblk ul li a {
  display: block;
  border: 1px solid #4d5e9a;
  position: relative;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #4d5e9a;
  transition: 0.2s all ease;
  text-decoration: none;
}

.production .rblk .prblk .prblkl .tblk ul li a.current {
  background: #4d5e9a;
  color: #fff;
}

.production .rblk .prblk .prblkl .tblk ul li a:hover {
  border-color: #ed1a3b;
  background: #ed1a3b;
  color: #fff;
}

.production .rblk .prblk .prblkl .tblk ul li a.current:hover {
  border-color: #4d5e9a;
  background: #4d5e9a;
}

.production .rblk .prblk .prblkl .tblk ul li u {
  position: absolute;
  width: 152px;
  bottom: 45px;
  left: 0px;
  background: #f0f4f7;
  border: 1px solid #4d5e9a;
  padding: 9px 0;
  opacity: 0;
  display: block;
  transition: 0.2s ease all;
  color: #4d5e9a;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
  z-index: -1;
}

.production .rblk .prblk .prblkl .tblk ul li:hover u {
  opacity: 1;
  z-index: 99;
}

.production .rblk .prblk .prblkl .tblk ul li u:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -12px;
  width: 24px;
  height: 13px;
  background: url(/img/icon22.png) center no-repeat;
}

.production .rblk .prblk .prblkl .holder {
  position: relative;
}

.production .rblk .prblk .prblkl .sizehelp a {
  color: #333333;
  font-weight: 300;
  line-height: 20px;
}

.production .rblk .prblk .prblkl .sizetricot {
  position: absolute;
  top: 0;
  right: 0;
}

.production .rblk .prblk .prblkl .sizetricot a {
  width: 170px;
  height: 32px;
  line-height: 32px;
  float: left;
  display: block;
  background: #4d5e9a;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: all 0.2s ease 0s;
}

.production .rblk .prblk .prblkl .sizetricot a:hover {
  background: #ed1a3b;
}

.production .rblk .prblk .prblkl .addcart {
  margin-top: 30px;
  overflow: hidden;
}

.production .rblk .prblk .prblkl .price {
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  width: 160px;
}

.production .rblk .prblk .prblkl .price.sale {
  position: relative;
  top: -3px;
}

.production .rblk .prblk .prblkl .price.sale u {
  line-height: 20px;
  font-weight: 300;
  color: #7c859d;
  text-decoration: line-through;
  font-size: 16px;
  display: block;
}

.production .rblk .prblk .prblkl .price.sale span {
  display: block;
  line-height: 20px;
  color: #ed1a3b;
}

.production .rblk .prblk .prblkl .addcart .button {
  float: left;
  text-align: center;
}

.production .rblk .prblk .prblkl .addcart .button input[type="submit"],
.b-product-btn--order {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 36px;
  width: 160px;
  background: #ed1a3b;
  color: #ffffff;
  border-radius: 18px;
  transition: 0.2s all ease;
  margin-bottom: 10px;
  display: block;
}

.production .rblk .prblk .prblkl .addcart .button input[type="submit"]:hover,
.b-product-btn--order:hover {
  background: #4d5e9a;
}

.b-product-btn--order {
  line-height: 36px !important;
  text-decoration: none;
}

.b-product-btn--not_available {
  font-weight: bold;
  font-size: 16px;
  color: #ed1a3b;
}

.production .rblk .prblk .prblkl .addcart .button a {
  font-size: 14px;
  line-height: 18px;
}

.production .rblk .prblk .prblkl .anothercolor {
  margin-top: 20px;
}

.production .rblk .prblk .prblkl .anothercolor .hdr {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.production .rblk .prblk .prblkl .anothercolor ul {
  overflow: hidden;
  margin-top: 10px;
}

.production .rblk .prblk .prblkl .anothercolor ul li {
  float: left;
  width: 62px;
  height: 62px;
  overflow: hidden;
  margin: 0 17px 17px 0;
}

.production .rblk .prblk .prblkl .anothercolor ul li:nth-child(5n + 5) {
  margin-right: 0;
}

.production .rblk .prblk .prblkl .anothercolor ul li a {
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 1px solid #838ba2;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  transition: 0.2s all ease;
}

.production .rblk .prblk .prblkl .anothercolor ul li a:hover {
  border-color: #4d5e9a;
}

.production .rblk .prblk .prblkr {
  width: 220px;
  float: left;
}

.production .rblk .prblk .prblkr .brand {
  text-align: center;
}

.production .rblk .prblk .prblkr .delivery {
  border: 1px solid #4d5e9a;
  padding: 19px 0 19px 19px;
  width: 220px;
  margin-top: 20px;
  box-sizing: border-box;
}

.production .rblk .prblk .prblkr .delivery div {
  padding-left: 60px;
  line-height: 20px;
  margin-bottom: 20px;
}

.production .rblk .prblk .prblkr .delivery div.bl1 {
  background: url(/img/icon10.png) 0 5px no-repeat;
}

.production .rblk .prblk .prblkr .delivery div.bl2 {
  background: url(/img/icon11.png) 0 5px no-repeat;
}

.production .rblk .prblk .prblkr .delivery div.bl3 {
  background: url(/img/icon12.png) 0 5px no-repeat;
  margin-bottom: 0;
}

.production .rblk .prblk .prblkr .delivery div span {
  font-weight: 700;
  display: block;
}

.production .rblk .prblk .prblkr .delivery div i {
  display: block;
  font-weight: 300;
}

.production .rblk .prblk .prblkr .delivery div a {
  font-size: 12px;
}

.productdesc {
  margin-top: 30px;
}

.productdesc .desc strong,
.productdesc .desc b,
.news-detail strong,
.news-detail b {
  font-weight: 700;
}

.productdesc .desc i,
.productdesc .desc em {
  font-style: italic;
}

.productdesc .hdr {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.productdesc .desc h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

.productdesc .desc h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.productdesc .desc strong {
  font-weight: 600;
}

.productdesc .desc p {
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}

.productdesc .also {
  margin-top: 50px;
}

.productdesc .also .prodblk {
  margin-bottom: 0;
}

.catalog .text strong,
.text strong {
  font-weight: 600;
  color: #4d5e9a;
}

/* ------------- Brands Styles ------------- */

.brandsholder {
  background: #f4f1f2;
  padding: 30px 0;
  margin-bottom: 50px;
}

.brandsholder .prodblk {
  margin: 0;
}

.brands,
ul.brandslider {
  height: 60px;
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

ul.brandslider {
  margin: 0 30px;
}

ul.brandslider li {
  float: left;
  height: 60px;
  overflow: hidden;
  margin: 0 10px;
  display: table;
}

ul.brandslider li a {
  display: table-cell;
  vertical-align: middle;
}

ul.brandslider li img {
  max-height: 60px;
}

.brands .nav {
  position: absolute;
  top: 0;
  width: 940px;
}

.brands .nav div {
  width: 16px;
  height: 24px;
  text-indent: -9999px;
  background: url(/img/icon5.png) no-repeat;
  position: absolute;
  top: 22px;
  cursor: pointer;
}

.brands .nav .prev {
  background-position: 0 0;
  left: 0;
}

.brands .nav .prev:hover {
  background-position: 0 -24px;
}

.brands .nav .next {
  background-position: -16px 0;
  right: 0;
}

.brands .nav .next:hover {
  background-position: -16px -24px;
}

/* -------------- News Styles -------------- */

.infoholder {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
}

.infoholder a.more {
  color: #2d323f;
  margin-left: 80px;
}

.infoholder .hdrholder,
.main .hdrholder {
  background: url(/img/line.jpg) center repeat-x;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}

.infoholder h3,
.main h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  background: #fff;
}

.infoholder .lblk,
.confblk .lblk {
  float: left;
  width: 460px;
}

.infoholder .rblk,
.confblk .rblk {
  float: left;
  width: 460px;
  margin-left: 20px;
}

.infoholder .art {
  overflow: hidden;
  margin-bottom: 30px;
}

.infoholder .art img {
  float: left;
  margin-right: 10px;
  width: 70px;
}

.infoholder .art div {
  float: left;
  width: 380px;
  line-height: 20px;
}

.infoholder .art div .date {
  font-weight: 300;
  color: #ed1a3b;
  margin-right: 10px;
}

.infoholder .art div a {
  text-decoration: none;
  color: #2d323f;
  font-weight: 700;
}

.infoholder .art div p {
  font-weight: 400;
  margin-top: 5px;
}

/* --------- Text Content Styles ---------- */

.maincont h1,
.text h2,
.text h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
}

.maincont p,
.text p {
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 400;
}

.text {
  margin-top: 50px;
}

.text.static {
  margin-top: 0;
}

.text.static h2 {
  font-size: 20px;
  margin: 25px 0 15px 0;
  line-height: 26px;
}

.text.static h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 20px;
  font-weight: 400;
}

.text.static h2.center {
  text-align: center;
}

.text.static .addit {
  font-size: 18px;
  margin: -10px 0 15px 0;
  line-height: 26px;
  color: #ed1a3b;
  text-align: center;
}

.text ul,
.productdesc .desc ul {
  margin: 20px 0;
  line-height: 20px;
  font-weight: 400;
}

.text ul li,
.productdesc .desc ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(/img/icon9.png) 0 6px no-repeat;
}

.productdesc .desc ul li:first-child {
  margin-top: 10px;
}

.text p.mq {
  font-size: 16px;
  line-height: 24px;
  color: #4d5e9a;
  font-weight: 400;
}

/* ------------- Footer Styles ------------- */

.footer {
  background: #2d323f;
  margin-top: 50px;
  padding: 30px 0 20px 0;
}

.footer .top {
  overflow: hidden;
  border-bottom: 1px solid #89a9da;
  padding-bottom: 30px;
}

.footer ul {
  width: 220px;
  margin-right: 20px;
  float: left;
}

.footer ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.footer ul li:first-child {
  font-weight: 700;
  margin-bottom: 5px;
}

.footer ul li:first-child a {
  text-decoration: none;
  transition: 0.2s ease all;
}

.footer ul li:first-child a:hover,
.footer .contacts .hs:hover {
  color: #4d5e9a;
}

.footer .contacts {
  font-size: 16px;
  color: #ffffff;
  float: left;
  width: 220px;
}

.footer a {
  color: #ffffff;
}

.footer .contacts .hs {
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease all;
  line-height: 30px;
  margin-bottom: 5px;
  display: inline-block;
}

.footer .contacts div {
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 300;
}

.footer .contacts div span {
  font-weight: 700;
  display: block;
}

.footer .contacts div span a {
  text-decoration: none;
}

.footer .contacts div i {
  color: #7c859d;
  font-size: 14px;
}

.footer .bottom {
  overflow: hidden;
  color: #ffffff;
  margin-top: 20px;
  font-weight: 300;
  line-height: 20px;
}

.footer .bottom .copy {
  float: left;
  font-size: 16px;
}

.footer .bottom .dev {
  float: right;
  font-size: 14px;
  width: 220px;
}

.footer .bottom .dev a {
  background: url(/img/krogrim.png) left no-repeat;
  padding-left: 30px;
  display: inline-block;
}

/* ---------- To Top Button Styles --------- */

.top-but {
  width: 44px;
  height: 44px;
  z-index: 40;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #ed1a3b url(/img/icon14.png) 0 0 no-repeat;
  display: none;
  cursor: pointer;
  border-radius: 21px;
  transition: 0.2s ease all;
}

.top-but:hover {
  background-color: #4d5e9a;
}

/* ----------- Error 404 Styles ---------- */

.error404image {
  background: url(/img/404.png) 0 0 no-repeat;
  height: 300px;
  width: 700px;
  margin-bottom: 30px;
}

a.error404href {
  width: 200px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  font-family: "Ubuntu", sans-serif;
  background: #ed1a3b;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: all 0.2s ease;
}

a.error404href:hover {
  background: #4d5e9a;
}

/* --------- AddToCart Block Styles -------- */

.carted {
  position: fixed;
  top: 50px;
  right: 50%;
  width: 290px;
  margin-right: -470px;
  background: #7db24f;
  color: #ffffff;
  line-height: 34px;
  height: 34px;
  font-size: 12px;
  padding: 0 9px;
  z-index: 200;
  display: none;
}

.carted:after {
  content: "";
  position: absolute;
  right: 5px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid #7db24f;
  z-index: 201;
}

.carted span {
  display: block;
  float: left;
}

.carted a {
  display: block;
  color: #ffffff;
  float: left;
  margin-left: 10px;
}

.carted div {
  width: 10px;
  height: 10px;
  background: url(/img/icon15.png) center no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  float: right;
  margin: 12px 0;
}

/* -------------- FAQ Styles --------------- */

.b-faq-line {
  line-height: 22px;
}

.b-faq-line strong,
.b-faq-line b {
  font-weight: 600;
}

.b-faq-line-item {
  padding: 18px;
  border: 1px solid #4d5e9a;
  border-radius: 18px;
  margin-bottom: 30px;
}

.b-faq-line-item .b-faq-line-item-q {
  padding-left: 52px;
  min-height: 52px;
  background: url(/img/icon17.png) left no-repeat;
}

.b-faq-line-item .b-faq-line-item-a {
  border-top: 1px solid #89a9da;
  padding-top: 20px;
  margin-top: 20px;
}

/* ----------- Contacts Styles ------------- */

.contacts_map_wrapper {
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  width: 940px;
  height: 500px;
  position: relative;
}

.contacts_map_wrapper .yamapcont {
  position: absolute;
  top: 0;
  left: 0;
  width: 940px;
  height: 500px;
}

.contacts_adress_wrapper {
  overflow: hidden;
  margin-top: 30px;
}

.contacts_adress_wrapper .bside {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.contacts_adress_wrapper .bside:last-child {
  margin: 0;
}

.contacts_adress_wrapper .chd {
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 18px;
}

.contacts_adress_wrapper .chd h3 {
  float: left;
  color: #ed1a3b;
  font-size: 15px;
  font-weight: 600;
  margin-right: 20px;
}

.contacts_adress_wrapper .chd div {
  float: left;
  color: #4d5e9a;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}

.contacts_adress_wrapper a span {
  color: #ed1a3b;
}

.contacts_adress_wrapper .chd div.active {
  text-decoration: none;
  cursor: arrow;
}

.feedback_wrapper,
.feedback_wrapper .mf-name {
  overflow: hidden;
  margin: 0;
}

.feedback_wrapper .mf-name,
.feedback_wrapper .mf-email,
.feedback_wrapper .mf-message {
  overflow: hidden;
  margin-bottom: 15px;
}

.feedback_wrapper .mf-text {
  float: left;
  line-height: 34px;
  display: block;
  width: 180px;
}

.feedback_wrapper input[type="text"] {
  height: 36px;
  padding: 0 18px;
  border: 1px solid #4d5e9a;
  width: 760px;
  border-radius: 18px;
  float: left;
  display: block;
  box-sizing: border-box;
}

.feedback_wrapper.small input[type="text"] {
  width: 520px;
}

.feedback_wrapper div.mf-message textarea {
  height: 145px;
  line-height: 18px;
  padding: 18px;
  border: 1px solid #4d5e9a;
  width: 760px;
  border-radius: 18px;
  float: left;
  display: block;
  resize: none;
  box-sizing: border-box;
}

.feedback_wrapper.small div.mf-message textarea {
  width: 520px;
}

.feedback_wrapper form input[type="submit"] {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 36px;
  width: 200px;
  background: #ed1a3b;
  color: #ffffff;
  border-radius: 18px;
  transition: 0.2s all ease;
  display: block;
  float: right;
  border: 0;
  margin: 0;
}

.feedback_wrapper form input[type="submit"]:hover {
  background: #4d5e9a;
}

/* ------------ Brands Styles -------------- */

.brandslist {
  overflow: hidden;
}

.brandslist div {
  width: 188px;
  box-sizing: border-box;
  height: 100px;
  text-align: center;
  padding: 20px 0;
  float: left;
  border: 1px solid #f4f1f2;
}

.brandslist div:nth-child(-n + 5) {
  border-top: 0;
}

.brandslist div:nth-child(5n),
.brandslist div:last-child {
  border-right: 0;
}

.brandslist div:nth-child(5n + 1),
.brandslist div:first-child {
  border-left: 0;
}

.brandslist div:nth-last-child(-n + 5) {
  border-bottom: 0;
}

.brandlist div img {
  max-width: 160px;
}

.brand-specific-product {
  overflow: hidden;
}

.brand-specific-product .brand-specific-img {
  float: left;
  width: 350px;
  padding-right: 20px;
}

.brand-specific-product .brand-specific-text {
  float: right;
  width: 570px;
}

.brand-specific-product .brand-specific-text ul {
  overflow: hidden;
}

.brand-specific-product .brand-specific-text ul li {
  float: left;
  width: 170px;
}

.brand-specific-product .brand-specific-button {
  text-align: left;
}

.brand-specific-product .brand-specific-button a {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #ed1a3b;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 20px;
  transition: 0.2s ease all;
  display: inline-block;
}

.brand-specific-product .brand-specific-button a:hover {
  background: #4d5e9a;
}

.brandshowall {
  text-align: center;
  margin-top: 20px;
}

.brandshowall a {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #4d5e9a;
  color: #ffffff;
  border-radius: 20px;
  transition: 0.2s all ease;
  display: inline-block;
  text-decoration: none;
}

.brandshowall a:hover {
  background: #ed1a3b;
}

/* ---------- Offices Map Styles ----------- */

.offices-wrapper .shop_search {
  line-height: 36px;
  height: 36px;
  margin: 30px 0;
}

.offices-wrapper .shop_search .shop_search_label {
  float: left;
  width: 120px;
  display: block;
  font-weight: 300;
}

.offices-wrapper .shop_search .select {
  float: left;
  width: 266px;
  overflow: hidden;
  position: relative;
  height: 34px;
  background: url(/img/icon16.png) 98% center no-repeat;
  border-radius: 18px;
  border: 1px solid #4d5e9a;
}

.offices-wrapper .shop_search select {
  height: 35px;
  background: none;
  width: 306px;
  padding: 0 18px;
  font-size: 14px;
  border-radius: 18px;
  line-height: 1;
  cursor: pointer;
  border: 0;
}

.offices-wrapper .shop_search .shop_search_form_buttons {
  float: right;
  width: 292px;
}

.offices-wrapper .shop_search .shop_search_form_buttons input {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 36px;
  color: #fff;
  border-radius: 18px;
  transition: all 0.2s ease;
  display: block;
  border: 0;
  float: left;
}

.offices-wrapper .shop_search .shop_search_form_buttons input.set {
  background: #ed1a3b;
  width: 120px;
  float: left;
}

.offices-wrapper .shop_search .shop_search_form_buttons input.set:hover {
  background: #4d5e9a;
}

.offices-wrapper .shop_search .shop_search_form_buttons input.all {
  background: #4d5e9a;
  width: 160px;
  float: right;
}

.offices-wrapper .shop_search .shop_search_form_buttons input.all:hover {
  background: #ed1a3b;
}

.offices-wrapper #YMapsID {
  width: 700px;
  height: 400px;
}

.offices-wrapper #YMapsID .YMaps-b-balloon-content {
  padding: 5px;
}

.offices-wrapper #YMapsID .YMaps-b-balloon-m .YMaps-b-balloon-content b {
  color: #ed1a3b;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.offices-wrapper
  #YMapsID
  .YMaps-b-balloon-m
  .YMaps-b-balloon-content
  .map_shop_info {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  min-width: 180px;
}

.shop_search_result {
  margin-top: 30px;
}

.shop_search_result .scrollable {
  overflow-y: auto;
  max-height: 450px;
}

.shop_search_result .result_item {
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}

.shop_search_result .result_item h5 {
  color: #4d5e9a;
  background: #f4f1f2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding: 5px 10px;
}

.shop_search_result .result_item .inform {
  line-height: 20px;
  padding: 5px 10px 5px 10px;
}

/* ---------- Search Page Styles ----------- */

.search-page {
  overflow: hidden;
  margin-bottom: 30px;
}

.search-page input[type="text"] {
  float: left;
  height: 34px;
  padding: 0 18px;
  border: 1px solid #4d5e9a;
  width: 512px;
  border-radius: 18px;
}

.search-page input[type="submit"] {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 36px;
  color: #fff;
  border-radius: 18px;
  transition: all 0.2s ease;
  display: block;
  border: 0;
  background: #ed1a3b;
  width: 130px;
  float: right;
}

.search-page input[type="submit"]:hover {
  background: #4d5e9a;
}

/* ------------- Cart Styles --------------- */

.bx_ordercart {
  margin-top: 50px;
}

.display-none {
  display: none;
}

.carted-item {
  overflow: hidden;
  height: 110px;
  display: block;
  margin-bottom: 30px;
  width: 940px;
}

.carted-item .itemphoto {
  width: 110px;
  height: 110px;
  padding-right: 30px;
  display: block;
  float: left;
}

.carted-item .itemphoto .bx_ordercart_photo_container {
  width: 110px;
  height: 110px;
}

.carted-item .itemphoto .bx_ordercart_photo_container a {
  display: block;
  text-decoration: none;
  width: 110px;
  height: 110px;
}

.carted-item .item {
  width: 390px;
  float: left;
  margin-right: 30px;
}

.carted-item .item .bx_ordercart_itemtitle {
  line-height: 20px;
  margin-bottom: 10px;
}

.carted-item .item .bx_ordercart_itemtitle a {
  text-decoration: none;
  color: #2d323f;
  font-size: 15px;
  font-weight: 600;
}

.carted-item .item .bx_ordercart_itemart {
  color: #4d5e9a;
  line-height: 150%;
}

.carted-item .price {
  width: 160px;
  float: left;
}

.carted-item .price .current_price {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.carted-item .price .current_price.sale {
  line-height: 20px;
  color: #ed1a3b;
}

.carted-item .price .old_price {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #7c859d;
  text-decoration: line-through;
}

.carted-item .custom {
  float: left;
}

.carted-item .counter {
  position: relative;
}

.carted-item .counter .kolvo {
  height: 34px;
  padding: 0 18px;
  width: 24px;
  border: 1px solid #4d5e9a;
  border-radius: 18px;
  text-align: center;
  margin: 0 44px;
}

.carted-item .counter .basket_quantity_control a {
  width: 36px;
  height: 36px;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  border-radius: 18px;
  position: absolute;
  top: 0;
  text-indent: -9999px;
  transition: all 0.2s ease;
  background: #4d5e9a url(/img/icon18.png) no-repeat;
}

.carted-item .counter .basket_quantity_control a.minus {
  left: 0;
  background-position: bottom;
}
.carted-item .counter .basket_quantity_control a.plus {
  right: 0;
  background-position: top;
}

.carted-item .counter .basket_quantity_control a:hover {
  background-color: #ed1a3b;
}

.for_print {
  display: none;
}

.carted-item .control {
  float: right;
  width: 18px;
}

.carted-item .control a {
  width: 18px;
  height: 18px;
  background: url(/img/icon13.png) center no-repeat;
  text-indent: -9999px;
  display: block;
  margin-top: 9px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_left {
  display: none;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right {
  background: #f0f4f7;
  margin-bottom: 30px;
  padding: 20px 20px 20px 20px;
  height: 50px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right .fwb {
  overflow: hidden;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right .fwb .print-version {
  width: 540px;
  float: left;
  overflow: hidden;
}

.bx_ordercart_order_pay
  .bx_ordercart_order_pay_right
  .fwb
  .print-version
  .badge {
  width: 50px;
  height: 50px;
  background: url(/img/icon27.png) center no-repeat;
  float: left;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.bx_ordercart_order_pay
  .bx_ordercart_order_pay_right
  .fwb
  .print-version
  .text {
  margin: 0 0 0 15px;
  float: left;
  line-height: 20px;
}

.bx_ordercart_order_pay
  .bx_ordercart_order_pay_right
  .fwb
  .print-version
  .text
  u {
  text-decoration: none;
  font-size: 12px;
  color: #ed1a3b;
  display: block;
  line-height: 15px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right .fwb .allsum {
  float: left;
  width: 180px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right .fwb .delivery {
  float: left;
  width: 180px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right .label {
  font-size: 14px;
  line-height: 14px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right .sum {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right .sum span {
  color: #ed1a3b;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_center {
  overflow: hidden;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_center.first {
  margin-bottom: 50px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_center a {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  border-radius: 18px;
  transition: 0.2s all ease;
  display: block;
  text-decoration: none;
  text-align: center;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_center a.goback {
  float: left;
  background: #ed1a3b;
  width: 250px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_center a.goback:hover {
  background: #4d5e9a;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_center a.checkout {
  float: right;
  background: #4d5e9a;
  width: 200px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_center a.checkout:hover {
  background: #ed1a3b;
}

.antireflux_action {
  margin-top: 30px;
  border: 2px solid #4d5e9a;
  background: url(/img/ar-bg.png) bottom no-repeat;
}

.antireflux_action p {
  padding: 0 20px;
  font-weight: 600;
}

.antireflux_action p.wth {
  padding: 10px 20px;
  background: #4d5e9a;
  color: #fff;
  margin-bottom: 15px;
}

.antireflux_action p.nm {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.antireflux_action p strong {
  color: #ed1a3b;
}

.antireflux_action .download {
  margin-bottom: 20px;
}

.antireflux_action .download a {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  background: #ed1a3b;
  color: #ffffff;
  border-radius: 21px;
  transition: 0.2s all ease;
  display: block;
  margin: 0 auto;
}

.antireflux_action .download a:hover {
  background: #4d5e9a;
}

/* ----------- Checkout Styles ------------- */

.order-checkout h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
}

#sale_order_props {
  margin-bottom: 30px;
}

#sale_order_props .bx_block.r1x3.pt8 {
  float: left;
  width: 140px;
  line-height: 36px;
}

#sale_order_props .bx_block.r1x3.pt8 .bx_sof_req {
  color: #ed1a3b;
}

#sale_order_props .bx_block.r3x1 {
  float: left;
}

#sale_order_props .bx_block.r3x1 input[type="text"] {
  height: 34px;
  padding: 0 18px;
  border: 1px solid #4d5e9a;
  width: 322px;
  border-radius: 18px;
  float: left;
  display: block;
}

#sale_order_props .bx_block.r3x1 textarea {
  height: 128px;
  line-height: 18px;
  padding: 18px;
  border: 1px solid #4d5e9a;
  width: 322px;
  border-radius: 18px;
  float: left;
  display: block;
  resize: none;
}

#sale_order_props .bx_block.r3x1 #LOCATION_ORDER_PROP_5 {
  width: 358px;
  overflow: hidden;
  position: relative;
  height: 34px;
  background: url(/img/icon16.png) 98% center no-repeat;
  border-radius: 18px;
  border: 1px solid #4d5e9a;
}

#sale_order_props .bx_block.r3x1 #LOCATION_ORDER_PROP_5 select {
  height: 35px;
  background: transparent;
  width: 388px;
  padding: 0 18px;
  border-radius: 18px;
  line-height: 1;
  cursor: pointer;
  border: 0;
}

.delivery-pay {
  overflow: hidden;
}

.delivery-pay .bx_element {
  float: left;
  width: 450px;
  min-height: 110px;
  margin: 0 20px 20px 0;
}

.delivery-pay .bx_element .bx_logotype {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.delivery-pay .bx_element .bx_logotype span {
  width: 40px;
  height: 40px;
  display: block;
}

.delivery-pay .bx_element.fblk.box input[type="radio"] + label {
  padding-left: 30px;
}

.delivery-pay .bx_element.fblk.box input[type="radio"] + label:after,
.delivery-pay .bx_element.fblk.box input[type="radio"] + label:before {
  top: 12px;
}

.delivery-pay .bx_element .bx_description {
  float: left;
  width: 365px;
  position: relative;
}

.delivery-pay .bx_element .bx_description .bx_result_price {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #ed1a3b;
}

.delivery-pay .bx_element .bx_description strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}

.delivery-pay .bx_element .bx_description p {
  color: #4d5e9a;
  line-height: 18px;
}

.bx_ordercart.in-checkout {
  margin-top: 0;
}

.bx_ordercart.in-checkout .price {
  width: 150px;
}

.bx_ordercart.in-checkout .price.sum {
  width: 130px;
}

.bx_ordercart.in-checkout .custom.right {
  width: 100px;
  font-size: 20px;
  line-height: 36px;
  color: #4d5e9a;
}

.bx_ordercart.in-checkout .checkout-ready {
  overflow: hidden;
}

.bx_ordercart.in-checkout .checkout-ready .comment {
  float: left;
}

.bx_ordercart.in-checkout .checkout-ready .comment .label {
  line-height: 18px;
  margin-bottom: 15px;
}

.bx_ordercart.in-checkout .checkout-ready .comment textarea {
  height: 73px;
  line-height: 18px;
  padding: 18px;
  border: 1px solid #4d5e9a;
  width: 670px;
  border-radius: 18px;
  display: block;
  resize: none;
}

.bx_ordercart.in-checkout .checkout-ready .summa {
  margin: 30px 0 0 35px;
  float: left;
}

.bx_ordercart.in-checkout .checkout-ready .summa .label {
  font-size: 14px;
  line-height: 14px;
}

.bx_ordercart.in-checkout .checkout-ready .summa .sum {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.bx_order_make .bx_ordercart_order_pay_center {
  margin: -36px 0 0 0;
  overflow: hidden;
}

.bx_order_make .bx_ordercart_order_pay_center a {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  border-radius: 18px;
  transition: 0.2s all ease;
  display: block;
  text-decoration: none;
  text-align: center;
}

.bx_order_make .bx_ordercart_order_pay_center a.goback {
  background: #ed1a3b;
  width: 250px;
}

.bx_order_make .bx_ordercart_order_pay_center a.goback:hover {
  background: #4d5e9a;
}

.bx_order_make .bx_ordercart_order_pay_center a.checkout {
  background: #4d5e9a;
  width: 200px;
  float: right;
}

.bx_order_make .bx_ordercart_order_pay_center a.checkout:hover {
  background: #ed1a3b;
}

.bx_order_make p {
  font-size: 15px;
}

.bx_order_make p b {
  font-weight: 700;
}

.bx_order_make p.str {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.bx_order_make div.yashare-auto-init .b-share {
  padding: 0 !important;
}

/* --------- News&Articles Styles ---------- */

.news-articles-wrapper .news-item {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #89a9da;
}

.news-articles-wrapper .news-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-articles-wrapper .news-item img.preview_picture {
  float: left;
  width: 100px;
  height: auto;
  margin: 0 20px 0 0;
}

.news-articles-wrapper .news-item div {
  float: left;
  line-height: 20px;
  width: 580px;
}

.news-articles-wrapper .news-item .news-date-time {
  color: #ed1a3b;
  font-weight: 300;
  margin-right: 10px;
}

.news-articles-wrapper .news-item div a {
  text-decoration: none;
  color: #2d323f;
  font-weight: 700;
}

.news-articles-wrapper .news-item p {
  font-weight: 400;
  margin-top: 5px;
}

.news-articles-wrapper .news-detail .news-date-time {
  color: #ed1a3b;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin: -15px 0 15px 0;
}

.news-articles-wrapper .news-detail .ya-share {
  margin-top: 30px;
}

.news-articles-wrapper .news-detail .ya-share .b-share {
  padding: 0 !important;
}

.pagination.no-cat {
  margin-bottom: 0;
  text-align: center;
}

.pagination.no-cat .pcont {
  overflow: hidden;
  display: inline-block;
  float: none;
}

/* ------------- Promo Styles -------------- */

.promoblk {
  overflow: hidden;
}

.promoblk .promoitem {
  width: 230px;
  position: relative;
  float: left;
  overflow: hidden;
  padding: 9px;
  margin: 0 5px 30px 0;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.promoblk .promoitem:nth-child(3n + 3) {
  margin-right: 0;
}

.promoblk .promoitem:hover {
  border: 1px solid #4d5e9a;
}

.promoblk .promoitem .promoitemimage img {
  max-width: 210px;
}

.promoblk .promoitem .promoitemname {
  font-size: 15px;
  line-height: 20px;
  margin-top: 15px;
  font-weight: 600;
  min-height: 40px;
}

.promoblk .promoitem .promoitemname a {
  color: #2d323f;
  text-decoration: none;
}

.promoblk .promoitem .promoitemdesc {
  color: #959596;
  line-height: 20px;
  margin-top: 5px;
  display: none;
}

.promodownload {
  margin-top: 20px;
  line-height: 20px;
}

/* ---------- Configurator Styles ---------- */

.steptop {
  overflow: hidden;
  height: 120px;
  position: relative;
  padding-bottom: 20px;
}

.steptop .step {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
  text-align: center;
  border-radius: 65px;
  float: left;
}

.steptop .step.current {
  border: 2px solid #ed1a3b;
  box-shadow: 0 0 12px #ed1a3b inset;
}

.steptop .step.current .hdr {
  margin-top: 27px;
}

.steptop .step.picked {
  border-color: #4d5e9a;
  background: #4d5e9a;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s all ease;
}

.steptop .step.picked:hover {
  border-color: #ed1a3b;
  background: #ed1a3b;
  color: #fff;
}

.steptop .step:first-child {
  margin-right: 170px;
}

.steptop .step:last-child {
  margin-left: 170px;
}

.steptop .step.not-last {
  margin-left: 0;
}

.steptop .step .hdr {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.steptop .step .md {
  margin-top: 8px;
  line-height: 16px;
  font-size: 14px;
}

.steptop .line {
  position: absolute;
  width: 170px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #b7b7b7;
  text-align: center;
  font-weight: 700;
  top: 25px;
  color: #4d5e9a;
}

.steptop .line.t1 {
  left: 120px;
}

.steptop .line.t2 {
  left: 410px;
}

.steptop .line.done {
  border-color: #4d5e9a;
}

.confselector {
  min-height: 600px;
}

.confselector .holder {
  overflow: hidden;
}

.confselector .holder h2 {
  float: left;
}

.confselector .holder .leave {
  display: block;
  float: right;
  line-height: 16px;
  margin-top: 32px;
}

.confselector .variants {
  overflow: hidden;
  margin-top: 25px;
}

.confselector .variants div {
  border: 1px solid #4d5e9a;
  width: 340px;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  float: left;
}

.confselector .variants div.fixed {
  height: 280px;
}

.confselector .variants div.fixed2 {
  height: 320px;
}

.confselector .variants div.fixed3 {
  height: 240px;
}

.confselector .variants div.accent {
  border-color: #ed1a3b;
}

.confselector .variants div:nth-child(2n + 2) {
  margin-right: 0;
}

.confselector .variants div a,
.confselector .variants div span,
.confselector .variants2 div a,
.confselector .variants2 div span {
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  padding: 9px 14px;
  transition: 0.2s all ease;
  text-decoration: underline;
  cursor: pointer;
  background: #4d5e9a;
}

.confselector .variants div a strong {
  font-weight: 700;
  color: #ffffff;
}

.confselector sup {
  font-size: 12px;
  vertical-align: super;
}

.confselector .variants div a img,
.confselector .variants div span img {
  float: left;
  padding-right: 16px;
  display: block;
}

.confselector .variants div a:hover,
.confselector .variants div span:hover,
.confselector .variants2 div a:hover,
.confselector .variants2 div span:hover {
  background: #ed1a3b;
  text-decoration: underline;
}

.confselector .variants div ul li strong {
  font-weight: 700;
}

.confselector .variants div ul li u {
  text-decoration: none;
  text-transform: uppercase;
}

.confselector .variants div ul {
  padding: 0 14px;
}

.confselector .step2,
.confselector .step2 > div,
.confselector .step3,
.confselector .step3 > div {
  display: none;
}

.confselector h2 span {
  color: #4d5e9a;
}

.confselector h2 span > span {
  color: #ed1a3b;
}

.confselector .variants2 {
  overflow: hidden;
  margin-top: 25px;
}

.confselector .variants2 div {
  border: 1px solid #4d5e9a;
  width: 220px;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
}

.confselector .variants2 div:last-child {
  margin-right: 0;
}

.confselector .variants2 div span {
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  padding: 9px 14px;
  transition: 0.2s all ease;
  text-decoration: underline;
  cursor: pointer;
  background: #4d5e9a;
}

.confselector .variants2 div p,
.confselector .step2 .variants div p {
  padding: 0 14px;
  margin: 20px 0;
}

.confselector .variants2 div p strong,
.confselector .step2 .variants div p strong {
  font-weight: 700;
}

.confselector .step2 .variants {
  text-align: center;
}

.confselector .actions {
  overflow: hidden;
  margin-top: 20px;
  display: block;
}

.confselector .actions .button {
  float: left;
  height: 26px;
  line-height: 26px;
  background: #4d5e9a;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  border-radius: 15px;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}

.confselector .actions .button:hover {
  background: #ed1a3b;
}

.confselector .actions a {
  line-height: 26px;
  float: right;
  background: url(/img/icon19.png) left no-repeat;
  padding-left: 36px;
  font-weight: 600;
}

/* ----------- Calculator Styles ----------- */

.calculatormp {
  width: 680px;
  padding-left: 20px;
  overflow: hidden;
}

.calculatormp .calculatorul {
  float: left;
  width: 300px;
}

.calculatormp .calculatorhelp {
  float: left;
  width: 380px;
  text-align: center;
  line-height: 20px;
}

.calculatormp .calculatorhelp .blk {
  margin-top: 20px;
  border: 1px solid #4d5e9a;
  padding: 20px 0;
}

.calculatormp .calculatorhelp .blk a.button {
  display: inline-block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  background: #4d5e9a;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: all 0.2s ease 0s;
  margin-top: 15px;
}

.calculatormp .calculatorhelp .blk a.button:hover {
  background: #ed1a3b;
}

.calculator {
  overflow: hidden;
  margin-top: 30px;
}

.calculator .image {
  float: left;
  width: 240px;
  margin-right: 40px;
}

.calculator .form {
  float: left;
  width: 420px;
}

.calculator .step {
  margin-bottom: 30px;
}

.calculator .step .hdr {
  font-size: 20px;
  margin: 0 0 15px 0;
  line-height: 26px;
  font-weight: 700;
}

.calculator .step .select {
  overflow: hidden;
  margin-top: 15px;
}

.calculator .step .select label {
  font-weight: 700;
  line-height: 26px;
  width: 45px;
  display: block;
  float: left;
}

.calculator .step .select select {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  height: 26px;
  width: 180px;
  float: left;
  display: block;
}

.calculator .error {
  line-height: 26px;
  height: 26px;
  width: 140px;
  text-align: center;
  float: right;
  background: #ed1a3b;
  color: #ffffff;
  position: relative;
  padding: 0 15px 0 10px;
  display: none;
}

.calculator .error:after {
  content: "";
  position: absolute;
  left: -26px;
  top: 0;
  border: 13px solid transparent;
  border-right: 13px solid #ed1a3b;
}

.calculator .button {
  width: 160px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #4d5e9a;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: 0.2s ease all;
  cursor: pointer;
}

.calculator .button:hover {
  background: #ed1a3b;
}

.calculator .result {
  font-size: 20px;
  margin: 20px 0 0 0;
  line-height: 26px;
}

.calculator .result span {
  font-weight: 700;
}

.calculator .result .back-button {
  display: block;
  width: 160px;
  height: 30px;
  line-height: 30px;
  background: #4d5e9a;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: 0.2s ease all;
  text-decoration: none;
  margin-top: 25px;
}

.calculator .result .back-button:hover {
  background: #ed1a3b;
}

table.proftable {
  width: 672px;
  margin: 0 14px;
}

table.proftable td {
  border: 1px solid #2d323f;
  box-sizing: border-box;
  width: 32px;
  height: 22px;
  text-align: center;
  line-height: 20px;
}

table.proftable td.t1 {
  background: #a4b2e3;
  color: #ffffff;
}

table.proftable td.t2 {
  background: #8b9acd;
  color: #ffffff;
}

table.proftable td.t3 {
  background: #7a88bd;
  color: #ffffff;
}

table.proftable td.t4 {
  background: #6878b1;
  color: #ffffff;
}

table.proftable td.t5 {
  background: #4d5e9a;
  color: #ffffff;
}

table.proftable td.small {
  font-size: 8px;
}

.r-proph {
  line-height: 16px;
  text-align: right;
  display: block;
  margin: 0 0 6px 0;
}

.l-proph {
  line-height: 16px;
  display: block;
  margin: 6px 0 0 14px;
}

/* ------------- Popup Styles -------------- */

.popup {
  display: none;
  background: #ffffff;
  padding: 40px;
}

.popup h3 {
  line-height: 36px;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  padding-right: 50px;
}

/* ----------- Popup Form Styles ----------- */

.popup form {
  display: block;
}

.popup form div {
  margin-bottom: 30px;
  overflow: hidden;
}

.popup form div:first-child {
  margin-bottom: 15px;
}

.popup form div.attention p {
  width: 292px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
  margin: 5px 0 5px 0;
}

.popup form div:last-child {
  margin-bottom: 0;
}

.popup form div a {
  float: left;
  line-height: 36px;
  text-decoration: none;
  color: #253333;
}

.popup form div label {
  line-height: 18px;
  margin-bottom: 10px;
  display: block;
}

.popup form div input[type="text"],
.popup form div input[type="password"],
.popup form div textarea {
  height: 34px;
  padding: 0 18px;
  border: 1px solid #4d5e9a;
  width: 254px;
  border-radius: 18px;
}

.popup form div textarea {
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}

.popup form div.error input[type="text"],
.popup form div.error input[type="password"] {
  border-color: red;
}

.popup form div input[type="submit"] {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 36px;
  width: 200px;
  background: #ed1a3b;
  color: #ffffff;
  border-radius: 18px;
  transition: 0.2s all ease;
  display: block;
  float: right;
  border: 0;
}

.popup form div input[type="submit"]:hover {
  background: #4d5e9a;
}

.popup .require u {
  display: none;
}

/* ----------- Fancy Box Styles ------------ */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #ffffff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 64px;
  height: 64px;
  background: url(/img/preloader.gif) center center no-repeat;
}

.fancybox-close {
  z-index: 8040;
  width: 18px;
  height: 18px;
  padding: 10px;
  position: absolute;
  top: 14px;
  right: 14px;
  text-indent: -9999px;
  background: #fff url(/img/icon13.png) center no-repeat;
  cursor: pointer;
  border-radius: 28px;
}

.fancybox-type-image .fancybox-close {
  top: 14px;
  right: 14px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-top: -44px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  transition: 0.2s ease all;
}

.fancybox-nav span:hover {
  background-color: #4d5e9a;
}

.fancybox-prev span {
  left: 10px;
  background: #ed1a3b url(/img/icon6.png) 0 0;
}

.fancybox-next span {
  right: 10px;
  background: #ed1a3b url(/img/icon6.png) -44px 0;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 15px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 5px;
  opacity: 0.5;
  margin: 0 5px;
  background: #fff;
}

#fancybox-thumbs ul li.active {
  opacity: 1;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/* -------- Checkbox Customization --------- */

.fblk [type="checkbox"]:not(:checked),
.fblk [type="checkbox"]:checked,
.fblk [type="radio"]:not(:checked),
.fblk [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.acsale [type="checkbox"]:not(:checked) + label,
.acsale [type="checkbox"]:checked + label,
.acsale [type="radio"]:not(:checked) + label,
.acsale [type="radio"]:checked + label {
  float: left;
  width: 85px;
}

.fblk.box [type="checkbox"]:not(:checked) + label,
.fblk.box [type="checkbox"]:checked + label,
.fblk.box [type="radio"]:not(:checked) + label,
.fblk.box [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
  line-height: 14px;
}

.fblk.box [type="checkbox"]:not(:checked) + label:before,
.fblk.box [type="checkbox"]:checked + label:before,
.fblk.box [type="radio"]:not(:checked) + label:before,
.fblk.box [type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #4d5e9a;
  background: #ffffff;
}

.fblk.box [type="checkbox"]:not(:checked) + label:after,
.fblk.box [type="checkbox"]:checked + label:after,
.fblk.box [type="radio"]:not(:checked) + label:after,
.fblk.box [type="radio"]:checked + label:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #4d5e9a;
  transition: all 0.2s;
  line-height: 15px;
  height: 16px;
  width: 16px;
  text-align: center;
}

.fblk.box [type="checkbox"]:not(:checked) + label:after,
.fblk.box [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.fblk.box [type="checkbox"]:checked + label:after,
.fblk.box [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.fblk.box [type="checkbox"]:disabled:not(:checked) + label:before,
.fblk.box [type="checkbox"]:disabled:checked + label:before,
.fblk.box [type="radio"]:disabled:not(:checked) + label:before,
.fblk.box [type="radio"]:disabled:checked + label:before {
  border-color: #a0a9c9;
  background-color: #e9e9e9;
}
.fblk.box [type="checkbox"]:disabled:checked + label:after,
.fblk.box [type="radio"]:disabled:checked + label:after {
  color: #a0a9c9;
}
.fblk.box [type="checkbox"]:disabled + label,
.fblk.box [type="radio"]:disabled + label {
  color: #a0a9c9;
}

/* ------ Color Checkbox Customization ----- */

.fblk.color [type="checkbox"]:not(:checked) + label,
.fblk.color [type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #c8c8c8;
  text-indent: -9999px;
  padding-left: 0;
  margin: 0 8px 8px 0;
  float: left;
  transition: 0.2s ease all;
}

.fblk.color [type="checkbox"]:not(:checked) + label:nth-child(10n + 10),
.fblk.color [type="checkbox"]:checked + label:nth-child(10n + 10) {
  margin-right: 0;
}

.fblk.color [type="checkbox"]:checked + label {
  border-color: #ed1a3b;
}

.fblk.color [type="checkbox"]:disabled + label {
  /*
  border-color: #a0a9c9;
  background-color: #e9e9e9 !important;
  color: #a0a9c9;
*/
  opacity: 0.2;
  border-color: #ccc !important;
  cursor: default !important;
}

/* ------- Size Checkbox Customization ----- */

.fblk.size [type="checkbox"]:not(:checked) + label,
.fblk.size [type="checkbox"]:checked + label,
.fblk.size [type="radio"]:not(:checked) + label,
.fblk.size [type="radio"]:checked + label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #4d5e9a;
  padding-left: 0;
  margin: 0 8px 8px 0;
  float: left;
  color: #4d5e9a;
  transition: 0.2s ease all;
}

.fblk.size [type="checkbox"]:hover + label,
.fblk.size [type="radio"]:hover + label {
  border-color: #ed1a3b;
  background: #ed1a3b;
  color: #ffffff;
}

.fblk.size [type="checkbox"]:checked + label,
.fblk.size [type="radio"]:checked + label {
  background: #4d5e9a;
  color: #ffffff;
}

.fblk.size [type="checkbox"]:checked:hover + label,
.fblk.size [type="radio"]:checked:hover + label {
  border-color: #4d5e9a;
  background: #4d5e9a;
}

.fblk.size [type="checkbox"]:not(:checked) + label:nth-child(10n + 10),
.fblk.size [type="checkbox"]:checked + label:nth-child(10n + 10) {
  margin-right: 0;
}

.fblk.size [type="checkbox"]:disabled + label {
  border-color: #a0a9c9;
  background-color: #e9e9e9;
  color: #a0a9c9;
}

/* --------- Range Slider Styles ----------- */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  width: 220px;
  padding: 0 8px;
  margin: 20px 0 10px 0;
  background: #e9e9e9;
}
.noUi-target.connected .noUi-base {
  background: #e9e9e9;
}
.noUi-base {
  width: 204px;
  height: 100%;
  position: relative;
  background: #e9e9e9;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  top: -4px;
  left: -8px;
}
.noUi-background {
  background: #e9e9e9;
}
.noUi-connect {
  background: #89a9da;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-target.noUi-connect {
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border-radius: 8px;
  background: #4d5e9a;
  cursor: pointer;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* ---------- Bitrix Admin Panel ----------- */

.mwrap #bx-panel {
  margin-bottom: -39px !important;
}

/* ------------ Catalog Helper ------------- */

.drophelper {
  background: #4d5e9a;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  left: 200px;
  position: absolute;
  color: #fff;
  z-index: 99;
}

.drophelper:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 7px;
  border: 7px solid transparent;
  border-right: 7px solid #4d5e9a;
}

.drophelper span {
  margin-right: 5px;
}

/* ------- Revolution Slider Styles -------- */

.tp-simpleresponsive .caption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
}

.tp-simpleresponsive img {
  max-width: none;
}

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;

  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 30px;
  bottom: -30px;
}
.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

/*************************
	-	CAPTIONS	-
**************************/

.caption {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.caption.black-text {
  color: #262e3d;
}

.caption.blue-text {
  color: #435e9d;
}

.caption.red-text {
  color: #ff1339;
}

.caption.black-background {
  padding: 10px;
  background: #262e3d;
  color: #fff;
}

.caption.blue-background {
  padding: 10px;
  background: #435e9d;
  color: #fff;
}

.caption.red-background {
  padding: 10px;
  background: #ff1339;
  color: #fff;
}

.caption.button {
  font-family: "Ubuntu", sans-serif;
  height: 30px;
  padding: 0 20px;
  background: #ff1339;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 15px;
}

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/
.tp-bullets {
  z-index: 95;
  position: absolute;
  bottom: 10px;
}
.tp-bullets.simplebullets {
  bottom: 10px;
}

.tp-bullets.simplebullets.navbar {
  bottom: -20px;
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: -17px;
}

.tp-bullets.simplebullets .bullet {
  cursor: pointer;
  position: relative;
  background: transparent;
  border: 1px solid #ed1a3b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  transition: all 0.2s ease;
}
.tp-bullets.simplebullets .bullet.selected {
  background-color: #ed1a3b;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: -10px;
}
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 30px !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 30px !important;
}

/*************************************
	-	TP ARROWS 	-
**************************************/

.tp-leftarrow {
  z-index: 95;
  cursor: pointer;
  position: relative;
  background: url(/img/icon8.png) no-repeat 0 0;
  width: 28px;
  height: 28px;
  margin-right: 0px;
  float: left;
  margin-top: -14px;
}
.tp-leftarrow:hover {
  background-position: 0 -28px;
}
.tp-rightarrow {
  z-index: 95;
  cursor: pointer;
  position: relative;
  background: url(/img/icon8.png) no-repeat -28px 0;
  width: 28px;
  height: 28px;
  margin-right: 0px;
  float: left;
  margin-top: -14px;
}
.tp-rightarrow:hover {
  background-position: -28px -28px;
}

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: -20px;
  margin-top: -8px;
}
.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: -20px;
  margin-top: -8px;
}
.tp-leftarrow.navbar.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar.thumbswitharrow {
  margin-left: 0px;
}

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: -9px;
}
.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: -9px;
}
.tp-leftarrow.large {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_large_left.png) no-Repeat top left;
  width: 46px;
  height: 46px;
  margin-left: 20px;
  margin-top: -23px;
}
.tp-rightarrow.large {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_large_right.png) no-Repeat top left;
  width: 46px;
  height: 46px;
  margin-left: -20px;
  margin-top: -23px;
}
/****************************************************************************************************
	-	TP THUMBS 	-	
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/

.tp-bullets.tp-thumbs {
  z-index: 100;
  position: absolute;
  padding: 0px 2px 2px;
  background-color: #fff;
  width: 500px;
  height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
}

.fullwidthbanner-container .tp-thumbs {
  padding: 2px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px; /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-thumbs img {
  width: 100%;
}

/************************************
		-	TP BANNER TIMER		-
*************************************/

.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../assets/timer.png);
  position: absolute;
  z-index: 200;
}

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
.infoholder {
	display: none;
}
.topmenu .container > ul > li {
	margin-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive .tp-bullets.tp-thumbs {
    width: 300px !important;
    height: 30px !important;
  }
  .responsive .tp-bullets.tp-thumbs .tp-mask {
    width: 300px !important;
    height: 30px !important;
  }
  .responsive .tp-bullets.tp-thumbs .bullet {
    width: 60px !important;
    height: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive > ul li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

/*  CAPTION SLIDELINK   **/

.caption.slidelink a div {
  width: 10000px;
  height: 10000px;
}

.tp-loader {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

.revslider-container {
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 300px !important;
  overflow: hidden;
}

ul.producttags {
  overflow: hidden;
}

ul.producttags li {
  float: left;
  margin: 5px 10px 0 0;
  line-height: 15px;
}

ul.producttags li a {
  color: #919191;
  text-transform: lowercase;
}

.buttontags {
  color: #919191;
  text-align: center;
  text-decoration: underline;
  margin-top: 10px;
  cursor: default;
}

.buttontags:hover {
  text-decoration: none;
}

.socNet {
  text-align: center;
  margin-top: 20px;
}

.socNet span.b-share {
  padding: 0 !important;
}

/* ---------- Where to Buy Styles ---------- */

.wheretobuy-wrapper {
}

.wheretobuy-wrapper .shop-holder {
  overflow: hidden;
  margin-top: 20px;
}

.wheretobuy-wrapper .shop-holder a {
  width: 220px;
  height: 160px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}

.wheretobuy-wrapper .shop-holder a.m1 {
  background: url(/img/wheretobuy/1.png) center no-repeat;
}

.wheretobuy-wrapper .shop-holder a.m2 {
  background: url(/img/wheretobuy/2.png) center no-repeat;
}

.wheretobuy-wrapper .shop-holder a.m3 {
  background: url(/img/wheretobuy/3.png) center no-repeat;
  margin-right: 0;
}

.wheretobuy-wrapper .shop-holder a b {
  display: block;
  position: absolute;
  bottom: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  height: 36px;
  padding: 5px;
  font-weight: 600;
  transition: 0.2s all ease;
}

.wheretobuy-wrapper .shop-holder a:hover b {
  bottom: -46px;
}

.wheretobuy-wrapper .att-action {
  overflow: hidden;
  background: #f0f4f7;
  padding: 20px;
  height: 50px;
}

.wheretobuy-wrapper .att-action .badge {
  width: 50px;
  height: 50px;
  background: url(/img/icon27.png) center no-repeat;
  float: left;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.wheretobuy-wrapper .att-action .text {
  margin: 0 0 0 15px;
  float: left;
  line-height: 20px;
  width: 595px;
}

.wheretobuy-wrapper .att-action .text u {
  text-decoration: none;
  font-size: 12px;
  color: #ed1a3b;
  display: block;
  line-height: 15px;
}

.wheretobuy-wrapper .gallery {
  overflow: hidden;
}

.wheretobuy-wrapper .gallery a {
  display: block;
  width: 220px;
  height: 125px;
  margin: 0 20px 20px 0;
  float: left;
  overflow: hidden;
}

.wheretobuy-wrapper .gallery a:last-child {
  margin-right: 0;
}

.wheretobuy-wrapper .gallery a img {
  width: 220px;
  height: 125px;
}

.wheretobuy-wrapper .shop-cont {
  line-height: 28px;
  margin-bottom: 20px;
}

.wheretobuy-wrapper .shop-cont .addr {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzMC4xMTQgNDMwLjExNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDMwLjExNCA0MzAuMTE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggaWQ9IkZhY2Vib29rX1BsYWNlcyIgZD0iTTM1Ni4yMDgsMTA3LjA1MWMtMS41MzEtNS43MzgtNC42NC0xMS44NTItNi45NC0xNy4yMDVDMzIxLjc0NiwyMy43MDQsMjYxLjYxMSwwLDIxMy4wNTUsMCAgIEMxNDguMDU0LDAsNzYuNDYzLDQzLjU4Niw2Ni45MDUsMTMzLjQyN3YxOC4zNTVjMCwwLjc2NiwwLjI2NCw3LjY0NywwLjYzOSwxMS4wODljNS4zNTgsNDIuODE2LDM5LjE0Myw4OC4zMiw2NC4zNzUsMTMxLjEzNiAgIGMyNy4xNDYsNDUuODczLDU1LjMxNCw5MC45OTksODMuMjIxLDEzNi4xMDZjMTcuMjA4LTI5LjQzNiwzNC4zNTQtNTkuMjU5LDUxLjE3LTg3LjkzM2M0LjU4My04LjQxNSw5LjkwMy0xNi44MjUsMTQuNDkxLTI0Ljg1NyAgIGMzLjA1OC01LjM0OCw4LjktMTAuNjk2LDExLjU2OS0xNS42NzJjMjcuMTQ1LTQ5LjY5OSw3MC44MzgtOTkuNzgyLDcwLjgzOC0xNDkuMTA0di0yMC4yNjIgICBDMzYzLjIwOSwxMjYuOTM4LDM1Ni41ODEsMTA4LjIwNCwzNTYuMjA4LDEwNy4wNTF6IE0yMTQuMjQ1LDE5OS4xOTNjLTE5LjEwNywwLTQwLjAyMS05LjU1NC01MC4zNDQtMzUuOTM5ICAgYy0xLjUzOC00LjItMS40MTQtMTIuNjE3LTEuNDE0LTEzLjM4OHYtMTEuODUyYzAtMzMuNjM2LDI4LjU2LTQ4LjkzMiw1My40MDYtNDguOTMyYzMwLjU4OCwwLDU0LjI0NSwyNC40NzIsNTQuMjQ1LDU1LjA2ICAgQzI3MC4xMzgsMTc0LjcyOSwyNDQuODMzLDE5OS4xOTMsMjE0LjI0NSwxOTkuMTkzeiIgZmlsbD0iIzRkNWU5YSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
    left no-repeat;
  padding-left: 22px;
  margin-bottom: 6px;
}

.wheretobuy-wrapper .shop-cont .phn {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU3OC4xMDYgNTc4LjEwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTc4LjEwNiA1NzguMTA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTU3Ny44Myw0NTYuMTI4YzEuMjI1LDkuMzg1LTEuNjM1LDE3LjU0NS04LjU2OCwyNC40OGwtODEuMzk2LDgwLjc4MSAgICBjLTMuNjcyLDQuMDgtOC40NjUsNy41NTEtMTQuMzgxLDEwLjQwNGMtNS45MTYsMi44NTctMTEuNzI5LDQuNjkzLTE3LjQzOSw1LjUwOGMtMC40MDgsMC0xLjYzNSwwLjEwNS0zLjY3NiwwLjMwOSAgICBjLTIuMDM3LDAuMjAzLTQuNjg5LDAuMzA3LTcuOTUzLDAuMzA3Yy03Ljc1NCwwLTIwLjMwMS0xLjMyNi0zNy42NDEtMy45NzlzLTM4LjU1NS05LjE4Mi02My42NDUtMTkuNTg0ICAgIGMtMjUuMDk2LTEwLjQwNC01My41NTMtMjYuMDEyLTg1LjM3Ni00Ni44MThjLTMxLjgyMy0yMC44MDUtNjUuNjg4LTQ5LjM2Ny0xMDEuNTkyLTg1LjY4ICAgIGMtMjguNTYtMjguMTUyLTUyLjIyNC01NS4wOC03MC45OTItODAuNzgzYy0xOC43NjgtMjUuNzA1LTMzLjg2NC00OS40NzEtNDUuMjg4LTcxLjI5OSAgICBjLTExLjQyNS0yMS44MjgtMTkuOTkzLTQxLjYxNi0yNS43MDUtNTkuMzY0UzQuNTksMTc3LjM2MiwyLjU1LDE2NC41MXMtMi44NTYtMjIuOTUtMi40NDgtMzAuMjk0ICAgIGMwLjQwOC03LjM0NCwwLjYxMi0xMS40MjQsMC42MTItMTIuMjRjMC44MTYtNS43MTIsMi42NTItMTEuNTI2LDUuNTA4LTE3LjQ0MnM2LjMyNC0xMC43MSwxMC40MDQtMTQuMzgyTDk4LjAyMiw4Ljc1NiAgICBjNS43MTItNS43MTIsMTIuMjQtOC41NjgsMTkuNTg0LTguNTY4YzUuMzA0LDAsOS45OTYsMS41MywxNC4wNzYsNC41OXM3LjU0OCw2LjgzNCwxMC40MDQsMTEuMzIybDY1LjQ4NCwxMjQuMjM2ICAgIGMzLjY3Miw2LjUyOCw0LjY5MiwxMy42NjgsMy4wNiwyMS40MmMtMS42MzIsNy43NTItNS4xLDE0LjI4LTEwLjQwNCwxOS41ODRsLTI5Ljk4OCwyOS45ODhjLTAuODE2LDAuODE2LTEuNTMsMi4xNDItMi4xNDIsMy45NzggICAgcy0wLjkxOCwzLjM2Ni0wLjkxOCw0LjU5YzEuNjMyLDguNTY4LDUuMzA0LDE4LjM2LDExLjAxNiwyOS4zNzZjNC44OTYsOS43OTIsMTIuNDQ0LDIxLjcyNiwyMi42NDQsMzUuODAyICAgIHMyNC42ODQsMzAuMjkzLDQzLjQ1Miw0OC42NTNjMTguMzYsMTguNzcsMzQuNjgsMzMuMzU0LDQ4Ljk2LDQzLjc2YzE0LjI3NywxMC40LDI2LjIxNSwxOC4wNTMsMzUuODAzLDIyLjk0OSAgICBjOS41ODgsNC44OTYsMTYuOTMyLDcuODU0LDIyLjAzMSw4Ljg3MWw3LjY0OCwxLjUzMWMwLjgxNiwwLDIuMTQ1LTAuMzA3LDMuOTc5LTAuOTE4YzEuODM2LTAuNjEzLDMuMTYyLTEuMzI2LDMuOTc5LTIuMTQzICAgIGwzNC44ODMtMzUuNDk2YzcuMzQ4LTYuNTI3LDE1LjkxMi05Ljc5MSwyNS43MDUtOS43OTFjNi45MzgsMCwxMi40NDMsMS4yMjMsMTYuNTIzLDMuNjcyaDAuNjExbDExOC4xMTUsNjkuNzY4ICAgIEM1NzEuMDk4LDQ0MS4yMzgsNTc2LjE5Nyw0NDcuOTY4LDU3Ny44Myw0NTYuMTI4eiIgZmlsbD0iIzRkNWU5YSIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
    left no-repeat;
  padding-left: 22px;
}

.wheretobuy-wrapper .shop-cont .shld {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyOTkuOTk4IDI5OS45OTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5OS45OTggMjk5Ljk5ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xNDkuOTk3LDBDNjcuMTU3LDAsMC4wMDEsNjcuMTU4LDAuMDAxLDE0OS45OTVzNjcuMTU2LDE1MC4wMDMsMTQ5Ljk5NSwxNTAuMDAzczE1MC02Ny4xNjMsMTUwLTE1MC4wMDMgICAgUzIzMi44MzYsMCwxNDkuOTk3LDB6IE0xNjAuMzU1LDE2OC4zMzdjLTAuMDA4LDAuMzk0LTAuMDY3LDAuNzg4LTAuMTIyLDEuMTgzYy0wLjAzOSwwLjI5Ni0wLjA1NywwLjU5OS0wLjEyNCwwLjg5ICAgIGMtMC4wNjcsMC4zMDMtMC4xODIsMC42MDItMC4yOCwwLjkwNWMtMC4xMTcsMC4zNjYtMC4yMjYsMC43MzEtMC4zNzksMS4wNzZjLTAuMDI5LDAuMDYtMC4wMzksMC4xMjQtMC4wNjUsMC4xODQgICAgYy0wLjIyNiwwLjQ4Mi0wLjQ4OCwwLjkzNC0wLjc3NSwxLjM2MmMtMC4wMTgsMC4wMjYtMC4wNDIsMC4wNTItMC4wNiwwLjA3OGMtMC4zMjcsMC40OC0wLjcsMC45MTYtMS4wOTIsMS4zMjUgICAgYy0wLjEwOSwwLjExMi0wLjIyLDAuMjEzLTAuMzM1LDAuMzE5Yy0wLjM0NSwwLjMyOS0wLjcwOCwwLjYzLTEuMDk0LDAuOTA1Yy0wLjExOSwwLjA4Ni0wLjIzMywwLjE3Ni0wLjM1OCwwLjI1OSAgICBjLTAuNDk1LDAuMzI0LTEuMDE0LDAuNjA5LTEuNTU0LDAuODQzYy0wLjExNywwLjA1Mi0wLjIzOSwwLjA4My0wLjM1OCwwLjEzYy0wLjQ1NiwwLjE3Ni0wLjkxOCwwLjMyMi0xLjM5NSwwLjQzMyAgICBjLTAuMTcxLDAuMDQxLTAuMzQsMC4wNzgtMC41MTQsMC4xMDljLTAuNjEyLDAuMTEyLTEuMjMyLDAuMTg5LTEuODYsMC4xODljLTAuMTI3LDAtMC4yNTctMC4wMzktMC4zODQtMC4wNDQgICAgYy0wLjYwMi0wLjAyMy0xLjE5OC0wLjA3LTEuNzcxLTAuMTkyYy0wLjE3OS0wLjAzOS0wLjM1NS0wLjExNy0wLjUzNC0wLjE2NmMtMC41MzQtMC4xNDUtMS4wNTYtMC4zMDYtMS41NTQtMC41MjkgICAgYy0wLjA1Ny0wLjAyOS0wLjExNy0wLjAzNC0wLjE3NC0wLjA2bC01Ny41MTUtMjcuMTI5Yy01LjE4Mi0yLjQ0My03LjQwMi04LjYyNi00Ljk1OS0xMy44MDggICAgYzIuNDQzLTUuMTc5LDguNjI2LTcuNDAyLDEzLjgwOC00Ljk1OWw0Mi43MTYsMjAuMTQ0VjYyLjI0OWMwLTUuNzI5LDQuNjQ1LTEwLjM3NCwxMC4zNzQtMTAuMzc0czEwLjM3NCw0LjY0NSwxMC4zNzQsMTAuMzc0ICAgIFYxNjguMTVoMC4wMDJDMTYwLjM3MywxNjguMjEyLDE2MC4zNTUsMTY4LjI3NCwxNjAuMzU1LDE2OC4zMzd6IiBmaWxsPSIjNGQ1ZTlhIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
    left no-repeat;
  padding-left: 22px;
  margin-left: 22px;
}

/* ---------- Empty Basket Styles ---------- */

#basket_items_list .empty-basket {
  text-align: left;
  padding-left: 360px;
  height: 300px;
  padding-top: 22px;
  background: url(/img/empty.png) left no-repeat;
  box-sizing: border-box;
}

#basket_items_list .empty-basket a {
  font-family: "Ubuntu", sans-serif;
  height: 30px;
  width: 170px;
  line-height: 30px;
  background: #ed1a3b;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: 0.2s ease all;
  display: block;
  margin-top: 20px;
}

#basket_items_list .empty-basket a:hover {
  background: #4d5e9a;
}

/* ----------- About Page Styles ----------- */

.strig {
  overflow: hidden;
  margin-top: 20px;
}

.strig div {
  float: left;
  width: 220px;
  text-align: center;
  line-height: 20px;
  margin: 10px 0 25px 20px;
}

.strig div:first-child {
  margin-left: 0;
}

.strig div span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

/* --------- Privacy Policy Styles --------- */

.pdf-file {
  background: url(/img/pdf.png) left no-repeat;
  height: 36px;
  padding-left: 42px;
  line-height: 16px;
  margin-bottom: 35px;
}

.pdf-file span {
  display: block;
  margin-top: 4px;
  color: #828282;
}

.footer .bottom .copy a {
  font-size: 14px;
  margin-left: 20px;
}

.pd-policy-check-order {
  line-height: 20px;
  text-align: justify;
  margin-top: 20px;
}

.pd-policy-check-oneclick {
  width: 292px;
  line-height: 18px;
  font-size: 13px;
  text-align: justify;
  margin-top: 20px;
}

.pd-policy-check-feedback {
  line-height: 20px;
  text-align: justify;
  margin-top: 20px;
}

.pd-policy-check-order input,
.pd-policy-check-oneclick input,
.pd-policy-check-feedback input {
  margin-left: 0;
}

/* ------------ Banners Styles ------------- */

.b-banner-top {
  width: 940px;
  position: relative;
  padding: 0 20px;
  margin: -20px auto 30px auto;
  text-align: center;
}

.b-product-banner {
  width: 300px;
  position: relative;
  padding: 0;
  margin: 20px auto 0 auto;
}

/* ---------- Size Tables Styles ----------- */

.size-popup {
  display: none;
  width: 700px;
  padding: 20px;
}

.size-popup.max {
  width: 900px;
}

.size-popup h2 {
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.size-popup h2:nth-child(2) {
  margin-top: 0;
}

.size-popup .size-info {
  overflow: hidden;
  margin-bottom: 20px;
}

.size-popup .size-info p {
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.size-popup img.img-left {
  float: left;
  padding-right: 20px;
}

.size-popup img.img-right {
  float: right;
  padding-left: 20px;
}

.size-table {
  width: 700px;
  font-weight: 300;
  font-size: 15px;
}

.size-popup.max .size-table {
  width: 900px;
}

.size-popup.max .size-table.short {
  width: 500px;
}

.size-table strong {
  font-weight: 600;
}

.size-table.comparsion-table {
  width: 940px;
}

.size-table.comparsion-table td {
  line-height: 22px;
}

.size-popup.max .size-table td {
  text-align: center;
}

.size-popup.max .size-table td:first-child {
  text-align: left;
}

.size-popup.max.tecnica .size-table td:first-child {
  text-align: center;
}

.size-table.comparsion-table tr.comphdr td {
  line-height: 26px;
}

.size-table tr {
  border-bottom: 1px solid #4d5e9a;
}

.size-table tr:first-child {
  border-top: 2px solid #4d5e9a;
}

.size-table tr:last-child {
  border-bottom: 2px solid #4d5e9a;
}

.size-table td {
  padding: 5px;
  line-height: 26px;
}

.size-table .t1 {
  line-height: 1px;
  vertical-align: middle;
}

.size-table .t2 {
  border-bottom: 2px solid #4d5e9a;
}

.size-table .t3 {
  vertical-align: middle;
}

.size-table .t3 span {
  display: block;
  width: 15px;
  height: 61px;
  background: url(/img/sizes.jpg) center no-repeat;
  text-indent: -9999px;
}

.comparsion-table .whou {
  position: absolute;
  left: 10px;
  bottom: 30px;
  width: 235px;
  border: 2px dashed #ed1a3b;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
}

.comparsion-table .whou span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.comparsion-table .whou p {
  font-size: 13px;
  line-height: 16px;
}
.cats {
  margin-bottom:5px;
}
.cats a {
  color:#333;
  text-decoration:none;
}

.cats a:hover {
  color: #4d5e9a;
  text-decoration: underline;
}

.fill {
  color: #5969a1;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.bx_ordercart_order_pay .bx_ordercart_order_pay_center a.checkout {
	background: #ed1a3b;
}
.bx_ordercart_order_pay .bx_ordercart_order_pay_center a.checkout:hover {
	background: #4d5e9a;
}
.bx_ordercart_order_pay .bx_ordercart_order_pay_center a.goback {
	display: none;
}
#sale_order_props .bx_block.r1x3.pt8 {
	line-height: 18px;
	margin-top: 5px;
}
.disabled {
	display: none;
}
.bx_ordercart.in-checkout .checkout-ready .comment textarea {
	visibility: hidden;
}
.bx_ordercart.in-checkout .checkout-ready .comment .label {
	visibility: hidden;
}
@media screen and (max-width: 899px) {
	.bx_ordercart.in-checkout .checkout-ready .comment {
		display: none;
	}
}