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;
  box-sizing: border-box;
}
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Black.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'DINProCond';
  src: url("../fonts/DINPro-CondensedRegular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DINProCond';
  src: url("../fonts/DINPro-CondensedBlack.ttf");
  font-weight: 800;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.button {
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  color: #fff;
  background: #000;
  cursor: pointer;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 650px) {
  .button {
    font-size: 13px;
    padding: 0 10px;
    height: 34px;
  }
}
.button:hover {
  background: #333;
}
.button_white {
  border: 2px solid #000;
  color: #000;
  background: #fff;
}
.button_white:hover {
  background: #000;
  color: #fff;
}
.title {
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
}
.title_h2 {
  font-size: 43px;
  margin: 0 0 40px;
  font-family: 'DINProCond', Arial, sans-serif;
  font-weight: 800;
}
@media (max-width: 950px) {
  .title_h2 {
    margin: 0 0 25px;
  }
}
@media (max-width: 650px) {
  .title_h2 {
    font-size: 34px;
  }
}
.title_h3 {
  font-size: 22px;
  margin: 0 0 25px;
}
@media (max-width: 950px) {
  .title_h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 650px) {
  .title_h3 {
    font-size: 17px;
  }
}
.title_middle {
  text-align: center;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}
.checkbox {
  display: none;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 27px;
  display: block;
  cursor: pointer;
}
.checkbox + label:hover {
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0.8;
}
.checkbox + label:after {
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  display: block;
  content: '';
  position: absolute;
  background: #fff;
  left: 0;
  top: 1px;
}
.checkbox:checked + label:after {
  border: 1px solid #000;
  background: #67f7e6;
}
html,
body {
  height: 100%;
}
body {
  font: 16px/24px 'DINPro', Arial, sans-serif;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.row {
  padding: 0 35px;
  margin: 0 auto;
  position: relative;
}
.row_max {
  max-width: 1450px;
}
.row_min {
  max-width: 1200px;
}
@media (max-width: 950px) {
  .row {
    padding: 0 15px;
  }
}
.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.content {
  margin: 0 0 auto;
}
.slider-b {
  overflow: hidden;
  margin: 0 0 100px;
}
.slider-b .slick-list {
  margin: 0;
}
@media (max-width: 950px) {
  .slider-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .slider-b {
    margin: 0 0 30px;
  }
}
.slider-b .slick-slide {
  outline: none;
  border: 0;
}
.slider-b__item {
  outline: none;
  border: 0;
}
.slider-b__item a {
  outline: none;
  border: 0;
}
.slider-b__item img {
  width: 100%;
  height: auto;
  outline: none;
  border: 0;
  display: block;
}
@media (max-width: 650px) {
  .slider-b__item img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slider-b .slick-arrow {
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.7) !important;
  color: #fff;
  z-index: 9;
}
@media (max-width: 650px) {
  .slider-b .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.slider-b .slick-arrow.slick-next {
  right: 0;
}
.slider-b .slick-arrow.slick-next:after {
  content: '›';
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  position: absolute;
  left: 16px;
  top: 17px;
}
@media (max-width: 650px) {
  .slider-b .slick-arrow.slick-next:after {
    left: 11px;
    top: 11px;
    font-size: 19px;
  }
}
.slider-b .slick-arrow.slick-prev {
  left: 0;
}
.slider-b .slick-arrow.slick-prev:after {
  content: '‹';
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  position: absolute;
  left: 14px;
  top: 17px;
}
@media (max-width: 650px) {
  .slider-b .slick-arrow.slick-prev:after {
    left: 10px;
    top: 12px;
    font-size: 19px;
  }
}
.slider-b .slick-arrow:hover {
  background: #000 !important;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.slider-b .slick-arrow:before {
  display: none;
}
.slider-b .slick-dots {
  bottom: 40px;
}
@media (max-width: 650px) {
  .slider-b .slick-dots {
    bottom: 20px;
  }
}
.slider-b .slick-dots li {
  margin: 0 10px;
  padding: 0;
  width: initial;
  height: initial;
}
.slider-b .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  position: relative;
  border: 1px solid #aeafb5;
  display: block;
}
.slider-b .slick-dots li button:after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: '';
  background: #e56363;
  display: none;
  width: 9px;
  height: 9px;
}
.slider-b .slick-dots li button:before {
  display: none;
}
.slider-b .slick-dots li.slick-active button:after {
  display: block;
}
.desc-b {
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .desc-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .desc-b {
    margin: 0 0 30px;
  }
}
.desc-b__title {
  margin: 0 0 35px;
  font-weight: 800;
  font-family: 'DINProCond', Arial, sans-serif;
  line-height: 1;
  font-size: 50px;
}
@media (max-width: 650px) {
  .desc-b__title {
    font-size: 34px;
  }
}
.desc-b__text {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 60px;
}
.desc-b__text p {
  margin: 0 0 15px;
}
.desc-b__fiches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.desc-b__ficha {
  text-align: center;
  width: 220px;
  margin: 0 30px;
}
.desc-b__icon {
  margin: 0 0 10px;
}
.desc-b__note {
  font-size: 14px;
  line-height: 20px;
}
.best-b {
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .best-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .best-b {
    margin: 0 0 30px;
  }
}
.catalog-b {
  overflow: hidden;
}
.catalog-b__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 0;
}
.catalog-b__card {
  width: 20%;
  padding: 0 20px 0 0;
  margin: 0 0 30px;
  position: relative;
}
.catalog-b__card_w4 {
  width: 25%;
}
@media (max-width: 950px) {
  .catalog-b__card {
    width: 33%;
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .catalog-b__card {
    width: 50%;
  }
}
.catalog-b__best {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/content/best.png") no-repeat;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: block;
}
.catalog-b__pic {
  text-align: center;
  position: relative;
}
.catalog-b__pic img {
  max-width: 100%;
  max-height: 200px;
}
@media (max-width: 650px) {
  .catalog-b__pic img {
    max-height: 120px;
  }
}
.catalog-b__pic a {
  display: block;
}
.catalog-b__pic a:hover {
  opacity: 0.8;
}
.catalog-b__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px;
}
@media (max-width: 650px) {
  .catalog-b__title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.catalog-b__title a:hover {
  opacity: 0.8;
}
.catalog-b__price {
  text-align: center;
  font-weight: 600;
  margin: 0 0 5px;
}
.catalog-b__stars {
  text-align: center;
  margin: 0 0 5px;
}
.catalog-b__stars i {
  opacity: 0.6;
}
.catalog-b__note {
  font-size: 12px;
  padding: 0 20px;
  line-height: 16px;
  text-align: center;
  color: #666;
  font-style: italic;
  margin: 0 0 15px;
}
@media (max-width: 650px) {
  .catalog-b__note {
    padding: 0;
    font-size: 11px;
    line-height: 14px;
  }
}
.catalog-b__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 150px;
  margin: 0 auto;
}
.catalog-b__more {
  width: 100%;
}
.catalog-b__more a {
  font-size: 14px;
  border: 3px solid #f1f1f1;
  border-bottom: 0;
  color: #4d4d4d;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
}
.catalog-b__more a:hover {
  background: #f1f1f1;
}
.catalog-b__like {
  width: 50%;
}
.catalog-b__like a {
  border: 3px solid #f1f1f1;
  color: #4d4d4d;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 1px solid #f1f1f1;
}
.catalog-b__like a:hover {
  background: #f1f1f1;
}
.catalog-b__basket {
  width: 50%;
}
.catalog-b__basket a {
  border: 3px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
  color: #4d4d4d;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-b__basket a:hover {
  background: #f1f1f1;
}
.js--popup-video {
  position: relative;
  display: block;
}
.js--popup-video img {
  width: 100%;
  height: auto;
  display: block;
}
.video-b {
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .video-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .video-b {
    margin: 0 0 30px;
  }
}
.video-b img {
  width: 100%;
  height: auto;
}
.video-b__play {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  background: rgba(255,255,255,0.6);
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 85px;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-b__play_small {
  width: 60px;
  height: 60px;
  font-size: 20px;
}
@media (max-width: 650px) {
  .video-b__play {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .video-b__play_small {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.video-b__play i {
  position: relative;
  left: 5px;
}
@media (max-width: 650px) {
  .video-b__play i {
    left: 3px;
  }
}
a:hover .video-b__play {
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  background: rgba(255,255,255,0.7);
}
.info-b {
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .info-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .info-b {
    margin: 0 0 30px;
  }
}
.info-b__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-b__row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .info-b__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 25px;
  }
}
@media (max-width: 650px) {
  .info-b__row {
    margin: 0 0 50px;
  }
}
.info-b__column {
  width: 50%;
  background: #efefea;
  text-align: right;
}
@media (max-width: 950px) {
  .info-b__column {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .info-b__column {
    width: 100%;
  }
}
.info-b__column .title {
  margin: 0 0 15px;
  text-transform: none;
}
.info-b__column img {
  width: 100%;
  height: 298px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 650px) {
  .info-b__column img {
    height: auto;
  }
}
.info-b__desc {
  padding: 30px 20px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 950px) {
  .info-b__desc {
    height: auto;
  }
}
@media (max-width: 650px) {
  .info-b__desc {
    padding: 20px 20px 30px;
  }
}
.info-b__row_reverse .info-b__column {
  text-align: left;
}
.info-b__text {
  color: #000;
  font-weight: 500;
}
@media (max-width: 650px) {
  .info-b__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.blocks-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .blocks-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .blocks-b {
    margin: 0 0 30px;
  }
}
.blocks-b__item {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 40px;
  min-height: 280px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 950px) {
  .blocks-b__item {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .blocks-b__item {
    width: 100%;
  }
}
.blocks-b__button {
  padding: 7px 12px 7px;
  color: #fff;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  background: #000;
  font-weight: 600;
  font-size: 18px;
}
.blocks-b__item:hover .blocks-b__button {
  background: #333;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.subscribe-b {
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .subscribe-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .subscribe-b {
    margin: 0 0 30px;
  }
}
.subscribe-b__title {
  color: #fff;
  background: #000;
  font-size: 21px;
  font-family: 'DINProCond', Arial, sans-serif;
  font-weight: 800;
  margin: 0 auto 10px;
  text-align: center;
  display: table;
  text-transform: uppercase;
  padding: 8px 30px 10px;
}
@media (max-width: 650px) {
  .subscribe-b__title {
    font-size: 15px;
    width: 100%;
    padding: 8px 10px 10px;
  }
}
.subscribe-b form {
  max-width: 471px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  .subscribe-b form {
    max-width: 350px;
  }
}
.subscribe-b__input {
  width: 100%;
  color: #000;
  height: 54px;
  border: 2px solid #000;
  padding: 0 20px;
  outline: none;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'DINProCond', Arial, sans-serif;
  font-size: 21px;
}
@media (max-width: 650px) {
  .subscribe-b__input {
    padding: 0 15px;
  }
}
.subscribe-b__input::-webkit-input-placeholder {
  color: #000;
}
.subscribe-b__input:-ms-input-placeholder {
  color: #000;
}
.subscribe-b__input::placeholder {
  color: #000;
}
.subscribe-b .button {
  height: 54px;
  font-size: 21px;
  font-family: 'DINProCond', Arial, sans-serif;
}
.subscribe-b__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subscribe-b__item {
  margin: 0 5px;
}
.subscribe-b__links {
  font-size: 30px;
}
.subscribe-b__links:hover {
  opacity: 0.7;
}
.card-b {
  padding: 50px 0 0;
  margin: 0 0 60px;
}
@media (max-width: 650px) {
  .card-b {
    padding-top: 25px;
  }
}
.card-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .card-b__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-b__left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .card-b__left {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .card-b__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.card-b__help {
  width: 46%;
}
@media (max-width: 650px) {
  .card-b__help {
    padding: 25px 0 0;
    margin: 0 0 40px;
    width: 100%;
  }
}
.card-b__point {
  position: relative;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  min-height: 28px;
  padding: 0 0 8px 34px;
  margin: 0 0 8px;
  max-width: 240px;
}
.card-b__point:before {
  border: 1px solid #000;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.card-b__point:last-child {
  border: 0;
}
.card-b__gallery {
  width: 100%;
}
@media (max-width: 650px) {
  .card-b__gallery {
    width: 100%;
  }
}
.card-b__gallery .slick-dots {
  bottom: 0;
}
.card-b__gallery .slick-dots li {
  margin: 0 6px;
  padding: 0;
  width: initial;
  height: initial;
}
.card-b__gallery .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  position: relative;
  background: #aeafb5;
  display: block;
}
.card-b__gallery .slick-dots li button:before {
  display: none;
}
.card-b__gallery .slick-dots li.slick-active button {
  background: #e56363;
}
.card-b__gallery--item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-b__right {
  width: 60%;
}
@media (max-width: 950px) {
  .card-b__right {
    width: 100%;
  }
}
.card-b__what {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 2px;
  line-height: 1.3;
  text-transform: uppercase;
}
.card-b__rating {
  text-align: right;
  margin: 0 0 5px;
  color: #bbb;
  max-width: 440px;
}
.card-b__plus {
  color: #0086a5;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 2px;
  line-height: 1.3;
  text-transform: uppercase;
}
.card-b__title {
  font-family: 'DINProCond', Arial, sans-serif;
  font-weight: 800;
  font-size: 43px;
  line-height: 1;
  margin: 0 0 5px;
}
.card-b__title span {
  color: #0086a5;
}
.card-b__title_big {
  margin: 0 0 25px;
  text-transform: uppercase;
}
.card-b__article {
  margin: 0 0 15px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.card-b__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
  font-family: 'DINProCond', Arial, sans-serif;
}
.card-b__links {
  background: #cbcccc;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  font-size: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cbcccc;
  padding: 0 35px;
  text-transform: uppercase;
  -webkit-transition: 0s;
  transition: 0s;
}
@media (max-width: 650px) {
  .card-b__links {
    padding: 0 10px;
    font-size: 18px;
  }
}
.card-b__links:hover {
  background: #ddd;
  border: 1px solid #ddd;
}
.card-b__item {
  margin: 0 10px 0 0;
}
.card-b__item_active .card-b__links {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: 0s;
  transition: 0s;
  font-weight: 800;
}
.card-b__content {
  margin: 0 0 30px;
  display: none;
}
@media (max-width: 650px) {
  .card-b__content {
    font-size: 14px;
    line-height: 20px;
  }
}
.card-b__content p {
  margin: 0 0 15px;
}
.card-b__content_active {
  display: block;
}
.card-b__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px;
  max-width: 560px;
}
@media (max-width: 650px) {
  .card-b__end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-b__end--column {
  width: calc(50% - 5px);
  background: #f3f1ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
}
@media (max-width: 650px) {
  .card-b__end--column {
    width: 100%;
    margin: 0 0 4px;
  }
}
.card-b__end--favorite {
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
  width: 100%;
  color: #666;
  font-family: 'DINProCond', Arial, sans-serif;
}
.card-b__end--favorite .far {
  font-size: 17px;
  margin-top: 1px;
}
.card-b__end--favorite span {
  color: #000;
  margin: 0 0 0 10px;
}
.card-b__end--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  background: #706f70;
  border-radius: 100%;
  color: #fff;
  margin: 0 10px;
  font-size: 15px;
}
.card-b__end--social:hover {
  opacity: 0.7;
}
.card-b__size {
  margin: 0 0 30px;
  padding: 20px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  max-width: 440px;
}
.card-b__size--label {
  margin: 0 0 6px;
  color: #666;
  font-size: 13px;
}
.card-b__size--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 9px -5px;
  position: relative;
  padding: 0 0 0 25px;
  font-size: 16px;
}
@media (max-width: 650px) {
  .card-b__size--row {
    font-size: 13px;
    margin-bottom: 2px;
    padding-left: 22px;
  }
}
.card-b__size--row input {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 650px) {
  .card-b__size--row input {
    top: 1px;
  }
}
.card-b__size--row label {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-b__counter {
  display: table;
  position: relative;
  width: 136px;
  padding: 0 36px;
  margin: 0 0 30px;
}
.card-b__control {
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  background: rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  font-size: 20px;
}
.card-b__control_minus {
  left: 0;
}
.card-b__control_plus {
  right: 0;
}
.card-b__input {
  height: 36px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  background: #f1f1f1;
  font: 16px/24px 'Open Sans', Arial, sans-serif;
  border-radius: 0;
}
.card-b__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.card-b__price {
  font-size: 43px;
  margin: 0 20px 0 0;
  font-weight: 800;
  font-family: 'DINProCond', Arial, sans-serif;
  min-width: 150px;
}
@media (max-width: 650px) {
  .card-b__price {
    min-width: initial;
    font-size: 22px;
    margin: 0 15px 0 0;
  }
}
.card-b__button {
  margin: 0 10px 0 0;
}
.card-b__button .button {
  font-weight: 800;
  font-size: 21px;
  min-width: 190px;
  font-family: 'DINProCond', Arial, sans-serif;
}
@media (max-width: 650px) {
  .card-b__button .button {
    min-width: initial;
  }
}
.card-b__favorite {
  margin: 0 0 20px;
}
.card-b__favorite a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 14px;
}
.card-b__favorite a:hover {
  color: #000;
}
.card-b__favorite a.active {
  color: #000;
  font-weight: 600;
}
.card-b__favorite i {
  margin: 0 5px 0 0;
}
.card-b__pluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-b__pluses--item {
  width: 180px;
  margin: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .card-b__pluses--item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.card-b__pluses--icon {
  width: 60px;
}
.card-b__pluses--icon svg {
  width: 60px;
  height: auto;
}
.card-b__pluses--text {
  width: calc(100% - 70px);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  word-wrap: break-word;
}
.banner-b {
  margin: 0 0 100px;
  padding: 100px 0;
  color: #fff;
}
.banner-b .title {
  margin: 0 0 30px;
  text-transform: none;
}
.banner-b__text {
  font-weight: 500;
}
.banner-b p {
  margin: 0 0 10px;
}
@media (max-width: 650px) {
  .banner-b p {
    padding: 0;
  }
}
@media (max-width: 950px) {
  .banner-b {
    padding: 60px;
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .banner-b {
    padding: 40px 0;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 20px;
  }
}
.pluses-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 950px) {
  .pluses-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .pluses-b {
    margin: 0 0 30px;
    overflow: hidden;
  }
}
.pluses-b__item {
  width: 220px;
  text-align: center;
  margin: 0 0 30px;
  padding: 0 10px;
}
@media (max-width: 950px) {
  .pluses-b__item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .pluses-b__item {
    width: 33%;
  }
}
@media (max-width: 650px) {
  .pluses-b__item {
    width: 50%;
  }
}
.pluses-b__icon {
  margin: 0 0 8px;
}
.pluses-b__text {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: normal;
}
.element-b {
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .element-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .element-b {
    margin: 0 0 30px;
  }
}
.element-b__pic {
  margin: 0 0 45px;
  position: relative;
}
.element-b__pic img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 650px) {
  .element-b__pic img {
    height: 200px;
  }
}
.element-b__text {
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
}
.element-b__text .pluses-b {
  margin: 30px 0 0;
}
@media (max-width: 650px) {
  .element-b__text {
    font-size: 13px;
    line-height: 20px;
  }
}
.element-b__text p {
  margin: 0 0 15px;
}
@media (max-width: 650px) {
  .element-b__text p {
    padding: 0;
  }
}
.element-b__icon {
  position: absolute;
}
@media (max-width: 650px) {
  .element-b__icon {
    display: none;
  }
}
.element-b__icon svg {
  border-radius: 50%;
}
.element-b__icon_1 {
  top: -55px;
  right: 30px;
}
.element-b__icon_2 {
  right: 120px;
  top: 30px;
}
.element-b__icon_2 svg {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.element-b__icon_3 {
  right: 30px;
  top: 60px;
}
.element-b__icon_3 svg {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.element-b__icon_4 {
  right: 100px;
  top: 120px;
}
.element-b__icon_4 svg {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.element-b__icon_5 {
  right: 10%;
  top: -55px;
}
.element-b__icon_6 {
  left: 45%;
  top: -55px;
}
.element-b__icon_7 {
  left: 10%;
  top: -55px;
}
.element-b__icon_8 {
  left: 10%;
  top: -55px;
}
.element-b__icon_9 {
  right: 10%;
  bottom: -55px;
}
.compare-b {
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .compare-b {
    margin: 0 0 60px;
  }
}
@media (max-width: 650px) {
  .compare-b {
    margin: 0 0 30px;
  }
}
.compare-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .compare-b__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.compare-b__left {
  width: 48%;
}
@media (max-width: 650px) {
  .compare-b__left {
    margin: 0 0 25px;
    width: 100%;
  }
}
.compare-b__title {
  position: relative;
  margin: 0 0 30px;
}
.compare-b__title:before {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 11px;
  right: 0;
  background: #000;
  height: 1px;
  width: 100%;
  content: '';
}
.compare-b__title span {
  z-index: 3;
  background: #fff;
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}
.compare-b__gallery {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 0 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.compare-b__photo {
  width: 48%;
}
.compare-b__photo a {
  display: block;
}
.compare-b__photo a img {
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  width: 100%;
  height: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 650px) {
  .compare-b__photo a img {
    height: 160px;
  }
}
.compare-b__photo a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.compare-b__quote {
  font-size: 16px;
  line-height: 24px;
}
.compare-b__quote--text {
  position: relative;
  padding: 0 60px;
}
.compare-b__quote--text:before {
  content: '';
  position: absolute;
  background: url("../img/content/quote.png") no-repeat;
  width: 44px;
  height: 38px;
  left: 0;
  top: 0;
}
.compare-b__quote--text:after {
  content: '';
  position: absolute;
  background: url("../img/content/quote.png") no-repeat;
  width: 44px;
  height: 38px;
  right: 0;
  bottom: -38px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.compare-b__quote--author {
  padding: 15px 60px 0;
}
.compare-b__right {
  width: 48%;
}
@media (max-width: 650px) {
  .compare-b__right {
    width: 100%;
  }
}
.compare-b__link {
  min-height: 604px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  .compare-b__link {
    min-height: 250px;
  }
}
.compare-b__button {
  padding: 12px 24px 13px;
  color: #fff;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  background: #000;
  font-weight: 800;
  font-size: 35px;
  font-family: 'DINProCond', Arial, sans-serif;
}
.compare-b__link:hover .compare-b__button {
  background: rgba(0,0,0,0.8);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.catalog-b {
  padding: 40px 0;
}
.catalog-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 100px;
}
@media (max-width: 950px) {
  .catalog-b__grid {
    margin: 0 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog-b__sidebar {
  width: 260px;
}
@media (max-width: 950px) {
  .catalog-b__sidebar {
    width: 100%;
    margin: 0 0 30px;
  }
}
.catalog-b__content {
  width: calc(100% - 300px);
}
@media (max-width: 950px) {
  .catalog-b__content {
    width: 100%;
  }
}
.catalog-b__content .catalog-b__card {
  width: 25%;
}
@media (max-width: 950px) {
  .catalog-b__content .catalog-b__card {
    width: 33.3%;
  }
}
@media (max-width: 650px) {
  .catalog-b__content .catalog-b__card {
    width: 50%;
  }
}
.filter-b__block {
  margin: 0 0 15px;
  position: relative;
}
@media (max-width: 950px) {
  .filter-b__block {
    margin: 0;
  }
}
.filter-b__title {
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 15px 7px;
  cursor: pointer;
  font-size: 19px;
}
@media (max-width: 950px) {
  .filter-b__title {
    font-size: 16px;
    padding: 8px 15px;
    background: rgba(0,0,0,0.75) !important;
  }
}
.filter-b__title:hover {
  background: rgba(0,0,0,0.9);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.filter-b__title span {
  font-weight: normal;
  font-size: 36px;
  position: relative;
  top: -1px;
}
@media (max-width: 950px) {
  .filter-b__title span {
    top: -4px;
  }
}
.filter-b__list {
  padding: 15px;
}
@media (max-width: 950px) {
  .filter-b__list {
    display: none;
    padding: 15px 15px 25px;
  }
}
.filter-b__item {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.filter-b__item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.paging-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #ddd;
}
.paging-b__arrow a {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
  border: 3px solid #f1f1f1;
  color: #4d4d4d;
}
.paging-b__arrow a:hover {
  background: #f1f1f1;
  border-color: #f1f1f1;
}
.paging-b__list {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging-b__item {
  margin: 0 2px;
}
.paging-b__links {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 30px;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 7px 0;
  border: 3px solid #f1f1f1;
  color: #4d4d4d;
}
.paging-b__links:hover {
  background: #f1f1f1;
  border-color: #f1f1f1;
}
.paging-b__links_active {
  background: #fff !important;
  cursor: default;
}
.page-b {
  padding: 40px 0 0;
}
@media (max-width: 950px) {
  .page-b {
    padding: 0;
  }
}
.page-b-welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #573d80;
}
@media (max-width: 950px) {
  .page-b-welcome {
    margin: 0 -15px;
  }
}
.page-b-welcome__photo {
  width: 46%;
  padding: 30px 30px 0;
}
@media (max-width: 950px) {
  .page-b-welcome__photo {
    display: none;
  }
}
.page-b-welcome__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-b-welcome__about {
  width: 54%;
  color: #fff;
  padding: 30px;
}
@media (max-width: 950px) {
  .page-b-welcome__about {
    width: 100%;
  }
}
.page-b-welcome__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 950px) {
  .page-b-welcome__title {
    font-size: 34px;
  }
}
.page-b-welcome__text {
  font-size: 21px;
  line-height: 1.3;
}
.page-b-about {
  margin: 0 0 60px;
  position: relative;
}
.page-b-about__pic {
  position: absolute;
  right: -50px;
  top: -80px;
  z-index: 2;
}
@media (max-width: 950px) {
  .page-b-about__pic {
    display: none;
  }
}
.page-b-about__grid {
  padding: 70px 40px 30px;
  margin: 0 0 20px;
}
@media (max-width: 950px) {
  .page-b-about__grid {
    padding: 40px 0 0;
  }
}
.page-b-about__title {
  font-size: 72px;
  color: #5c6067;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .page-b-about__title {
    font-size: 34px;
  }
}
.page-b-about__title span {
  color: #573d80;
}
.page-b-about__title sup {
  font-size: 40px;
  position: relative;
  top: -30px;
}
@media (max-width: 950px) {
  .page-b-about__title sup {
    font-size: 19px;
    top: -15px;
  }
}
.page-b-about__note {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  max-width: 540px;
}
@media (max-width: 950px) {
  .page-b-about__note {
    font-size: 21px;
  }
}
.page-b-about__text {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 950px) {
  .page-b-about__text {
    font-size: 17px;
  }
}
.page-b-hello {
  background: #efefeb;
  padding: 40px;
  margin: 0 0 70px;
}
@media (max-width: 950px) {
  .page-b-hello {
    padding: 30px 15px;
    margin: 0 -15px 60px;
  }
}
.page-b-hello__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .page-b-hello__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-b-hello__about {
  width: 45%;
}
@media (max-width: 950px) {
  .page-b-hello__about {
    width: 100%;
    margin: 0 0 25px;
  }
}
.page-b-hello__video {
  width: 50%;
}
.page-b-hello__video iframe {
  width: 100%;
  border: 0;
}
@media (max-width: 950px) {
  .page-b-hello__video {
    width: 100%;
  }
}
.page-b-hello__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width: 950px) {
  .page-b-hello__title {
    font-size: 34px;
  }
}
.page-b-hello__text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 950px) {
  .page-b-hello__text {
    font-size: 20px;
  }
}
.page-b-pluses {
  margin: 0 0 40px;
}
@media (max-width: 950px) {
  .page-b-pluses {
    margin: 0 0 15px;
  }
}
.page-b-pluses__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .page-b-pluses__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-b-pluses__left {
  width: 44%;
}
@media (max-width: 950px) {
  .page-b-pluses__left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-b-pluses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-b-pluses__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
}
.page-b-pluses__icon {
  margin: 0 0 15px;
}
.page-b-pluses__right {
  width: 50%;
}
@media (max-width: 950px) {
  .page-b-pluses__right {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 25px;
  }
}
.page-b-pluses__right ul {
  margin: 0 0 50px;
}
.page-b-pluses__right ul li {
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1.3;
  position: relative;
  padding: 0 0 0 22px;
}
.page-b-pluses__right ul li:last-child {
  margin: 0;
}
.page-b-pluses__right ul li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: '•';
  font-weight: 600;
  font-size: 21px;
}
.page-b-pluses__right ul li strong {
  font-weight: 600;
  text-transform: uppercase;
}
.page-b-pluses__title {
  font-size: 46px;
  font-weight: 800;
  margin: 0 0 15px;
  line-height: 1;
}
@media (max-width: 950px) {
  .page-b-pluses__title {
    font-size: 34px;
  }
}
.page-b-pluses__text {
  font-size: 21px;
  line-height: 1.3;
}
@media (max-width: 950px) {
  .page-b-pluses__text {
    font-size: 17px;
  }
}
.page-b-cards {
  margin: 0 0 60px;
}
@media (max-width: 950px) {
  .page-b-cards {
    margin: 0;
  }
}
.page-b-results {
  background: #efefeb;
  padding: 50px 50px 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 950px) {
  .page-b-results {
    margin: 0 -15px;
    padding: 30px 15px 0;
  }
}
.page-b-results__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .page-b-results__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-b-results__left {
  width: 47%;
}
@media (max-width: 950px) {
  .page-b-results__left {
    margin: 0 0 35px;
    width: 100%;
  }
}
.page-b-results__right {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .page-b-results__right {
    width: 100%;
  }
}
.page-b-results__right .compare-b__left {
  width: calc(50% - 10px);
}
.page-b-results__right .compare-b__title {
  color: #666;
  margin: 0 0 20px;
}
.page-b-results__right .compare-b__gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-b-results__right .compare-b__photo {
  width: 100%;
  margin: 0 0 15px;
}
.page-b-results__right .compare-b__photo img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 950px) {
  .page-b-results__right .compare-b__photo img {
    height: 200px;
  }
}
.page-b-results__right .compare-b__photo:last-child {
  margin: 0;
}
.page-b-results__right .compare-b__title span {
  background: #efefeb;
  font-size: 18px;
}
@media (max-width: 950px) {
  .page-b-results__right .compare-b__title span {
    font-size: 16px;
  }
}
.page-b-results__right .compare-b__title:before {
  background: #ccc;
}
.page-b-results__right .compare-b__gallery {
  border-color: #ccc;
}
.page-b-results__note {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width: 950px) {
  .page-b-results__note {
    font-size: 28px;
  }
}
.page-b-results__title {
  font-size: 60px;
  color: #5c6067;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 950px) {
  .page-b-results__title {
    font-size: 34px;
  }
}
.page-b-results__title span {
  color: #573d80;
}
.page-b-results__title sup {
  font-size: 40px;
  position: relative;
  top: -30px;
}
@media (max-width: 950px) {
  .page-b-results__title sup {
    top: -15px;
    font-size: 20px;
  }
}
.page-b-results__text {
  font-size: 21px;
  line-height: 1.4;
  max-width: 440px;
}
@media (max-width: 950px) {
  .page-b-results__text {
    max-width: 100%;
    font-size: 17px;
  }
}
.page-b-products {
  padding: 50px 0 60px;
  position: relative;
}
.page-b-products__bg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-15%, -30%);
          transform: translate(-15%, -30%);
  z-index: 1;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 950px) {
  .page-b-products__bg {
    display: none;
  }
}
.page-b-products__title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.1;
}
@media (max-width: 950px) {
  .page-b-products__title {
    font-size: 34px;
  }
}
.page-b-products__grid {
  max-width: 620px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
.page-b-products__list ul {
  margin: 0 0 30px;
}
.page-b-products__list ul li {
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1.3;
  position: relative;
  padding: 0 0 0 22px;
}
.page-b-products__list ul li:last-child {
  margin: 0;
}
.page-b-products__list ul li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: '•';
  font-weight: 600;
  font-size: 21px;
}
.page-b-products__list ul li strong {
  font-weight: 600;
  text-transform: uppercase;
}
.page-b-products__img {
  margin: 0 0 15px;
}
.page-b-products__img img {
  max-width: 100%;
  height: auto;
}
.page-b-products__text {
  font-weight: 500;
  line-height: 1.2;
  font-size: 21px;
  margin: 0 0 25px;
}
.page-b-products__note {
  position: relative;
  z-index: 2;
  font-size: 21px;
  line-height: 1.2;
  max-width: 920px;
  margin: 0 0 0 auto;
}
.page-b-quote {
  background: #634a89 url("../img/content/quote-bg.png") no-repeat;
  background-size: cover;
  padding: 60px 60px 60px 80px;
  margin: 0 0 70px;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 950px) {
  .page-b-quote {
    padding: 30px 15px;
    margin: 0 -15px;
  }
}
.page-b-quote__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .page-b-quote__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-b-quote__photo {
  width: 320px;
}
@media (max-width: 950px) {
  .page-b-quote__photo {
    display: none;
  }
}
.page-b-quote__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-b-quote__about {
  width: calc(100% - 340px);
}
@media (max-width: 950px) {
  .page-b-quote__about {
    width: 100%;
  }
}
.page-b-quote__quote {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 30px;
  padding: 30px 20px 30px 50px;
  position: relative;
}
@media (max-width: 950px) {
  .page-b-quote__quote {
    font-size: 21px;
    padding: 0 20px 0 40px;
  }
}
.page-b-quote__quote:before {
  content: '';
  position: absolute;
  background: url("../img/content/quote_white.png") no-repeat;
  width: 96px;
  height: 85px;
  left: -50px;
  top: -15px;
}
@media (max-width: 950px) {
  .page-b-quote__quote:before {
    width: 23px;
    height: 20px;
    left: 0;
    top: 0;
    background-size: cover;
  }
}
.page-b-quote__quote:after {
  content: '';
  position: absolute;
  background: url("../img/content/quote_white.png") no-repeat;
  width: 96px;
  height: 85px;
  right: 20px;
  bottom: -30px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media (max-width: 950px) {
  .page-b-quote__quote:after {
    width: 23px;
    right: 0;
    bottom: 0;
    height: 20px;
    background-size: cover;
  }
}
.page-b-quote__author {
  font-size: 19px;
  line-height: 1.3;
  padding: 0 0 0 50px;
  max-width: 550px;
}
@media (max-width: 950px) {
  .page-b-quote__author {
    font-size: 16px;
    opacity: 0.85;
    padding: 0;
  }
}
.page-b-diff {
  margin: 0 0 60px;
}
@media (max-width: 950px) {
  .page-b-diff {
    margin: 0;
    padding: 50px 0;
  }
}
.page-b-diff__grid {
  margin: 0 auto 40px;
  max-width: 950px;
}
.page-b-diff__top {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .page-b-diff__top {
    font-size: 28px;
  }
}
.page-b-diff__title {
  font-size: 72px;
  color: #5c6067;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .page-b-diff__title {
    font-size: 34px;
  }
}
.page-b-diff__title span {
  color: #573d80;
}
.page-b-diff__title sup {
  font-size: 40px;
  position: relative;
  top: -30px;
}
@media (max-width: 950px) {
  .page-b-diff__title sup {
    font-size: 21px;
    top: -15px;
  }
}
.page-b-diff__text {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 950px) {
  .page-b-diff__text {
    font-size: 21px;
  }
}
.page-b-diff__list ul {
  margin: 0 0 30px;
}
.page-b-diff__list ul li {
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1.3;
  position: relative;
  padding: 0 0 0 22px;
}
.page-b-diff__list ul li:last-child {
  margin: 0;
}
.page-b-diff__list ul li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: '•';
  font-weight: 600;
  font-size: 21px;
}
.page-b-diff__list ul li strong {
  font-weight: 600;
  text-transform: uppercase;
}
.page-b-diff__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .page-b-diff__before {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-b-diff__left {
  width: 68%;
}
@media (max-width: 950px) {
  .page-b-diff__left {
    width: 100%;
  }
}
.page-b-diff__left .compare-b__title {
  color: #666;
}
.page-b-diff__left .compare-b__title:before {
  background: #ccc;
}
.page-b-diff__left .compare-b__gallery {
  border-color: #ccc;
  margin: 0;
}
.page-b-diff__left .compare-b__left {
  width: 100%;
}
.page-b-diff__right {
  width: 30%;
  color: #666;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
}
@media (max-width: 950px) {
  .page-b-diff__right {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}
.page-b-diff__more {
  display: table;
  margin: 0 auto;
}
.page-b-diff__more a {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  padding: 6px 20px 0;
  letter-spacing: -1px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .page-b-diff__more a {
    font-size: 24px;
    height: 50px;
  }
}
.page-b-diff__more a:hover {
  background: #666;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-linear-gradient(bottom,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@charset 'UTF-8';
/* Icons */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.footer-main {
  background: #000;
  padding: 20px 0 30px;
  color: #fff;
}
.footer-main__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 650px) {
  .footer-main__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px;
  }
}
.footer-main__item {
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 650px) {
  .footer-main__item {
    margin: 0 10px;
    font-size: 12px;
  }
}
.footer-main__links {
  color: #fff;
}
.footer-main__links:hover {
  opacity: 0.8;
}
.footer-main__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 650px) {
  .footer-main__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-main__contacts strong {
  display: block;
  font-weight: bold;
  margin: 0 0 2px;
}
.footer-main__contacts p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 650px) {
  .footer-main__contacts {
    text-align: center;
    margin: 0 0 20px;
  }
  .footer-main__contacts p {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer-main__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  .footer-main__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-main__element {
  font-size: 52px;
  line-height: 1;
  margin: 0 0 0 25px;
  color: #fff;
}
@media (max-width: 650px) {
  .footer-main__element {
    font-size: 38px;
    margin: 0 15px;
  }
}
.footer-main__element:hover {
  opacity: 0.8;
}
.footer-copy {
  padding: 18px 0 15px;
}
@media (max-width: 650px) {
  .footer-copy {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    padding: 12px 0;
  }
  .footer-copy span {
    display: block;
  }
}
.header-main {
  padding: 10px 0 13px;
  background: #000;
  color: #fff;
  z-index: 11 !important;
}
.header-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-family: 'DINProCond', Arial, sans-serif;
}
@media (max-width: 650px) {
  .header__menu {
    display: none;
  }
}
.header__logo {
  width: 120px;
}
.header__logo_mobile {
  display: none;
}
@media (max-width: 650px) {
  .header__logo {
    padding: 5px 0 0;
  }
  .header__logo_mobile {
    display: block;
  }
}
.header__logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .header__links {
    color: #fff;
  }
}
.header__links:hover {
  opacity: 0.8;
}
.header__links_menu {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.header__item {
  margin: 0 15px;
}
@media (max-width: 650px) {
  .header__item {
    margin: 0 15px 0 0;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 35px;
}
@media (max-width: 950px) {
  .header__actions {
    right: 15px;
  }
}
@media (max-width: 650px) {
  .header__actions {
    position: initial;
    display: none;
  }
}
.header__actions a {
  color: rgba(255,255,255,0.8);
}
.header__actions a:hover {
  color: #fff;
}
.header-top {
  padding: 15px 0 5px;
}
@media (max-width: 650px) {
  .header-top {
    display: none;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin: 0 0 auto;
  font-weight: 300;
}
@media (max-width: 650px) {
  .header__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}
.header-search {
  background: #e7e6e6;
}
@media (max-width: 650px) {
  .header-search {
    padding-top: 4px;
  }
}
.header-search__form {
  position: relative;
  padding: 0 0 0 30px;
  height: 32px;
}
@media (max-width: 650px) {
  .header-search__form {
    margin: 0 auto;
    display: table;
  }
}
.header-search__form .fas {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}
.header__search {
  width: 100%;
  color: #000;
  height: 32px;
  outline: none;
  border-radius: 0;
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: 16px/24px 'Montserrat', Arial, sans-serif;
}
.header__search::-webkit-input-placeholder {
  color: #666;
}
.header__search:-ms-input-placeholder {
  color: #666;
}
.header__search::placeholder {
  color: #666;
}
.header__burger {
  display: none;
  padding: 8px 0 0;
}
@media (max-width: 650px) {
  .header__burger {
    display: block;
  }
}
.header__burger i {
  background: rgba(255,255,255,0.85);
  width: 48px;
  display: block;
  margin: 0 0 9px auto;
  height: 3px;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.header__burger i:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger i:nth-child(2) {
  width: 40px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.header__burger i:nth-child(3) {
  width: 30px;
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger_active i:first-child {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.header__burger_active i:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.header__burger_active i:nth-child(3) {
  top: -12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
  width: 48px;
}
body.scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-drop {
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  height: calc(100% - 67px);
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  color: #000;
  background: #000;
  text-align: left;
  padding: 0 15px;
}
.header-drop::-webkit-scrollbar {
  display: none;
}
.header-drop .header__menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
  height: initial;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-drop .header__menu .header__item {
  margin: 0 0 15px;
}
.header-drop .header__menu .header__item:last-child {
  margin: 0;
}
.header-drop .header__actions {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
