@charset "UTF-8";
/*Core*/
/*Colors*/
/*Links*/
/*Typography*/
/*Paths*/
/*Media-queries*/
/*Reset*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.pd-proDuster {
  /* HTML5 display-role reset for older browsers */ }

.pd-proDuster div, .pd-proDuster span, .pd-proDuster applet, .pd-proDuster object, .pd-proDuster iframe,
.pd-proDuster h1, .pd-proDuster h2, .pd-proDuster h3, .pd-proDuster h4, .pd-proDuster h5, .pd-proDuster h6, .pd-proDuster p, .pd-proDuster blockquote, .pd-proDuster pre,
.pd-proDuster a, .pd-proDuster abbr, .pd-proDuster acronym, .pd-proDuster address, .pd-proDuster big, .pd-proDuster cite, .pd-proDuster code,
.pd-proDuster del, .pd-proDuster dfn, .pd-proDuster em, .pd-proDuster img, .pd-proDuster ins, .pd-proDuster kbd, .pd-proDuster q, .pd-proDuster s, .pd-proDuster samp,
.pd-proDuster small, .pd-proDuster strike, .pd-proDuster strong, .pd-proDuster sub, .pd-proDuster sup, .pd-proDuster tt, .pd-proDuster var,
.pd-proDuster b, .pd-proDuster u, .pd-proDuster i, .pd-proDuster center,
.pd-proDuster dl, .pd-proDuster dt, .pd-proDuster dd, .pd-proDuster ol, .pd-proDuster ul, .pd-proDuster li,
.pd-proDuster fieldset, .pd-proDuster form, .pd-proDuster label, .pd-proDuster legend,
.pd-proDuster table, .pd-proDuster caption, .pd-proDuster tbody, .pd-proDuster tfoot, .pd-proDuster thead, .pd-proDuster tr, .pd-proDuster th, .pd-proDuster td,
.pd-proDuster article, .pd-proDuster aside, .pd-proDuster canvas, .pd-proDuster details, .pd-proDuster embed,
.pd-proDuster figure, .pd-proDuster figcaption, .pd-proDuster footer, .pd-proDuster header, .pd-proDuster hgroup,
.pd-proDuster main, .pd-proDuster menu, .pd-proDuster nav, .pd-proDuster output, .pd-proDuster ruby, .pd-proDuster section, .pd-proDuster summary,
.pd-proDuster time, .pd-proDuster mark, .pd-proDuster audio, .pd-proDuster video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.pd-proDuster article, .pd-proDuster aside, .pd-proDuster details, .pd-proDuster figcaption, .pd-proDuster figure,
.pd-proDuster footer, .pd-proDuster header, .pd-proDuster hgroup, .pd-proDuster main, .pd-proDuster menu, .pd-proDuster nav, .pd-proDuster section {
  display: block; }

.pd-proDuster ol, .pd-proDuster ul {
  list-style: none; }

.pd-proDuster blockquote, .pd-proDuster q {
  quotes: none; }

.pd-proDuster blockquote:before, .pd-proDuster blockquote:after, .pd-proDuster q:before, .pd-proDuster q:after {
  content: '';
  content: none; }

.pd-proDuster table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Typography*/
/* Slopness */
@font-face {
  font-family: 'slopnessMedium';
  src: url("../fonts/slopness/slopness-webfont.woff2") format("woff2"), url("../fonts/slopness/slopness-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* HelveticaNeue */
@font-face {
  font-family: 'Helvetica-Bold';
  src: url("../fonts/helveticaneue/HelveticaBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* Mfred */
@font-face {
  font-family: 'Mfred';
  src: url("../fonts/mfred/mfred.woff2") format("woff2"), url("../fonts/mfred/mfred.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*Scaffold*/
body .pd-proDuster {
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #f5f5f5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  z-index: 1; }

.pd-proDuster.abw .pd-constructor-section__partner-icon {
  background-image: url(../images/produster/icons/logo-abw.svg); }

.pd-proDuster.abw .pd-constructor-section__partner-link.abw {
  display: block; }

.pd-proDuster.holiday .pd-constructor-section__partner-icon {
  background-image: url(../images/produster/icons/logo-holiday.svg); }

.pd-proDuster.holiday .pd-constructor-section__partner-link.holiday {
  display: block; }

/*Sprite-svg*/
.icon-svg {
  display: inline-block; }

.icon-svg-Ellipse3 {
  height: 21.03px;
  width: 23px; }

.icon-svg-schedule-sub {
  height: 15px;
  width: 15px; }

.icon-svg-star {
  height: 14px;
  width: 15px; }

.icon-svg-vk {
  height: 34px;
  width: 34px; }

/*Blocks*/
.pd-proDuster .pd-main-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 69px; }

.pd-proDuster .pd-content-item {
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 31px;
  padding-top: 31px;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.pd-proDuster .pd-content-item:last-of-type {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-content-item {
    margin-bottom: 20px; } }

.pd-proDuster .pd-content-item__anchor-link {
  position: absolute;
  top: -70px;
  height: 0;
  width: 0; }

.pd-proDuster .pd-content-item__num {
  margin-bottom: 10px;
  font-size: 90px;
  line-height: 92px;
  font-family: "slopnessMedium", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  color: #222; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-content-item__num {
    font-size: 40px;
    line-height: 42px; } }

.pd-proDuster .pd-content-item__date {
  margin-top: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 13px;
  color: #a6a6a6; }

.pd-proDuster .pd-content-item__slides-bl {
  display: flex;
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 32px; }

.pd-proDuster .pd-content-item__slides-bl .twentytwenty-before-label:before {
  content: 'Было'; }

.pd-proDuster .pd-content-item__slides-bl .twentytwenty-after-label:before {
  content: 'Стало'; }

.pd-proDuster .pd-content-item__slides-item {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%; }

.pd-proDuster .pd-content-item .twentytwenty-before-label:before {
  left: 29px; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-content-item .twentytwenty-before-label:before {
    left: 10px; } }

.pd-proDuster .pd-content-item .twentytwenty-after-label,
.pd-proDuster .pd-content-item .twentytwenty-before-label {
  opacity: 1 !important; }

.pd-proDuster .pd-content-item .twentytwenty-after-label:before,
.pd-proDuster .pd-content-item .twentytwenty-before-label:before {
  position: absolute;
  bottom: 27px;
  padding: 0;
  top: initial !important;
  line-height: 1em;
  font-family: "Helvetica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: #FFF;
  z-index: 2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background-color: transparent; }

@media screen and (max-width: 639px) {
  .pd-proDuster .pd-content-item .twentytwenty-after-label:before,
  .pd-proDuster .pd-content-item .twentytwenty-before-label:before {
    bottom: 10px; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-content-item .twentytwenty-after-label:before,
  .pd-proDuster .pd-content-item .twentytwenty-before-label:before {
    font-size: 13px;
    bottom: 7px; } }

.pd-proDuster .pd-content-item .twentytwenty-after-label:before {
  right: 29px; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-content-item .twentytwenty-after-label:before {
    right: 10px; } }

.pd-proDuster .pd-content-item__body {
  display: flex;
  padding: 50px 50px 40px; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-content-item__body {
    flex-wrap: wrap;
    padding: 15px 10px 30px; } }

.pd-proDuster .pd-content-item__body-aside {
  width: 100%;
  max-width: 257px;
  margin-right: 136px; }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-content-item__body-aside {
    margin-right: 30px;
    width: 210px; } }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-content-item__body-aside {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 27px;
    order: 2; } }

.pd-proDuster .pd-content-item__aside-row {
  width: 100%;
  margin-bottom: 15px; }

.pd-proDuster .pd-content-item__aside-row .pd-row-name {
  font-size: 13px;
  line-height: 24px;
  color: #a6a6a6; }

.pd-proDuster .pd-content-item__aside-row .pd-row-text {
  font-family: "Helvetica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #222; }

.pd-proDuster .pd-content-item__aside-row-wr {
  display: flex;
  margin-top: 30px;
  flex-flow: column wrap;
  width: 100%; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-content-item__aside-row-wr {
    flex-flow: row nowrap; } }

.pd-proDuster .pd-content-item__aside-row-icon {
  margin-bottom: 30px; }

.pd-proDuster .pd-content-item__aside-row-icon:last-of-type {
  margin-bottom: 0; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-content-item__aside-row-icon {
    width: 45%; }
  .pd-proDuster .pd-content-item__aside-row-icon:nth-child(odd) {
    margin-right: 5%; } }

.pd-proDuster .pd-content-item__aside-row-icon .pd-row-icon {
  height: auto; }

.pd-proDuster .pd-content-item__aside-row-icon .pd-row-text {
  margin-top: 4px;
  font-size: 11px;
  line-height: 16px;
  color: #a6a6a6; }

.pd-proDuster .pd-content-item__body-main {
  width: 100%;
  max-width: 631px;
  font-size: 17px;
  color: #222; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-content-item__body-main {
    width: 100%;
    max-width: 100%;
    order: 1; } }

.pd-proDuster .pd-content-item__body-main p {
  margin-top: 18px;
  line-height: 27px; }

.pd-proDuster .pd-content-item__body-main p:first-of-type {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-content-item__body-main p {
    font-size: 15px;
    line-height: 22px; } }

.pd-proDuster .pd-content-item__body-main a {
  line-height: 27px;
  text-decoration: none;
  color: #385fbd;
  font-size: 15px; }

.pd-proDuster .pd-content-item__body-main a:hover {
  text-decoration: underline; }

.pd-proDuster .pd-content-item__body-main a:active {
  opacity: 0.85; }

.pd-proDuster .pd-content-item__body-main small {
  font-size: 15px; }

.pd-proDuster .pd-proDuster .pd-main-content .twentytwenty-container {
  background: transparent !important; }

.pd-proDuster .twentytwenty-left-arrow,
.pd-proDuster .twentytwenty-right-arrow {
  z-index: 3; }

@media screen and (max-width: 639px) {
  .pd-proDuster .twentytwenty-before-label:before,
  .pd-proDuster .twentytwenty-after-label:before {
    font-size: 13px !important; } }

.pd-proDuster .handle-bg {
  position: absolute;
  height: 61px;
  width: 61px;
  margin: auto;
  z-index: 2;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.pd-proDuster .pd-content-item__wrap-slider-slick-f {
  width: 100%;
  position: relative;
  margin-top: 32px; }

.pd-proDuster .slider-slick-f {
  overflow: hidden;
  position: relative; }

.pd-proDuster .slider-slick-f__item {
  display: inline-block; }

.pd-proDuster .slider-slick-f__link {
  display: block; }

.pd-proDuster .slider-slick-f__link:focus {
  outline: none; }

.pd-proDuster .slider-slick-f__link img {
  display: block;
  width: 100%; }

.pd-proDuster .slider-slick-f .slick-prev, .pd-proDuster .slider-slick-f .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 45px;
  height: 100%;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.pd-proDuster .slider-slick-f .slick-prev {
  left: 0; }

.pd-proDuster .slider-slick-f .slick-next {
  right: 0; }

.pd-proDuster .slider-slick-f .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }

.pd-proDuster .slider-slick-f .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pd-proDuster .slider-slick-f .slick-arrow:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: .2s;
  z-index: 10; }

.pd-proDuster .slider-slick-f .slick-prev:before {
  transform: rotate(45deg);
  margin-left: 20px; }

.pd-proDuster .slider-slick-f .slick-next:before {
  transform: rotate(-135deg);
  margin-left: 7px; }

.pd-proDuster .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;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.pd-proDuster .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.pd-proDuster .slick-list:focus {
  outline: none; }

.pd-proDuster .slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.pd-proDuster .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pd-proDuster .slick-track:before,
.pd-proDuster .slick-track:after {
  display: table;
  content: ''; }

.pd-proDuster .slick-track:after {
  clear: both; }

.pd-proDuster .slick-loading .slick-track {
  visibility: hidden; }

.pd-proDuster .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.pd-proDuster [dir='rtl'] .slick-slide {
  float: right; }

.pd-proDuster .slick-slide img {
  display: block; }

.pd-proDuster .slick-slide.slick-loading img {
  display: none; }

.pd-proDuster .slick-slide.dragging img {
  pointer-events: none; }

.pd-proDuster .slick-initialized .slick-slide {
  display: block; }

.pd-proDuster .slick-loading .slick-slide {
  visibility: hidden; }

.pd-proDuster .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.pd-proDuster .slick-arrow.slick-hidden {
  display: none; }

.pd-proDuster .slider-slick-f-counter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 90px;
  padding: 0 10px;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  z-index: 2; }

@media screen and (max-width: 639px) {
  .pd-proDuster .slider-slick-f-counter {
    height: 29px;
    min-width: 90px;
    padding: 0 0px;
    bottom: 10px;
    right: 10px;
    font-size: 12px; } }

.pd-proDuster .pd-section__title {
  padding: 0 15px;
  line-height: 51px;
  font-family: "Mfred", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  letter-spacing: 2px;
  color: #222; }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-section__title {
    font-size: 44px;
    line-height: 45px; } }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-section__title {
    font-size: 32px;
    line-height: 32px; } }

.pd-proDuster .pd-table-wrapper {
  height: 100%;
  width: 100%;
  padding-bottom: 45px;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-table-wrapper {
    margin-bottom: 30px;
    padding-bottom: 0; } }

.pd-proDuster .pd-table-wrapper::-webkit-scrollbar {
  display: none; }

.pd-proDuster .pd-table-wrapper__inner {
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow-x: auto; }

.pd-proDuster .pd-table {
  width: 100%;
  max-width: 700px;
  margin: 29px auto 0;
  font-size: 15px;
  color: #222; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-table {
    font-size: 13px; } }

.pd-proDuster .pd-table__row {
  width: 100%; }

.pd-proDuster .pd-table__row:nth-child(odd) {
  background-color: #efefef; }

.pd-proDuster .pd-table__row:first-of-type, .pd-proDuster .pd-table__row:last-of-type {
  font-family: "Helvetica-Bold", "Helvetica Neue", Arial, sans-serif; }

.pd-proDuster .pd-table__col {
  min-width: 162px;
  padding: 18px 0;
  text-align: right;
  padding-right: 30px; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-table__col {
    padding-right: 10px;
    text-align: left;
    padding-left: 30px;
    min-width: 170px; } }

.pd-proDuster .pd-table__col:first-of-type {
  padding-left: 30px;
  text-align: left;
  min-width: 200px; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-table__col:first-of-type {
    padding-left: 10px; } }

.pd-proDuster .pd-news-section {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px; }

.pd-proDuster .pd-news-list {
  display: flex;
  height: auto;
  margin: 38px 0px 0;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }

@media screen and (max-width: 1230px) {
  .pd-proDuster .pd-news-list {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 869px) {
  .pd-proDuster .pd-news-list {
    flex-wrap: wrap; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-news-list {
    margin: 22px 10px 0;
    padding-left: 5px;
    padding-right: 5px; } }

.pd-proDuster .pd-news-list__item {
  display: table;
  position: relative;
  height: auto;
  width: calc(25% - 10px);
  padding-bottom: 31.25%;
  background-size: cover;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px; }

.pd-proDuster .pd-news-list__item a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%; }

.pd-proDuster .pd-news-list__item:hover {
  text-decoration: none; }

.pd-proDuster .pd-news-list__item:hover .pd-news-list__item-shadow {
  opacity: 0; }

@media screen and (max-width: 869px) {
  .pd-proDuster .pd-news-list__item {
    width: calc(50% - 10px);
    padding-bottom: 49%;
    margin-bottom: 10px; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-news-list__item {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; } }

.pd-proDuster .pd-news-list__item-shadow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(to bottom, transparent, #000000);
  transition: opacity 0.2s ease 0s;
  opacity: 1; }

.pd-proDuster .pd-news-list__item-descr {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  font-size: 13px;
  text-align: left;
  overflow: hidden;
  color: #FFF;
  z-index: 2; }

.pd-proDuster .pd-news-list__date {
  margin-bottom: 12px; }

.pd-proDuster .pd-news-list__title {
  margin-bottom: 6.5px;
  font-size: 25px;
  line-height: 1.2em;
  font-family: "Helvetica-Bold", "Helvetica Neue", Arial, sans-serif; }

@media screen and (max-width: 1099px) {
  .pd-proDuster .pd-news-list__title {
    font-size: 21px; } }

.pd-proDuster .pd-news-expand-wr {
  height: 50px;
  margin-top: 20px; }

@media screen and (max-width: 1230px) {
  .pd-proDuster .pd-news-expand-wr {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-news-expand-wr {
    margin-top: 20px; } }

.pd-proDuster .pd-news-expand-wr__item {
  display: inline-block;
  height: 50px;
  width: 100%;
  line-height: 47px;
  vertical-align: middle;
  font-family: "Helvetica-Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  text-align: center;
  border: solid 1px #c5c5c5;
  color: #222;
  cursor: pointer;
  outline: none;
  background-color: transparent; }

.pd-proDuster .pd-news-expand-wr__item:hover {
  border-color: #222; }

.pd-proDuster .pd-news-expand-wr:hover {
  opacity: 0.85; }

.pd-proDuster .pd-news-expand-wr:active {
  transform: translateY(1px); }

.pd-proDuster .pd-banners-section {
  padding-bottom: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-banners-section {
    padding-bottom: 43px; } }

.pd-proDuster .pd-banners-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 0 90px;
  box-sizing: border-box; }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-banners-list {
    padding: 0 50px; } }

.pd-proDuster .pd-banners-list__item {
  display: inline-block;
  float: left;
  height: 90px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px; }

.pd-proDuster .pd-banners-list__item img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s; }

.pd-proDuster .pd-banners-list__item img {
  height: auto;
  max-width: 100%; }

.pd-proDuster .pd-banners-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.pd-proDuster .pd-banners-list a:focus {
  outline: none; }

.pd-proDuster .pd-banners-list a:hover img {
  filter: grayscale(0%);
  opacity: 1; }

.pd-proDuster .pd-banners-list .slick-list {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.pd-proDuster .pd-banners-list .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 11px;
  margin: auto 0;
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 24' fill='%23b7b7b7'%3E%3Cpath class='st0' d='M11.9 24c.3 0 .6-.1.8-.3.4-.4.4-1.1 0-1.6L2.7 12l10-10.1c.4-.4.4-1.1 0-1.6-.4-.4-1.1-.4-1.6 0L.3 11.2c-.4.4-.4 1.1 0 1.6l10.8 10.9c.2.2.5.3.8.3z'/%3E%3C/svg%3E");
  color: transparent;
  outline: none;
  border: none;
  cursor: pointer; }

.pd-proDuster .pd-banners-list .slick-arrow.slick-prev {
  left: 15px; }

.pd-proDuster .pd-banners-list .slick-arrow.slick-next {
  right: 15px;
  transform: rotate(180deg); }

.pd-proDuster .pd-proDuster.abw {
  display: none; }

.pd-proDuster .pd-proDuster.abw .pd-constructor-section__partner-icon {
  display: none;
  background-image: url(../images/produster/icons/logo-abw.svg); }

.pd-proDuster .pd-proDuster.holiday .pd-constructor-section__partner-icon {
  background-image: url(../images/produster/icons/logo-holiday.svg); }

.pd-proDuster .pd-constructor-section {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
  padding: 34px 0 50px;
  background: #2c55b9;
  background: #2a56bd;
  background: linear-gradient(135deg, #2a56bd 0%, #3f498c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a56bd', endColorstr='#3f498c',GradientType=1 ); }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section {
    padding: 24px 0 70px; } }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-constructor-section {
    margin-bottom: 49px; } }

.pd-proDuster .pd-constructor-section:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  z-index: 1; }

.pd-proDuster .pd-constructor-section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url(../images/produster/lines-bg.png);
  z-index: 1; }

.pd-proDuster .pd-constructor-section__shadow-bottom {
  position: absolute;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
  background: linear-gradient(to bottom, transparent, #000000);
  z-index: 2; }

.pd-proDuster .pd-constructor-section__shadow-top {
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
  background: linear-gradient(to top, transparent, #000000);
  z-index: 2; }

.pd-proDuster .pd-constructor-section__head {
  position: relative;
  height: 157px;
  width: 1300px;
  margin: 0 auto;
  z-index: 33; }

@media screen and (max-width: 1399px) {
  .pd-proDuster .pd-constructor-section__head {
    width: 100%;
    max-width: 1160px; } }

@media screen and (max-width: 1199px) {
  .pd-proDuster .pd-constructor-section__head {
    max-width: 980px; } }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__head {
    height: 104px; } }

.pd-proDuster .pd-constructor-section__proj-logo {
  position: absolute;
  height: 157px;
  width: 278px;
  left: 52px;
  bottom: 0; }

.pd-proDuster .pd-constructor-section__proj-logo:after {
  content: '';
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/produster/icons/logo-produster.svg);
  z-index: 2; }

.pd-proDuster .pd-constructor-section__proj-logo:before {
  content: '';
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/produster/icons/logo-produster__shadow.svg);
  z-index: 1;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__proj-logo:before {
    background-size: cover; } }

@media screen and (max-width: 639px) {
  .pd-proDuster .pd-constructor-section__proj-logo {
    bottom: 10px; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__proj-logo {
    left: 20px; } }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__proj-logo {
    height: 90px;
    width: 160px;
    bottom: 15px; }
  .pd-proDuster .pd-constructor-section__proj-logo:after {
    background-image: url(../images/produster/icons/logo-produster-tab.svg); }
  .pd-proDuster .pd-constructor-section__proj-logo:before {
    background-image: url(../images/produster/icons/logo-produster-tab__shadow.svg); } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__proj-logo {
    height: 85px;
    width: 150px; }
  .pd-proDuster .pd-constructor-section__proj-logo:after {
    background-image: url(../images/produster/icons/logo-produster-mob.svg); }
  .pd-proDuster .pd-constructor-section__proj-logo:before {
    background-image: url(../images/produster/icons/logo-produster-mob__shadow.svg); } }

.pd-proDuster .pd-constructor-section__partner-logo {
  position: absolute;
  bottom: 0;
  right: 5px;
  display: flex;
  align-items: center;
  font-family: "Mfred", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9BA6CE; }

@media screen and (max-width: 639px) {
  .pd-proDuster .pd-constructor-section__partner-logo {
    flex-flow: column wrap;
    align-items: flex-start;
    width: 135px;
    bottom: 10px; }
  .pd-proDuster .pd-constructor-section__partner-logo .pd-constructor-section__partner-text {
    order: 1;
    margin-top: 0; }
  .pd-proDuster .pd-constructor-section__partner-logo .pd-constructor-section__partner-icon {
    order: 2; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__partner-logo {
    right: 5px;
    width: 105px; } }

@media screen and (max-width: 991px) {
  .pd-proDuster .pd-constructor-section__partner-logo {
    right: 20px; } }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__partner-logo {
    bottom: 12px; } }

.pd-proDuster .pd-constructor-section__partner-icon {
  height: 54px;
  width: 126px;
  margin-left: 8px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (max-width: 639px) {
  .pd-proDuster .pd-constructor-section__partner-icon {
    margin-left: 0; } }

@media screen and (max-width: 639px) {
  .pd-proDuster .pd-constructor-section__partner-icon {
    height: 40px;
    width: 100%; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__partner-icon {
    height: 30px; } }

.pd-proDuster .pd-constructor-section__partner-link {
  display: none;
  height: 100%;
  width: 100%; }

.pd-proDuster .pd-constructor-section__partner-text {
  margin-top: 15px;
  font-size: 29px; }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__partner-text {
    font-size: 20px; } }

@media screen and (max-width: 639px) {
  .pd-proDuster .pd-constructor-section__partner-text {
    font-size: 15px; } }

.pd-proDuster .pd-constructor-section__social-wr {
  position: absolute;
  right: 5px;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #9BA6CE; }

@media screen and (max-width: 639px) {
  .pd-proDuster .pd-constructor-section__social-wr {
    width: 122px;
    right: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid; } }

@media screen and (max-width: 991px) {
  .pd-proDuster .pd-constructor-section__social-wr {
    right: 33px; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__social-wr {
    width: 70px;
    right: 55px; } }

.pd-proDuster .pd-constructor-section__pre-text {
  margin-right: 11px; }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__pre-text {
    display: none; } }

.pd-proDuster .pd-constructor-section__social-list {
  display: flex;
  align-items: center; }

.pd-proDuster .pd-constructor-section__social-item {
  display: inline-block;
  margin-right: 22px;
  color: #9BA6CE; }

.pd-proDuster .pd-constructor-section__social-item:last-of-type {
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-constructor-section__social-item {
    font-size: 0;
    color: transparent; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__social-item {
    margin-right: 10px; } }

.pd-proDuster .pd-constructor-section__social-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

.pd-proDuster .pd-constructor-section__social-item a:hover {
  text-decoration: underline; }

.pd-proDuster .pd-constructor-section__social-item a:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-constructor-section__social-item a:before {
    margin-right: 0; } }

.pd-proDuster .pd-constructor-section__social-item.instagram a:before {
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%239BA6CE'%3E%3Ctitle%3Einstagram-logo%3C/title%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M14.48 0H5.52A5.526 5.526 0 0 0 0 5.52v8.96A5.525 5.525 0 0 0 5.52 20h8.96A5.526 5.526 0 0 0 20 14.48V5.52A5.526 5.526 0 0 0 14.48 0zm3.746 14.48a3.75 3.75 0 0 1-3.745 3.746H5.519a3.749 3.749 0 0 1-3.745-3.745V5.519A3.749 3.749 0 0 1 5.52 1.774h8.962a3.75 3.75 0 0 1 3.745 3.745v8.962z'/%3E%3Cpath d='M9.818 4.727a5.097 5.097 0 0 0-5.09 5.091 5.097 5.097 0 0 0 5.09 5.091 5.097 5.097 0 0 0 5.091-5.09 5.097 5.097 0 0 0-5.09-5.092zm0 8.429A3.342 3.342 0 0 1 6.48 9.818 3.342 3.342 0 0 1 9.818 6.48a3.342 3.342 0 0 1 3.338 3.338 3.342 3.342 0 0 1-3.338 3.338zM15.455 3.273a1.278 1.278 0 0 0-1.273 1.272c0 .335.136.663.374.9.236.237.564.373.899.373.335 0 .663-.136.9-.372a1.278 1.278 0 0 0 0-1.8 1.278 1.278 0 0 0-.9-.373z'/%3E%3C/g%3E%3C/svg%3E"); }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__social-item.instagram a:before {
    height: 15px;
    width: 15px; } }

.pd-proDuster .pd-constructor-section__social-item.telegram a:before {
  height: 22px;
  width: 18px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='19' viewBox='0 0 22 19' xmlns='http://www.w3.org/2000/svg' fill='%239BA6CE'%3E%3Ctitle%3Etelegram%3C/title%3E%3Cpath d='M.384 9.065l5.003 1.868 1.937 6.228a.589.589 0 0 0 .935.282l2.789-2.274a.832.832 0 0 1 1.014-.028l5.03 3.652a.59.59 0 0 0 .925-.357L21.7.711a.59.59 0 0 0-.79-.67L.379 7.962a.59.59 0 0 0 .006 1.103zm6.627.874l9.779-6.023c.176-.108.357.13.206.27l-8.07 7.501a1.673 1.673 0 0 0-.519 1.001l-.275 2.038c-.036.272-.418.299-.493.035L6.58 11.046a.985.985 0 0 1 .43-1.107z' fill-rule='nonzero'/%3E%3C/svg%3E"); }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__social-item.telegram a:before {
    height: 17px;
    width: 13px; } }

.pd-proDuster .pd-constructor-section__social-item.yandex-zen a:before {
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='20' viewBox='0 0 21 20' xmlns='http://www.w3.org/2000/svg' fill='%239BA6CE'%3E%3Ctitle%3Egoogle icon%3C/title%3E%3Cpath d='M14.31.615l.053.009-.01.007A10.003 10.003 0 0 1 20.85 10c0 5.523-4.476 10-10 10-.337 0-.67-.017-1-.05l-.002.003-.018-.004a9.938 9.938 0 0 1-2.84-.721l-.126-.032.016-.015A10.001 10.001 0 0 1 .85 10c0-5.523 4.476-10 10-10 1.216 0 2.382.217 3.46.615L10.85 0 6.706 3.526l-.041 2.22 4.318 2.039-4.533 3.261.065 2.68 4.468 1.678-4.103 3.777.11.047 2.84.72.02.003 4.318-3.976-.187-2.273-4.802-1.858 4.878-3.464.016-2.405-4.319-1.783 4.6-3.561-.044-.016z' fill-rule='evenodd'/%3E%3C/svg%3E"); }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__social-item.yandex-zen a:before {
    height: 15px;
    width: 15px; } }

.pd-proDuster .pd-constructor-section__inner-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1685px auto;
  background-image: url(../images/produster/bg-plan.png);
  z-index: 3; }

@media screen and (max-width: 1700px) {
  .pd-proDuster .pd-constructor-section__inner-wrapper {
    background-size: 95% auto; } }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__inner-wrapper {
    background-image: none; } }

.pd-proDuster .pd-constructor-section__inner {
  height: 854px;
  width: 1326px;
  margin: 0 auto;
  padding: 65px 43px 45px 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/produster/bg-list.svg);
  box-sizing: border-box; }

@media screen and (max-width: 1399px) {
  .pd-proDuster .pd-constructor-section__inner {
    width: 100%;
    height: 773px;
    max-width: 1200px; } }

@media screen and (max-width: 1199px) {
  .pd-proDuster .pd-constructor-section__inner {
    width: 1024px;
    height: 660px; } }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__inner {
    height: auto;
    width: 100%;
    background-image: none;
    background-color: #FFF;
    box-sizing: border-box; } }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__inner {
    padding: 29px 25px 25px; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section__inner {
    padding: 29px 20px 25px; } }

.pd-proDuster .pd-constructor-section .pd-section__title {
  font-size: 70px;
  line-height: 71px; }

@media screen and (max-width: 1240px) {
  .pd-proDuster .pd-constructor-section .pd-section__title {
    font-size: 60px;
    line-height: 61px; } }

@media screen and (max-width: 1199px) {
  .pd-proDuster .pd-constructor-section .pd-section__title {
    font-size: 50px;
    line-height: 51px; } }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section .pd-section__title {
    font-size: 50px;
    line-height: 51px; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-constructor-section .pd-section__title {
    font-size: 32px;
    line-height: 33px; } }

.pd-proDuster .pd-constructor-section__sub-title {
  margin-top: 6px;
  text-align: center;
  font-size: 17px;
  color: #a6a6a6; }

@media screen and (max-width: 1240px) {
  .pd-proDuster .pd-constructor-section__sub-title {
    font-size: 15px;
    line-height: 17px; } }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-constructor-section__sub-title {
    font-size: 13px; } }

.pd-proDuster .pd-constructor-section__body {
  margin-top: 34px;
  display: flex; }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__body {
    flex-wrap: wrap;
    margin-top: 10px; } }

.pd-proDuster .pd-constructor-section__main {
  position: relative;
  height: 515px;
  width: 100%;
  min-width: 929px;
  margin-top: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/produster/vehicle-bg@2x.png);
  background-size: contain; }

.pd-proDuster .pd-constructor-section__main:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/produster/bg-plan__black.svg);
  background-size: contain; }

@media screen and (max-width: 1399px) {
  .pd-proDuster .pd-constructor-section__main {
    height: 400px;
    min-width: 677px; } }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__main {
    min-width: 60%;
    height: 260px; } }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-constructor-section__main {
    display: table;
    height: auto;
    width: 100%;
    padding-bottom: 57%;
    min-width: 100%; } }

.pd-proDuster .pd-constructor-section__main-item {
  position: absolute;
  cursor: pointer;
  z-index: 2; }

.pd-proDuster .pd-constructor-section__main-item.dot-active {
  z-index: 3; }

.pd-proDuster .pd-constructor-section__main-item.dot-active .pd-constructor-section__item-dot:before {
  display: block; }

.pd-proDuster .pd-constructor-section__main-item.dot-active .pd-constructor-section__item-dropdown {
  display: block; }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__main-item {
    display: none; } }

.pd-proDuster .pd-constructor-section__main-item.rt .pd-constructor-section__item-dropdown {
  right: 14px;
  left: initial; }

.pd-proDuster .pd-constructor-section__item-dot {
  position: relative;
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #3b61ba;
  z-index: 2;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }

.pd-proDuster .pd-constructor-section__item-dot:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 19px;
  width: 19px;
  margin: auto;
  background-color: #FFF;
  background-position: 50% 50%;
  background-image: url(../images/produster/icons/icon-closer.svg);
  background-repeat: no-repeat;
  border-radius: 100%;
  z-index: 2; }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-constructor-section__item-dot {
    height: 20px;
    width: 20px; }
  .pd-proDuster .pd-constructor-section__item-dot:before {
    height: 12px;
    width: 12px;
    background-size: 8px; } }

.pd-proDuster .pd-constructor-section__item-dropdown {
  display: none;
  position: absolute;
  width: 226px;
  left: 14px;
  top: 14px;
  padding: 14px 13px 8px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  z-index: 1;
  box-sizing: border-box; }

.pd-proDuster .pd-constructor-section__dot-title {
  font-size: 26px;
  font-family: "Mfred", "Helvetica Neue", Arial, sans-serif; }

.pd-proDuster .pd-constructor-section__dot-description {
  font-size: 13px;
  line-height: 18px; }

.pd-proDuster .pd-constructor-section__aside {
  height: auto;
  width: 100%;
  margin-left: 15px;
  z-index: 2; }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__aside {
    margin-left: 0; } }

.pd-proDuster .pd-constructor-section__aside-title {
  margin-bottom: 13px;
  font-family: "Mfred", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  color: #222; }

.pd-proDuster .pd-constructor-section__aside-title .title-inner {
  position: relative;
  display: inline-block; }

.pd-proDuster .pd-constructor-section__aside-title .title-inner:after {
  content: '';
  display: none;
  height: 10px;
  width: 10px;
  position: absolute;
  right: -30px;
  top: 4px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/produster/icons/icon__arrow-down-black.svg); }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-constructor-section__aside-title .title-inner:after {
    display: block; } }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__aside-title .title-inner__dots {
    display: none; } }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__aside-title .title-inner:after {
    display: block; } }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__aside-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 18px; } }

.pd-proDuster .pd-constructor-section__aside-list {
  display: block; }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__aside-list {
    display: none;
    flex-flow: column wrap;
    align-items: center; }
  .pd-proDuster .pd-constructor-section__aside-list.aside-toggle {
    display: flex; } }

.pd-proDuster .pd-constructor-section__list-item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 19px;
  line-height: 13px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-style: italic; }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__list-item {
    width: 290px; } }

.pd-proDuster .pd-constructor-section__list-item:last-of-type {
  margin-bottom: 12px; }

.pd-proDuster .pd-constructor-section__list-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  height: 8px;
  width: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='8' viewBox='0 0 11 8' xmlns='http://www.w3.org/2000/svg' fill='%23DEDEDE'%3E%3Ctitle%3Edone%3C/title%3E%3Cpath d='M4.35 7.841L.82 4.312l1.176-1.176 2.353 2.353L9.643.194l1.177 1.177z' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.pd-proDuster .pd-constructor-section__list-item.item-active:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='8' viewBox='0 0 11 8' xmlns='http://www.w3.org/2000/svg' fill='%236AC259'%3E%3Ctitle%3Edone%3C/title%3E%3Cpath d='M4.35 7.841L.82 4.312l1.176-1.176 2.353 2.353L9.643.194l1.177 1.177z' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.pd-proDuster .pd-constructor-section__list-item a {
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-style: italic; }

.pd-proDuster .pd-constructor-section__list-item a:hover {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: bold; }

@media screen and (max-width: 1399px) {
  .pd-proDuster .pd-constructor-section__list-item {
    margin-bottom: 10px; } }

@media screen and (max-width: 875px) {
  .pd-proDuster .pd-constructor-section__list-item {
    font-size: 13px;
    margin-bottom: 17px; } }

.pd-proDuster .pd-constructor-section__anchor-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 36px;
  width: 36px;
  margin: 0 auto;
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='10' viewBox='0 0 18 10' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Ctitle%3Earrow down2%3C/title%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M.364 1.071L1.07.364l8.485 8.485-.707.707z'/%3E%3Cpath d='M16.778.293l.707.707L9 9.485l-.707-.707z'/%3E%3C/g%3E%3C/svg%3E");
  border-radius: 100%;
  border: 1px solid #FFF;
  z-index: 3; }

.pd-proDuster .pd-constructor-section__anchor-btn:hover {
  opacity: 0.8; }

.pd-proDuster .pd-scroll-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  width: 100%;
  background-color: rgba(40, 40, 40, 0.9);
  z-index: 100; }

.pd-proDuster .pd-scroll-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__inner {
    padding: 0; } }

.pd-proDuster .pd-scroll-nav__dropdown-wr {
  width: 313px;
  position: relative;
  height: 42px; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__dropdown-wr {
    width: 225px; } }

.pd-proDuster .pd-scroll-nav__list-wr {
  overflow: hidden;
  height: auto;
  width: 313px;
  position: relative; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__list-wr {
    width: 320px; } }

.pd-proDuster .pd-scroll-nav__dropdown-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 331px;
  background-color: rgba(40, 40, 40, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.pd-proDuster .pd-scroll-nav__dropdown-list.dropdown-active {
  display: block; }

.pd-proDuster .pd-scroll-nav__dropdown-list .pd-scroll-nav__item:first-of-type .pd-scroll-nav__link:after {
  display: none; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__dropdown-list {
    width: 338px; } }

.pd-proDuster .pd-scroll-nav__item {
  position: relative;
  height: 42px;
  padding: 0 20px;
  line-height: 41px;
  vertical-align: middle;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFF;
  overflow: hidden; }

.pd-proDuster .pd-scroll-nav__item + .pd-scroll-nav__list-wr {
  display: none; }

.pd-proDuster .pd-scroll-nav__item.item-toggle + .pd-scroll-nav__list-wr {
  display: block; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__item {
    font-size: 11px;
    padding: 0 15px; } }

.pd-proDuster .pd-scroll-nav__item:hover, .pd-proDuster .pd-scroll-nav__item.active-bg {
  background-color: rgba(255, 255, 255, 0.2); }

.pd-proDuster .pd-scroll-nav__item:hover .pd-scroll-nav__link:after, .pd-proDuster .pd-scroll-nav__item.active-bg .pd-scroll-nav__link:after {
  border-color: transparent; }

.pd-proDuster .pd-scroll-nav__item:hover + .pd-scroll-nav__item .pd-scroll-nav__link:after, .pd-proDuster .pd-scroll-nav__item.active-bg + .pd-scroll-nav__item .pd-scroll-nav__link:after {
  border-color: transparent; }

.pd-proDuster .pd-scroll-nav__item.active-item {
  padding: 0 40px 0 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__item.active-item {
    padding: 0 20px 0 15px; } }

.pd-proDuster .pd-scroll-nav__item.active-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 9px;
  width: 10px;
  margin: auto 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='10' viewBox='0 0 18 10' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Ctitle%3Earrow down2%3C/title%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M.364 1.071L1.07.364l8.485 8.485-.707.707z'/%3E%3Cpath d='M16.778.293l.707.707L9 9.485l-.707-.707z'/%3E%3C/g%3E%3C/svg%3E"); }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__item.active-item:after {
    width: 10px;
    right: 10px;
    height: 8px; } }

.pd-proDuster .pd-scroll-nav__item.active-item.item-toggle:after {
  transform: rotate(180deg); }

.pd-proDuster .pd-scroll-nav__item .pd-scroll-nav__link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  font-size: inherit;
  color: inherit; }

.pd-proDuster .pd-scroll-nav__item .pd-scroll-nav__link:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  right: 40px;
  height: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap; }

.pd-proDuster .pd-scroll-nav__social-wr {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #FFF; }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__social-wr {
    margin-right: 15px; } }

.pd-proDuster .pd-scroll-nav__pre-text {
  margin-right: 11px; }

@media screen and (max-width: 1023px) {
  .pd-proDuster .pd-scroll-nav__pre-text {
    display: none; } }

.pd-proDuster .pd-scroll-nav__social-list {
  display: flex;
  align-items: center; }

.pd-proDuster .pd-scroll-nav__social-item {
  display: inline-block;
  margin-right: 22px;
  color: #FFF; }

.pd-proDuster .pd-scroll-nav__social-item:last-of-type {
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-scroll-nav__social-item {
    font-size: 0;
    color: transparent; } }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__social-item {
    margin-right: 10px; } }

.pd-proDuster .pd-scroll-nav__social-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

.pd-proDuster .pd-scroll-nav__social-item a:hover {
  text-decoration: underline; }

.pd-proDuster .pd-scroll-nav__social-item a:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (max-width: 767px) {
  .pd-proDuster .pd-scroll-nav__social-item a:before {
    margin-right: 0; } }

.pd-proDuster .pd-scroll-nav__social-item.instagram a:before {
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Ctitle%3Einstagram-logo%3C/title%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M14.48 0H5.52A5.526 5.526 0 0 0 0 5.52v8.96A5.525 5.525 0 0 0 5.52 20h8.96A5.526 5.526 0 0 0 20 14.48V5.52A5.526 5.526 0 0 0 14.48 0zm3.746 14.48a3.75 3.75 0 0 1-3.745 3.746H5.519a3.749 3.749 0 0 1-3.745-3.745V5.519A3.749 3.749 0 0 1 5.52 1.774h8.962a3.75 3.75 0 0 1 3.745 3.745v8.962z'/%3E%3Cpath d='M9.818 4.727a5.097 5.097 0 0 0-5.09 5.091 5.097 5.097 0 0 0 5.09 5.091 5.097 5.097 0 0 0 5.091-5.09 5.097 5.097 0 0 0-5.09-5.092zm0 8.429A3.342 3.342 0 0 1 6.48 9.818 3.342 3.342 0 0 1 9.818 6.48a3.342 3.342 0 0 1 3.338 3.338 3.342 3.342 0 0 1-3.338 3.338zM15.455 3.273a1.278 1.278 0 0 0-1.273 1.272c0 .335.136.663.374.9.236.237.564.373.899.373.335 0 .663-.136.9-.372a1.278 1.278 0 0 0 0-1.8 1.278 1.278 0 0 0-.9-.373z'/%3E%3C/g%3E%3C/svg%3E"); }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__social-item.instagram a:before {
    height: 15px;
    width: 15px; } }

.pd-proDuster .pd-scroll-nav__social-item.telegram a:before {
  height: 22px;
  width: 18px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='19' viewBox='0 0 22 19' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Ctitle%3Etelegram%3C/title%3E%3Cpath d='M.384 9.065l5.003 1.868 1.937 6.228a.589.589 0 0 0 .935.282l2.789-2.274a.832.832 0 0 1 1.014-.028l5.03 3.652a.59.59 0 0 0 .925-.357L21.7.711a.59.59 0 0 0-.79-.67L.379 7.962a.59.59 0 0 0 .006 1.103zm6.627.874l9.779-6.023c.176-.108.357.13.206.27l-8.07 7.501a1.673 1.673 0 0 0-.519 1.001l-.275 2.038c-.036.272-.418.299-.493.035L6.58 11.046a.985.985 0 0 1 .43-1.107z' fill-rule='nonzero'/%3E%3C/svg%3E"); }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__social-item.telegram a:before {
    height: 17px;
    width: 13px; } }

.pd-proDuster .pd-scroll-nav__social-item.yandex-zen a:before {
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='20' viewBox='0 0 21 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Ctitle%3Egoogle icon%3C/title%3E%3Cpath d='M14.31.615l.053.009-.01.007A10.003 10.003 0 0 1 20.85 10c0 5.523-4.476 10-10 10-.337 0-.67-.017-1-.05l-.002.003-.018-.004a9.938 9.938 0 0 1-2.84-.721l-.126-.032.016-.015A10.001 10.001 0 0 1 .85 10c0-5.523 4.476-10 10-10 1.216 0 2.382.217 3.46.615L10.85 0 6.706 3.526l-.041 2.22 4.318 2.039-4.533 3.261.065 2.68 4.468 1.678-4.103 3.777.11.047 2.84.72.02.003 4.318-3.976-.187-2.273-4.802-1.858 4.878-3.464.016-2.405-4.319-1.783 4.6-3.561-.044-.016z' fill-rule='evenodd'/%3E%3C/svg%3E"); }

@media screen and (max-width: 479px) {
  .pd-proDuster .pd-scroll-nav__social-item.yandex-zen a:before {
    height: 15px;
    width: 15px; } }

.pd-proDuster .twentytwenty-horizontal .twentytwenty-handle:before, .pd-proDuster .twentytwenty-horizontal .twentytwenty-handle:after, .pd-proDuster .twentytwenty-vertical .twentytwenty-handle:before, .pd-proDuster .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30; }

.pd-proDuster .twentytwenty-horizontal .twentytwenty-handle:before, .pd-proDuster .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 1px;
  height: 9999px;
  left: 50%;
  /* margin-left: -($twenty20-handle-stroke / 2); */ }

.pd-proDuster .twentytwenty-vertical .twentytwenty-handle:before, .pd-proDuster .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 1px;
  top: 50%;
  /* margin-top: -($twenty20-handle-stroke / 2); */ }

.pd-proDuster .twentytwenty-before-label, .pd-proDuster .twentytwenty-after-label, .pd-proDuster .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.pd-proDuster .twentytwenty-before-label, .pd-proDuster .twentytwenty-after-label, .pd-proDuster .twentytwenty-overlay {
  transition-duration: 0.5s; }

.pd-proDuster .twentytwenty-before-label, .pd-proDuster .twentytwenty-after-label {
  transition-property: opacity; }

.pd-proDuster .twentytwenty-before-label:before, .pd-proDuster .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  /* letter-spacing: $twenty20-overlay-label-letter-spacing; */ }

.pd-proDuster .twentytwenty-before-label:before, .pd-proDuster .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 81px;
  padding: 0 20px;
  border-radius: 2px; }

.pd-proDuster .twentytwenty-horizontal .twentytwenty-before-label:before, .pd-proDuster .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -40.5px; }

.pd-proDuster .twentytwenty-vertical .twentytwenty-before-label:before, .pd-proDuster .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.pd-proDuster .twentytwenty-left-arrow, .pd-proDuster .twentytwenty-right-arrow, .pd-proDuster .twentytwenty-up-arrow, .pd-proDuster .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.pd-proDuster .twentytwenty-left-arrow, .pd-proDuster .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.pd-proDuster .twentytwenty-up-arrow, .pd-proDuster .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.pd-proDuster .twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }

.pd-proDuster .twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }

.pd-proDuster .twentytwenty-container.active .twentytwenty-overlay,
.pd-proDuster .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent; }

.pd-proDuster .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.pd-proDuster .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.pd-proDuster .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.pd-proDuster .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }

.pd-proDuster .twentytwenty-container * {
  box-sizing: content-box; }

.pd-proDuster .twentytwenty-before-label {
  opacity: 0; }

.pd-proDuster .twentytwenty-before-label:before {
  content: attr(data-content); }

.pd-proDuster .twentytwenty-after-label {
  opacity: 0; }

.pd-proDuster .twentytwenty-after-label:before {
  content: attr(data-content); }

.pd-proDuster .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 30px; }

@media screen and (max-width: 639px) {
  .pd-proDuster .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px; } }

.pd-proDuster .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 30px; }

@media screen and (max-width: 639px) {
  .pd-proDuster .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px; } }

.pd-proDuster .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.pd-proDuster .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 30px; }

@media screen and (max-width: 639px) {
  .pd-proDuster .twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px; } }

.pd-proDuster .twentytwenty-overlay {
  transition-property: background;
  background: transparent;
  z-index: 25;
  /*   &:hover { background: $twenty20-overlay-bg;

    .twentytwenty-after-label { opacity: 1; }
    .twentytwenty-before-label { opacity: 1; }
  } */ }

.pd-proDuster .twentytwenty-before {
  z-index: 20; }

.pd-proDuster .twentytwenty-after {
  z-index: 10; }

.pd-proDuster .twentytwenty-handle {
  height: 121px;
  width: 121px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -61.5px;
  margin-top: -61.5px;
  border-radius: 1000px;
  z-index: 40;
  cursor: pointer;
  box-sizing: border-box; }

.pd-proDuster .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  z-index: 1;
  /* margin-bottom: ($twenty20-handle-circle-width/2) + $twenty20-handle-stroke; */
  box-shadow: 0 1px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.pd-proDuster .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  z-index: 1;
  /* margin-top: ($twenty20-handle-circle-width/2) + $twenty20-handle-stroke; */
  box-shadow: 0 -1px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.pd-proDuster .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 61.5px;
  box-shadow: 1px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.pd-proDuster .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 61.5px;
  box-shadow: -1px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.pd-proDuster .twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px; }

.pd-proDuster .twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px; }

.pd-proDuster .twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px; }

.pd-proDuster .twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px; }

.pd-proDuster .text-section {
  margin-top: 50px;
  padding: 0 15px 26px;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
  color: #777; }

.pd-proDuster .text-section p {
  margin-bottom: 20px; }

.pd-proDuster .text-section b {
  font-family: "Helvetica-Bold", "Helvetica Neue", Arial, sans-serif; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; }

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

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

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

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

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

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform,opacity; }

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

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

.fancybox-slide--image {
  overflow: visible; }

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

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
  padding: 0; }

.fancybox-slide video {
  vertical-align: top; }

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

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: transform,opacity; }

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

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

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  background: #fff; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--video .fancybox-content {
  overflow: visible; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

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

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

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

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

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

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

.fancybox-button--zoom svg path {
  fill: transparent; }

.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  color: #777; }

.fancybox-close-small svg {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2;
  border-radius: 50%; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus svg {
  outline: 1px dotted #888; }

.fancybox-close-small:hover svg {
  color: #333;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  top: 0;
  right: -40px;
  color: #ccc;
  padding: 0; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  color: #fff;
  background: transparent; }

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

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative; }

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

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(1turn);
  opacity: 0; }

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

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

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

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

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

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

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

p.fancybox-share__links {
  margin-right: -10px; }

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

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

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

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

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

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

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

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

/*# sourceMappingURL=stylemaps/pd-style.css.map */

/*# sourceMappingURL=stylemaps/pd-style.css.map */
