html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
sup {
  vertical-align: super;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.fancybox-slide--iframe .fancybox-content {
  display: inline-block;
}
@font-face {
  font-display: swap;
  font-family: "Cera Pro";
  src: url("../../../_src/fonts/cera/CeraPro-Regular.eot");
  src: local("Cera Pro Regular"), local("CeraPro-Regular"),
    url("../../../_src/fonts/cera/CeraPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../../_src/fonts/cera/CeraPro-Regular.woff") format("woff"),
    url("../../../_src/fonts/cera/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Cera Pro";
  src: url("../../../_src/fonts/cera/CeraPro-Light.eot");
  src: local("Cera Pro Light"), local("CeraPro-Light"),
    url("../../../_src/fonts/cera/CeraPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../../../_src/fonts/cera/CeraPro-Light.woff") format("woff"),
    url("../../../_src/fonts/cera/CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Cera Pro";
  src: url("../../../_src/fonts/cera/CeraPro-Black.eot");
  src: local("Cera Pro Black"), local("CeraPro-Black"),
    url("../../../_src/fonts/cera/CeraPro-Black.eot?#iefix") format("embedded-opentype"),
    url("../../../_src/fonts/cera/CeraPro-Black.woff") format("woff"),
    url("../../../_src/fonts/cera/CeraPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Cera Pro";
  src: url("../../../_src/fonts/cera/CeraPro-Medium.eot");
  src: local("Cera Pro Medium"), local("CeraPro-Medium"),
    url("../../../_src/fonts/cera/CeraPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("../../../_src/fonts/cera/CeraPro-Medium.woff") format("woff"),
    url("../../../_src/fonts/cera/CeraPro-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Cera Pro";
  src: url("../../../_src/fonts/cera/CeraPro-Bold.eot");
  src: local("Cera Pro Bold"), local("CeraPro-Bold"),
    url("../../../_src/fonts/cera/CeraPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../../_src/fonts/cera/CeraPro-Bold.woff") format("woff"),
    url("../../../_src/fonts/cera/CeraPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.row {
  float: left;
  width: 100%;
  position: relative;
}
.row_inner {
  margin-left: -10px;
  margin-right: -10px;
}
.row_inner:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12,
.col_20 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 10px;
}
.col_1 {
  width: 8.33333333%;
}
.col_2 {
  width: 16.66666667%;
}
.col_3 {
  width: 25%;
}
.col_4 {
  width: 33.33333333%;
}
.col_5 {
  width: 41.66666667%;
}
.col_6 {
  width: 50%;
}
.col_7 {
  width: 58.33333333%;
}
.col_8 {
  width: 66.66666667%;
}
.col_9 {
  width: 75%;
}
.col_10 {
  width: 83.33333333%;
}
.col_11 {
  width: 91.66666667%;
}
.col_12 {
  width: 100%;
}
.col_20 {
  width: 20%;
}
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 10px;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.33%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-8 {
  width: 66.66%;
}
.col-md-9 {
  width: 75%;
}
.col-md-12 {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .row_inner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-xs-3,
  .col-xs-4,
  .col-xs-6,
  .col-xs-8,
  .col-xs-9,
  .col-xs-12 {
    padding: 10px;
  }
}
a {
  color: #005bff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #ff3427;
  border: none;
  outline: none;
}
a:active,
a:focus {
  outline: none;
}
strong,
.strong {
  font-weight: bold;
}
p {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
sup {
  vertical-align: super;
  font-size: 0.5em;
}
h1,
h2,
h3,
h4,
p.h1,
p.h2,
p.h3,
p.h4,
div.h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Cera Pro", Arial, sans-serif;
  color: inherit;
  display: block;
  position: relative;
  line-height: 1.1;
  margin-bottom: 0.7em;
  font-weight: 900;
  text-transform: none;
  position: relative;
}
h1,
p.h1,
.h1 {
  font-size: 32px;
}
h2,
p.h2,
.h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
h3,
p.h3,
.h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
h4,
p.h4,
.h4 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h1,
  p.h1,
  .h1 {
    font-size: 24px;
  }
}
ul {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
ul li {
  list-style-type: none;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body,
html {
  display: block;
  position: relative;
  background-color: #fbfbfb;
  font-family: "Cera Pro", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  min-height: 100%;
  color: #1c2230;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body.lock {
  overflow: hidden;
}
header,
footer,
main,
section,
nav {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
::-moz-selection {
  background: rgba(0, 91, 255, 0.2);
}
::-webkit-selection {
  background: rgba(0, 91, 255, 0.2);
}
::selection {
  background: rgba(0, 91, 255, 0.2);
}
#wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
}
#wrapper:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}
.container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media only screen and (max-width: 1180px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
.lock {
  overflow: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section {
  padding: 48px 0;
}
.section__footer {
  margin-top: 30px;
}
.section__dark,
.footer {
  background-color: #1c2230;
  color: #fff;
}
.section__dark h1,
.footer h1,
.section__dark p.h1,
.footer p.h1,
.section__dark h2,
.footer h2,
.section__dark p.h2,
.footer p.h2 {
  color: #fff;
}
.section__dark a,
.footer a {
  color: #fff;
}
.section__wht {
  background-color: #fff;
}
.section__grey {
  background-color: #fafafa;
}
.section__bg,
.product-detail-gallery-main .swiper-slide .slide__inner {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.section__bg-repeat {
  background-position: top center;
  background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
._block,
.header-top__menu ul.nav li .submenu,
.search-block__results,
.popup-help,
.filters,
.homepage-intro__row .intro-catalog__content,
.catalog-card__inner,
.section-top,
.product-detail-main,
.product-detail-add-review,
.basket-list-item {
  background-color: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 24px;
}
._strong {
  font-weight: 600;
}
._lock {
  overflow: hidden;
  overflow-y: scroll;
}
._border {
  border: 2px solid #7d879e;
}
._fill,
.intro-banners .slider .slider-main .slide::after,
.intro-banners .banners .banner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
._bg {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
._shadow,
._block,
.header-top__menu ul.nav li .submenu,
.search-block__results,
.popup-help,
.filters,
.homepage-intro__row .intro-catalog__content,
.catalog-card__inner,
.section-top,
.product-detail-main,
.product-detail-add-review,
.basket-list-item,
.header-main {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(234, 234, 234, 0.8);
  box-shadow: 0px 2px 8px 0px rgba(234, 234, 234, 0.8);
}
._center {
  text-align: center;
}
._flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._color-black {
  color: #1c2230;
}
._color-red {
  color: #ff3427;
}
._color-blue {
  color: #005bff;
}
._color-yellow {
  color: #fad26b;
}
._color-green {
  color: #10c44c;
}
._last {
  margin-bottom: 0;
}
._fluid {
  display: block;
  width: 100%;
  height: auto;
}
._content-block a {
  color: #ff3427;
}
._content-block p:last-child {
  margin-bottom: 0;
}
._content-block h2:not(:last-child),
._content-block h3:not(:last-child),
._content-block h4:not(:last-child),
._content-block .h2:not(:last-child),
._content-block .h3:not(:last-child),
._content-block .h4:not(:last-child) {
  margin-top: 40px;
}
._content-block h2:first-child,
._content-block h3:first-child,
._content-block h4:first-child,
._content-block .h2:first-child,
._content-block .h3:first-child,
._content-block .h4:first-child {
  margin-top: 0;
}
._content-block ul {
  display: block;
  margin-bottom: 12px;
}
._content-block ul li {
  position: relative;
  padding-left: 16px;
}
._content-block ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #005bff;
}
._content-block ul li:not(:last-child) {
  margin-bottom: 6px;
}
._content-block ul:last-child {
  margin-bottom: 0;
}
._link {
  color: #005bff;
  border-bottom: 1px solid rgba(0, 91, 255, 0.2);
}
._link:hover {
  color: #ff3427;
  border-bottom: 1px solid rgba(255, 52, 39, 0.2);
}
@media only screen and (max-width: 992px) {
  ._content-block {
    font-size: 16px;
  }
  ._content-block h4 {
    font-size: 20px;
  }
  ._content-block ul li::after {
    top: 10px;
  }
}
._padding-bottom-0 {
  padding-bottom: 0px;
}
._padding-bottom-40 {
  padding-bottom: 40px;
}
._padding-bottom-60 {
  padding-bottom: 60px;
}
._padding-bottom-80 {
  padding-bottom: 80px;
}
._padding-bottom-100 {
  padding-bottom: 100px;
}
._padding-right-30 {
  padding-right: 30%;
}
._padding-right-50 {
  padding-right: 50%;
}
._padding-top-30 {
  padding-top: 30px;
}
._padding-top-50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1400px) {
  ._padding-right-50 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  ._padding-right-30 {
    padding-right: 0;
  }
}
.tabs_content .tab {
  display: none;
}
.tabs_content .tab.active {
  display: block;
}
.social {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social a {
  float: left;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #1c2230;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.social a:not(:last-child) {
  margin-right: 14px;
}
.social a img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.social a.social-link__youtube {
  font-size: 16px;
  background: #d22f36;
}
.social a.social-link__vk {
  font-size: 13px;
  background: #429dcf;
}
.social a.social-link__telegram {
  font-size: 16px;
  background: #3dd9fc;
}
.social a.social-link__whatsapp {
  font-size: 19px;
  background: #25d366;
}
.social a.social-link__viber {
  font-size: 20px;
  background-color: #a825d3;
}
.social a.social-link__ok {
  font-size: 19px;
  background-color: #ff9919;
}
.social a.social-link__facebook {
  font-size: 19px;
  background-color: #256bd3;
}
.breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 24px 0px 16px 0;
  color: #7d879e;
}
.breadcrumbs a {
  color: #005bff;
}
.breadcrumbs a:hover {
  color: #ff7a2f;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.4;
}
.breadcrumbs ul li,
.breadcrumbs ul span._icon,
.breadcrumbs ul .separator {
  margin-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.breadcrumbs ul span._icon {
  font-size: 8px;
  color: #005bff;
  margin: 0px 0px 0px 0px;
}
.fade-in {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fade-in.show {
  opacity: 1;
}
.slide-up {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.slide-up.show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.slide-right {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.slide-right.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.toggle-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #9baabc;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.toggle-icon:hover {
  color: #1c2230;
}
@font-face {
  font-family: "icomoon";
  src: url("../../../../_src/vendors/icomoon/fonts/icomoon.eot?maffsb");
  src: url("../../../../_src/vendors/icomoon/fonts/icomoon.eot?maffsb#iefix") format("embedded-opentype"),
    url("../../../../_src/vendors/icomoon/fonts/icomoon.ttf?maffsb") format("truetype"),
    url("../../../../_src/vendors/icomoon/fonts/icomoon.woff?maffsb") format("woff"),
    url("../../../../_src/vendors/icomoon/fonts/icomoon.svg?maffsb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
._icon {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-burger:before {
  content: "\e904";
}
.icon-cart:before {
  content: "\e905";
}
.icon-check:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e907";
}
.icon-comparison:before {
  content: "\e908";
}
.icon-cross:before {
  content: "\e909";
}
.icon-display-grid:before {
  content: "\e90a";
}
.icon-display-table:before {
  content: "\e90b";
}
.icon-doc:before {
  content: "\e90c";
}
.icon-filters:before {
  content: "\e90d";
}
.icon-heart:before {
  content: "\e90e";
}
.icon-heart-fill:before {
  content: "\e90f";
}
.icon-list:before {
  content: "\e910";
}
.icon-logout:before {
  content: "\e911";
}
.icon-pin:before {
  content: "\e912";
}
.icon-print:before {
  content: "\e913";
}
.icon-search:before {
  content: "\e914";
}
.icon-shield:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  -moz-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  position: relative;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -moz-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -moz-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-button--close {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 30px;
  right: 30px;
}
.fancybox-close-small {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #1e3854;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.fancybox-close-small:hover {
  background-color: #ff6c6c;
}
.fancybox-close-small:after,
.fancybox-close-small:before {
  content: " ";
  width: 2px;
  height: 24px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -1px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-close-small:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close-small:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover:after,
.fancybox-close-small:hover:before {
  background: #fff;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(20%, rgba(0, 0, 0, 0.1)),
    color-stop(40%, rgba(0, 0, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -moz-
    oldlinear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.1) 20%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.8) 100%
    );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: transparent;
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
}
.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 30px;
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -moz-calc(50% - 8px);
  left: calc(50% - 8px);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -22px 0 0 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  -webkit-transition: background 0.3s ease, opacity 0.25s;
  -o-transition: background 0.3s ease, opacity 0.25s;
  -moz-transition: background 0.3s ease, opacity 0.25s;
  transition: background 0.3s ease, opacity 0.25s;
}
.fancybox-arrow:hover {
  background-color: transparent;
}
.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-arrow--right {
  right: 30px;
}
.fancybox-arrow--left {
  left: 30px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-arrow:hover {
  opacity: 1;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  -moz-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  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 {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-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);
  -moz-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);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: -moz-calc(50% - 7px);
  left: calc(50% - 7px);
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -moz-calc(50% - 4px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0,
      4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -moz-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  -moz-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  -moz-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  -webkit-border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s transform, 0.2s top;
  -moz-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  -o-transition: 0.2s transform, 0.2s left;
  -moz-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  -o-transition: 0.2s transform, 0.2s right;
  -moz-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
  border-radius: var(--swiper-scrollbar-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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform, -moz-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.button,
button {
  cursor: pointer;
}
.button:focus,
.button:active,
button:focus,
button:active {
  outline: none;
}
.button {
  color: #fff;
  background: #005bff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  font-family: "Cera Pro", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.button:hover {
  border: none;
  background: #2472ff;
  color: #fff;
}
.button__grey {
  background: #e4eeff;
  color: #005bff;
}
.button__outline {
  border: 2px solid #005bff;
  color: #005bff;
  background: transparent;
  line-height: 36px;
}
.button__outline:hover {
  border: 2px solid #005bff;
}
.button__fluid {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
}
.button__icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button__icon ._icon {
  font-size: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
.button.disabled {
  background: #e2e8f0;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9baabc;
}
.button.disabled .button__border::after,
.button.disabled .button__border::before {
  background: #9baabc;
}
.button.disabled:hover {
  color: #9baabc;
  background: transparent;
}
.checkbox {
  display: block;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.checkbox input + label {
  position: relative;
  z-index: 2;
  padding-left: 26px;
  line-height: 20px;
  font-weight: 500;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding-top: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input + label > .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0;
  background: #fff;
  border: 2px solid #e4eeff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.checkbox input + label > .icon:after {
  content: " ";
  position: relative;
  float: left;
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  background: transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox input + label:hover .icon {
  border-color: #005bff;
}
.checkbox input:checked + label > .icon {
  border-color: #005bff;
  background: #005bff;
}
.checkbox input:checked + label > .icon:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.checkbox input:disabled + label > .icon {
  background: #9baabc;
  pointer-events: none;
}
.checkbox input:disabled + label {
  opacity: 0.4;
}
.checkbox.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.radiobox {
  display: block;
}
.radiobox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.radiobox input + label {
  position: relative;
  z-index: 2;
  padding-left: 32px;
  line-height: 18px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding-top: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
}
.radiobox input + label > span.icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background: #9baabc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.radiobox input + label > span.icon:before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  background: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.radiobox input:checked + label {
  color: #10c44c;
}
.radiobox input:checked + label > span.icon {
  background: #10c44c;
}
.radiobox input:checked + label > span.icon:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.radiobox input:disabled + label > span.icon {
  background: #9baabc;
  pointer-events: none;
}
.radiobox input:disabled + label {
  opacity: 0.4;
}
.radiobox.disabled {
  opacity: 0.5;
  pointer-events: none;
}
input[type="text"],
textarea,
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]:focus,
textarea:focus,
button:focus,
.button:focus {
  outline: none;
}
.warning_mess {
  font-weight: 400;
  color: #ff3427;
  display: none;
  position: absolute;
  height: 20px;
  width: 100%;
  font-size: 12px;
  bottom: -24px;
  left: 0;
}
.form__body {
  color: #1c2230;
}
.form__footer {
  margin-top: 12px;
}
.form__row {
  margin-bottom: 12px;
}
.form__row.required .warning_mess {
  display: block;
}
.form__row ._icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff3427;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  z-index: 3;
  pointer-events: none;
}
.form__row ._icon.icon-email {
  font-size: 16px;
}
.form__label {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.form__label .required-star {
  color: #ff3427;
}
.form__input {
  float: left;
  position: relative;
  width: 100%;
  border: none;
  background-color: #fff;
  color: #1c2230;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  font-family: "Cera Pro", Arial, sans-serif;
  padding: 0 20px 2px 20px;
  height: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #e4eeff;
  z-index: 1;
}
.form__input.error {
  border-color: #ff3427 !important;
}
.form__input.error + .warning_mess {
  display: block;
}
.form__input:hover {
  z-index: 2;
}
.form__input:focus {
  z-index: 2;
  border-color: #005bff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.form__input::-webkit-input-placeholder {
  color: #9baabc;
  font-size: 16px;
}
.form__input::-moz-placeholder {
  color: #9baabc;
  font-size: 16px;
}
.form__input:-moz-placeholder {
  color: #9baabc;
  font-size: 16px;
}
.form__input:-ms-input-placeholder {
  color: #9baabc;
  font-size: 16px;
}
.form__input::-ms-input-placeholder {
  color: #9baabc;
  font-size: 16px;
}
.form__input::placeholder {
  color: #9baabc;
  font-size: 16px;
}
.form__input:focus::-webkit-input-placeholder {
  color: transparent;
  font-size: 16px;
}
.form__input:focus::-moz-placeholder {
  color: transparent;
  font-size: 16px;
}
.form__input:focus:-moz-placeholder {
  color: transparent;
  font-size: 16px;
}
.form__input:focus:-ms-input-placeholder {
  color: transparent;
  font-size: 16px;
}
.form__input:focus::-ms-input-placeholder {
  color: transparent;
  font-size: 16px;
}
.form__input:focus::placeholder {
  color: transparent;
  font-size: 16px;
}
input[type="email"]:focus,
input[type="email"]:active,
input[type="email"]:focus-visible {
  z-index: 2;
  border: 1px solid #10c44c !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
textarea.form__input {
  height: auto;
  padding: 16px 20px 12px 20px;
  resize: vertical;
  min-height: 140px;
}
.surname {
  display: none;
}
.form__input.error {
  border: 2px solid #ff3427;
  outline: none;
  -webkit-animation: shake 0.5s linear;
  -moz-animation: shake 0.5s linear;
  animation: shake 0.5s linear;
}
@-webkit-keyframes shake {
  8%,
  41% {
    -webkit-transform: translateX(-7px);
  }
  25%,
  58% {
    -webkit-transform: translateX(7px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
}
@media only screen and (max-width: 600px) {
  .form-head .h2.form-head__title,
  .form-head h2.form-head__title {
    margin-bottom: 16px;
  }
  .form-head {
    margin-bottom: 24px;
  }
  .form-footer {
    font-size: 12px;
  }
}
.form_success {
  display: none;
}
.form_success__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
}
.form_success__inner span.icon {
  font-size: 45px;
  color: #ff3427;
  margin-right: 0;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ff7a2f;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  -moz-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  -webkit-box-shadow: inset 0px 0px 0px #ff7a2f;
  box-shadow: inset 0px 0px 0px #ff7a2f;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  -moz-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  -moz-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-moz-keyframes scale {
  0%,
  100% {
    -moz-transform: none;
    transform: none;
  }
  50% {
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 50px #ff7a2f;
    box-shadow: inset 0px 0px 0px 50px #ff7a2f;
  }
}
@-moz-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #ff7a2f;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 50px #ff7a2f;
    box-shadow: inset 0px 0px 0px 50px #ff7a2f;
  }
}
.inprocess_loader {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  display: none;
}
.inprocess_loader div {
  position: absolute;
  top: 27px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.inprocess_loader div:nth-child(1) {
  left: 6px;
  -webkit-animation: inprocess_loader1 0.6s infinite;
  -moz-animation: inprocess_loader1 0.6s infinite;
  animation: inprocess_loader1 0.6s infinite;
}
.inprocess_loader div:nth-child(2) {
  left: 6px;
  -webkit-animation: inprocess_loader2 0.6s infinite;
  -moz-animation: inprocess_loader2 0.6s infinite;
  animation: inprocess_loader2 0.6s infinite;
}
.inprocess_loader div:nth-child(3) {
  left: 26px;
  -webkit-animation: inprocess_loader2 0.6s infinite;
  -moz-animation: inprocess_loader2 0.6s infinite;
  animation: inprocess_loader2 0.6s infinite;
}
.inprocess_loader div:nth-child(4) {
  left: 45px;
  -webkit-animation: inprocess_loader3 0.6s infinite;
  -moz-animation: inprocess_loader3 0.6s infinite;
  animation: inprocess_loader3 0.6s infinite;
}
@-webkit-keyframes inprocess_loader1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes inprocess_loader1 {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes inprocess_loader1 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes inprocess_loader3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes inprocess_loader3 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes inprocess_loader3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes inprocess_loader2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@-moz-keyframes inprocess_loader2 {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@keyframes inprocess_loader2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    -moz-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
.inprocess.active > .inprocess_loader {
  display: block;
}
.inprocess.active > .button {
  text-indent: -99999px;
  overflow: hidden;
}
.pseudofile_container.active label {
  border: 2px dashed #10c44c;
}
.pseudofile_container input {
  display: none;
}
.pseudofile_container input + label {
  float: left;
  position: relative;
  width: 100%;
  border: none;
  background-color: #fff;
  color: #1c2230;
  font-weight: normal;
  font-size: 20px;
  font-weight: 600;
  font-family: "Cera Pro", Arial, sans-serif;
  height: 140px;
  padding: 0px 20px;
  line-height: 20px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px dashed #fafafa;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.pseudofile_container input + label .icon {
  font-size: 33px;
  margin-bottom: 16px;
  color: #10c44c;
}
.fancybox-bg {
  background: rgba(28, 34, 48, 0.9);
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-content {
  width: 1200px;
  min-height: 70vh;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}
.fancybox-close__btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #9baabc;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.fancybox-close__btn ._icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #9baabc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
}
.fancybox-close__btn:hover {
  color: #ff3427;
}
.fancybox-close__btn:hover ._icon {
  border-color: #ff3427;
}
.popup {
  display: none;
  background: transparent;
  padding: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}
.popup .warning_mess {
  position: relative;
  float: left;
  width: 100%;
  bottom: auto;
  padding-top: 8px;
}
.popup.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.popup__small {
  width: 366px;
}
.popup__big {
  width: 90%;
  max-width: 1000px;
}
.popup__inner {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 28px;
}
.fancybox-close-small {
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent !important;
}
.fancybox-close-small::before,
.fancybox-close-small::after {
  height: 18px;
  background: #1c2230;
  opacity: 0.5;
  margin-top: -9px;
}
.fancybox-close-small:hover::before,
.fancybox-close-small:hover::after {
  opacity: 1;
  background: #1c2230;
}
@media only screen and (max-width: 600px) {
  .popup_small {
    width: 90%;
  }
  .popup_inner {
    padding: 24px;
  }
}
.slider-arrows,
.owl-nav {
  float: left;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}
.slider-arrows.disabled,
.owl-nav.disabled {
  display: none;
}
.slider-arrows .owl-prev,
.slider-arrows .owl-next,
.owl-nav .owl-prev,
.owl-nav .owl-next {
  pointer-events: all;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  position: absolute;
  top: 0;
  margin-top: -20px;
  width: auto;
  height: auto;
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #9baabc;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.slider-arrows .owl-prev:hover,
.slider-arrows .owl-next:hover,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: #ff3427;
  opacity: 1;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider-arrows .owl-prev.disabled,
.slider-arrows .owl-next.disabled,
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider-arrows .owl-next,
.owl-nav .owl-next {
  right: -40px;
}
.slider-arrows .owl-prev,
.owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel {
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}
.owl-carousel.owl-loaded {
  opacity: 1;
}
.owl-dots,
.slider-dots {
  position: absolute;
  z-index: 9;
  bottom: -24px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owl-dots.disabled,
.slider-dots.disabled {
  display: none;
}
.owl-dots .owl-dot,
.slider-dots .owl-dot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  cursor: pointer;
}
.owl-dots .owl-dot:not(:last-child),
.slider-dots .owl-dot:not(:last-child) {
  margin-right: 8px;
}
.owl-dots .owl-dot span,
.slider-dots .owl-dot span {
  width: 24px;
  height: 2px;
  background: #e2e8f0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.owl-dots .owl-dot.active span,
.slider-dots .owl-dot.active span {
  background: #005bff;
}
.animated {
  -webkit-animation-duration: 1000 ms;
  -moz-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-animated-out {
  z-index: 1;
}
.owl-animated-in {
  z-index: 0;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  padding-top: 120px;
}
.header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.header.scrolling {
  top: -40px;
}
.header__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #005bff;
  z-index: 3;
  background: #fbfbfb;
}
.header-top__menu ul.nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top__menu ul.nav li {
  position: relative;
}
.header-top__menu ul.nav li:not(:last-child) {
  margin-right: 16px;
}
.header-top__menu ul.nav li a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}
.header-top__menu ul.nav li.parent:hover > .submenu {
  display: block;
}
.header-top__menu ul.nav li .parent__link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-top__menu ul.nav li .parent__link ._icon {
  font-size: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
}
.header-top__menu ul.nav li .submenu {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  padding: 16px;
}
.header-top__menu ul.nav li .submenu li:not(:last-child) {
  margin-bottom: 4px;
}
.header-top__menu ul.nav li .submenu li a {
  height: auto;
  white-space: nowrap;
}
.header-top__contacts {
  color: #9baabc;
}
.header-main {
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.header-main__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main__left .logo,
.header-main__left .catalog-link {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-main__left .search-block {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 360px;
}
@media only screen and (max-width: 1100px) {
  body {
    padding-top: 80px;
  }
  .header.scrolling {
    top: 0;
  }
}
.search-block {
  position: relative;
}
.search-block__input {
  width: 100%;
  position: relative;
}
.search-block__button {
  position: absolute;
  color: #9baabc;
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  margin: 0;
  padding: 0;
}
.search-block__button:hover {
  color: #005bff;
}
.search-block__results {
  position: absolute;
  top: -18px;
  left: -18px;
  right: -18px;
  padding: 80px 18px 18px 18px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.search-block__results .results-content {
  padding: 16px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.search-block__results .results-content .results-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-block__results .results-content .results-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 60px;
  margin-right: 8px;
}
.search-block__results .results-content .results-item__img img {
  border: 2px solid #e4eeff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.search-block__results .results-content .results-item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e4eeff;
}
.popup-help {
  padding: 24px;
  width: auto;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: none;
}
.popup-help__head {
  font-size: 16px;
  margin-bottom: 16px;
  color: #1c2230;
}
.popup-help__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-help__buttons .button:first-child {
  margin-right: 12px;
}
.city-select__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 30px;
}
.city-select__link ._icon {
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.city-select .popup-help {
  left: 0;
  top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.action-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action-links .popup-help {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 64px;
  right: 0;
  min-width: 340px;
}
.action-links .popup-help__head {
  font-size: 14px;
}
.action-links__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 64px;
  cursor: pointer;
}
.action-links__item:not(:first-child) {
  margin-left: 8px;
}
.action-links__item .item__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #e4eeff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #005bff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  margin-bottom: 4px;
}
.action-links__item .item__icon .count {
  font-size: 14px;
}
.action-links__item .item__title {
  font-size: 12px;
  line-height: 1;
  color: #1c2230;
}
.action-links__item .count {
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #ff7a2f;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}
.header-main__mobile {
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main__mobile .mobile-block {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #005bff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.burger {
  width: 34px;
  height: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.burger span {
  width: 18px;
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #005bff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -1px;
}
.burger span::after,
.burger span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #005bff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.burger span::after {
  top: -6px;
}
.burger span::before {
  bottom: -6px;
}
.burger.open span {
  background: transparent;
}
.burger.open span::after {
  width: 20px;
  top: 0px;
  left: -1px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.burger.open span::before {
  width: 20px;
  bottom: 0px;
  left: -1px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 1200px) {
  .header-main__left .search-block {
    max-width: 240px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-top,
  .header-main__left .search-block {
    display: none;
  }
  .header-main__mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .popup-help {
    display: none !important;
  }
  .header-main__left .logo {
    padding: 0px 16px;
    margin: 0px;
    width: 100%;
  }
  .header-main__left .catalog-link {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  .header-main {
    height: 60px;
  }
  .header .action-links__compare,
  .header .action-links__favorite {
    display: none;
  }
  .header .action-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header .action-links__item {
    min-width: unset;
    margin-right: 0 !important;
  }
  .header .action-links__item.action-links__user {
    margin-left: 0;
  }
  .header .action-links__item .item__title {
    display: none;
  }
  .header .action-links__item .item__icon {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .action-links__cart .count {
    top: -6px;
  }
}
.mobile-nav {
  position: fixed;
  z-index: 98;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-nav.open {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__city-select {
  background: #e4eeff;
  color: #005bff;
  padding: 0 20px;
}
.mobile-nav__menu {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-nav__menu .menus {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mobile-nav__menu .menus .menu {
  display: none;
}
.mobile-nav__menu .menus .menu.active {
  display: block;
}
.mobile-nav__menu .menus .menu ul li {
  position: relative;
  border-bottom: 1px solid #e4eeff;
}
.mobile-nav__menu .menus .menu ul li a {
  font-weight: bold;
  display: block;
  position: relative;
  color: #1c2230;
  height: 40px;
  line-height: 40px;
}
.mobile-nav__menu .menus .menu ul li a.parent__link {
  padding-right: 26px;
}
.mobile-nav__menu .menus .menu ul li a.parent__link ._icon {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 8px;
  color: #005bff;
}
.mobile-nav__menu .menus .menu ul li a.parent__link.open ._icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-nav__menu .menus .menu ul li .subnav {
  display: none;
}
.mobile-nav__menu .menus .menu ul li .subnav li:last-child {
  border-bottom: none;
}
.mobile-nav__menu .menus .menu ul li .subnav li a {
  font-weight: 500;
}
.mobile-nav__menu .menus .menu ul.menu__catalog a.parent__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
}
.mobile-nav__menu .menus .menu ul.menu__catalog a.parent__link .icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.mobile-nav__menu .menus .menu ul.menu__catalog a.parent__link ._icon {
  top: 22px;
}
.mobile-nav__switch-head p.h2 {
  display: none;
}
.mobile-nav__switch-head p.h2.active {
  display: block;
}
.mobile-nav__switch-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.mobile-nav__switch-buttons .button {
  width: 48%;
  text-align: center;
  padding: 0;
}
.mobile-nav__switch-buttons .button.active {
  background: #005bff;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .mobile-nav {
    top: 60px;
  }
}
.search-more {
  cursor: pointer;
}
.ui-helper-hidden-accessible,
.ui-widget.ui-widget-content {
  display: none !important;
}
.search-input {
  background: #fff !important;
}
.footer {
  padding: 50px 0;
}
.footer-nav {
  font-size: 18px;
}
.footer-info__phone a {
  font-size: 24px;
  font-weight: 900;
}
.footer-info__recall .popup-btn {
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-info__recall .popup-btn:hover {
  color: #ff7a2f;
}
.footer-info__desc {
  color: #7d879e;
}
.footer-nav ul li {
  display: block;
}
.footer-nav ul li:not(:last-child) {
  margin-bottom: 9px;
}
.footer-nav ul li a:hover {
  color: #ff7a2f;
}
.footer-nav__catalog ul li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-nav__catalog ul li a {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-nav ul {
    padding-top: 24px;
    border-top: 2px solid #7d879e;
  }
}
.filters {
  padding-top: 12px;
  margin-bottom: 20px;
}
.filters__footer {
  margin-top: 12px;
}
.filters-block {
  border-top: 1px solid #e2e8f0;
}
.filters-block.open {
  padding-bottom: 12px;
}
.filters-block.open .filters-block__head ._icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filters-block:first-child {
  border-top: none;
}
.filters-block__head {
  padding: 12px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
}
.filters-block__head ._icon {
  font-size: 6px;
  color: #7d879e;
}
.filters-block__body {
  display: none;
  max-height: 300px;
  overflow-y: auto;
}
.filters-block__footer {
  margin-top: 8px;
  display: none;
}
.filters-block__footer .filters-clear {
  color: #ff3427;
  cursor: pointer;
  float: right;
  font-size: 12px;
}
.filters-block__prop {
  width: 100%;
}
.filters-block__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.filters-block__row .checkbox input + label {
  line-height: 13px;
  padding-top: 4px;
}
.filters-block__count {
  color: #7d879e;
  font-size: 1em;
  position: absolute;
  top: 3px;
  right: 0;
}
.filters .modef {
  position: absolute;
  top: -10px;
  left: 108%;
  min-width: unset;
  white-space: nowrap;
  z-index: 210;
  height: 38px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #ff7a2f;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}
.filters .modef::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #ff7a2f;
  top: 50%;
  margin-top: -6px;
  left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.filters-view-toogle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
}
.filters-view-toogle ._icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
.filters-view-toogle.open ._icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .filters {
    display: none;
  }
  .filters-view-toogle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-intro {
  padding: 40px 0;
  z-index: 3;
}
.homepage-intro__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.homepage-intro__row .intro-catalog {
  z-index: 2;
}
.homepage-intro__row .intro-catalog__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.homepage-intro__row .intro-catalog__nav li:not(:last-child) {
  margin-bottom: 12px;
}
.homepage-intro__row .intro-catalog__nav li.active a::after {
  display: block;
}
.homepage-intro__row .intro-catalog__nav .item {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #1c2230;
}
.homepage-intro__row .intro-catalog__nav .item::after {
  content: "";
  position: absolute;
  left: -12px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f2f7ff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
  display: none;
}
.homepage-intro__row .intro-catalog__nav .item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  margin-right: 8px;
  position: relative;
  z-index: 3;
}
.homepage-intro__row .intro-catalog__nav .item__text {
  font-size: 18px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
.homepage-intro__row .intro-catalog__content {
  display: none;
  width: 1188px;
  position: absolute;
  top: -14px;
  left: -24px;
  min-height: 100%;
  z-index: 1;
}
.homepage-intro__row .intro-catalog__content-list {
  padding-left: 26.5%;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  display: none;
}
.homepage-intro__row .intro-catalog__content-list.active {
  display: block;
}
.homepage-intro__row .intro-catalog__content-list li.parent {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.homepage-intro__row .intro-catalog__content-list a.nav-link {
  display: inline-block;
  color: #7d879e;
  line-height: 1;
}
.homepage-intro__row .intro-catalog__content-list a.nav-link:hover {
  color: #ff7a2f;
}
.homepage-intro__row .intro-catalog__content-list a.nav-link__parent {
  color: #1c2230;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.homepage-intro__row .intro-catalog__content-list a.nav-link__parent:hover {
  color: #ff7a2f;
}
.homepage-intro__row .intro-catalog__content-list li:not(:last-child) {
  margin-bottom: 12px;
}
.homepage-intro__row .intro-catalog__content-list li ul.subnav li:not(:last-child) {
  margin-bottom: 2px;
}
.homepage-intro__row .intro-catalog:hover .intro-catalog__content {
  display: block;
}
.homepage-intro__row .intro-banners {
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .homepage-intro__row .intro-catalog__content {
    width: 400%;
  }
  .homepage-intro__row .intro-catalog__content-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-intro__row .intro-catalog {
    display: none;
  }
  .homepage-intro__row .intro-banners {
    width: 100%;
  }
}
.intro-banners {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.intro-banners .slider {
  width: 56%;
  padding-right: 10px;
}
.intro-banners .slider .slider-dots {
  bottom: 24px;
}
.intro-banners .slider .slider-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.intro-banners .slider .slider-main .slide {
  height: 350px;
  padding: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.intro-banners .slider .slider-main .slide::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.intro-banners .slider .slider-main .slide p {
  margin-bottom: 4px;
}
.intro-banners .slider .slider-main .slide p.slide__desc {
  margin-bottom: 16px;
}
.intro-banners .slider .slider-main .slide__content {
  position: relative;
  z-index: 3;
}
.intro-banners .slider .slider-main .slide__title {
  font-size: 24px;
  font-weight: bold;
}
.intro-banners .slider .slider-main .slide__desc {
  margin-bottom: 12px;
  font-size: 16px;
}
.intro-banners .slider .slider-arrows .owl-prev {
  left: 4px;
}
.intro-banners .slider .slider-arrows .owl-next {
  right: 4px;
}
.intro-banners .banners {
  width: 44%;
  padding-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro-banners .banners .banner {
  height: 165px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.intro-banners .banners .banner__content {
  z-index: 3;
}
.intro-banners .banners .banner__title {
  font-size: 18px;
  margin-bottom: 4px;
}
.intro-banners .banners .banner:first-child {
  margin-bottom: 20px;
}
.intro-banners .banners .banner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.reasons-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reasons-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.reasons-list .item__content {
  width: 100%;
  border: 2px solid #e4eeff;
  padding: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.reasons-list .item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.reasons-list .item__desc {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .intro-banners .banners {
    display: none;
  }
  .intro-banners .slider {
    width: 100%;
    padding: 0;
  }
  .homepage-intro__row .intro-banners,
  .homepage-intro__row {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .intro-banners .slider .slider-main {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .homepage-intro {
    padding: 0;
  }
  .homepage-intro .container {
    padding: 0;
  }
}
@media only screen and (max-width: 660px) {
  .reasons .row_inner {
    margin-right: -4px;
    margin-left: -4px;
  }
  .reasons-list .item {
    padding: 4px;
  }
  .reasons-list .item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }
  .reasons-list .item__icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .reasons-list .item__desc {
    font-size: 14px;
  }
}
.homepage-intro-mobile-catalog {
  padding: 40px 20px 0 20px;
  display: none;
}
.homepage-intro-mobile-catalog__list {
  background: #fff;
  border: 2px solid #e4eeff;
  padding: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  float: left;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.homepage-intro-mobile-catalog .item {
  min-width: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}
.homepage-intro-mobile-catalog .item:not(:last-child) {
  margin-right: 8px;
}
.homepage-intro-mobile-catalog .item__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage-intro-mobile-catalog .item__main .item__icon {
  background: #005bff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
}
.homepage-intro-mobile-catalog .item__text {
  color: #1c2230;
}
@media only screen and (max-width: 992px) {
  .homepage-intro-mobile-catalog {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-intro-mobile-catalog {
    padding: 40px 16px 16px 16px;
    overflow-x: auto;
  }
  .homepage-intro-mobile-catalog__list {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
}
.scroll-block {
  overflow-y: auto;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 12px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #9baabc;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid #fff;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #6d839d;
}
.city-list {
  margin-top: 16px;
}
.city-list ul li {
  margin-bottom: 8px;
}
.city-list ul li a {
  font-size: 16px;
  color: #1c2230;
}
.city-list ul li a:hover {
  color: #ff7a2f;
}
.seo-block {
  overflow: hidden;
}
.seo-block__content {
  height: 80px;
  overflow: hidden;
}
.seo-block__content.open {
  height: auto;
  padding-bottom: 40px;
}
.seo-block__switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0;
  height: 120px;
  cursor: pointer;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 24px;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(46%, rgba(255, 255, 255, 0.902398)),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.902398) 46%, rgba(255, 255, 255, 0) 100%);
  background: -moz- oldlinear-gradient(bottom, rgba(255, 255, 255, 0.902398) 46%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.902398) 46%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.902398) 46%, rgba(255, 255, 255, 0) 100%);
}
.seo-block__switch .btn {
  color: #005bff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.seo-block__switch .btn ._icon {
  font-size: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
.seo-block__switch.open {
  background: transparent;
  height: 60px;
}
.seo-block__switch.open .btn ._icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-content .sidebar {
  width: 25%;
  padding-right: 10px;
}
.page-content .content {
  width: 75%;
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .page-content .sidebar {
    width: 30%;
  }
  .page-content .content {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-content .sidebar {
    width: 100%;
    padding: 0;
  }
  .page-content .content {
    width: 100%;
    padding: 0;
  }
}
.props-list__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.props-list__row:not(:last-child) {
  border-bottom: 1px solid #e4eeff;
}
.props-list__row::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  right: 6px;
  border-top: 1px dotted #e4eeff;
  z-index: 1;
}
.props-list__row span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.props-list__row span.key {
  padding-right: 12px;
}
.props-list__row span.value {
  padding-left: 12px;
}
.props-list__head {
  font-weight: bold;
  border-bottom: none !important;
  padding: 0;
}
.props-list__simple .props-list__row {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 20px;
}
.props-list__simple .props-list__row::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 17px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1c2230;
}
.props-list__simple .props-list__row::after {
  display: none;
}
.props-list__simple .props-list__row::after span {
  background: transparent !important;
  padding: 0 !important;
}
.page-content {
  padding-bottom: 80px;
}
._content ._block,
._content .header-top__menu ul.nav li .submenu,
.header-top__menu ul.nav li ._content .submenu,
._content .search-block__results,
._content .popup-help,
._content .filters,
._content .homepage-intro__row .intro-catalog__content,
.homepage-intro__row ._content .intro-catalog__content,
._content .catalog-card__inner,
._content .section-top,
._content .product-detail-main,
._content .product-detail-add-review,
._content .basket-list-item {
  max-width: 40%;
  margin-bottom: 20px;
}
._content ul li {
  padding-left: 14px;
  position: relative;
}
._content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1c2230;
}
@media only screen and (max-width: 992px) {
  ._content ._block,
  ._content .header-top__menu ul.nav li .submenu,
  .header-top__menu ul.nav li ._content .submenu,
  ._content .search-block__results,
  ._content .popup-help,
  ._content .filters,
  ._content .homepage-intro__row .intro-catalog__content,
  .homepage-intro__row ._content .intro-catalog__content,
  ._content .catalog-card__inner,
  ._content .section-top,
  ._content .product-detail-main,
  ._content .product-detail-add-review,
  ._content .basket-list-item {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ._content ._block,
  ._content .header-top__menu ul.nav li .submenu,
  .header-top__menu ul.nav li ._content .submenu,
  ._content .search-block__results,
  ._content .popup-help,
  ._content .filters,
  ._content .homepage-intro__row .intro-catalog__content,
  .homepage-intro__row ._content .intro-catalog__content,
  ._content .catalog-card__inner,
  ._content .section-top,
  ._content .product-detail-main,
  ._content .product-detail-add-review,
  ._content .basket-list-item {
    max-width: 100%;
  }
}
.left-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
}
.left-menu .left-menu-item__link {
  height: 40px;
  padding: 0 12px;
  color: #7d879e;
  cursor: pointer;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.left-menu .left-menu-item__link:hover {
  color: #005bff;
}
.left-menu .left-menu-item__link:hover .left-menu-item__icon svg path {
  fill: #005bff;
}
.left-menu .left-menu-item__link.logout {
  color: #ff3427;
}
.left-menu .left-menu-item__link.logout:hover {
  color: #ff3427;
}
.left-menu .left-menu-item__link.logout:hover .left-menu-item__icon svg path {
  fill: #ff3427;
}
.left-menu .left-menu-item__link .left-menu-item__icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.left-menu-item.active .left-menu-item__link {
  color: #005bff;
  background: #f2f7ff;
}
.left-menu-item.active .left-menu-item__link .left-menu-item__icon svg path {
  fill: #005bff;
}
.profile-form-block {
  margin-bottom: 24px;
}
.profile-form-block__title {
  font-size: 20px;
  font-weight: 600;
}
.contacts-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sections-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sections-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sections-list .item__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sections-list .item__title a {
  color: #1c2230;
}
.sections-list .item__title a:hover {
  color: #ff3427;
}
.sections-list .item__img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .homepage-sections .section__head,
  .homepage-sections .sectiob__footer {
    padding-right: 16px;
  }
  .homepage-sections .container {
    padding-right: 0;
  }
  .sections-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 550%;
  }
  .sections-list__container {
    overflow-x: auto;
    padding-bottom: 16px;
  }
}
.product-article {
  color: #7d879e;
}
.product-sale {
  font-size: 12px;
  color: #fff;
  padding: 3px 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #ff3427;
  z-index: 6;
}
.product-labels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-labels .label {
  font-size: 12px;
  color: #fff;
  padding: 3px 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
}
.product-labels .label:not(:last-child) {
  margin-right: 8px;
}
.product-labels .label__sale {
  background-color: #10c44c;
}
.label__vigodno {
  background-color: #ff3427;
}
.product-labels .label__hit {
  background-color: #ff7a2f;
}
.product-to-favorite {
  position: relative;
}
.product-to-favorite input {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.product-to-favorite input + label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #e4eeff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #005bff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding-left: 1px;
}
.product-to-favorite input + label ._icon.icon-heart {
  display: block;
}
.product-to-favorite input + label ._icon.icon-heart-fill {
  display: none;
  color: #ff3427;
}
.product-to-favorite input:checked + label ._icon.icon-heart {
  display: none;
}
.product-to-favorite input:checked + label ._icon.icon-heart-fill {
  display: block;
}
.product-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-price .price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-price .price-block .price {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 4px 8px;
  background-color: #10c44c;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.product-price .price-block .price-old {
  color: #7d879e;
  position: relative;
  margin-left: 12px;
  font-weight: 600;
}
.product-price .price-block .price-old::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #ff3427;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.product-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-stock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.product-stock ._icon {
  color: #10c44c;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 10px;
  margin-right: 6px;
}
.product-stock__out {
  color: #10c44c;
}
.catalog-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-card__inner {
  padding: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-card .product-labels,
.catalog-card .product-to-favorite {
  position: absolute;
  top: 16px;
  z-index: 6;
}
.catalog-card .product-labels {
  left: 16px;
}
.catalog-card .product-to-favorite {
  right: 16px;
}
.catalog-card__slider {
  padding-top: 26px;
  margin-bottom: 30px;
}
.catalog-card__slider .slide {
  min-height: 195px;
}
.catalog-card__slider .slide__img {
  height: 0;
  padding-top: 80%;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-card__slider .product-sale {
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-card__slider .slider-arrows .owl-prev,
.catalog-card__slider .owl-nav .owl-prev {
  left: -12px;
}
.catalog-card__slider .slider-arrows .owl-next,
.catalog-card__slider .owl-nav .owl-next {
  right: -12px;
}
.catalog-card__name {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #1c2230;
}
.catalog-card__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0;
}
.catalog-card__buttons .button {
  width: 48%;
  text-align: center;
  padding: 0;
}
.catalog-card .product-price .price-block .price {
  font-size: 18px;
}
.catalog-card .product-price .price-block .price-old {
  font-size: 12px;
}
.catalog-card .product-actions {
  margin: 12px 0;
}
.catalog-card__stock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-card__stock .product-want-sale {
  font-size: 12px;
  font-weight: 600;
  color: #005bff;
  cursor: pointer;
}
.catalog-slider .catalog-card {
  width: 100% !important;
  padding: 0 !important;
}
.catalog-slider .owl-dots {
  display: none;
}
.catalog-slider .owl-stage-outer {
  padding-bottom: 20px;
}
.catalog-slider .owl-stage,
.catalog-slider .owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .catalog-slider .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog-tabs__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-tabs__head p.h2 {
  margin-bottom: 0;
}
.catalog-tabs__nav {
  margin-left: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
}
.catalog-tabs__nav .item {
  height: 30px;
  background-color: #fff;
  color: #1c2230;
  border: 2px solid #e4eeff;
  cursor: pointer;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  padding: 0 12px;
}
.catalog-tabs__nav .item:not(:last-child) {
  margin-right: 8px;
}
.catalog-tabs__nav .item.active {
  background-color: #ff7a2f;
  border-color: #ff7a2f;
  color: #fff;
}
.catalog-tabs__content .tab {
  display: none;
}
.catalog-tabs__content .tab.active {
  display: block;
}
.section-top {
  margin-bottom: 10px;
}
.section-top__row:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}
.section-top__row.subsections .tags-list {
  height: 45px;
  overflow: hidden;
}
.section-top__row.sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tag {
  background: #e4eeff;
  color: #1c2230;
  padding: 8px 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
}
.tag.active {
  background: #005bff;
  color: #fff;
}
.tags-list {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tags-list .label {
  margin-right: 8px;
}
.tags-list .tag {
  margin: 4px 8px 4px 0px;
  white-space: nowrap;
}
.tags-list__toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #005bff;
  font-weight: 600;
  padding-left: 16px;
  background: #fff;
  cursor: pointer;
}
.tags-list__toggle::after {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -80px;
  pointer-events: none;
  background: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz- oldlinear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.tags-list__toggle ._icon {
  font-size: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
.sort-block__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sort-block__item .label {
  margin-right: 8px;
}
.sort-block__item .sort-block__value {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #005bff;
  font-weight: 600;
}
.sort-block__item .sort-block__value ._icon {
  font-size: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
.sort-block__item .sort-block__value .sort-asc {
  display: block;
}
.sort-block__item .sort-block__value .sort-desc {
  display: none;
}
.sort-block__item .sort-block__value[data-dir="desc"] ._icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sort-block__item .sort-block__value[data-dir="desc"] .sort-asc {
  display: none;
}
.sort-block__item .sort-block__value[data-dir="desc"] .sort-desc {
  display: block;
}
.catalog-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-view__item {
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7d879e;
  cursor: pointer;
}
.catalog-view__item:first-child {
  margin-right: 4px;
}
.catalog-view__item.active {
  color: #005bff;
}
.section-page__mobile-title {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tags-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: left;
  }
  .tags-list-block {
    overflow-x: auto;
  }
  .tags-list__toggle {
    display: none;
  }
  .section-top {
    padding-right: 0;
  }
  .section-top__row.sort {
    padding-right: 24px;
  }
  .section-page__head {
    display: none;
  }
  .section-page__mobile-title {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .sort-block__item .label {
    display: none;
  }
}
.product-detail-main {
  margin-bottom: 20px;
}
.product-detail-main__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-detail-info__head {
  margin-bottom: 24px;
}
.product-detail-info__head h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-detail-info__introtext {
  margin-bottom: 10px;
  color: #7d879e;
  font-size: 12px;
}
.product-detail-info__sku .sku__row {
  margin-bottom: 16px;
}
.product-detail-info__sku .sku__row .sku__name {
  font-weight: bold;
  margin-bottom: 8px;
}
.product-detail-info__sku .sku__row .sku__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-detail-info__sku .sku__row .sku-item {
  margin: 0px 8px 8px 0px;
  display: inline-block;
  border: 2px solid #e4eeff;
  padding: 6px 12px;
  background: #fff;
  color: #1c2230;
  font-size: 12px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}
.product-detail-info__sku .sku__row .sku-item.selected {
  background: #005bff;
  border-color: #005bff;
  color: #fff;
}
.product-detail-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-detail-gallery-thumbs {
  position: relative;
  width: 60px;
  height: 324px;
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 30px 0;
  margin-top: -27px;
}
.product-detail-gallery-thumbs-slider {
  height: 264px;
}
.product-detail-gallery-thumbs-slider .swiper-slide {
  height: 60px;
  width: 60px;
  border: 2px solid #e4eeff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #e4eeff;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
}
.product-detail-gallery-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  border-color: #005bff;
}
.product-detail-gallery-main {
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}
.product-detail-gallery-main-slider {
  border: 2px solid #e4eeff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.product-detail-gallery-main .swiper-slide {
  width: 100%;
}
.product-detail-gallery-main .swiper-slide .slide__inner {
  height: 0;
  padding-top: 100%;
  background-color: #fff;
}
.swiper-container {
  overflow: hidden;
}
.swiper-button__prev,
.swiper-button__next {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 60px;
  height: 30px;
  z-index: 3;
  font-size: 8px;
  color: #005bff;
}
.swiper-button__prev.swiper-button-disabled,
.swiper-button__next.swiper-button-disabled {
  opacity: 0.5;
  color: #9baabc;
}
.swiper-button__prev {
  top: 0;
}
.swiper-button__next {
  bottom: 0;
}
@media only screen and (max-width: 480px) {
  .product-detail-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-detail-gallery-thumbs {
    width: 100%;
    margin-right: 0;
    margin-top: 8px;
    height: auto;
    padding: 0 30px;
  }
  .product-detail-gallery-main {
    width: 100%;
  }
  .swiper-button__prev,
  .swiper-button__next {
    width: 30px;
    height: 60px;
    top: 0;
  }
  .swiper-button__prev {
    top: 0;
    left: 0;
  }
  .swiper-button__prev ._icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .swiper-button__next {
    bottom: auto;
    right: 0;
    left: auto;
  }
  .swiper-button__next ._icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .product-detail-gallery-thumbs-slider {
    height: auto;
  }
}
.popup-open-btn {
  color: #005bff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
}
.popup-open-btn ._icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 14px;
}
.popup-open-btn:hover {
  color: #ff7a2f;
}
.product-detail-actions-block-row {
  margin-bottom: 16px;
}
.product-detail-actions-block-row-last {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-detail-actions-block-row.product-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-detail-actions-block-buttons-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-detail-actions-block-buttons-row:first-child {
  margin-bottom: 8px;
}
.product-detail-actions-block-buttons-row .count-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.product-detail-actions-block-buttons-row .button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.count-block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
}
.count-block input {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  color: #7d879e;
  font-weight: 600;
}
.count-block__toggle {
  position: absolute;
  right: 0;
  width: 30px;
  height: 19px;
  font-size: 6px;
  color: #7d879e;
  z-index: 6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.count-block__toggle:hover {
  color: #005bff;
}
.count-block__toggle-minus {
  bottom: 0;
  padding-top: 2px;
}
.count-block__toggle-plus {
  top: 0;
  padding-top: 10px;
}
.product-detail-tabs-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
}
.product-detail-tabs-nav .product-detail-tabs-nav-item {
  height: 40px;
  padding: 0 12px;
  color: #7d879e;
  cursor: pointer;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.product-detail-tabs-nav .product-detail-tabs-nav-item.active {
  color: #005bff;
  background: #f2f7ff;
}
.product-detail-tabs-nav .product-detail-tabs-nav-item.active .product-detail-tabs-nav-item-icon svg path {
  fill: #005bff;
}
.product-detail-tabs-nav .product-detail-tabs-nav-item:hover {
  color: #005bff;
}
.product-detail-tabs-nav .product-detail-tabs-nav-item:hover .product-detail-tabs-nav-item-icon svg path {
  fill: #005bff;
}
.product-detail-tabs-nav .product-detail-tabs-nav-item .product-detail-tabs-nav-item-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-detail-tabs-content {
  margin-bottom: 20px;
}
.product-detail-tabs-content ._block,
.product-detail-tabs-content .header-top__menu ul.nav li .submenu,
.header-top__menu ul.nav li .product-detail-tabs-content .submenu,
.product-detail-tabs-content .search-block__results,
.product-detail-tabs-content .popup-help,
.product-detail-tabs-content .filters,
.product-detail-tabs-content .homepage-intro__row .intro-catalog__content,
.homepage-intro__row .product-detail-tabs-content .intro-catalog__content,
.product-detail-tabs-content .catalog-card__inner,
.product-detail-tabs-content .section-top,
.product-detail-tabs-content .product-detail-main,
.product-detail-tabs-content .product-detail-add-review,
.product-detail-tabs-content .basket-list-item {
  width: 100%;
  max-width: 100%;
}
.product-detail-tabs-content .item__head {
  margin-bottom: 16px;
}
.product-detail-tabs-content .item__head .h3 {
  margin-bottom: 0;
}
.product-detail-tabs-content-item {
  display: none;
  min-height: 160px;
}
.product-detail-tabs-content-item.active {
  display: block;
}
.product-detail-tabs-content-item .props-list {
  max-width: 70%;
}
@media only screen and (max-width: 992px) {
  .product-detail-tabs-content-item .props-list {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product-detail-actions-block-row.product-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-detail-actions-block-row.product-price .product-stock {
    margin-top: 8px;
  }
}
.product-detail-files {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-detail-files .item {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-detail-files .item:not(:last-child) {
  margin-bottom: 12px;
}
.product-detail-files .item__icon {
  width: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.product-detail-files .item__desc {
  color: #7d879e;
}
.rating {
  width: 96px;
  height: 16px;
  background-image: url(../img/icons/stars.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.rating-1 {
  background-position: 0 0;
}
.rating-2 {
  background-position: 0 -21px;
}
.rating-3 {
  background-position: 0 -42px;
}
.rating-4 {
  background-position: 0 -63px;
}
.rating-5 {
  background-position: 0 -84px;
}
.catalog-card.view-table .catalog-card__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.catalog-card.view-table .catalog-card__top {
  width: 30%;
}
.catalog-card.view-table .catalog-card__bottom {
  width: 70%;
  padding-left: 25px;
}
.catalog-card.view-table .catalog-card__description {
  padding-right: 40px;
}
.print-link {
  color: #7d879e;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 33.33%;
  padding-right: 10px;
  margin-top: -6px;
}
.print-link ._icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 18px;
}
.print-link:hover {
  color: #005bff;
}
.basket-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-total-list__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
}
.basket-total-list__row .value {
  font-weight: bold;
}
.basket-total-list__row .total-price {
  font-size: 20px;
}
.basket-total__footer {
  margin-top: 8px;
}
.basket-list-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-list-item .catalog-card__name {
  color: #1c2230;
}
.basket-list-item-img {
  width: 80px;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basket-list-item-img__mobile {
  display: none;
}
.basket-list-item-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.basket-list-item-content__row.product-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket-list-item-content__row.product-price .count-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}
.basket-list-item-delete {
  width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #9baabc;
  margin-left: 16px;
  font-size: 13px;
}
.basket-list-item-delete button {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: #9baabc;
}
.basket-list-item-delete button:hover {
  color: #ff3427;
  cursor: pointer;
}
.basket-list-item-notification {
  min-height: 100px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.basket-list-item-notification span {
  margin-right: 20px;
}
.basket-list-item__footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.button-cart__clear {
  background: #fff !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-cart__clear .icon {
  width: 24px;
  height: 24px;
  background: url(../img/icons/icon-trash.svg) no-repeat center;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
}
.button-cart__clear:hover {
  color: #005bff !important;
}
.cart-page__empty {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cart-page__empty-icon {
  font-size: 40px;
  color: #005bff;
}
.back-to-catalog {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.back-to-catalog ._icon {
  font-size: 10px;
  margin-right: 8px;
}
@media only screen and (max-width: 992px) {
  .print-link {
    margin-right: 0;
    padding-right: 0;
  }
  .basket-list-container,
  .basket-total-container {
    width: 50%;
  }
  .basket-list-item-img__mobile {
    display: block;
  }
  .basket-list-item-img__desktop {
    display: none;
  }
  .basket-list-item-content__row.product-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket-list-item-delete {
    position: absolute;
    margin: 0px;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .basket-list-container,
  .basket-total-container {
    width: 100%;
  }
  .back-to-catalog {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.order-form-row {
  margin-bottom: 24px;
}
.order-form-row .form__row {
  margin-bottom: 0;
}
.order-form-row-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
.order-form-radio-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-form-radio-list .form-radio-item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 32.33%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.order-form-radio-list .form-radio-item input {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.order-form-radio-list .form-radio-item input + label {
  padding: 24px;
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #e4eeff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.order-form-radio-list .form-radio-item input:checked + label {
  border-color: #005bff;
  background: #e4eeff;
}
.order-form-radio-list .form-radio-item-content__title {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: bold;
}
.order-form-radio-list .form-radio-item-icon {
  width: 32px;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.order-form-radio-list-simple .form-radio-item {
  margin-right: 8px !important;
  margin-bottom: 8px;
  width: auto;
}
.order-form-radio-list-simple .form-radio-item input + label {
  padding: 10px 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: auto !important;
  color: #005bff;
  cursor: pointer;
  width: 100%;
}
.order-form-radio-list-simple .form-radio-item input + label:checked + label {
  border-color: #005bff;
  background: #e4eeff;
}
.order-form-radio-list-simple .form-radio-item-content__title {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .order-form-radio-list .form-radio-item {
    width: 46%;
  }
}
@media only screen and (max-width: 768px) {
  .order-form-radio-list .form-radio-item {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
    .header-main__left{
        width: calc(100% - 320px);
    }
    .header-main__left .search-block{
        max-width: calc(100% - 320px);
    }
    .homepage-intro__row .intro-catalog__content{
        width: 100vw;
        max-width: 1920px;
    }
.homepage-intro__row .intro-catalog__content-list{
    columns: 4;
}
    .free-delivery__row{
        justify-content: center;
    }
    .product-detail-tabs-content-item .props-list{
        max-width: 100%;
    }

    .custom-content__head .row_inner > div:has(img) > img{
        margin-left: auto;
        
    }
    .custom-content__head .row_inner > div:first-child{
        width: calc(100% - 600px);
        
    }
    .custom-content__head .row_inner > div:last-child{
        width: 600px
        
    }
}
