@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');
/* 1 */
/* 2 */
/* Uncomment and set these variables to customize the grid. */
/* Buttons */
/* Close button on the top right corner of html content */
/* Navigation arrows */
/* Caption */
/* Loading indicator */
/* Transition effects */
/* transitionEffect: slide */
/* transitionEffect: fade */
/* transitionEffect: zoom-in-out */
/* transitionEffect: rotate */
/* transitionEffect: circular */
/* transitionEffect: tube */
/* Styling for Small-Screen Devices */
/* Share */
/* Thumbs */
.ffmontserrat {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
html {
  /* 2 */
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  /* 2 */
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  color: inherit;
  /* 3 */
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* 3 */
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  /* 2 */
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 2 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  /* 2 */
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  *zoom: 1;
  position: relative;
  z-index: 999;
  margin: 0 0 20px 0;
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.35);
  background: #fff;
  font-size: 14px;
}
.header:before,
.header:after {
  display: table;
  content: "";
  line-height: 0;
}
.header:after {
  clear: both;
}
@media only screen and (min-width: 75em) {
  .header {
    font-size: inherit;
    margin-bottom: 20px;
    background: transparent;
  }
  .homepage .header {
    margin-bottom: 20px;
  }
}
.headercontent {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 75em) {
  .headercontent {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.logowrap {
  text-align: center;
}
.logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 0 0;
  background: url(/images/logo.svg) 0% 50% / contain no-repeat;
}
.logo.white {
  background: url(/images/logo_w.svg) 50% 50% / contain no-repeat;
}
@media only screen and (min-width: 75em) {
  .logo {
    padding: 34% 0 0 0;
  }
  .logo.white {
    padding: 25% 0 0 0;
  }
}
.headertop {
  padding: 10px 0;
  background: #161616;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}
.headertop a {
  color: #fff;
  text-decoration: none;
}
.headertop a:visited {
  color: #fff;
}
.headertop a:hover,
.headertop .active a {
  color: #ee3241;
}
.headertop .nav li {
  display: inline-block;
  vertical-align: middle;
}
.headertop .nav li + li {
  margin-left: 20px;
}
.headcontacts {
  display: none;
}
@media only screen and (min-width: 75em) {
  .headcontacts {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 65px;
    text-align: left;
  }
  .headcontacts:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 50px;
    height: 50px;
    background: url(../images/ico_phone.svg) 0% 50% / contain no-repeat;
  }
}
.modcart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 0 0 35px;
  text-align: left;
}
.modcart:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/ico_cart.svg) 0% 50% / contain no-repeat;
}
.modcart .cartlink {
  color: #333;
  text-decoration: underline;
}
@media only screen and (min-width: 75em) {
  .modcart {
    margin: 0 0 0 65px;
    padding: 0 0 0 65px;
  }
  .modcart:before {
    top: -5px;
    margin: 0;
    width: 50px;
    height: 50px;
  }
}
.cartmodal {
  display: none;
}
@media only screen and (max-width: 75em) {
  .navbtn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/menu_top.svg) 50% 50% no-repeat;
    background-size: 30px auto;
  }
  .navactive .navbtn {
    background: url(../images/ico_close.svg) 50% 50% no-repeat;
    background-size: 20px auto;
  }
  .navoverlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.3);
  }
  .navactive .navoverlay {
    display: block;
  }
  .mainnav {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 2px rgb(34 45 74 / 4%), 0 2px 2px rgb(34 45 74 / 2%), 0 1px 3px rgb(34 45 74 / 8%);
  }
  .mainnav li,
  .mainnav .modopprod_item {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .mainnav a,
  .mainnav a:visited,
  .mainnav span {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
  }
  .mainnav .active > a,
  .mainnav .active > span {
    color: #17a7fe;
  }
  .navactive .mainnav {
    display: block;
  }
  .mainnav .catalogbtn {
    display: none;
  }
  .mainnav .parent {
    position: relative;
  }
  .mainnav .parent > a,
  .mainnav .parent > span {
    padding-left: 30px;
  }
  .mainnav .level_1 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mainnav .level_1 a,
  .mainnav .level_1 span {
    padding: 5px 10px 5px 25px;
  }
  .mainnav ul ul {
    display: none;
    padding-left: 20px;
    font-size: 16px;
  }
  .mainnav ul ul li {
    border: none;
  }
  .mainnav ul ul a,
  .mainnav ul ul span {
    padding: 5px 10px;
  }
  .mainnav .parent.active ul {
    display: block;
  }
  .mainnav .showmore {
    position: absolute;
    left: 10px;
    top: 15px;
    border: solid ;
    border-width: 0 2px 2px 0;
    padding: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mainnav .active > .showmore {
    top: 11px;
    border-color: #17a7fe;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 75em) {
  .mainnavwrap {
    position: relative;
    padding: 0;
    background: #fff;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
  .mainnav {
    display: block;
    position: relative;
    padding: 0 102px 0 302px;
    max-width: 100%;
    font-weight: 400;
    background: transparent;
  }
  .mainnav li {
    border: none;
  }
  .mainnav a,
  .mainnav span,
  .mainnav a:visited {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
  }
  .mainnav a:hover,
  .mainnav .active > a {
    color: #333;
    background: #fff;
  }
  .mainnav .catalogbtn {
    display: block;
    position: relative;
    padding: 10px 20px 10px 55px;
    cursor: pointer;
    background: #7fc8ff;
  }
  .mainnav .catalogbtn:before {
    content: "";
    display: block;
    position: absolute;
    margin-top: -15px;
    left: 10px;
    top: 50%;
    width: 35px;
    height: 30px;
    background: url(../images/ico_catalog.svg) 50% 50% / contain no-repeat;
  }
  .mainnav *:hover > .catalogbtn {
    background: #7fc8ff;
  }
  .mainnav .parent {
    position: relative;
  }
  .mainnav .parent > a:after,
  .mainnav .parent > span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 7px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .mainnav .parent:hover {
    background: #7fc8ff;
  }
  .mainnav .nav {
    text-align: left;
  }
  .mainnav .nav > li > a,
  .mainnav .nav > li > span {
    padding: 10px 20px 10px 30px;
  }
  .mainnav .catalognav {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 300px;
    background: #7fc8ff;
  }
  .mainnav .nav-child,
  .mainnav .nav-catalog {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 260px;
    background: #7fc8ff;
    text-align: left;
    font-size: initial;
    line-height: 1.2;
  }
  .mainnav .nav-child a,
  .mainnav .nav-child span,
  .mainnav .nav-child a:visited,
  .mainnav .nav-catalog a,
  .mainnav .nav-catalog span,
  .mainnav .nav-catalog a:visited {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
  }
  .mainnav .nav-child a:hover,
  .mainnav .nav-catalog a:hover {
    background: #00b2f2;
    color: #fff;
  }
  .mainnav .nav-child .active a,
  .mainnav .nav-catalog .active a {
    background: #17a7fe;
    color: #fff;
  }
  .mainnav .catalognav:hover > ul,
  .mainnav .catalognav:hover > .nav-catalog,
  .mainnav .parent:hover > ul,
  .mainnav .parent:hover > .nav-catalog {
    display: block;
  }
  .mainnav .level_1 {
    font-size: 16px;
  }
  .mainnav .level_1 a,
  .mainnav .level_1 span {
    padding: 5px 10px 5px 40px;
  }
  .mobnav li {
    display: inline-block;
  }
}
@media only screen and (min-width: 75em) {
  .mod-languages {
    position: absolute;
    top: 0;
    right: 50px;
  }
}
.searchbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.searchbtn:before {
  content: "";
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(../images/ico_search.svg) 50% 50% / contain no-repeat;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.searchbtn:after {
  content: "";
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(../images/ico_close.svg) 50% 50% / contain no-repeat;
  background-size: 15px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.searchbtn:hover:before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.searchactive .searchbtn:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.searchactive .searchbtn:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #7fc8ff;
}
.searchactive .search {
  display: block;
}
.modsearch {
  position: relative;
  margin: 10px 0;
}
.modsearch .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.search_input {
  display: block;
  width: 100%;
  padding: 10px 160px 10px 10px;
  line-height: 30px;
  border: none;
  outline: none;
  color: #333;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .row {
    margin-right: -0.7rem;
    margin-left: -0.7rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.row.nomargin {
  margin: 0;
}
.row.nomargin > * {
  padding: 0;
}
a {
  color: #17a7fe;
  outline: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:visited {
  color: #7fc8ff;
  text-decoration: none;
}
a:hover {
  color: #EE3241;
}
.btn,
.rsform-submit-button {
  display: inline-block;
  padding: 15px 30px;
  background: #17a7fe;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn:visited,
.rsform-submit-button:visited {
  color: #fff;
  text-decoration: none;
}
.btn:hover,
.rsform-submit-button:hover {
  color: #fff;
  background: #7fc8ff;
}
.product_teaser .btn,
.review_write .btn,
.product_teaser .rsform-submit-button,
.review_write .rsform-submit-button {
  display: block;
  width: 100%;
  padding: 15px 5px;
}
.btn_dark {
  background: #7fc8ff;
}
.btn_dark:hover {
  background: #17a7fe;
}
.btn_light {
  background: #f6f3ff;
  color: #7fc8ff;
}
.btn_light:hover {
  color: #fff;
  background: #7fc8ff;
}
.btn_alt {
  background: #EE3241;
}
.btn_alt:hover {
  background: #7fc8ff;
}
.hover_light:hover {
  background: #f6f3ff;
  color: #7fc8ff;
}
.btn_play {
  padding-left: 10px;
  padding-right: 10px;
}
.btn_play:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: url(../images/ico_play.svg) 50% 50% / contain no-repeat;
}
.btn_play:hover:before {
  background: url(../images/ico_play_w.svg) 50% 50% / contain no-repeat;
}
.inputbox,
.rsform-input-box,
#oneStepCheckoutForm .jshop_nvg_register input,
.rsform-text-box {
  display: block;
  padding: 11px 10px;
  font-size: 20px;
  line-height: 20px;
  min-height: 46px;
  width: 100%;
  border: 2px solid #898989;
  background: #f2f2f2;
  color: #333;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inputbox:focus,
.rsform-input-box:focus,
#oneStepCheckoutForm .jshop_nvg_register input:focus,
.rsform-text-box:focus {
  background: #f6f3ff;
  border-color: #17a7fe;
}
.inputbox.noradius,
.rsform-input-box.noradius,
#oneStepCheckoutForm .jshop_nvg_register input.noradius,
.rsform-text-box.noradius {
  border-radius: 0;
}
.buyform .inputbox,
.buyform .rsform-input-box,
.buyform #oneStepCheckoutForm .jshop_nvg_register input,
.buyform .rsform-text-box {
  border-color: #f2f2f2;
  padding-right: 60px;
}
.inputbox.rsform-error,
.inputbox.fielderror,
.rsform-input-box.rsform-error,
.rsform-input-box.fielderror,
#oneStepCheckoutForm .jshop_nvg_register input.rsform-error,
#oneStepCheckoutForm .jshop_nvg_register input.fielderror,
.rsform-text-box.rsform-error,
.rsform-text-box.fielderror {
  border: 2px dashed #e74c3c;
  background: #fff1f0;
}
.quantity .inputbox,
.quantity .rsform-input-box,
.quantity #oneStepCheckoutForm .jshop_nvg_register input,
.quantity .rsform-text-box {
  border: none;
  padding: 13px 40px;
  text-align: center;
}
.radius5 {
  border-radius: 5px;
  padding: 9px 10px;
}
.maillink {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  background: url(../images/ico_mail.svg) 0% 50% no-repeat;
  background-size: 22px auto;
}
.soc {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}
.header .soc {
  margin-left: 20px;
}
.footer .soc {
  margin: 10px;
  width: 26px;
  height: 26px;
}
.fb {
  background: url(../images/ico_fb.svg) 50% 50% / contain no-repeat;
}
.instagram {
  background: url(../images/ico_instagram.svg) 50% 50% / contain no-repeat;
}
.vk {
  background: url(../images/ico_vk.svg) 50% 50% / contain no-repeat;
}
.youtube {
  background: url(../images/ico_ytb.svg) 50% 50% / contain no-repeat;
}
.ico_delivery {
  background: url(../images/ico_delivery.svg) 50% 50% / contain no-repeat;
}
.ico_progress {
  background: url(../images/ico_progress.svg) 50% 50% / contain no-repeat;
}
.ico_quality {
  background: url(../images/ico_quality.svg) 50% 50% / contain no-repeat;
}
.ico_sale {
  background: url(../images/ico_sale.svg) 50% 50% / contain no-repeat;
}
.ico_certificate {
  background: url(../images/ico_certificate.svg) 50% 50% / contain no-repeat;
}
.ico_consulting {
  background: url(../images/ico_consulting.svg) 50% 50% / contain no-repeat;
}
.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.head_w,
.head_m {
  display: inline-block;
  width: 54px;
  height: 54px;
}
.head_w.small,
.head_m.small {
  width: 40px;
  height: 40px;
}
.head_w.no,
.head_m.no {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
ul:not([class]) {
  margin: 15px 0;
  padding: 0;
}
ul:not([class]) li {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #03a9f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul:not([class]) li + li {
  margin-top: 10px;
}
.page_title {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 75em) {
  .page_title {
    font-size: 36px;
  }
}
.phonelink {
  display: inline-block;
  color: #333;
}
.header .phonelink {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
.header .phonelink span {
  color: #17a7fe;
}
.header .phonelink ~ a {
  margin-left: 20px;
}
.header .phonelink:hover {
  color: #EE3241;
}
.header .phonelink:hover span {
  color: #17a7fe;
}
.footer .phonelink {
  font-weight: 600;
  margin: 5px 0;
}
.footer .phonelink + * {
  margin-left: 20px;
}
@media only screen and (min-width: 75em) {
  .footer .phonelink {
    margin: 0 0 0 15px;
  }
  .footer .phonelink + * {
    margin: 0 0 0 15px;
  }
}
.line_title,
.big_title {
  position: relative;
  padding: 10px 15px;
  margin: 0 0 30px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background: #17a7fe;
  color: #fff;
}
.line_title.nomargin,
.big_title.nomargin {
  margin: 0;
}
.line_title i,
.big_title i {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}
* + .line_title,
* + .big_title {
  margin-top: 40px;
}
.review_write .line_title,
.review_write .big_title {
  margin: 0 0 10px 0;
}
.small_title {
  position: relative;
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #17a7fe;
  font-weight: 600;
}
.small_title.icon_title {
  padding-left: 30px;
}
.small_title i {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 20px;
  height: 20px;
}
* + .small_title {
  margin-top: 20px;
}
@media only screen and (min-width: 75em) {
  .small_title {
    font-size: 20px;
    line-height: 1.1;
  }
}
.block_title {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.block_title span {
  color: #17a7fe;
  text-transform: uppercase;
}
@media only screen and (min-width: 75em) {
  .block_title {
    font-size: 22px;
  }
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-light {
  font-weight: 300;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.lg,
.for_pc,
.nodisplay {
  display: none;
}
@media only screen and (min-width: 75em) {
  .for_pc,
  .lg {
    display: block;
  }
  .for_mobile,
  .xs {
    display: none;
  }
}
.margintop,
.mtop {
  margin-top: 30px;
}
.marginbottom,
.mbottom {
  margin-bottom: 30px;
}
.paddingtop,
.ptop {
  padding-top: 30px;
}
.paddingbottom,
.pbottom {
  padding-bottom: 30px;
}
@media only screen and (min-width: 75em) {
  .paddingtop,
  .ptop {
    padding-top: 50px;
  }
  .paddingbottom,
  .pbottom {
    padding-bottom: 50px;
  }
  .margintop,
  .mtop {
    margin-top: 50px;
  }
  .marginbottomm,
  .mbottom {
    margin-bottom: 50px;
  }
}
body {
  /* *zoom: 1;
  font-family: 'Montserrat', sans-serif;
  background: #f7f8f9;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  cursor: default;
  min-height: 101vh; */

  *zoom: 1;
  background: #f7f8f9;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  cursor: default;
  min-height: 101vh;
  
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body:before,
body:after {
  display: table;
  content: "";
  line-height: 0;
}
body:after {
  clear: both;
}
@media only screen and (min-width: 75em) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
}
.container {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  min-width: 320px;
  min-height: 100vh;
}
@media only screen and (min-width: 75em) {
  .container {
    min-width: 1200px;
  }
}
.pos_content {
  *zoom: 1;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.pos_content:before,
.pos_content:after {
  display: table;
  content: "";
  line-height: 0;
}
.pos_content:after {
  clear: both;
}
@media only screen and (min-width: 75em) {
  .pos_content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1642px;
    margin-left: auto;
    margin-right: auto;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  display: block;
  margin: 0;
  padding: 0;
}
ul:not([class]) {
  margin: 20px 0;
  padding: 0;
  line-height: 22px;
}
ul:not([class]) li {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #252525;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul:not([class]) li + li {
  margin-top: 20px;
}
ol:not([class]) {
  counter-reset: myCounter;
  margin: 30px 0;
  padding: 0;
  line-height: 20px;
}
ol:not([class]) li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
ol:not([class]) li:before {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 0;
  top: -3px;
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  background: #42df50;
  display: inline-block;
  text-align: center;
  margin: 0px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ol:not([class]) li + li {
  margin-top: 20px;
}
.mainslider {
  overflow: hidden;
}
.mainslider img {
  display: block;
  width: 100%;
}
.footer {
  background: #08192b;
  color: #fff;
  margin-top: auto;
}
.footer .nav {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.footer .nav li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 20px 5px 0;
  padding: 0;
}
.footer a,
.footer a:visited {
  color: #fff;
  text-decoration: none;
}
.footer a:hover,
.footer .active a {
  color: #EE3241;
}
.footer .soc_link {
  color: #03a9f5;
  text-decoration: none;
}
.footer .soc_link:hover {
  text-decoration: underline;
}
.paymentimg + .paymentimg {
  margin-left: 20px;
}
.copyright {
  color: rgba(255,255,255,0.6);
}
.breadcrumb {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #17a7fe;
  text-decoration: underline;
}
@media only screen and (min-width: 75em) {
  .breadcrumb {
    margin: 0 0 15px 0;
    font-size: 14px;
  }
}
.modbrands {
  margin-top: 30px;
}
.modbrands .descr {
  margin-bottom: 20px;
}
.modbrands .block_title {
  text-align: center;
}
@media only screen and (min-width: 75em) {
  .modbrands {
    position: relative;
    z-index: 2;
    margin-top: -50px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.15);
  }
  .modbrands .descr {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
  }
  .modbrands .block_title {
    text-align: left;
  }
}
.brand_teaser {
  text-align: center;
  padding: 10px;
  background: #17a7fe;
}
.brand_teaser a {
  display: block;
  line-height: 150px;
}
.brand_teaser img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90px;
}
.brand_teaser.folixidil {
  background: #39c6e5;
}
.brand_teaser.revivogen {
  background: #ee5253;
}
.brand_teaser.kirkland {
  background: #3ddd62;
}
.brand_teaser.rogaine {
  background: #f9be3d;
}
.brand_teaser.minomax {
  background: #8c61e1;
}
.feature_teaser {
  margin-top: 30px;
  font-style: italic;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.feature_teaser br {
  display: none;
}
.feature_teaser .ico_wrap {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 75em) {
  .feature_teaser {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 13px;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .feature_teaser br {
    display: none;
  }
  .feature_teaser.right_lg {
    text-align: right;
  }
}
.demologo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.demologo .swiper-slide {
  line-height: 50px;
}
.demologo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
}
.demologo .swiper-button-prev,
.demologo .swiper-button-next {
  display: none;
}
@media only screen and (min-width: 75em) {
  .demologo .swiper-slide {
    line-height: 114px;
  }
  .demologo img {
    max-height: 114px;
  }
}
.navfilter {
  margin: 0 0 10px 0;
}
.navfilter .nav-item {
  display: inline-block;
  position: relative;
  padding: 6px 10px;
  margin: 0 4px 8px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  color: #333;
  border-radius: 20px;
  box-shadow: 0 0 2px rgb(34 45 74 / 4%), 0 2px 2px rgb(34 45 74 / 2%), 0 1px 3px rgb(34 45 74 / 8%);
}
.navfilter .nav-item.active {
  background: #d4d4d4;
}
.navfilter b {
  position: relative;
  padding: 0 0 0 25px;
  margin: 4px 3px;
}
.navfilter b:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: #17a7fe;
  background: url(../images/ico_filter.svg) 50% 50% / contain no-repeat;
}
@media only screen and (min-width: 75em) {
  .navfilter .nav-item {
    padding: 8px 15px;
  }
}

.runline {
  height: 60px;
  width: 100%;
  margin: 15px 0;
  padding: 20px 5px;
  background: #27ae60;
  border: 2px solid #000;
  overflow: hidden;
  position: relative;
}

.runline span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  left: 0;
  animation: scroll-text 10s infinite alternate ease-in-out;
  --scroll-end: 3%;
  transform: translateX(0);
}

@keyframes scroll-text {
  0% {
    transform: translateX(3%);
  }

  20% {
    transform: translateX(0%);
  }

  45% {
    transform: translateX(calc(var(--scroll-end) - 15px));
  }

  60% {
    transform: translateX(calc(var(--scroll-end) - 15px));
  }

  85% {
    transform: translateX(3%);
  }

  100% {
    transform: translateX(0%);
  }
}

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 61px;
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 11;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
  color: #737373;
  background: #fff;
  padding: 24px;
  border-radius:50px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05),0 2px 4px 0 rgba(79, 79, 79, 0.14);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  /* pointer-events: none; */
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 22px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47,0,0.74,0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22,0.61,0.36,1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  padding: 44px 0 0 0;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5,0,0.14,1);
  animation-timing-function: cubic-bezier(0.5,0,0.14,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(56%);
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30,30,30,0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--html .fancybox-close-small:hover {
  color: currentColor;
  opacity: 1;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  margin: 0;
  opacity: 0;
  padding: 7px;
  position: absolute;
  top: calc(50% - (38px / 2));
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  height: 100px;
  left: -26px;
  position: absolute;
  top: -31px;
  width: 70px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100,100,100,0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,0.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19,1,0.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5,1.5,1.5);
  transform: scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5,0.5,0.5);
  transform: scale3d(0.5,0.5,0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  transform: scale3d(1,1,1) translate3d(0,0,0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(0.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
#system-message > div {
  left: 3%;
  top: 30%;
  margin: 0;
  position: fixed;
  z-index: 999;
  background: white;
  text-align: center;
  border: none;
}
#system-message > div:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0,0,0,0.9);
}
#system-message > div:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
#system-message h4 {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: #3f3f3f;
}
#system-message p {
  margin: 0;
  text-align: left;
}
#system-message .alert-warning h4 {
  color: #ef4036;
}
@media only screen and (min-width: 75em) {
  #system-message > div {
    left: 50%;
    margin-left: -200px;
  }
  #system-message h4 {
    margin: 0 0 25px 0;
    font-size: 24px;
  }
}
.popupwrap,
#system-message > div {
  padding: 30px 30px;
  width: 94%;
}
@media only screen and (min-width: 75em) {
  .popupwrap,
  #system-message > div {
    padding: 40px;
    max-width: 400px;
  }
}
#system-message .close,
.fancybox-slide--html .popupwrap .fancybox-close-small {
  position: absolute;
  z-index: 2;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 8px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#system-message .close svg,
.fancybox-slide--html .popupwrap .fancybox-close-small svg {
  display: none;
}
#system-message .close:before,
.fancybox-slide--html .popupwrap .fancybox-close-small:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background: #202020;
  border: none;
  outline: none;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#system-message .close:after,
.fancybox-slide--html .popupwrap .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  height: 26px;
  width: 2px;
  background: #202020;
  border: none;
  outline: none;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#system-message .close:hover,
#system-message .close:focus,
#system-message .close:active,
.fancybox-slide--html .popupwrap .fancybox-close-small:hover,
.fancybox-slide--html .popupwrap .fancybox-close-small:focus,
.fancybox-slide--html .popupwrap .fancybox-close-small:active {
  border: none;
  outline: none;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#system-message .close:hover:before,
#system-message .close:hover:after,
#system-message .close:focus:before,
#system-message .close:focus:after,
#system-message .close:active:before,
#system-message .close:active:after,
.fancybox-slide--html .popupwrap .fancybox-close-small:hover:before,
.fancybox-slide--html .popupwrap .fancybox-close-small:hover:after,
.fancybox-slide--html .popupwrap .fancybox-close-small:focus:before,
.fancybox-slide--html .popupwrap .fancybox-close-small:focus:after,
.fancybox-slide--html .popupwrap .fancybox-close-small:active:before,
.fancybox-slide--html .popupwrap .fancybox-close-small:active:after {
  border: none;
  outline: none;
  background: #202020;
}
@media only screen and (min-width: 75em) {
  #system-message .close,
  .fancybox-slide--html .popupwrap .fancybox-close-small {
    top: 15px;
    right: 15px;
  }
}
.swiper-container-horizontal>.swiper-scrollbar {
  height: 14px;
}
.swiper-pagination {
  bottom: 5px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ccc;
  border: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  width: 12px;
  height: 12px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #17a7fe;
  border: 2px solid #17a7fe;
}
.swiper-container-horizontal > .swiper-pagination.swiper-pagination-bullets {
  bottom: 5px;
}
.swiper-container-horizontal > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.clearform .formControlLabel,
.clearform .formDescription,
.clearform .formValidation {
  display: none;
}
.clearform .rsform-block {
  margin: 0;
  padding: 0;
}
.clearform div.formBody {
  float: none;
}
.clearform .rsform-block + .rsform-block {
  margin: 15px 0 0 0;
}
.clearform .rsform-submit-button {
  display: block;
  width: 100%;
}
.inlineform {
  position: relative;
  padding: 0;
  margin: 10px 0 0 0;
}
.inlineform .rsform-input-box {
  border-radius: 0;
}
.relative {
  position: relative;
}
.red {
  color: #ff0000;
}
.italic {
  font-style: italic;
}
.nomargin {
  margin: 0;
}
.sovet_wrap {
  margin: 0;
  padding: 30px;
  background: #ccc;
}
* + .sovet_wrap {
  margin: 30px 0;
}
.sovet_wrap .small_title {
  margin: 0 0 10px 0;
}
.sovet_wrap .small_title i {
  top: -7px;
  left: -3px;
  width: 30px;
  height: 30px;
}
.sovet_wrap p {
  margin: 0;
}
.sovet_wrap * + p {
  margin-top: 10px;
}
.sovet_wrap + * {
  margin-top: 30px;
}
.chars_table {
  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #ebebeb;
}
.chars_table .col {
  width: 33.33%;
  padding: 0 0 10px 0;
}
.chars_table .col + .col {
  border-left: 1px solid #ebebeb;
}
.chars_table .title {
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  background: #fafafa;
}
.chars_table .char_line {
  position: relative;
  padding: 10px 30px 0 10px;
}
.chars_table .char_line.true:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/ico_true_g.svg) 50% 50% / contain no-repeat;
}
.chars_table .char_line.false {
  padding: 10px 35px 0 10px;
  color: #898989;
}
.chars_table .char_line.false:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/ico_false_r.svg) 50% 50% / contain no-repeat;
}
.chars_table .char_line.x2:before {
  content: "x2";
  display: block;
  padding: 0 20px 0 0;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #03a9f5;
  background: url(../images/ico_true_b.svg) 100% 50% / contain no-repeat;
}
.related_bg {
  margin: 0 0 30px 0;
  height: 260px;
  background: url(../images/block/related.jpg) 0% 0% no-repeat;
}
.reviews_bg {
  margin: 0 0 30px 0;
  height: 1174px;
  background: url(../images/block/otzyvy.jpg) 0% 0% no-repeat;
}
.videobanner_big {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 50% 0 0 0;
  width: 100%;
  background: url(../images/content/banner1.jpg) 50% 50% / cover no-repeat;
}
.videobanner_big .title {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.videobanner_big:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.7);
}
.videobanner_big:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url(../images/ico_play2_b.svg) 50% 50% / contain no-repeat;
}
.videobanner_big.banner2 {
  background: url(../images/content/banner2.jpg) 50% 50% / cover no-repeat;
}
.videobanner_small {
  display: block;
  position: relative;
  margin: 0;
  padding: 50% 0 0 0;
  min-height: 150px;
  width: 100%;
  background: #ccc;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.videobanner_small .title {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  background: rgba(0,0,0,0.3);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.videobanner_small:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.videobanner_small:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(../images/ico_play2_w.svg) 50% 50% / contain no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.modvideohp .videobanner_small {
  min-height: 200px;
}
.videobanner_square {
  display: block;
  position: relative;
  margin: 0;
  padding: 50% 0 0 0;
  min-height: 150px;
  width: 100%;
  background: #ccc;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.videobanner_square .title,
.videobanner_square .titletop {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  background: rgba(0,0,0,0.3);
  background: rgba(67,170,244,0.6);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.videobanner_square .titletop {
  top: 0;
  bottom: auto;
}
.videobanner_square:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.1);
  background: rgba(67,170,244,0.3);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.videobanner_square:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(../images/ico_play2_w.svg) 50% 50% / contain no-repeat;
  background: url(../images/ico_play2_b.svg) 50% 50% / contain no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.modvideohp .videobanner_square,
.modvideohpsquare .videobanner_square {
  min-height: 200px;
}
.modvideohpsquare {
  display: none;
}
.greybg {
  background: #f5f5f5;
}
.category_teaser a,
.widget_item a {
  display: block;
  padding: 120% 0 0 0;
  text-decoration: none;
  color: #fff;
}
.category_teaser .title,
.widget_item .title {
  margin: 0;
  padding: 10px;
  font-size: 15px;
  line-height: 30px;
  background: #03a9f5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.category_teaser.men a,
.widget_item.men a {
  background: url(/images/sampledata/widget_m2.jpg) 50% 50% / cover no-repeat;
}
.category_teaser.women a,
.widget_item.women a {
  background: url(/images/sampledata/widget_w2.jpg) 50% 50% / cover no-repeat;
}
.gender_teaser a {
  display: block;
  position: relative;
  padding: 100% 0 0 0;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.gender_teaser a:hover {
  background: rgba(67,170,244,0.5);
}
.gender_teaser a:hover .gender_title {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gender_teaser .gender_title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -25px;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.gender_teaser.men {
  background: url(/images/sampledata/widget_m2.jpg) 50% 50% / cover no-repeat;
}
.gender_teaser.women {
  background: url(/images/sampledata/widget_w3.jpg) 50% 50% / cover no-repeat;
}
.slick-slider * {
  outline: none;
}
.blog_list .item {
  display: block;
}
.blog_teaser {
  position: relative;
  background: #ececec;
}
.blog_teaser > a {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog_teaser .teaser_media {
  position: relative;
  padding: 100% 0 0 0;
  background-size: cover;
  background-position: 50% 50%;
}
.blog_teaser .teaser_media:after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(3,169,245,0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.blog_teaser .teaser_content {
  padding: 15px;
}
.blog_teaser .teaser_title {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  min-height: 66px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.blog_teaser .teaser_more {
  margin: 0;
  padding: 0;
  color: #03a9f5;
  text-transform: uppercase;
}
.blog_teaser:hover .teaser_media:after {
  background-color: rgba(3,169,245,0.2);
}
.blog_teaser:hover .teaser_title {
  color: #03a9f5;
}
.mailingwrap .block_title {
  margin: 0 0 10px 0;
}
.mailingwrap .subtitle {
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.mailing_list li {
  display: block;
}
.mailing_list li + li {
  margin: 5px 0 0 0;
}
.mailing_list {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}
.mailing_list li {
  position: relative;
  display: block;
  padding: 0 0 0 16px;
}
.mailing_list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  width: 7px;
  height: 14px;
  margin-top: -9px;
  border: solid #03a9f5;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mailing_list li + li {
  margin: 5px 0 0 0;
}
.mailform {
  margin: 0;
}
.cart_item {
  padding: 15px 0;
  width: 100%;
  align-items: center;
}
.cartitem_media {
  width: 15%;
  padding: 0 20px 0 0;
  text-align: center;
}
.cartitem_media img {
  max-height: 100px;
}
.cartitem_title {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.cartitem_title a {
  color: #333;
  text-decoration: none;
}
.cartitem_title a:hover {
  color: #03a9f5;
}
.cartitem_unit {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  text-transform: none;
}
.cartitem_price {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #03a9f5;
}
.cartitem_fullprice {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.cartitem_content {
  width: 35%;
}
.cartitem_qty {
  width: 30%;
  text-align: center;
}
.cartitem_pricewrap {
  width: 15%;
}
.cartitem_btns {
  width: 5%;
  text-align: right;
}
.prodcart .btndelete {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ico_close.svg) 50% 50% no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.prodcart .btndelete:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.prod_qty {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 130px;
}
.prod_qty .plus,
.prod_qty .minus {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.prod_qty .plus:hover,
.prod_qty .minus:hover {
  background: #0094e9;
  color: #fff;
}
.prod_qty .plus {
  left: 0;
  top: 0;
}
.prod_qty .minus {
  right: 0;
  top: 0;
}
.prod_qty input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  min-height: 28px;
  border: 1px solid #ccc;
  text-align: center;
  outline: none;
}
.prodcart {
  margin: 0 0 40px 0;
}
.prodcart .cart_item {
  border-top: 1px solid #ccc;
}
.carttotal_label {
  width: 80%;
  padding: 0 30px 0 0;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}
.carttotal_value {
  width: 20%;
  text-align: left;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #fb8404;
}
.carttotal_value .currency {
  font-size: 15px;
  vertical-align: super;
}
.cartpopupwrap {
  display: none;
  padding: 0;
  max-width: 900px;
}
.popuptitle {
  padding: 15px 20px;
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.prodcart.cart_popup {
  margin: 0;
}
.cart_item {
  padding: 15px 30px;
}
.cart_footer {
  padding: 15px 20px;
  width: 100%;
  border-top: 1px solid #ccc;
}
.cart_footer .left {
  width: 30%;
}
.cart_footer .right {
  width: 70%;
  text-align: right;
}
.carttotal {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px 0 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.carttotal .label {
  font-size: 16px;
}
.cartpopupwrap  .fancybox-close-small {
  top: 25px;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_close.svg) 50% 50% no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.cartpopupwrap  .fancybox-close-small:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartpopupwrap  .fancybox-close-small svg {
  display: none;
}
.checkoutwrap .fieldwrap + .fieldwrap {
  margin-top: 20px;
}
.checkout_block {
  margin: 0 0 20px 0;
}
.checkout_title {
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.category_top {
  margin-bottom: 20px;
}
.category_top .videobanner_big {
  margin: 0;
}
.category_anons,
.item.category_anons {
  padding: 10px;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
}
.category_anons .anons_title,
.item.category_anons .anons_title {
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}
.category_anons li + li,
.item.category_anons li + li {
  margin-top: 5px;
}
.category_anons .btn,
.item.category_anons .btn {
  margin-top: 10px;
}
.hr {
  margin: 20px 0;
  height: 1px;
  background: #ccc;
}
.review_teaser {
  margin: 0 0 15px 0;
}
.review_teaser .review_rating {
  margin: 0 0 5px 0;
  line-height: 1;
}
.review_teaser .icostar {
  width: 16px;
  height: 16px;
}
.review_teaser .review_title {
  margin: 0 0 5px 0;
}
.review_teaser .review_name {
  display: inline-block;
  padding: 0 10px 0 0;
  min-width: 120px;
  font-weight: 700;
}
.review_teaser .review_answerbtn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 22px;
  height: 16px;
  text-indent: -9999px;
  border: none;
  outline: none;
}
.review_teaser .review_content,
.review_teaser .review_plusy,
.review_teaser .review_minusy {
  margin: 5px 0 0 0;
}
.review_teaser .review_plusy b {
  color: green;
}
.review_teaser .review_answer {
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  border-left: 4px solid #ccc;
}
.review_teaser .review_answertitle {
  font-weight: 700;
  margin: 0 0 5px 0;
}
.review_teaser + .review_teaser {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.review_teaser form {
  margin: 10px 0 0 0;
  padding: 30px 20px;
  background: #ebebeb;
}
.review_teaser form .review_rating,
.review_teaser form [name="plus"],
.review_teaser form [name="minus"] {
  display: none;
}
.review_teaser form .inputbox {
  margin-top: 10px;
}
.reviewsform {
  padding: 30px 20px;
  background: #ebebeb;
}
.reviewsform .inputbox {
  margin: 10px 0 0 0;
}
.reviewsform_rating {
  margin: 0 0 15px 0;
  line-height: 1;
  vertical-align: sub;
}
.reviewsform_rating .icostar {
  width: 16px;
  height: 16px;
  margin: 0 2px;
}
.reviewsform_title {
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.reviewsform_btns {
  margin: 10px 0 0 0;
  text-align: center;
}
.stars_no_active {
  display: inline-block;
  height: 16px;
  background-image: url(../images/ico_starnull.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0px 0px;
}
.stars_active {
  height: 16px;
  background-image: url(../images/ico_starfull.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0px 0px;
}
.manufacturer_teaser {
  display: block;
  text-align: center;
}
.manufacturer_teaser a {
  display: block;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.manufacturer_teaser a:hover {
  color: #03a9f5;
}
.manufacturer_teaser .manufacturer_img {
  margin: 0 0 10px 0;
  min-height: 100px;
  line-height: 100px;
}
.manufacturer_teaser .manufacturer_img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90px;
}
table.cart {
  width: 100%;
  text-align: center;
}
table.cart .thead {
  background: #f6f6f6;
  color: #898989;
}
table.cart tr + tr {
  border-top: 1px solid #898989;
}
table.cart td,
table.cart th {
  padding: 10px;
}
table.cart .product_name {
  text-align: left;
}
table.cart .inputbox {
  display: inline-block;
  max-width: 100px;
  text-align: center;
}
.head_status {
  display: inline-block;
  vertical-align: top;
  min-width: 60px;
  min-height: 54px;
  line-height: 54px;
  border: 3px solid #2ecc71;
  text-align: center;
  border-radius: 50%;
}
.head_status i {
  vertical-align: middle;
}
.head_status.no {
  border: 3px solid #ccc;
}
.head_status.no i {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.head_teaser .title {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #03a9f5;
  font-weight: 700;
}
.head_teaser .descr {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.head_teaser .head_status {
  margin: 5px;
}
blockquote {
  margin: 0;
  padding: 10px 30px;
  border: none;
  background: #ccc;
  border-left: 8px solid #33d1f8;
}
blockquote p {
  margin: 0;
}
* + blockquote {
  margin: 20px 0;
}
.recomendwrap p {
  margin: 0;
}
.recomendwrap p + p {
  margin-top: 10px;
}
.prod_inline_list {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
.prod_inline_list li {
  display: block;
  position: relative;
  padding: 0 10px 0 40px;
  margin: 10px 0;
  width: 50%;
}
.prod_inline_list li:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #03a9f5;
  font-weight: 600;
  content: counter(item,decimal-leading-zero) " / ";
  counter-increment: item;
}
.prod_inline_list .title {
  color: #03a9f5;
  font-weight: 600;
  text-transform: uppercase;
}
.product_small_teaser {
  margin: 0 0 20px 0;
  font-size: 16px;
}
.product_small_teaser a {
  color: #333;
  text-decoration: none;
}
.product_small_teaser .title {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.product_small_teaser .title a {
  color: #333;
  text-decoration: none;
}
.product_small_teaser .descr {
  float: left;
  width: 100%;
}
.product_small_teaser .descr b {
  font-size: 16px;
  line-height: 1;
  color: #03a9f5;
  font-weight: 600;
  text-transform: uppercase;
}
.product_small_teaser .teaser_rating {
  float: right;
}
.product_small_teaser img {
  max-height: 80px;
}
.product_small_teaser:hover .title {
  color: #03a9f5;
}
.bglightblue {
  background: #d0eafc;
}
.modgender {
  text-align: center;
  font-size: 19px;
}
.modgender .modcontent,
.modgender .row.nomargin .modcontent {
  padding: 10px 30px;
}
.modgender .title {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
}
.modgender .subtitle {
  margin: 0;
  font-size: 24px;
  letter-spacing: .8px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.animate_left {
  display: inline-block;
  vertical-align: middle;
  line-height: 1px;
}
.animate_left i {
  display: inline-block;
  vertical-align: super;
  margin: 0px;
  width: 20px;
  line-height: 1px;
  height: 30px;
  background: url(../images/ico_prev.svg) 50% 50% / contain no-repeat;
  animation: arrow-7 2s infinite;
}
.animate_left i:nth-child(2) {
  animation-delay: -0.4s;
}
.animate_left i:nth-child(3) {
  animation-delay: -1s;
}
.animate_left i + i {
  margin-left: -5px;
}
@keyframes arrow-7 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate_right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1px;
}
.animate_right i {
  display: inline-block;
  vertical-align: super;
  margin: 0px;
  width: 20px;
  line-height: 1px;
  height: 30px;
  background: url(../images/ico_next.svg) 50% 50% / contain no-repeat;
  animation: arrow-7 2s infinite;
}
.animate_right i:nth-child(2) {
  animation-delay: -0.4s;
}
.animate_right i:nth-child(1) {
  animation-delay: -1s;
}
.animate_right i + i {
  margin-left: -5px;
}
@keyframes right {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ico_mouse {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/ico_mouse.svg) 50% 50% / contain no-repeat;
}
.arrow_m,
.arrow_w {
  line-height: 30px;
  color: #474747;
  text-decoration: none;
}
.arrow_m:visited,
.arrow_w:visited {
  color: #474747;
}
.arrow_m:hover,
.arrow_w:hover {
  color: #2980b9;
}
.arrow_m {
  text-align: right;
}
.arrow_m .animate_left {
  float: left;
}
.arrow_w {
  text-align: left;
}
.arrow_w .animate_right {
  float: right;
}
.row.nomargin {
  margin: 0;
}
.row.nomargin > [class^="col-"] {
  padding: 0;
}
.modbrands .modcontent,
.modbrands.nomargin .modcontent {
  padding: 25px 40px;
  background: #43aaf4;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  min-height: 150px;
}
.modbrands .title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}
.slim .modbrands .modcontent,
.slim .modbrands.nomargin .modcontent {
  padding: 10px 40px;
  min-height: 120px;
}
.slick-dots {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 10px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.slick-dots button {
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  width: 10px;
  height: 10px;
  border: none;
  outline: none;
  background: #ccc;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background: #03a9f5;
}
.fixedwrap {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 10px 0;
  background: #43aaf4;
  color: #fff;
  height: 100%;
  min-height: 100vh;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 50px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
}
.fixedwrap li {
  display: block;
  margin: 0;
}
.fixedwrap li > a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  text-indent: -99999px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.fixedwrap li > a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  width: 40px;
  height: 30px;
  background: url(../images/ico_pipet.svg?ver=2) 50% 50% / contain no-repeat;
  background-size: auto 26px;
  text-align: center;
}
.fixedwrap li > a:hover {
  background: #43aaf4;
}
.fixedwrap .p-2 a:before,
.fixedwrap .p-5 a:before,
.fixedwrap .p-10 a:before,
.fixedwrap .p-15 a:before {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-indent: 0px;
  background: transparent;
}
.fixedwrap .p-2 a:before {
  content: "2%";
}
.fixedwrap .p-5 a:before {
  content: "5%";
}
.fixedwrap .p-10 a:before {
  content: "10%";
}
.fixedwrap .p-15 a:before {
  content: "15%";
}
.fixedwrap .p-m a:before {
  background: url(../images/ico_male.svg) 50% 50% / contain no-repeat;
  background-size: auto 26px;
}
.fixedwrap .p-w a:before {
  background: url(../images/ico_female.svg) 50% 50% / contain no-repeat;
}
.fixedwrap .cat-1 a:before {
  background: url(../images/ico_losony.svg) 50% 50% / contain no-repeat;
  background-size: auto 26px;
}
.fixedwrap .cat-2 a:before {
  background: url(../images/ico_foam.svg) 50% 50% / contain no-repeat;
  background-size: auto 20px;
}
.fixedwrap .cat-3 a:before {
  background: url(../images/ico_shampoo.svg) 50% 50% / contain no-repeat;
}
.fixedwrap .cat-4 a:before {
  background: url(../images/ico_mezo.svg) 50% 50% / contain no-repeat;
  background-size: auto 26px;
}
.fixedwrap .cat-5 a:before {
  background: url(../images/ico_vitamin.svg) 50% 50% / contain no-repeat;
  background-size: auto 26px;
}
.fixedwrap .cat-6 a:before {
  background: url(../images/ico_extra.svg) 50% 50% / contain no-repeat;
  background-size: auto 26px;
}
.fixedwrap:hover {
  background: #0984e3;
  width: auto;
}
.fixedwrap:hover li > a {
  padding: 10px 10px 10px 50px;
  text-indent: 0;
}
.fixedwrap:hover .sbcartwrap .mycart_mini_txt {
  padding: 10px 10px 10px 50px;
  text-indent: 0;
}
.fixedwrap:hover .sbcartwrap .mycart_mini_txt a + span {
  display: inline;
}
.fixedwrap .sbcartwrap {
  position: relative;
  margin: 0 0 20px 0;
  min-height: 47px;
}
.fixedwrap .sbcartwrap:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  width: 44px;
  height: 30px;
  background: url(../images/ico_cart_w.svg) 50% 50% / contain no-repeat;
  background-size: auto 24px;
  text-align: center;
}
.fixedwrap .sbcartwrap .mycart_mini_txt {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 10px 10px 10px 40px;
}
.fixedwrap .sbcartwrap a {
  position: absolute;
  left: 16px;
  top: 5px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  background: #fff;
  text-align: center;
  color: #43aaf4;
  text-decoration: none;
  border-radius: 50% 50%;
}
.fixedwrap .sbcartwrap a + span {
  display: none;
}
.fixedwrap .sbcartwrap:hover {
  background: #43aaf4;
}
.verticallink {
  display: block;
  padding: 10px;
  background: #43aaf4;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.verticallink:visited {
  color: #fff;
}
.verticallink:hover {
  background: #0984e3;
  color: #fff;
}
@media only screen and (min-width: 75em) {
  .verticallink {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
  }
}
.roundllink {
  display: none;
}
@media only screen and (min-width: 75em) {
  .roundllink {
    display: block;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: #43aaf4;
    color: #fff;
    line-height: 100px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50%;
  }
  .roundllink span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 25px;
  }
  .roundllink:visited {
    color: #fff;
  }
  .roundllink:hover {
    background: #0984e3;
    color: #fff;
  }
}
.alllink {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  padding: 10px 10px 20px 0;
  min-width: 80px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
.alllink span {
  display: block;
  font-size: 32px;
  line-height: 1;
  letter-spacing: .7px;
  font-weight: 300;
}
.alllink:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: url(../images/ico_all_w.svg) right 10px bottom 10px no-repeat #96cffa;
  background-size: 20px;
  width: 80px;
  height: 90px;
  border-radius: 0 0 0 90px;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.alllink:visited {
  color: #fff;
}
.alllink:hover {
  color: #fff;
}
.alllink:hover:before {
  background-color: #43aaf4;
}
.middle {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.popup_title {
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.allproducts {
  margin: 0;
  padding: 0;
}
.prod_list .item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 75em) {
  .prod_list .item {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.modproducts {
  position: relative;
}
.product.shadow {
  position: relative;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.product.shadow:hover {
  z-index: 2;
  box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.15);
}
@media only screen and (min-width: 75em) {
  .modproducts .info,
  .modproducts .row.nomargin > .info {
    font-size: 14px;
  }
  .modproducts .row.nomargin > [class^="col-"].moretrue {
    padding-right: 50px;
  }
}
.grid-item {
  margin: 10px 0 0 0;
  width: 50%;
}
@media only screen and (min-width: 75em) {
  .grid-item {
    margin: 0;
    width: 20%;
  }
}
.product_teaser {
  *zoom: 1;
  position: relative;
  margin: 0 0 10px 0;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.product_teaser:before,
.product_teaser:after {
  display: table;
  content: "";
  line-height: 0;
}
.product_teaser:after {
  clear: both;
}
.product_teaser .teaser_link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product_teaser .teaser_media {
  position: relative;
  margin: 0 0 10px 0;
  line-height: 130px;
  min-height: 130px;
  text-align: center;
  padding-top: 15px;
}
.product_teaser .teaser_media img {
  display: inline-block;
}
.product_teaser .teaser_title {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}
.product_teaser .teaser_unit {
  font-size: 16px;
  line-height: 22px;
  color: #898989;
  text-transform: none;
  font-weight: 400;
}
.product_teaser .teaser_info {
  margin-bottom: 12px;
}
.product_teaser .teaser_stock {
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.2;
  color: #27ae60;
  font-weight: 500;
}
.product_teaser .teaser_stock.not {
  color: #e74c3c;
  font-weight: 400;
}
.product_teaser .teaser_description {
  display: none;
}
.product_teaser .teaser_price {
  margin: 0 5px 0 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.product_teaser .teaser_oldprice {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #898989;
  text-decoration: line-through;
}
.product_teaser .was_added_to_cart {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  min-width: 100%;
  font-size: 10px;
  line-height: 1.2;
  color: #2ecc71;
  text-align: center;
}
.product_teaser .btn {
  position: relative;
  z-index: 3;
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.product_teaser .button_quick {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url(../images/ico_callback.svg) 50% 50% no-repeat;
  background-size: auto 30px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}
.product_teaser .button_quick:hover {
  color: #17a7fe;
}
.product_teaser:hover .teaser_title {
  color: #17a7fe;
}
.modprodfilter .grid .product_teaser {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 75em) {
  .product_teaser .teaser_media {
    line-height: 200px;
    min-height: 200px;
  }
  .product_teaser .teaser_title {
    font-size: 16px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
  }
  .product_teaser .teaser_description {
    display: block;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.2;
    color: #333;
  }
  .product_teaser .teaser_stock {
    margin: 0;
    text-align: center;
  }
}
.grid {
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}
.teaser_rating {
  position: relative;
  margin: 10px -15px;
  line-height: 40px;
}
.teaser_rating > * {
  display: inline-block;
  vertical-align: middle;
}
.teaser_rating.labelid_1 {
  background: rgba(129,238,149,0.2);
}
.teaser_rating.labelid_2 {
  background: rgba(67,170,244,0.2);
}
.teaser_rating.labelid_3 {
  background: rgba(238,82,83,0.2);
}
.product_label {
  position: absolute;
  z-index: 2;
  top: -5px;
  left: -5px;
  font-size: 10px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.product_label .label_text {
  display: block;
  background: #17a7fe;
  padding: 2px 5px;
}
.product_label .label_1 {
  background: #27ae60;
}
.product_label .label_2 {
  background: #EAB543;
  color: #333;
}
.product_label .label_3 {
  background: #e74c3c;
}
.product_label .label_4 {
  background: #2C3A47;
  color: #fff;
}
@media only screen and (min-width: 75em) {
  .product_label {
    top: 0px;
    left: 0px;
    font-size: 12px;
  }
  .product_full .prodfull_imgs .product_label {
    top: 20px;
    font-size: 14px;
  }
}
.prodfull_thumbs_wrap {
  position: relative;
  margin: 20px 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.thumbs_swiper {
  display: block;
  width: 100%;
}
.thumbs_swiper img {
  display: block;
  width: 100%;
}
.list_product_image_middle img,
.list_product_image_thumb img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.list_product_image_thumb {
  position: relative;
  padding-bottom: 20px;
  margin: 20px 0;
}
@media only screen and (min-width: 75em) {
  .list_product_image_thumb {
    min-height: 100%;
    max-height: 100%;
    padding: 0px;
    margin: 0;
  }
  .v-swiper-container {
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .thumbs_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    max-height: 100%;
  }
}
.list_product_image_thumb img:nth-child(3) ~ * {
  display: none;
}
.list_product_image_middle {
  position: relative;
}
.jshop_img_thumb + .jshop_img_thumbm,
.list_product_image_thumb .swiper-slide + .swiper-slide {
  margin-top: 1.3rem;
}
.btn_buy {
  display: block;
  width: 100%;
}
.prodfull_top {
  margin-bottom: 30px;
  background: #fff;
  padding-top: 23px;
  padding-bottom: 10px;
  padding-right: 18px;
}
.prodfull_title {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
.prodfull_title.withunit {
  margin: 0;
}
@media only screen and (min-width: 75em) {
  .prodfull_title {
    font-size: 27px;
    line-height: 1.1;
  }
}
.prodfull_unit {
  margin: 0 0 20px 0;
}
.prodfull_stock {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 25px 0;
  color: #27ae60;
  font-weight: 500;
}
.prodfull_stock.not {
  color: #e74c3c;
}
.prodfull_rating {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px 0;
}
.prodfull_pricewrap {
  margin-bottom: 25px;
}
.prodfull_price {
  font-size: 35px;
  line-height: 1.2;
}
.prodfull_oldprice {
  font-size: 20px;
  line-height: 1;
  color: #898989;
  text-decoration: line-through;
}
.prodfull_sale {
  font-size: 20px;
  line-height: 1;
  color: #17a7fe;
  font-weight: 500;
}
.prodfull_controls {
  margin-bottom: 25px;
}
.quantity {
  display: block;
  position: relative;
}
.quantity .quantity-minus,
.quantity .quantity-plus {
  position: absolute;
  z-index: 2;
  top: 0;
  color: #333;
  font-size: 30px;
  line-height: 50px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.quantity .quantity-minus:hover,
.quantity .quantity-plus:hover {
  color: #17a7fe;
}
.quantity .quantity-minus {
  left: 0;
}
.quantity .quantity-plus {
  right: 0;
}
.buyform {
  position: relative;
}
.buyform .rsform-submit-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
.buyform .rsform-submit-button:before {
  content: '';
  width: 26px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -14px;
  z-index: 2;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modquickbuy {
  margin: 30px 0;
}
.quickbuy_title {
  margin: 0 0 10px 0;
  padding: 0 0 0 60px;
  line-height: 1.2;
  background: url(../images/ico_callback.svg) 0% 50% / contain no-repeat;
}
.col_reviews {
  margin-top: 20px;
}
@media only screen and (min-width: 75em) {
  .col_reviews {
    margin-top: 0;
  }
}
.review_item + * {
  margin-top: 20px;
}
.review_item .review_mark {
  color: #898989;
  font-size: 15px;
}
.review_time {
  display: inline-block;
  margin-right: 5px;
}
.review_head {
  margin-bottom: 5px;
}
.review_write .row {
  margin-bottom: 15px;
}
.review_write_head {
  margin-bottom: 10px;
  color: #17a7fe;
}
div.star-rating {
  display: inline-block;
  vertical-align: middle;
  text-indent: -999em;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
}
div.star-rating a {
  background: url(../images/ico_starnull.svg) 50% 50% no-repeat;
  background-size: 16px;
}
div.star-rating a {
  display: block;
  width: 18px;
  height: 18px;
  border: 0;
}
div.star-rating-on a {
  background: url(../images/ico_starfull.svg) 50% 50% no-repeat;
  background-size: 16px;
}
div.star-rating-hover a {
  background: url(../images/ico_starfull.svg) 50% 50% no-repeat;
  background-size: 16px;
}
.rating-cancel {
  display: inline-block;
  margin: 0 5px;
  float: right;
}
.rating-cancel a {
  color: #898989;
  cursor: pointer;
}
.rating-cancel a:hover {
  color: #17a7fe;
  text-decoration: underline;
}
.rating-cancel a:before {
  content: "очистить";
}
.rating-cancel.star-rating-hover a {
  background: none;
}
.cart_fullwrap,
.checkoutform {
  padding: 10px;
  background: #fff;
}
.cart_full {
  font-size: 14px;
}
.cart_full .product_name {
  text-align: left;
}
.cart_full th,
.cart_full td {
  padding: 10px 0;
}
.cart_full th {
  font-weight: 600;
}
.cart_full td {
  vertical-align: middle;
}
.cart_full .title {
  display: inline-block;
  text-decoration: none;
  line-height: 1.1;
  font-weight: 500;
}
.cart_full .price,
.cart_full .total_price {
  font-weight: 600;
}
.cart_full .total_price {
  width: 30%;
  text-align: center;
}
.prod_cart_row {
  border-top: 2px solid #ccc;
}
.qty_middle {
  display: inline-block;
  position: relative;
  width: 100px;
  padding: 0 30px;
}
.qty_middle .qty_input {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 34px;
  min-height: 34px;
  border: 2px solid #ccc;
  padding: 0 3px;
  margin: 0;
  outline: none;
}
.qty_middle .product_minus,
.qty_middle .product_plus {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  text-align: center;
}
.qty_middle .product_minus:hover:before,
.qty_middle .product_minus:hover:after,
.qty_middle .product_plus:hover:before,
.qty_middle .product_plus:hover:after {
  background: #7fc8ff;
}
.qty_middle .product_plus {
  right: 0px;
}
.qty_middle .product_plus:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.qty_middle .product_plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  height: 20px;
  background: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.qty_middle .product_minus {
  left: 0px;
}
.qty_middle .product_minus:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.cart_full_subtotal {
  font-weight: 700;
  border-top: 2px solid #ccc;
}
.cart_full_subtotal .value {
  text-align: center;
}
.checkoutform .formControlLabel {
  display: block;
  font-weight: 500;
}
.checkoutform .rsform-block-delivery .formControlLabel,
.checkoutform .rsform-block-payment .formControlLabel,
.checkoutform .rsform-block-block-title {
  display: block;
  margin: 10px 0 15px 0;
  font-size: 23px;
  font-weight: 500;
}
.checkoutform .rsform-block-deliverytotal,
.checkoutform .rsform-block-carttotal {
  *zoom: 1;
}
.checkoutform .rsform-block-deliverytotal:before,
.checkoutform .rsform-block-deliverytotal:after,
.checkoutform .rsform-block-carttotal:before,
.checkoutform .rsform-block-carttotal:after {
  display: table;
  content: "";
  line-height: 0;
}
.checkoutform .rsform-block-deliverytotal:after,
.checkoutform .rsform-block-carttotal:after {
  clear: both;
}
.checkoutform .rsform-block-deliverytotal .formControlLabel,
.checkoutform .rsform-block-carttotal .formControlLabel {
  display: block;
  width: 49%;
  float: left;
  line-height: 25px;
  font-weight: 500;
}
.checkoutform .rsform-block-deliverytotal .formControls,
.checkoutform .rsform-block-carttotal .formControls {
  display: block;
  width: 49%;
  float: right;
}
.checkoutform .rsform-block-deliverytotal .rsform-input-box,
.checkoutform .rsform-block-carttotal .rsform-input-box {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  line-height: 25px;
  min-height: 1px;
  font-weight: 500;
  text-align: right;
}
.checkoutform input[type="radio"] {
  display: none;
}
.checkoutform label {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  margin: 5px 0;
  cursor: pointer;
}
.checkoutform label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 5px solid #a5b1c2;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.checkoutform input[type="radio"]:checked + label:before {
  background-color: #fff;
  border: 5px solid #17a7fe;
}
.cartwidget > * {
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 20px;
  background: url(../images/ico_cart_bold_w.svg) 20% 50% no-repeat #17a7fe;
  background-size: 25px;
  box-shadow: 0 3px 10px #000000;
  border-radius: 5px;
}
.cartwidget > * a {
  display: block;
  padding: 10px 15px 10px 45px;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.itemid-156 .cartwidget,
.itemid-137 .cartwidget {
  display: none;
}
@media only screen and (min-width: 75em) {
  .cartwidget > * {
    background: url(../images/ico_cart_w.svg) 20% 50% no-repeat #17a7fe;
    background-size: 25px;
  }
  .cartwidget > * a {
    padding: 15px 15px 15px 50px;
  }
}
.rsform-block-carttotal .formBody {
  text-align: right;
  font-weight: 500;
}
.rsform-block-carttotal .formBody input {
  display: inline-block;
  width: 100px;
}
.rsform-block-carttotal .formBody:after {
  content: " грн.";
}
.tab-pane {
  display: none;
  padding: 30px 0px;
}
.tab-pane.active {
  display: block;
}
#oneStepCheckoutForm .requiredtext {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.checkout_step {
  *zoom: 1;
  margin: 0 0 20px 0;
  background: #e5f6ff;
}
.checkout_step:before,
.checkout_step:after {
  display: table;
  content: "";
  line-height: 0;
}
.checkout_step:after {
  clear: both;
}
.checkout_step .inputbox {
  background: #fff;
  border-width: 2px;
}
.checkout_step.finish {
  padding-top: 0;
  margin-top: 0;
}
.step ~ .step {
  margin-top: 30px;
}
#step5 {
  *zoom: 1;
  background: #e5f6ff;
}
#step5:before,
#step5:after {
  display: table;
  content: "";
  line-height: 0;
}
#step5:after {
  clear: both;
}
@media only screen and (min-width: 75em) {
  .checkout_step {
    margin: 0 0 20px 0;
  }
}
.step_content {
  padding: 15px 10px;
}
.step_content.promo {
  margin: 0;
  padding-bottom: 0;
}
.step_content.finish {
  background: #e5f6ff;
}
@media only screen and (min-width: 75em) {
  .step_content {
    padding: 20px 20px;
  }
}
.nvg-block-cart-table {
  background: #f7fbfe;
}
.checkout_title_2 {
  position: relative;
  padding: 10px 20px;
  margin: 0;
  background: #5babf3;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout_title_2 .required {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}
@media only screen and (min-width: 75em) {
  .checkout_title_2 .required {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0,-40%);
    -moz-transform: translate(0,-40%);
    -ms-transform: translate(0,-40%);
    -o-transform: translate(0,-40%);
    transform: translate(0,-40%);
  }
}
.order-tabs {
  margin: 0 0 25px 0;
  padding: 0;
}
.order-tabs span {
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: #e5f6ff;
  color: #5babf3;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
.order-tabs .active span {
  background: #5babf3;
  color: #fff;
}
@media only screen and (min-width: 75em) {
  .order-tabs {
    display: table;
    width: 100%;
    border-bottom: 2px solid #5babf3;
  }
  .order-tabs span {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .order-tabs li {
    display: table-cell;
    width: 33.3%;
  }
}
.minicart {
  margin: 0 0 10px 0;
  width: 100%;
}
.minicart td,
.minicart th {
  padding: 5px 5px;
  text-align: center;
}
.minicart td:first-child,
.minicart th:first-child {
  text-align: left;
}
.minicart tr + tr {
  border-top: 1px solid #ebebeb;
}
.minicart .prod_title {
  display: inline-block;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.minicart .prod_title:hover {
  color: #03a9f5;
}
.minicart .prod_price {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.minicart .jshop_cart_extra_field {
  margin: 0;
  font-size: 12px;
  color: #898989;
}
table + br {
  display: none;
}
#oneStepCheckoutForm div.quantity {
  margin: 0 auto;
}
.jshop_subtotal {
  margin: 0;
  background: #e5f6ff;
  width: 100%;
}
.jshop_subtotal td {
  padding: 5px 5px;
}
.jshop_subtotal .value {
  width: 40%;
  text-align: right;
}
.jshop_subtotal .total {
  background: #5babf3;
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 75em) {
  .jshop_subtotal td {
    padding: 5px 20px;
  }
  .jshop_subtotal .value {
    width: 25%;
  }
}
#oneStepCheckoutForm .rabatt_input {
  padding: 0;
}
.minicart.table-condensed {
  margin: 0;
  background: #e5f6ff;
}
.minicart.table-condensed .thead {
  font-size: 18px;
  font-weight: 400;
}
.minicart.table-condensed .thead td,
.minicart.table-condensed .thead th {
  padding: 10px 5px;
  font-weight: 400;
}
.minicart.table-condensed tr,
.minicart.table-condensed tr + tr {
  border: none;
}
.minicart.table-condensed tbody tr:nth-child(2n + 1) {
  background: #f7fbfe;
}
.minicart.table-condensed td {
  padding: 10px 5px;
}
.minicart.table-condensed td:first-child {
  min-width: 110px;
}
.minicart.table-condensed td:nth-child(3) {
  width: 110px;
}
.minicart.table-condensed td:last-child a {
  display: block;
  color: #898989;
  text-decoration: none;
  font-size: 26px;
  line-height: 48px;
}
.minicart.table-condensed .jshop_img_description_center {
  position: relative;
  line-height: 1.3;
}
.minicart.table-condensed .jshop_img_description_center img {
  display: none;
  position: absolute;
  left: 20px;
  top: 13px;
  width: 60px;
  height: 60px;
  border: 1px solid #5babf3;
}
.minicart.table-condensed .jshop_img_description_center a {
  text-decoration: none;
}
.minicart.table-condensed .jshop_img_description_center .prod_price {
  color: #5babf3;
}
.minicart.table-condensed .jshop_img_description_center .jshop_cart_extra_field {
  font-size: 16px;
}
@media only screen and (min-width: 75em) {
  .minicart.table-condensed .jshop_img_description_center {
    padding-left: 90px;
  }
  .minicart.table-condensed .jshop_img_description_center img {
    display: block;
  }
  .minicart.table-condensed .thead td,
  .minicart.table-condensed .thead th,
  .minicart.table-condensed td {
    padding: 10px 20px;
  }
  .minicart.table-condensed td:nth-child(2),
  .minicart.table-condensed td:nth-child(3) {
    width: 140px;
  }
  .minicart.table-condensed td:last-child a {
    border: 1px solid #898989;
    min-width: 48px;
    max-width: 50px;
  }
  .minicart.table-condensed td:last-child a:hover {
    border: 1px solid #CF4D4D;
    color: #CF4D4D;
  }
}
#oneStepCheckoutForm.checkoutwrap .quantity {
  display: block;
  margin: 0 auto;
  width: 110px;
  position: relative;
  padding: 0 30px;
}
#oneStepCheckoutForm.checkoutwrap .quantity .quantitymore,
#oneStepCheckoutForm.checkoutwrap .quantity .quantityless {
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  width: 30px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  color: #333;
}
#oneStepCheckoutForm.checkoutwrap .quantity .quantitymore {
  right: -3px;
}
#oneStepCheckoutForm.checkoutwrap .quantity .quantitymore:before {
  content: '+';
}
#oneStepCheckoutForm.checkoutwrap .quantity .quantitymore:after {
  display: none;
}
#oneStepCheckoutForm.checkoutwrap .quantity .quantityless {
  left: 0;
}
#oneStepCheckoutForm.checkoutwrap .quantity .quantityless:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -8px;
  width: 16px;
  height: 4px;
  background: #333;
}
#oneStepCheckoutForm.checkoutwrap .quantity .quantityless:after {
  display: none;
}
#oneStepCheckoutForm.checkoutwrap .quantity .inputbox {
  background: #fff;
  text-align: center;
}
#oneStepCheckoutForm.checkoutwrap .btn {
  margin-top: 10px;
}
@media only screen and (min-width: 75em) {
  #oneStepCheckoutForm.checkoutwrap .btn {
    margin: 0;
  }
}
#oneStepCheckoutForm .add_info {
  margin: 0 0 20px 0;
}
.os-name {
  margin: 0px 0 5px 0;
}
#oneStepCheckoutForm .row_agb {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  border: none;
}
#oneStepCheckoutForm .row_agb input {
  position: absolute;
  left: 0;
  top: 5px;
}
.btn {
  display: block;
  width: 100%;
}
.fieldwrap + .fieldwrap {
  margin-top: 20px;
}
.shipping_descr ~ label {
  display: block;
  margin-top: 5px;
}
[type="radio"] {
  margin-right: 3px;
}
#tr_field_city,
#tr_field_street,
#tr_field_email,
.step3,
.step4 {
  display: none;
}
.order-quick #tr_field_city,
.order-quick #tr_field_street {
  display: block;
}
@media only screen and (min-width: 75em) {
  .order-quick #tr_field_city,
  .order-quick #tr_field_street {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
.order-full #tr_field_city,
.order-full #tr_field_street,
.order-full #tr_field_email {
  display: block;
}
.order-full .step3,
.order-full .step4 {
  display: block;
}
@media only screen and (min-width: 75em) {
  .order-full #tr_field_city,
  .order-full #tr_field_street,
  .order-full #tr_field_email {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
#div_delivery ~ * {
  display: none;
}
#oneStepCheckoutForm .uk-grid {
  margin: 0;
}
#oneStepCheckoutForm .uk-grid + .uk-grid {
  margin-top: 15px;
}
#oneStepCheckoutForm .uk-grid > * {
  padding: 0;
  float: none;
}
#oneStepCheckoutForm .uk-grid .os-value {
  position: relative;
}
@media only screen and (min-width: 75em) {
  .uk-grid {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .uk-grid.nomargin {
    margin: 0;
  }
  .uk-grid.nomargin > [class^="col-"] {
    padding: 0;
  }
  .os-name {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    align-self: center;
  }
  .os-value {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
#table_shippings tr:first-child {
  display: none;
}
#oneStepCheckoutForm input[id^=quantity] {
  height: auto;
}
@media only screen and (min-width: 75em) { 
  .col_reviews {
    padding: 0 18px 18px 18px;
  }

}

.col_reviews > h3:first-child {
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}

.col_reviews .review_item .review_text {
  border: 4px solid #d5d5d5;
  padding: 5px 10px 5px 15px;
  border-radius: 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.col_reviews .review_head {
  margin-bottom: 0;
}

.review_item.answer {
    margin-left:15px; margin-top:20px; padding-left:25px;
    position: relative;
}

.review_item.answer::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
}

.col_reviews .review_item + * {
  margin-top: 20px;
}

.quantity-minus, .quantity-plus {
  user-select: none;
}

.index_product h1, h2 {
  font-size: 1.3em;
}

.t_rating {
  display:flex; 
  align-items:center; 
  margin: 0 0 7px 0;
}

.average {
  margin-left: 5px;
  font-weight: 300;
  font-size: 13px;
}

.slider_index {
  position: relative;
}

.swiper-button-prev {
  left: 8px;
  top: calc(50% - 10px);
}

.swiper-button-next {
  right: 8px;
  top: calc(50% - 10px);
}

.swiper-pagination {
  bottom: -28px;
  left: calc(50% - 30px);
  background: transparent;
  padding: 4px 5px;
  border-radius: 20px;
  display: flex;
  gap: 5px;
  opacity: 0.9;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.swiper-button-prev, .swiper-button-prev.swiper-button-disabled {
  transform: translateX(-20px);
}

.slider_index:hover .swiper-button-prev,
.slider_index:hover .swiper-button-next,
.slider_index:hover .swiper-button-next.swiper-button-disabled,
.slider_index:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.slider_index:hover .swiper-button-next.swiper-button-disabled,
.slider_index:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

/* <= 1200 px (75em * 16) */
@media only screen and (max-width: 75em) { 
  .prodfull_top {
    padding-right: 0;
    padding: 15px;
    margin-bottom: 0px;
    padding-bottom: 25px;
  }

  .col_reviews {
    padding: 0 17px;
  }

  .product_full .mbottom {
    padding: 15px;
  }

  .prodfull_info .modquickbuy {
    margin-bottom: 10px;
  }

  .prodfull_price {
    font-size: 28px;
  }

  .prodfull_stock {
    margin-bottom: 0px;
  }

  form.review_write input.btn-primary {
    font-size: 16px;
  }

  .prodfull_thumbs_wrap {
    margin-bottom: 0;
  }

  .product_teaser {
    padding: 12px !important;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0 !important;
  }

  .prod_list .product_page .product_teaser {
    padding: 16px !important;
  }

  textarea#review_review, input#review_user_name, input#review_user_email {
    font-size: 16px;
  }

  .product_teaser .teaser_title {
    font-size: 14px;
  }

  .product_page .product_teaser .teaser_title {
    font-size: 16px;
  }

  .footer {
    padding: 20px;
  }

  .footer .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .footer .nav li {
    font-size: 17px;
    margin-right: 0;
  }

  .footerphones {
    text-align: center;
  }

  .footerphones > p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  p.copyright {
    text-align: center;
  }

  section.index_product {
    padding: 0 30px;
    line-height: 1.25;
  }

  section.index_product ul {
    line-height: 1.25;
  }

  .product_full section h2 {
    font-size: 1.2em;
    margin-top: 23px;
  }

  .product_full section ul li {
    margin-left: 20px;
    margin-top: 10px;
  }

  .index_product section ul li {
    margin-left: 20px;
    margin-top: 10px;
  }

  .checkoutform .rsform-block-delivery .formControlLabel, .checkoutform .rsform-block-payment .formControlLabel, .checkoutform .rsform-block-block-title {
    font-size: 1.3em;
  }

  .cart_full .title {
    margin-bottom: 5px;
    color: #222;
    font-weight: 400;
  }

  a:visited {
    color: #222;
    font-weight: 400;
  }

  .product_full .row.mbottom {
    margin-bottom: 15px;
  }

  .col_reviews .review_item .review_mark {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .col_reviews .review_head {
    margin-bottom: 4px;
  }

  .related .block_title {
    font-size: 1.2em;
  }

  .mainnav {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.35);
  }

  .product_full .prodfull_info, .product_full section, .product_full section ul {
    line-height: 1.25;
  }

  .product_full section:first-of-type h2:first-of-type {
    margin-top: 15px;
  }

  .col_reviews h3 {
    font-size: 1.2em;
  }

  @keyframes scroll-text {
    0% {
      transform: translateX(3%);
    }
  
    20% {
      transform: translateX(0%);
    }
  
    45% {
      transform: translateX(calc(-100% + 100vw - 70px));
    }
  
    60% {
      transform: translateX(calc(-100% + 100vw - 70px));
    }
  
    85% {
      transform: translateX(3%);
    }
  
    100% {
      transform: translateX(0%);
    }
  }

  .product_label {
    font-size: 11px;
  }

  .review_item.answer::before {
    top: 12px;
    left: 0px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: auto;
    height: 100%;
    padding: 10px;
  }

  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px;
    background: #fff;
    padding: 12px 10px;
    border-radius: 50px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05),0 2px 4px 0 rgba(79, 79, 79, 0.14);
  }

  .swiper-button-prev  {
    left: 12px;
    top: 21px;
  }
  
  .swiper-button-next {
    right: 12px;
    top: 21px;
  }

  .swiper-button-prev, .swiper-button-next {
    background:transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }

  .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 10px;
    height: 10px;
  }

  .swiper-pagination {
    gap: 7px;
  }

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-next.swiper-button-disabled, 
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.9;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
  }

}



